Re: BUG: non-zero nr_pmds on freeing mm: 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Feb 7, 2015 at 9:56 AM, Pat Erley <pat-lkml@xxxxxxxxx> wrote:
> On 02/07/2015 02:42 AM, Sedat Dilek wrote:
>>
>> On Sat, Feb 7, 2015 at 8:33 AM, Sedat Dilek <sedat.dilek@xxxxxxxxx> wrote:
>>>
>>> On Sat, Feb 7, 2015 at 6:12 AM, Pat Erley <pat-lkml@xxxxxxxxx> wrote:
>>>>
>>>> I'm seeing the message in $subject on my Xen DOM0 on next-20150204 on
>>>> x86_64.  I haven't had time to bisect it, but have seen some discussion
>>>> on
>>>> similar topics here recently.  I can trigger this pretty reliably by
>>>> watching Netflix.  At some point (minutes to hours) into it, the netflix
>>>> video goes black (audio keeps going, so it still thinks it's working)
>>>> and
>>>> the error appears in dmesg.  Refreshing the page gets the video going
>>>> again,
>>>> and it will continue playing for some indeterminate amount of time.
>>>>
>>>> Kirill, I've CC'd you as looking in the logs, you've patched a false
>>>> positive trigger of this very recently(patch in kernel I'm running).  Am
>>>> I
>>>> actually hitting a problem, or is this another false positive case? Any
>>>> additional details that might help?
>>>>
>>>> Dmesg from system attached.
>>>
>>>
>>> [ CC some mm folks ]
>>>
>>> I have seen this, too.
>>>
>>> root# grep "BUG: non-zero nr_pmds on freeing mm:" /var/log/kern.log | wc
>>> -l
>>> 21
>>>
>>> Checking my logs: On next-20150203 and next-20150204.
>>>
>>> I am here not in a VM environment and cannot say what causes these
>>> messages.
>>>
>>
>> I checked a bit the logs and commits in mm.git and linux-next.git.
>>
>> [1] lists:
>>
>> Kirill A. Shutemov (1): mm: do not use mm->nr_pmds on !MMU configurations
>>
>> NOTE: next-20150204 has this commit, but next-20150203 not (seen the
>> BUG: line in both releases).
>>
>> Looking at Kirill's commit...
>>
>> At my 1st quick look I thought Kirill mixed mm_nr_pmds_init() in the
>> case of defined(__PAGETABLE_PMD_FOLDED), but I was wrong.
>>
>> @@ -1440,13 +1440,15 @@ static inline int __pud_alloc(struct mm_struct
>> *mm, pgd_t *pgd,
>> ...
>> #if defined(__PAGETABLE_PMD_FOLDED) || !defined(CONFIG_MMU)
>> ...
>> static inline void mm_nr_pmds_init(struct mm_struct *mm)
>> {
>>    atomic_long_set(&mm->nr_pmds, 0);
>> }
>> ...
>> #else
>> ...
>> static inline void mm_nr_pmds_init(struct mm_struct *mm) {}
>> ...
>> #endif
>>
>> So, I drop my idea of reverting Kirill's commit.
>>
>> Pat, not sure how often you build linux-next.
>> When doing a daily linux-next testing... Before bisecting I normally
>> checked which version of linux-next was the last good and which one
>> was the first bad.
>> I cannot say which strategy is better.
>> But you seem to have a reliable test with watching Netflix.
>>
>> Regards,
>> - Sedat -
>>
>> [1]
>> http://git.kernel.org/cgit/linux/kernel/git/mhocko/mm.git/tag/?id=mmotm-2015-02-03-16-38
>> [2]
>> http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=e060ff1f1f00caab403bd208ffa78ed1b7ee0c4d
>
>
> Yeah, I only recently found a patch that lets me boot xen on a recent -next
> kernel:
>
> diff --git a/arch/x86/kernel/cpu/microcode/core.c
> b/arch/x86/kernel/cpu/microcode/core.c
> index 15c2909..36a8361 100644
> --- a/arch/x86/kernel/cpu/microcode/core.c
> +++ b/arch/x86/kernel/cpu/microcode/core.c
> @@ -552,7 +552,7 @@ static int __init microcode_init(void)
>         int error;
>
>         if (paravirt_enabled() || dis_ucode_ldr)
> -               return 0;
> +               return -EINVAL;
>
>         if (c->x86_vendor == X86_VENDOR_INTEL)
>                 microcode_ops = init_intel_microcode();
>
> that I found on it's way to upstream.  The last 'known good' Xen setup for
> me was a 3.18.0 rc6 kernel.  I only use Xen to experiment with, so I don't
> boot every kernel with Xen enabled, only when I'm working on learning it.
> So as far as a bisect window goes, that's a pretty large one.  I'll wait to
> see if anyone else chimes in before attempting the bisect(mostly because
> it's 3am here, and they'll all likely have a chance to see this chain of
> e-mails before I can get going on the bisect tomorrow).  I'll also check to
> see if I can trigger it on this kernel without booting in xen.
>

I have run ltp (20150119) in special the mm testsuite.
It produces call-traces here when running OOM tests (oom03, oom04 and oom05).

# cd /opt/ltp

# cat Version
20150119

root# LC_ALL=C ./runltp -f mm 2>&1 | tee
results-ltp_mm-testsuite_$(uname -r).txt

1st snippet in dmesg:
...
[ 2808.331428] BUG: non-zero nr_pmds on freeing mm: 17
[ 3283.043499] oom03 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3283.043505] oom03 cpuset=/ mems_allowed=0
[ 3283.043551] CPU: 2 PID: 14892 Comm: oom03 Not tainted
3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3283.043553] Hardware name: SAMSUNG ELECTRONICS CO., LTD.
530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3283.043555]  0000000000000000 ffff88005402fca8 ffffffff817e392d
000000000000000a
[ 3283.043559]  ffff8800bcf04000 ffff88005402fd38 ffffffff817e1a16
ffff88005402fcd8
[ 3283.043562]  ffffffff810d827d 0000000000000206 ffffffff81c6e800
ffff88005402fce8
[ 3283.043565] Call Trace:
[ 3283.043571]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3283.043576]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3283.043580]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3283.043583]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3283.043587]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3283.043590]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3283.043594]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3283.043597]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3283.043600]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3283.043603]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3283.043605]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3283.043609]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3283.043657] Task in /1 killed as a result of limit of /1
[ 3283.043790] memory: usage 1048576kB, limit 1048576kB, failcnt 28578
[ 3283.043792] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3283.043793] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3283.043795] Memory cgroup stats for /1: cache:0KB rss:1048576KB
rss_huge:0KB mapped_file:0KB writeback:4316KB inactive_anon:524296KB
active_anon:524228KB inactive_file:0KB active_file:0KB unevictable:0KB
[ 3283.043867] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds
swapents oom_score_adj name
[ 3283.044061] [14891]     0 14891     1618      427       9       3
     0             0 oom03
[ 3283.044066] [14892]     0 14892   788050   252632     631       6
 65535             0 oom03
[ 3283.044069] Memory cgroup out of memory: Kill process 14892 (oom03)
score 943 or sacrifice child
[ 3283.044103] Killed process 14892 (oom03) total-vm:3152200kB,
anon-rss:1009556kB, file-rss:972kB
...

Hope this helps to get the beast.

- Sedat -
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0-rc7-next-20150204.14-iniza-small (sedat.dilek@xxxxxxxxx@fambox) (gcc version 4.9.2 (Ubuntu 4.9.2-0ubuntu1~12.04) ) #1 SMP Sat Feb 7 09:04:13 CET 2015
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-rc7-next-20150204.14-iniza-small root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FE0000000 write-back
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0DB000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask FE0000000 write-back
[    0.000000]   6 base 11FE00000 mask FFFE00000 uncachable
[    0.000000]   7 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02cae000, 0x02caefff] PGTABLE
[    0.000000] BRK [0x02caf000, 0x02caffff] PGTABLE
[    0.000000] BRK [0x02cb0000, 0x02cb0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[    0.000000]  [mem 0x11fc00000-0x11fdfffff] page 2M
[    0.000000] BRK [0x02cb1000, 0x02cb1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11fbfffff]
[    0.000000]  [mem 0x100000000-0x11fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0xc0000000-0xd9c9efff]
[    0.000000]  [mem 0xc0000000-0xd9bfffff] page 2M
[    0.000000]  [mem 0xd9c00000-0xd9c9efff] page 4k
[    0.000000] BRK [0x02cb2000, 0x02cb2fff] PGTABLE
[    0.000000] BRK [0x02cb3000, 0x02cb3fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[    0.000000]  [mem 0xdafff000-0xdaffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40200000-0xbfffffff]
[    0.000000]  [mem 0x40200000-0xbfffffff] page 2M
[    0.000000] RAMDISK: [mem 0x378f8000-0x37c73fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0100 000024 (v02 SECCSD)
[    0.000000] ACPI: XSDT 0x00000000DAFFE170 00008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000DAFEF000 00010C (v05 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: DSDT 0x00000000DAFF2000 0083AC (v02 SECCSD SNB-CPT  00000000 INTL 20061109)
[    0.000000] ACPI: FACS 0x00000000DAF47000 000040
[    0.000000] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[    0.000000] ACPI: SSDT 0x00000000DAFFB000 001068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[    0.000000] ACPI: ASF! 0x00000000DAFF1000 0000A5 (v32 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: HPET 0x00000000DAFEE000 000038 (v01 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: APIC 0x00000000DAFED000 000098 (v03 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: MCFG 0x00000000DAFEC000 00003C (v01 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: SSDT 0x00000000DAFEB000 000804 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000DAFEA000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000DAFE9000 00003E (v01 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: UEFI 0x00000000DAFE8000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 0x00000000DAFE7000 00026A (v01 SECCSD LH43STAR 00000002 PTL  00000002)
[    0.000000] ACPI: SSDT 0x00000000DAFE6000 0000D0 (v01 Iffs   IffsAsl  00003000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11fdf8000-0x11fdfcfff]
[    0.000000]  [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000011fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000040200000-0x00000000d9c9efff]
[    0.000000]   node   0: [mem 0x00000000dafff000-0x00000000daffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000011fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011fdfffff]
[    0.000000] On node 0 totalpages: 1021500
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 156 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13859 pages used for memmap
[    0.000000]   DMA32 zone: 886944 pages, LIFO batch:31
[    0.000000]   Normal zone: 2040 pages used for memmap
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd9c9f000-0xdae7efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdae7f000-0xdaf9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88011fa00000 s94984 r8192 d31992 u262144
[    0.000000] pcpu-alloc: s94984 r8192 d31992 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1005381
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.19.0-rc7-next-20150204.14-iniza-small root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3918912K/4086000K available (8143K kernel code, 1272K rwdata, 3464K rodata, 1408K init, 14360K bss, 167088K reserved, 0K cma-reserved)
[    0.000000] Running RCU self tests
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:488 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] ... CHAINHASH_SIZE:          32768
[    0.000000]  memory used by lock dependency info: 8159 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1596.350 MHz processor
[    0.000076] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.70 BogoMIPS (lpj=6385400)
[    0.000089] pid_max: default: 32768 minimum: 301
[    0.000113] ACPI: Core revision 20141107
[    0.018568] ACPI: All ACPI Tables successfully acquired
[    0.020246] Security Framework initialized
[    0.020262] AppArmor: AppArmor initialized
[    0.020268] Yama: becoming mindful.
[    0.021146] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.022504] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.022986] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.023008] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.024118] Initializing cgroup subsys blkio
[    0.024130] Initializing cgroup subsys memory
[    0.024154] Initializing cgroup subsys devices
[    0.024188] Initializing cgroup subsys freezer
[    0.024248] Initializing cgroup subsys perf_event
[    0.024261] Initializing cgroup subsys hugetlb
[    0.024338] Disabled fast string operations
[    0.024345] CPU: Physical Processor ID: 0
[    0.024350] CPU: Processor Core ID: 0
[    0.024359] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.024365] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.024373] mce: CPU supports 7 MCE banks
[    0.024391] CPU0: Thermal monitoring enabled (TM1)
[    0.024413] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.024419] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.024633] Freeing SMP alternatives memory: 24K (ffffffff81ea0000 - ffffffff81ea6000)
[    0.026319] ftrace: allocating 28430 entries in 112 pages
[    0.042356] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.042961] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.082629] TSC deadline timer enabled
[    0.082634] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[    0.082687] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[    0.082731] ... version:                3
[    0.082736] ... bit width:              48
[    0.082741] ... generic registers:      4
[    0.082746] ... value mask:             0000ffffffffffff
[    0.082752] ... max period:             0000ffffffffffff
[    0.082757] ... fixed-purpose events:   3
[    0.082762] ... event mask:             000000070000000f
[    0.084700] x86: Booting SMP configuration:
[    0.084708] .... node  #0, CPUs:      #1
[    0.095662] Disabled fast string operations
[    0.098204] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.098735]  #2
[    0.109682] Disabled fast string operations
[    0.112313]  #3<6>[    0.123267] Disabled fast string operations
[    0.125444] x86: Booted up 1 node, 4 CPUs
[    0.125457] smpboot: Total of 4 processors activated (12770.80 BogoMIPS)
[    0.130358] devtmpfs: initialized
[    0.135208] evm: security.selinux
[    0.135214] evm: security.SMACK64
[    0.135219] evm: security.capability
[    0.135394] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[    0.137328] NET: Registered protocol family 16
[    0.149566] cpuidle: using governor ladder
[    0.159867] cpuidle: using governor menu
[    0.160028] ACPI: bus type PCI registered
[    0.160337] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.160348] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.160494] PCI: Using configuration type 1 for base access
[    0.177304] ACPI: Added _OSI(Module Device)
[    0.177313] ACPI: Added _OSI(Processor Device)
[    0.177319] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.177325] ACPI: Added _OSI(Processor Aggregator Device)
[    0.189490] ACPI: Executed 1 blocks of module-level executable AML code
[    0.198097] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.199906] ACPI: Dynamic OEM Table Load:
[    0.199935] ACPI: SSDT 0xFFFF88011AB65000 000688 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.202100] ACPI: Dynamic OEM Table Load:
[    0.202126] ACPI: SSDT 0xFFFF88011A4CA000 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.204093] ACPI: Dynamic OEM Table Load:
[    0.204117] ACPI: SSDT 0xFFFF88011A4C5A00 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.209013] ACPI: Interpreter enabled
[    0.209038] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
[    0.209096] ACPI: (supports S0 S1 S3 S4 S5)
[    0.209103] ACPI: Using IOAPIC for interrupt routing
[    0.209181] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.230185] ACPI: Power Resource [FN00] (off)
[    0.230626] ACPI: Power Resource [FN01] (off)
[    0.230988] ACPI: Power Resource [FN02] (off)
[    0.231314] ACPI: Power Resource [FN03] (off)
[    0.231641] ACPI: Power Resource [FN04] (off)
[    0.233995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.234009] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.234610] \_SB_.PCI0:_OSC invalid UUID
[    0.234613] _OSC request data:1 1f 0 
[    0.234619] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.236171] PCI host bridge to bus 0000:00
[    0.236180] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.236188] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.236195] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.236202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.236209] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    0.236216] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.236275] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.236663] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.236684] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.236695] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.236703] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.237157] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.237201] pci 0000:00:16.0: reg 0x10: [mem 0xf0705000-0xf070500f 64bit]
[    0.237359] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.237727] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.237767] pci 0000:00:1a.0: reg 0x10: [mem 0xf070a000-0xf070a3ff]
[    0.237946] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.238254] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.238290] pci 0000:00:1b.0: reg 0x10: [mem 0xf0700000-0xf0703fff 64bit]
[    0.238467] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.238661] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.238822] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.239000] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.239160] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.239334] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.239509] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.239668] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.239829] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[    0.240007] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.240326] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.240364] pci 0000:00:1d.0: reg 0x10: [mem 0xf0709000-0xf07093ff]
[    0.240544] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.240844] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.241301] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.241345] pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
[    0.241362] pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
[    0.241378] pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
[    0.241393] pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
[    0.241410] pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
[    0.241427] pci 0000:00:1f.2: reg 0x24: [mem 0xf0708000-0xf07087ff]
[    0.241544] pci 0000:00:1f.2: PME# supported from D3hot
[    0.241854] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.241887] pci 0000:00:1f.3: reg 0x10: [mem 0xf0704000-0xf07040ff 64bit]
[    0.241933] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.242660] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[    0.243020] pci 0000:01:00.0: reg 0x10: [mem 0xf0600000-0xf0601fff 64bit]
[    0.244782] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.245091] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.249834] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.249850] pci 0000:00:1c.0:   bridge window [mem 0xf0600000-0xf06fffff]
[    0.250105] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.250197] pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.250335] pci 0000:02:00.0: reg 0x18: [mem 0xf0404000-0xf0404fff 64bit pref]
[    0.250419] pci 0000:02:00.0: reg 0x20: [mem 0xf0400000-0xf0403fff 64bit pref]
[    0.250896] pci 0000:02:00.0: supports D1 D2
[    0.250898] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.251069] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.257728] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.257739] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.257754] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.257970] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.258019] pci 0000:03:00.0: reg 0x10: [mem 0xf0500000-0xf0507fff 64bit]
[    0.258295] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.258572] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.258587] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.260623] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.260803] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.260984] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.261170] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.261355] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[    0.261533] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.261727] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.261901] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[    0.263264] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.263409] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.263763] ACPI : EC: 0 stale EC events cleared
[    0.264529] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.264537] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.264552] vgaarb: loaded
[    0.264558] vgaarb: bridge control possible 0000:00:02.0
[    0.265322] SCSI subsystem initialized
[    0.265495] libata version 3.00 loaded.
[    0.265587] ACPI: bus type USB registered
[    0.265684] usbcore: registered new interface driver usbfs
[    0.265722] usbcore: registered new interface driver hub
[    0.265809] usbcore: registered new device driver usb
[    0.266273] PCI: Using ACPI for IRQ routing
[    0.269995] PCI: pci_cache_line_size set to 64 bytes
[    0.270124] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.270133] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[    0.270136] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.270138] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[    0.270917] NetLabel: Initializing
[    0.270923] NetLabel:  domain hash size = 128
[    0.270928] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.270989] NetLabel:  unlabeled traffic allowed by default
[    0.271178] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.271192] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.273277] Switched to clocksource hpet
[    0.315300] AppArmor: AppArmor Filesystem Enabled
[    0.315560] pnp: PnP ACPI init
[    0.316237] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.316247] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.316255] system 00:00: [io  0x5000-0x5003] has been reserved
[    0.316263] system 00:00: [io  0xffff] has been reserved
[    0.316271] system 00:00: [io  0x0400-0x0453] could not be reserved
[    0.316279] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.316286] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.316294] system 00:00: [io  0x0a00-0x0a0f] has been reserved
[    0.316301] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.316309] system 00:00: [io  0x5000-0x500f] could not be reserved
[    0.316349] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.316453] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.316607] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.316619] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.316720] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.316851] pnp 00:04: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[    0.317327] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.317336] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.317345] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.317352] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.317361] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.317369] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.317378] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.317385] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.317394] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.317403] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.317413] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.318375] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.318443] pnp: PnP ACPI: found 7 devices
[    0.329850] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.329866] pci 0000:00:1c.0:   bridge window [mem 0xf0600000-0xf06fffff]
[    0.329886] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.329895] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.329912] pci 0000:00:1c.3:   bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.329930] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.329942] pci 0000:00:1c.4:   bridge window [mem 0xf0500000-0xf05fffff]
[    0.329963] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.329965] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.329968] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.329970] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[    0.329971] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[    0.329974] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[    0.329976] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.329978] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[    0.329980] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[    0.330117] NET: Registered protocol family 2
[    0.330712] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.331213] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes)
[    0.333619] TCP: Hash tables configured (established 32768 bind 32768)
[    0.333710] TCP: reno registered
[    0.333786] UDP hash table entries: 2048 (order: 6, 327680 bytes)
[    0.334158] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes)
[    0.334731] NET: Registered protocol family 1
[    0.334769] pci 0000:00:02.0: Video device with shadowed ROM
[    0.336425] PCI: CLS 64 bytes, default 64
[    0.336688] Trying to unpack rootfs image as initramfs...
[    0.423099] Freeing initrd memory: 3568K (ffff8800378f8000 - ffff880037c74000)
[    0.423122] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.423130] software IO TLB [mem 0xd5c9f000-0xd9c9f000] (64MB) mapped at [ffff8800d5c9f000-ffff8800d9c9efff]
[    0.423952] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.424192] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[    0.424216] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[    0.424245] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[    0.424269] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[    0.424453] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    0.424533] Scanning for low memory corruption every 60 seconds
[    0.425928] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.426114] Initialise system trusted keyring
[    0.426248] audit: initializing netlink subsys (disabled)
[    0.426366] audit: type=2000 audit(1423300078.420:1): initialized
[    0.427376] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.427986] VFS: Disk quotas dquot_6.5.2
[    0.428035] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.428904] fuse init (API version 7.23)
[    0.430297] Key type asymmetric registered
[    0.430323] Asymmetric key parser 'x509' registered
[    0.430380] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.430548] io scheduler noop registered
[    0.430558] io scheduler deadline registered (default)
[    0.430593] io scheduler cfq registered
[    0.430603] start plist test
[    0.432392] end plist test
[    0.433552] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.433705] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.433942] intel_idle: MWAIT substates: 0x21120
[    0.433944] intel_idle: v0.4 model 0x2A
[    0.433945] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.435613] ACPI: AC Adapter [ADP1] (on-line)
[    0.436396] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.436449] ACPI: Lid Switch [LID0]
[    0.436601] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.436654] ACPI: Power Button [PWRB]
[    0.436808] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.436821] ACPI: Power Button [PWRF]
[    0.440621] thermal LNXTHERM:00: registered as thermal_zone0
[    0.440628] ACPI: Thermal Zone [TZ00] (74 C)
[    0.441373] thermal LNXTHERM:01: registered as thermal_zone1
[    0.441380] ACPI: Thermal Zone [TZ01] (30 C)
[    0.441501] GHES: HEST is not enabled!
[    0.441869] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.450568] ACPI: Battery Slot [BAT1] (battery present)
[    0.452039] Linux agpgart interface v0.103
[    0.459441] brd: module loaded
[    0.464157] loop: module loaded
[    0.468221] ahci 0000:00:1f.2: version 3.0
[    0.468620] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    0.481319] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[    0.481335] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
[    0.507798] scsi host0: ahci
[    0.508500] scsi host1: ahci
[    0.509054] scsi host2: ahci
[    0.509635] scsi host3: ahci
[    0.510187] scsi host4: ahci
[    0.510659] scsi host5: ahci
[    0.510870] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 25
[    0.510882] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 25
[    0.510890] ata3: DUMMY
[    0.510896] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 25
[    0.510907] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 25
[    0.510915] ata6: DUMMY
[    0.512410] libphy: Fixed MDIO Bus: probed
[    0.512805] tun: Universal TUN/TAP device driver, 1.6
[    0.512811] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    0.513008] PPP generic driver version 2.4.2
[    0.513446] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.513644] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    0.523459] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[    0.524233] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.524241] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.524250] usb usb1: Product: xHCI Host Controller
[    0.524256] usb usb1: Manufacturer: Linux 3.19.0-rc7-next-20150204.14-iniza-small xhci-hcd
[    0.524266] usb usb1: SerialNumber: 0000:03:00.0
[    0.525236] hub 1-0:1.0: USB hub found
[    0.525314] hub 1-0:1.0: 2 ports detected
[    0.526289] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.526305] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    0.526502] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.526509] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.526517] usb usb2: Product: xHCI Host Controller
[    0.526522] usb usb2: Manufacturer: Linux 3.19.0-rc7-next-20150204.14-iniza-small xhci-hcd
[    0.526530] usb usb2: SerialNumber: 0000:03:00.0
[    0.526998] hub 2-0:1.0: USB hub found
[    0.527044] hub 2-0:1.0: 2 ports detected
[    0.527480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.527488] ehci-pci: EHCI PCI platform driver
[    0.527800] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.527825] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    0.527856] ehci-pci 0000:00:1a.0: debug port 2
[    0.531801] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.531837] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[    0.541285] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.541478] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.541485] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.541493] usb usb3: Product: EHCI Host Controller
[    0.541498] usb usb3: Manufacturer: Linux 3.19.0-rc7-next-20150204.14-iniza-small ehci_hcd
[    0.541506] usb usb3: SerialNumber: 0000:00:1a.0
[    0.542046] hub 3-0:1.0: USB hub found
[    0.542076] hub 3-0:1.0: 2 ports detected
[    0.542891] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.542913] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.542942] ehci-pci 0000:00:1d.0: debug port 2
[    0.546866] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.546901] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[    0.557136] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.557317] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    0.557323] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.557331] usb usb4: Product: EHCI Host Controller
[    0.557337] usb usb4: Manufacturer: Linux 3.19.0-rc7-next-20150204.14-iniza-small ehci_hcd
[    0.557345] usb usb4: SerialNumber: 0000:00:1d.0
[    0.557766] hub 4-0:1.0: USB hub found
[    0.557792] hub 4-0:1.0: 2 ports detected
[    0.558199] ehci-platform: EHCI generic platform driver
[    0.558237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.558254] ohci-pci: OHCI PCI platform driver
[    0.558290] ohci-platform: OHCI generic platform driver
[    0.558318] uhci_hcd: USB Universal Host Controller Interface driver
[    0.558445] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[    0.565638] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.565708] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.566357] mousedev: PS/2 mouse device common for all mice
[    0.567603] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.567645] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.567730] device-mapper: uevent: version 1.0.3
[    0.567937] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: dm-devel@xxxxxxxxxx
[    0.567972] Intel P-state driver initializing.
[    0.568644] ledtrig-cpu: registered to indicate activity on CPUs
[    0.568797] TCP: cubic registered
[    0.568951] NET: Registered protocol family 10
[    0.569790] NET: Registered protocol family 17
[    0.569819] Key type dns_resolver registered
[    0.571154] Loading compiled-in X.509 certificates
[    0.572504] Loaded X.509 cert 'Magrathea: Glacier signing key: 154c9cc8fdfe92494876b4b8829b42a0c11fafc1'
[    0.572557] registered taskstats version 1
[    0.575174] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.578940] Key type trusted registered
[    0.590954] Key type encrypted registered
[    0.590973] AppArmor: AppArmor sha1 policy hashing enabled
[    0.590983] evm: HMAC attrs: 0x1
[    0.591908] rtc_cmos 00:01: setting system clock to 2015-02-07 09:07:59 UTC (1423300079)
[    0.592064] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.592071] EDD information not available.
[    0.829065] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.830454] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[    0.830476] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.831906] ata1.00: configured for UDMA/133
[    0.832841] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54505 A6C0 PQ: 0 ANSI: 5
[    0.834119] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    0.834133] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.834398] sd 0:0:0:0: [sda] Write Protect is off
[    0.834409] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.834467] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.834509] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.844448]  sda: sda1 sda2 sda3
[    0.845866] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.853089] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    0.869071] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    0.985705] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[    0.985724] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.986659] hub 3-1:1.0: USB hub found
[    0.987019] hub 3-1:1.0: 6 ports detected
[    1.001802] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[    1.001821] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.002604] hub 4-1:1.0: USB hub found
[    1.002795] hub 4-1:1.0: 6 ports detected
[    1.152834] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.153535] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[    1.153545] ata2.00: 31277232 sectors, multi 1: LBA48 
[    1.154273] ata2.00: configured for UDMA/133
[    1.154631] scsi 1:0:0:0: Direct-Access     ATA      SanDisk iSSD P4  9.14 PQ: 0 ANSI: 5
[    1.155472] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    1.155542] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.155903] sd 1:0:0:0: [sdb] Write Protect is off
[    1.155912] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.156060] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.157431]  sdb: sdb1 sdb2
[    1.158420] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.260910] usb 3-1.2: new high-speed USB device number 3 using ehci-pci
[    1.276914] usb 4-1.4: new low-speed USB device number 3 using ehci-pci
[    1.355855] usb 3-1.2: New USB device found, idVendor=12d1, idProduct=1436
[    1.355879] usb 3-1.2: New USB device strings: Mfr=4, Product=3, SerialNumber=0
[    1.355889] usb 3-1.2: Product: HUAWEI Mobile
[    1.355894] usb 3-1.2: Manufacturer: HUAWEI Technology
[    1.375626] usb 4-1.4: New USB device found, idVendor=046d, idProduct=c00e
[    1.375637] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.375645] usb 4-1.4: Product: USB-PS/2 Optical Mouse
[    1.375651] usb 4-1.4: Manufacturer: Logitech
[    1.420729] tsc: Refined TSC clocksource calibration: 1596.373 MHz
[    1.432905] usb 3-1.4: new high-speed USB device number 4 using ehci-pci
[    1.448905] usb 4-1.5: new full-speed USB device number 4 using ehci-pci
[    1.472579] ata4: SATA link down (SStatus 0 SControl 300)
[    1.546018] usb 4-1.5: New USB device found, idVendor=8086, idProduct=0189
[    1.546029] usb 4-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.689293] usb 3-1.4: New USB device found, idVendor=2232, idProduct=1018
[    1.689306] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.689315] usb 3-1.4: Product: WebCam SC-13HDL11431N
[    1.689322] usb 3-1.4: Manufacturer: 123
[    1.792378] ata5: SATA link down (SStatus 0 SControl 300)
[    1.793307] Freeing unused kernel memory: 1408K (ffffffff81d40000 - ffffffff81ea0000)
[    1.793317] Write protecting the kernel read-only data: 12288k
[    1.793807] Freeing unused kernel memory: 36K (ffff8800017f7000 - ffff880001800000)
[    1.794230] Freeing unused kernel memory: 632K (ffff880001b62000 - ffff880001c00000)
[    1.833848] udevd[133]: starting version 175
[    2.068299] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.068329] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.084553] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000672000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 31
[    2.084577] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.172427] usb-storage 3-1.2:1.0: USB Mass Storage device detected
[    2.179700] usb-storage 3-1.2:1.1: USB Mass Storage device detected
[    2.189377] usb-storage 3-1.2:1.2: USB Mass Storage device detected
[    2.190114] usbcore: registered new interface driver usbhid
[    2.190127] usbhid: USB HID core driver
[    2.191712] usb-storage 3-1.2:1.3: USB Mass Storage device detected
[    2.192979] usb-storage 3-1.2:1.4: USB Mass Storage device detected
[    2.193522] usb-storage 3-1.2:1.5: USB Mass Storage device detected
[    2.196800] scsi host11: usb-storage 3-1.2:1.5
[    2.201816] usb-storage 3-1.2:1.6: USB Mass Storage device detected
[    2.203979] scsi host12: usb-storage 3-1.2:1.6
[    2.204582] usbcore: registered new interface driver usb-storage
[    2.274480] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.0/0003:046D:C00E.0001/input/input6
[    2.275069] hid-generic 0003:046D:C00E.0001: input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.4/input0
[    2.420420] Switched to clocksource tsc
[    3.018605] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[    3.201490] scsi 11:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
[    3.205239] scsi 12:0:0:0: Direct-Access     HUAWEI   SD Storage       2.31 PQ: 0 ANSI: 2
[    3.205873] sr 11:0:0:0: [sr0] scsi-1 drive
[    3.205880] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.206474] sr 11:0:0:0: Attached scsi CD-ROM sr0
[    3.206699] sr 11:0:0:0: Attached scsi generic sg2 type 5
[    3.207608] sd 12:0:0:0: Attached scsi generic sg3 type 0
[    3.210370] sd 12:0:0:0: [sdc] Attached SCSI removable disk
[    3.483347] random: nonblocking pool is initialized
[    5.029534] init: ureadahead main process (469) terminated with status 5
[    9.452514] Adding 262140k swap on /host/ubuntu/disks/swap.disk.  Priority:-1 extents:1 across:262140k FS
[    9.585678] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[    9.805427] udevd[781]: starting version 175
[   11.150328] lp: driver loaded but no devices found
[   13.041819] wmi: Mapper loaded
[   13.234796] samsung_laptop: detected SABI interface: SwSmi@
[   13.234803] samsung_laptop: Backlight controlled by ACPI video driver
[   13.353641] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20141107/utaddress-258)
[   13.353654] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.353661] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
[   13.353669] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.353672] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
[   13.353679] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.353682] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20141107/utaddress-258)
[   13.353689] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.353692] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   14.708427] [drm] Initialized drm 1.1.0 20060810
[   15.002573] Bluetooth: Core ver 2.20
[   15.002632] NET: Registered protocol family 31
[   15.002636] Bluetooth: HCI device and connection manager initialized
[   15.002721] Bluetooth: HCI socket layer initialized
[   15.002730] Bluetooth: L2CAP socket layer initialized
[   15.002770] Bluetooth: SCO socket layer initialized
[   15.372950] usbcore: registered new interface driver btusb
[   15.406065] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[   15.408528] audit: type=1400 audit(1423296494.323:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1106 comm="apparmor_parser"
[   15.408544] audit: type=1400 audit(1423296494.323:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1106 comm="apparmor_parser"
[   15.408555] audit: type=1400 audit(1423296494.323:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=1106 comm="apparmor_parser"
[   15.409434] audit: type=1400 audit(1423296494.323:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1106 comm="apparmor_parser"
[   15.409448] audit: type=1400 audit(1423296494.323:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1106 comm="apparmor_parser"
[   15.409927] audit: type=1400 audit(1423296494.323:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1106 comm="apparmor_parser"
[   15.411003] audit: type=1400 audit(1423296494.327:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1058 comm="apparmor_parser"
[   15.411013] audit: type=1400 audit(1423296494.327:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1058 comm="apparmor_parser"
[   15.411021] audit: type=1400 audit(1423296494.327:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1058 comm="apparmor_parser"
[   15.411676] audit: type=1400 audit(1423296494.327:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1058 comm="apparmor_parser"
[   15.413752] ppdev: user-space parallel port driver
[   15.421674] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[   15.503215] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
[   16.189821] usbcore: registered new interface driver usbserial
[   16.191146] cdc_ether 3-1.2:1.1 wwan0: register 'cdc_ether' at usb-0000:00:1a.0-1.2, Mobile Broadband Network Device, 02:50:f3:00:00:00
[   16.191227] usbcore: registered new interface driver cdc_ether
[   16.297078] cfg80211: Calling CRDA to update world regulatory domain
[   16.693533] Linux video capture interface: v2.00
[   16.979218] Intel(R) Wireless WiFi driver for Linux
[   16.979223] Copyright(c) 2003- 2014 Intel Corporation
[   16.979596] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   17.042844] cfg80211: World regulatory domain updated:
[   17.042850] cfg80211:  DFS Master region: unset
[   17.042852] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   17.042855] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   17.042857] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   17.042859] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   17.042861] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   17.042863] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   17.343225] sound hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   17.343231] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.343233] sound hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   17.343235] sound hdaudioC0D0:    mono: mono_out=0x0
[   17.343237] sound hdaudioC0D0:    inputs:
[   17.343241] sound hdaudioC0D0:      Internal Mic=0x19
[   17.343244] sound hdaudioC0D0:      Mic=0x18
[   17.428687] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.429947] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.430417] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[   17.440954] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   17.452458] usbcore: registered new interface driver option
[   17.454618] usbserial: USB Serial support registered for GSM modem (1-port)
[   17.461403] option 3-1.2:1.0: GSM modem (1-port) converter detected
[   17.463644] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB0
[   17.463932] option 3-1.2:1.3: GSM modem (1-port) converter detected
[   17.464444] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB1
[   17.464547] option 3-1.2:1.4: GSM modem (1-port) converter detected
[   17.465186] usb 3-1.2: GSM modem (1-port) converter now attached to ttyUSB2
[   17.815326] init: failsafe main process (1163) killed by TERM signal
[   19.100538] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   19.100543] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   19.100545] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   19.100549] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[   19.101040] iwlwifi 0000:01:00.0: L1 Enabled - LTR Disabled
[   19.548685] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   19.576787] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.576793] Bluetooth: BNEP filters: protocol multicast
[   19.576806] Bluetooth: BNEP socket layer initialized
[   19.655797] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[   19.675694] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/input/input11
[   19.676081] usbcore: registered new interface driver uvcvideo
[   19.676085] USB Video Class driver (1.1.1)
[   19.693646] Bluetooth: RFCOMM TTY layer initialized
[   19.693666] Bluetooth: RFCOMM socket layer initialized
[   19.693691] Bluetooth: RFCOMM ver 1.11
[   20.682520] [drm] Memory usable by graphics device = 2048M
[   20.682590] [drm] Replacing VGA console driver
[   20.707148] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   20.707152] [drm] Driver supports precise vblank timestamp query.
[   20.707978] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   20.722576] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   20.723421] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[   20.724563] [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 0
[   20.737954] fbcon: inteldrmfb (fb0) is primary device
[   20.856899] audit_printk_skb: 63 callbacks suppressed
[   20.856900] audit: type=1400 audit(1423296499.775:33): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1377 comm="apparmor_parser"
[   20.856907] audit: type=1400 audit(1423296499.775:34): apparmor="STATUS" operation="profile_load" name="launchpad_integration" pid=1377 comm="apparmor_parser"
[   20.856912] audit: type=1400 audit(1423296499.775:35): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1377 comm="apparmor_parser"
[   20.856916] audit: type=1400 audit(1423296499.775:36): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1377 comm="apparmor_parser"
[   20.856920] audit: type=1400 audit(1423296499.775:37): apparmor="STATUS" operation="profile_load" name="launchpad_integration" pid=1377 comm="apparmor_parser"
[   20.856924] audit: type=1400 audit(1423296499.775:38): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1377 comm="apparmor_parser"
[   20.856928] audit: type=1400 audit(1423296499.775:39): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1377 comm="apparmor_parser"
[   20.856932] audit: type=1400 audit(1423296499.775:40): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=1377 comm="apparmor_parser"
[   20.865748] audit: type=1400 audit(1423296499.783:41): apparmor="STATUS" operation="profile_replace" name="launchpad_integration" pid=1377 comm="apparmor_parser"
[   20.865761] audit: type=1400 audit(1423296499.783:42): apparmor="STATUS" operation="profile_replace" name="sanitized_helper" pid=1377 comm="apparmor_parser"
[   21.764094] Console: switching to colour frame buffer device 170x48
[   21.767475] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   21.767478] i915 0000:00:02.0: registered panic notifier
[   26.229133] r8169 0000:02:00.0 eth0: link down
[   26.229333] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  107.225169] usb 4-1.5: USB disconnect, device number 4
[  110.099442] PPP BSD Compression module registered
[  110.145783] PPP Deflate Compression module registered
[ 2808.331428] BUG: non-zero nr_pmds on freeing mm: 17
[ 3283.043499] oom03 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3283.043505] oom03 cpuset=/ mems_allowed=0
[ 3283.043551] CPU: 2 PID: 14892 Comm: oom03 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3283.043553] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3283.043555]  0000000000000000 ffff88005402fca8 ffffffff817e392d 000000000000000a
[ 3283.043559]  ffff8800bcf04000 ffff88005402fd38 ffffffff817e1a16 ffff88005402fcd8
[ 3283.043562]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff88005402fce8
[ 3283.043565] Call Trace:
[ 3283.043571]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3283.043576]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3283.043580]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3283.043583]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3283.043587]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3283.043590]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3283.043594]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3283.043597]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3283.043600]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3283.043603]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3283.043605]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3283.043609]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3283.043657] Task in /1 killed as a result of limit of /1
[ 3283.043790] memory: usage 1048576kB, limit 1048576kB, failcnt 28578
[ 3283.043792] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3283.043793] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3283.043795] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:4316KB inactive_anon:524296KB active_anon:524228KB inactive_file:0KB active_file:0KB unevictable:0KB
[ 3283.043867] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3283.044061] [14891]     0 14891     1618      427       9       3        0             0 oom03
[ 3283.044066] [14892]     0 14892   788050   252632     631       6    65535             0 oom03
[ 3283.044069] Memory cgroup out of memory: Kill process 14892 (oom03) score 943 or sacrifice child
[ 3283.044103] Killed process 14892 (oom03) total-vm:3152200kB, anon-rss:1009556kB, file-rss:972kB
[ 3284.283911] oom03 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3284.283916] oom03 cpuset=/ mems_allowed=0
[ 3284.283923] CPU: 0 PID: 14893 Comm: oom03 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3284.283925] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3284.283926]  0000000000000000 ffff88010f0b3ca8 ffffffff817e392d 000000000000000a
[ 3284.283930]  ffff8800bcf04000 ffff88010f0b3d38 ffffffff817e1a16 ffff88010f0b3cd8
[ 3284.283933]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff88010f0b3ce8
[ 3284.283937] Call Trace:
[ 3284.283944]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3284.283948]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3284.283952]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3284.283956]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3284.283960]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3284.283963]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3284.283968]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3284.283971]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3284.283974]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3284.283976]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3284.283979]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3284.283983]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3284.283986] Task in /1 killed as a result of limit of /1
[ 3284.283992] memory: usage 1048576kB, limit 1048576kB, failcnt 29762
[ 3284.283993] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3284.283994] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3284.283996] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:0KB inactive_anon:0KB active_anon:0KB inactive_file:0KB active_file:0KB unevictable:1048576KB
[ 3284.284014] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3284.284184] [14891]     0 14891     1618      417       9       3       10             0 oom03
[ 3284.284188] [14893]     0 14893   788050   262385     522       5       12             0 oom03
[ 3284.284190] Memory cgroup out of memory: Kill process 14893 (oom03) score 778 or sacrifice child
[ 3284.284195] Killed process 14893 (oom03) total-vm:3152200kB, anon-rss:1048568kB, file-rss:972kB
[ 3288.094565] oom03 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3288.094570] oom03 cpuset=/ mems_allowed=0
[ 3288.094578] CPU: 0 PID: 14894 Comm: oom03 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3288.094580] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3288.094582]  0000000000000000 ffff88005d70bca8 ffffffff817e392d 000000000000000a
[ 3288.094586]  ffff8800bcf04000 ffff88005d70bd38 ffffffff817e1a16 ffff88005d70bcd8
[ 3288.094589]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff88005d70bce8
[ 3288.094593] Call Trace:
[ 3288.094601]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3288.094604]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3288.094609]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3288.094612]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3288.094616]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3288.094619]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3288.094624]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3288.094627]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3288.094630]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3288.094633]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3288.094635]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3288.094639]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3288.094643] Task in /1 killed as a result of limit of /1
[ 3288.094649] memory: usage 1048576kB, limit 1048576kB, failcnt 47286
[ 3288.094650] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3288.094651] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3288.094653] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:91612KB inactive_anon:524292KB active_anon:524236KB inactive_file:0KB active_file:0KB unevictable:0KB
[ 3288.094671] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3288.094851] [14891]     0 14891     1618      417       9       3       10             0 oom03
[ 3288.094855] [14894]     0 14894   788050   231776     590       6    65535             0 oom03
[ 3288.094857] Memory cgroup out of memory: Kill process 14894 (oom03) score 881 or sacrifice child
[ 3288.094862] Killed process 14894 (oom03) total-vm:3152200kB, anon-rss:926132kB, file-rss:972kB
[ 3297.350741] Purging GPU memory, 8192 bytes freed, 4759552 bytes still pinned.
[ 3297.351494] oom04 invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3297.351498] oom04 cpuset=1 mems_allowed=0
[ 3297.351529] CPU: 1 PID: 14897 Comm: oom04 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3297.351531] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3297.351533]  0000000000000000 ffff88010648fa58 ffffffff817e392d 0000000000000008
[ 3297.351538]  0000000000000000 ffff88010648fae8 ffffffff817e1a16 ffff88010648fa88
[ 3297.351541]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff88010648fa98
[ 3297.351545] Call Trace:
[ 3297.351552]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3297.351556]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3297.351561]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3297.351565]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3297.351569]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3297.351572]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3297.351576]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3297.351580]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3297.351585]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3297.351590]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3297.351593]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3297.351598]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3297.351602]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3297.351605]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3297.351609]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3297.351612]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3297.351616]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3297.351618] Mem-Info:
[ 3297.351635] Node 0 DMA per-cpu:
[ 3297.351638] CPU    0: hi:    0, btch:   1 usd:   0
[ 3297.351640] CPU    1: hi:    0, btch:   1 usd:   0
[ 3297.351641] CPU    2: hi:    0, btch:   1 usd:   0
[ 3297.351642] CPU    3: hi:    0, btch:   1 usd:   0
[ 3297.351644] Node 0 DMA32 per-cpu:
[ 3297.351646] CPU    0: hi:  186, btch:  31 usd: 143
[ 3297.351648] CPU    1: hi:  186, btch:  31 usd:  52
[ 3297.351649] CPU    2: hi:  186, btch:  31 usd: 100
[ 3297.351650] CPU    3: hi:  186, btch:  31 usd:  15
[ 3297.351652] Node 0 Normal per-cpu:
[ 3297.351654] CPU    0: hi:  186, btch:  31 usd: 158
[ 3297.351655] CPU    1: hi:  186, btch:  31 usd:  68
[ 3297.351657] CPU    2: hi:  186, btch:  31 usd: 151
[ 3297.351658] CPU    3: hi:  186, btch:  31 usd:  20
[ 3297.351662] active_anon:733597 inactive_anon:187963 isolated_anon:0
[ 3297.351662]  active_file:328 inactive_file:321 isolated_file:0
[ 3297.351662]  unevictable:669 dirty:4 writeback:41 unstable:0
[ 3297.351662]  free:21024 slab_reclaimable:9203 slab_unreclaimable:10541
[ 3297.351662]  mapped:13001 shmem:12340 pagetables:7809 bounce:0
[ 3297.351662]  free_cma:0
[ 3297.351666] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3297.351671] lowmem_reserve[]: 0 3371 3815 3815
[ 3297.351676] Node 0 DMA32 free:61028kB min:59488kB low:74360kB high:89232kB active_anon:2725784kB inactive_anon:543304kB active_file:1028kB inactive_file:1168kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:8kB writeback:164kB mapped:47108kB shmem:44468kB slab_reclaimable:33424kB slab_unreclaimable:33508kB kernel_stack:6496kB pagetables:27640kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:51168 all_unreclaimable? yes
[ 3297.351681] lowmem_reserve[]: 0 0 443 443
[ 3297.351685] Node 0 Normal free:7708kB min:7824kB low:9780kB high:11736kB active_anon:208604kB inactive_anon:208548kB active_file:284kB inactive_file:116kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:8kB writeback:0kB mapped:4896kB shmem:4892kB slab_reclaimable:3388kB slab_unreclaimable:8656kB kernel_stack:1536kB pagetables:3596kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:2532 all_unreclaimable? yes
[ 3297.351689] lowmem_reserve[]: 0 0 0 0
[ 3297.351693] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3297.351730] Node 0 DMA32: 2642*4kB (UE) 1642*8kB (UEM) 905*16kB (UE) 349*32kB (UEM) 59*64kB (UEM) 8*128kB (EM) 2*256kB (E) 0*512kB 0*1024kB 1*2048kB (R) 1*4096kB (R) = 60808kB
[ 3297.351746] Node 0 Normal: 448*4kB (UEM) 55*8kB (UEM) 19*16kB (UEM) 14*32kB (E) 12*64kB (EM) 1*128kB (M) 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 7976kB
[ 3297.351761] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3297.351762] 29762 total pagecache pages
[ 3297.351764] 16086 pages in swap cache
[ 3297.351766] Swap cache stats: add 196667, delete 180581, find 38/42
[ 3297.351767] Free swap  = 0kB
[ 3297.351768] Total swap = 262140kB
[ 3297.351832] 1021500 pages RAM
[ 3297.351833] 0 pages HighMem/MovableOnly
[ 3297.351834] 40355 pages reserved
[ 3297.351836] 0 pages hwpoisoned
[ 3297.351837] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3297.351843] [  403]     0   403     3966      577      10       2       92             0 mount.ntfs
[ 3297.351847] [  776]     0   776     4344       42      13       2       79             0 upstart-udev-br
[ 3297.351851] [  781]     0   781     5542       38      16       2      288         -1000 udevd
[ 3297.351854] [  814]     0   814    12512       35      29       3      151         -1000 sshd
[ 3297.351857] [  821]   101   821    64072        0      27       3      128             0 rsyslogd
[ 3297.351860] [ 1018]     0  1018     5541       45      15       2      284         -1000 udevd
[ 3297.351864] [ 1019]     0  1019     5541       36      15       2      290         -1000 udevd
[ 3297.351867] [ 1078]   102  1078     6334      288      15       2       78             0 dbus-daemon
[ 3297.351870] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3297.351873] [ 1198]   106  1198     8081       39      22       3       55             0 avahi-daemon
[ 3297.351876] [ 1199]   106  1199     8048        4      21       3       60             0 avahi-daemon
[ 3297.351880] [ 1225]     0  1225     5300       61      13       2       83             0 bluetoothd
[ 3297.351883] [ 1297]     0  1297    19762      115      44       3       92             0 modem-manager
[ 3297.351886] [ 1395]     0  1395    26113       94      54       2      296             0 cupsd
[ 3297.351889] [ 1448]     0  1448    59887      239      50       3      128             0 NetworkManager
[ 3297.351892] [ 1450]     0  1450     5375       22      13       3       41             0 getty
[ 3297.351895] [ 1456]     0  1456     5375       22      13       3       40             0 getty
[ 3297.351898] [ 1466]     0  1466     5375       22      13       3       40             0 getty
[ 3297.351901] [ 1467]     0  1467     5375       21      13       3       39             0 getty
[ 3297.351904] [ 1469]     0  1469     5375       22      13       3       40             0 getty
[ 3297.351907] [ 1472]     0  1472     3336       17      11       3       42             0 mcelog
[ 3297.351910] [ 1478]     0  1478     4781       39      16       3       43             0 cron
[ 3297.351913] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3297.351916] [ 1492]     0  1492     3998       63      13       3       21             0 irqbalance
[ 3297.351919] [ 1493]     0  1493    67671       69      35       3      175             0 lightdm
[ 3297.351922] [ 1499]     0  1499     1126       31       9       3       61             0 acpid
[ 3297.351925] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3297.351928] [ 1518]   103  1518   125043      143     146       4      632             0 colord
[ 3297.351931] [ 1536]     0  1536    75823    16075     120       2      792             0 Xorg
[ 3297.351934] [ 1546]     0  1546    48945      355      34       3       84             0 polkitd
[ 3297.351937] [ 1548]   111  1548    50586       76      69       3      310             0 whoopsie
[ 3297.351940] [ 1580]     0  1580   522910      123      58       5      227             0 console-kit-dae
[ 3297.351943] [ 1777]     0  1777     5375       24      13       3       42             0 getty
[ 3297.351946] [ 1787]     0  1787    30346      104      31       4       66             0 accounts-daemon
[ 3297.351949] [ 1859]     0  1859    55016      207      45       3      134             0 upowerd
[ 3297.351952] [ 2019]     0  2019    40786       74      50       3      198             0 lightdm
[ 3297.351955] [ 2056]   110  2056    42221       36      20       4       54             0 rtkit-daemon
[ 3297.351958] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3297.351961] [ 2137]  1000  2137    99509      154      93       4      591             0 gnome-session
[ 3297.351964] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3297.351967] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3297.351970] [ 2176]  1000  2176     6380      411      17       2      104             0 dbus-daemon
[ 3297.351973] [ 2185]  1000  2185   190198      238     175       4     1295             0 gnome-settings-
[ 3297.351976] [ 2193]  1000  2193    13517       68      26       3       93             0 gvfsd
[ 3297.351979] [ 2195]  1000  2195    51980       75      36       3      186             0 gvfs-fuse-daemo
[ 3297.351982] [ 2201]  1000  2201   131694      270     113       3      686             0 metacity
[ 3297.351985] [ 2208]  1000  2208     5050        4      16       3       40             0 syndaemon
[ 3297.351988] [ 2213]  1000  2213    92212       79      83       3      511             0 pulseaudio
[ 3297.351991] [ 2218]  1000  2218    14926       75      31       3      371             0 gconfd-2
[ 3297.351994] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3297.351997] [ 2221]  1000  2221   159066      582     200       4     1615             0 unity-2d-panel
[ 3297.352001] [ 2222]  1000  2222   815353     8558     269       5     8082             0 unity-2d-shell
[ 3297.352004] [ 2228]  1000  2228    77485        0      87       3      560             0 polkit-gnome-au
[ 3297.352007] [ 2229]  1000  2229   109435       49     103       3      960             0 bluetooth-apple
[ 3297.352009] [ 2230]  1000  2230   126886      321     125       3     1205             0 nm-applet
[ 3297.352012] [ 2231]  1000  2231   188583       62     221       4     2668             0 nautilus
[ 3297.352015] [ 2232]  1000  2232   114336        0      89       4      600             0 gnome-fallback-
[ 3297.352018] [ 2244]  1000  2244    18057      135      38       3      131             0 gvfs-gdu-volume
[ 3297.352021] [ 2246]  1000  2246   105916      262     101       4      666             0 bamfdaemon
[ 3297.352024] [ 2250]     0  2250    48360      137      31       4      147             0 udisks-daemon
[ 3297.352027] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3297.352030] [ 2262]  1000  2262    91274       78     105       3      972             0 notify-osd
[ 3297.352033] [ 2266]  1000  2266    78071       72      86       4      609             0 gnome-screensav
[ 3297.352036] [ 2270]  1000  2270    35900       75      37       3      137             0 gvfs-afc-volume
[ 3297.352039] [ 2273]  1000  2273    15463       68      32       3      152             0 gvfs-gphoto2-vo
[ 3297.352042] [ 2275]  1000  2275    65526       63      29       4      159             0 dconf-service
[ 3297.352045] [ 2281]  1000  2281    14671       80      31       3      137             0 gvfsd-trash
[ 3297.352048] [ 2288]  1000  2288   133572      232     123       4     1902             0 unity-panel-ser
[ 3297.352051] [ 2293]  1000  2293    13517       77      27       3      107             0 gvfsd-burn
[ 3297.352054] [ 2297]  1000  2297   121334       80      99       4      418             0 indicator-datet
[ 3297.352057] [ 2299]  1000  2299   122920       56     102       4      707             0 indicator-print
[ 3297.352060] [ 2301]  1000  2301   140254       98      74       4      276             0 indicator-appli
[ 3297.352063] [ 2304]  1000  2304   132926       84      94       4      409             0 indicator-sound
[ 3297.352066] [ 2309]  1000  2309   132648       94      87       3      336             0 indicator-sessi
[ 3297.352069] [ 2311]  1000  2311    92487        0      81       4      388             0 indicator-messa
[ 3297.352072] [ 2336]  1000  2336    11974       79      27       3      109             0 geoclue-master
[ 3297.352075] [ 2340]  1000  2340    83212       61      65       3      313             0 ubuntu-geoip-pr
[ 3297.352078] [ 2361]  1000  2361    83541      627      98       3       23             0 gdu-notificatio
[ 3297.352081] [ 2363]  1000  2363   175733       81      50       3      168             0 hud-service
[ 3297.352084] [ 2365]  1000  2365   158154      807      71       3      133             0 unity-applicati
[ 3297.352087] [ 2367]  1000  2367   154118      259      60       3      235             0 unity-files-dae
[ 3297.352090] [ 2369]  1000  2369   103166      336      66       3      207             0 unity-music-dae
[ 3297.352093] [ 2371]  1000  2371    92292     2019      69       3      175             0 unity-lens-vide
[ 3297.352096] [ 2402]  1000  2402    87549      817      40       3       55             0 zeitgeist-daemo
[ 3297.352099] [ 2411]  1000  2411    60406     1697      50       3       85             0 zeitgeist-fts
[ 3297.352102] [ 2413]  1000  2413   104417      330      73       3        0             0 zeitgeist-datah
[ 3297.352104] [ 2425]  1000  2425     3224       20      10       3        0             0 cat
[ 3297.352107] [ 2431]     0  2431    14197      206      33       3        0             0 pppd
[ 3297.352110] [ 2435]  1000  2435   302074    57623     420       4     3134             0 firefox
[ 3297.352113] [ 2451]  1000  2451   147026      266      49       3        1             0 unity-musicstor
[ 3297.352116] [ 2462]  1000  2462   107937      646     101       4        2             0 telepathy-indic
[ 3297.352119] [ 2468]  1000  2468    80298      326      59       4       47             0 mission-control
[ 3297.352122] [ 2487] 65534  2487     8642      102      20       3        1             0 dnsmasq
[ 3297.352125] [ 2615]  1000  2615   138251     2938      92       4      195             0 unity-scope-vid
[ 3297.352128] [ 2639]  1000  2639    17759     1754      38       3       15             0 xterm
[ 3297.352131] [ 2643]  1000  2643    68487      152      35       2        0             0 at-spi-bus-laun
[ 3297.352134] [ 2648]  1000  2648     7629      980      18       3       92             0 bash
[ 3297.352137] [ 2772]  1000  2772   102336      703      98       3      216             0 update-notifier
[ 3297.352140] [ 2801]  1000  2801    72375      178      45       3        0             0 deja-dup-monito
[ 3297.352143] [ 2961]  1000  2961    16966      154      35       3        0             0 sudo
[ 3297.352146] [ 2962]     0  2962    16896      129      36       4        7             0 su
[ 3297.352149] [ 2970]     0  2970     7637     1065      18       3       16             0 bash
[ 3297.352152] [ 3065]     0  3065     1151      101       8       3        0             0 runltp
[ 3297.352155] [ 3066]     0  3066     3308       26       9       3        0             0 tee
[ 3297.352158] [ 3209]     0  3209     1086       52       8       3        4             0 ltp-pan
[ 3297.352161] [ 3438]  1000  3438    17759     1767      37       3        1             0 xterm
[ 3297.352164] [ 3442]  1000  3442     7636     1080      18       3        2             0 bash
[ 3297.352167] [ 3553]  1000  3553   676356     5630     173       5      473             0 unity-2d-spread
[ 3297.352170] [ 3852]  1000  3852    16957      155      37       4        0             0 sudo
[ 3297.352173] [ 3853]     0  3853    16896      120      38       3        0             0 su
[ 3297.352176] [ 3861]     0  3861     7639      981      17       3      102             0 bash
[ 3297.352180] [14896]     0 14896     1618       34       9       3       27             0 oom04
[ 3297.352183] [14897]     0 14897  1574482   794144    1589       7    13902             0 oom04
[ 3297.352188] Out of memory: Kill process 14897 (oom04) score 750 or sacrifice child
[ 3297.352226] Killed process 14897 (oom04) total-vm:6297928kB, anon-rss:3176460kB, file-rss:116kB
[ 3303.738299] oom04 invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3303.738305] oom04 cpuset=1 mems_allowed=0
[ 3303.738313] CPU: 2 PID: 14984 Comm: oom04 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3303.738315] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3303.738317]  0000000000000000 ffff8800bf8eb9b8 ffffffff817e392d 0000000000000008
[ 3303.738322]  0000000000000000 ffff8800bf8eba48 ffffffff817e1a16 ffff8800bf8eb9e8
[ 3303.738325]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800bf8eb9f8
[ 3303.738329] Call Trace:
[ 3303.738337]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3303.738341]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3303.738345]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3303.738349]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3303.738354]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3303.738357]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3303.738360]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3303.738364]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3303.738370]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3303.738374]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3303.738378]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3303.738382]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3303.738386]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3303.738390]  [<ffffffff811d636a>] ? follow_page_pte+0xea/0x320
[ 3303.738393]  [<ffffffff811d6730>] ? follow_page_mask+0x190/0x320
[ 3303.738397]  [<ffffffff811d6a50>] __get_user_pages+0x190/0x610
[ 3303.738400]  [<ffffffff811de6c8>] __mlock_vma_pages_range+0x68/0x70
[ 3303.738403]  [<ffffffff811dede2>] __mm_populate+0xa2/0x140
[ 3303.738406]  [<ffffffff811defac>] SyS_mlock+0x12c/0x140
[ 3303.738410]  [<ffffffff817ee5ed>] system_call_fastpath+0x16/0x1b
[ 3303.738412] Mem-Info:
[ 3303.738415] Node 0 DMA per-cpu:
[ 3303.738418] CPU    0: hi:    0, btch:   1 usd:   0
[ 3303.738420] CPU    1: hi:    0, btch:   1 usd:   0
[ 3303.738421] CPU    2: hi:    0, btch:   1 usd:   0
[ 3303.738422] CPU    3: hi:    0, btch:   1 usd:   0
[ 3303.738424] Node 0 DMA32 per-cpu:
[ 3303.738426] CPU    0: hi:  186, btch:  31 usd: 162
[ 3303.738428] CPU    1: hi:  186, btch:  31 usd: 160
[ 3303.738429] CPU    2: hi:  186, btch:  31 usd:  48
[ 3303.738430] CPU    3: hi:  186, btch:  31 usd:  30
[ 3303.738432] Node 0 Normal per-cpu:
[ 3303.738434] CPU    0: hi:  186, btch:  31 usd:  14
[ 3303.738435] CPU    1: hi:  186, btch:  31 usd: 169
[ 3303.738436] CPU    2: hi:  186, btch:  31 usd:  34
[ 3303.738438] CPU    3: hi:  186, btch:  31 usd:   0
[ 3303.738442] active_anon:39083 inactive_anon:59019 isolated_anon:47
[ 3303.738442]  active_file:183 inactive_file:280 isolated_file:0
[ 3303.738442]  unevictable:824625 dirty:13 writeback:330 unstable:0
[ 3303.738442]  free:21068 slab_reclaimable:9078 slab_unreclaimable:10635
[ 3303.738442]  mapped:12195 shmem:11743 pagetables:7861 bounce:0
[ 3303.738442]  free_cma:0
[ 3303.738445] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3303.738450] lowmem_reserve[]: 0 3371 3815 3815
[ 3303.738455] Node 0 DMA32 free:61220kB min:59488kB low:74360kB high:89232kB active_anon:138936kB inactive_anon:218628kB active_file:704kB inactive_file:688kB unevictable:2915184kB isolated(anon):188kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:2912508kB dirty:52kB writeback:1312kB mapped:46520kB shmem:44468kB slab_reclaimable:32964kB slab_unreclaimable:33836kB kernel_stack:6928kB pagetables:27800kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:27976 all_unreclaimable? yes
[ 3303.738460] lowmem_reserve[]: 0 0 443 443
[ 3303.738464] Node 0 Normal free:7692kB min:7824kB low:9780kB high:11736kB active_anon:17396kB inactive_anon:17448kB active_file:28kB inactive_file:432kB unevictable:383316kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:383316kB dirty:0kB writeback:8kB mapped:2260kB shmem:2504kB slab_reclaimable:3348kB slab_unreclaimable:8704kB kernel_stack:1520kB pagetables:3644kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:2852 all_unreclaimable? yes
[ 3303.738469] lowmem_reserve[]: 0 0 0 0
[ 3303.738473] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3303.738487] Node 0 DMA32: 1960*4kB (UEM) 1280*8kB (UE) 671*16kB (UE) 318*32kB (UEM) 82*64kB (UEM) 62*128kB (UEM) 11*256kB (UM) 0*512kB 0*1024kB 1*2048kB (R) 1*4096kB (R) = 61136kB
[ 3303.738503] Node 0 Normal: 204*4kB (UEM) 102*8kB (UEM) 39*16kB (UEM) 29*32kB (UEM) 7*64kB (EM) 2*128kB (E) 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 7984kB
[ 3303.738518] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3303.738520] 13470 total pagecache pages
[ 3303.738522] 426 pages in swap cache
[ 3303.738524] Swap cache stats: add 210964, delete 210538, find 245/444
[ 3303.738525] Free swap  = 0kB
[ 3303.738526] Total swap = 262140kB
[ 3303.738528] 1021500 pages RAM
[ 3303.738529] 0 pages HighMem/MovableOnly
[ 3303.738530] 40355 pages reserved
[ 3303.738531] 0 pages hwpoisoned
[ 3303.738533] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3303.738539] [  403]     0   403     3966      577      10       2       92             0 mount.ntfs
[ 3303.738543] [  776]     0   776     4344        9      13       2       79             0 upstart-udev-br
[ 3303.738547] [  781]     0   781     5542       12      16       2      288         -1000 udevd
[ 3303.738550] [  814]     0   814    12512        9      29       3      151         -1000 sshd
[ 3303.738553] [  821]   101   821    64072       47      27       3      126             0 rsyslogd
[ 3303.738557] [ 1018]     0  1018     5541       19      15       2      284         -1000 udevd
[ 3303.738560] [ 1019]     0  1019     5541       11      15       2      290         -1000 udevd
[ 3303.738564] [ 1078]   102  1078     6334      261      15       2       76             0 dbus-daemon
[ 3303.738567] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3303.738570] [ 1198]   106  1198     8081       13      22       3       55             0 avahi-daemon
[ 3303.738573] [ 1199]   106  1199     8048        4      21       3       60             0 avahi-daemon
[ 3303.738576] [ 1225]     0  1225     5300       18      13       2       83             0 bluetoothd
[ 3303.738579] [ 1297]     0  1297    19762      104      44       3      103             0 modem-manager
[ 3303.738582] [ 1395]     0  1395    26113       59      54       2      296             0 cupsd
[ 3303.738585] [ 1448]     0  1448    59887      192      50       3      128             0 NetworkManager
[ 3303.738588] [ 1450]     0  1450     5375        3      13       3       41             0 getty
[ 3303.738591] [ 1456]     0  1456     5375        3      13       3       40             0 getty
[ 3303.738594] [ 1466]     0  1466     5375        3      13       3       40             0 getty
[ 3303.738597] [ 1467]     0  1467     5375        3      13       3       39             0 getty
[ 3303.738600] [ 1469]     0  1469     5375        3      13       3       40             0 getty
[ 3303.738603] [ 1472]     0  1472     3336        1      11       3       42             0 mcelog
[ 3303.738606] [ 1478]     0  1478     4781       17      16       3       43             0 cron
[ 3303.738609] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3303.738612] [ 1492]     0  1492     3998       39      13       3       21             0 irqbalance
[ 3303.738615] [ 1493]     0  1493    67671       23      35       3      175             0 lightdm
[ 3303.738618] [ 1499]     0  1499     1126        9       9       3       61             0 acpid
[ 3303.738621] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3303.738624] [ 1518]   103  1518   125043       91     146       4      632             0 colord
[ 3303.738627] [ 1536]     0  1536    75823    15484     120       2      796             0 Xorg
[ 3303.738630] [ 1546]     0  1546    48945      311      34       3       84             0 polkitd
[ 3303.738633] [ 1548]   111  1548    50586       38      69       3      310             0 whoopsie
[ 3303.738636] [ 1580]     0  1580   522910       68      58       5      227             0 console-kit-dae
[ 3303.738639] [ 1777]     0  1777     5375        3      13       3       42             0 getty
[ 3303.738642] [ 1787]     0  1787    30346       80      31       4       66             0 accounts-daemon
[ 3303.738645] [ 1859]     0  1859    55016      154      45       3      134             0 upowerd
[ 3303.738648] [ 2019]     0  2019    40786       23      50       3      198             0 lightdm
[ 3303.738651] [ 2056]   110  2056    42221        1      20       4       54             0 rtkit-daemon
[ 3303.738654] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3303.738657] [ 2137]  1000  2137    99509       97      93       4      592             0 gnome-session
[ 3303.738660] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3303.738663] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3303.738666] [ 2176]  1000  2176     6380      386      17       2      104             0 dbus-daemon
[ 3303.738670] [ 2185]  1000  2185   190198      177     175       4     1295             0 gnome-settings-
[ 3303.738673] [ 2193]  1000  2193    13517       16      26       3       93             0 gvfsd
[ 3303.738676] [ 2195]  1000  2195    51980       25      36       3      186             0 gvfs-fuse-daemo
[ 3303.738678] [ 2201]  1000  2201   131694      155     113       3      746             0 metacity
[ 3303.738681] [ 2208]  1000  2208     5050        4      16       3       40             0 syndaemon
[ 3303.738684] [ 2213]  1000  2213    92212       19      83       3      513             0 pulseaudio
[ 3303.738687] [ 2218]  1000  2218    14926       33      31       3      345             0 gconfd-2
[ 3303.738690] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3303.738693] [ 2221]  1000  2221   159066      459     200       4     1615             0 unity-2d-panel
[ 3303.738696] [ 2222]  1000  2222   815353     8306     269       5     8086             0 unity-2d-shell
[ 3303.738699] [ 2228]  1000  2228    77485        0      87       3      560             0 polkit-gnome-au
[ 3303.738702] [ 2229]  1000  2229   109435        0     103       3      960             0 bluetooth-apple
[ 3303.738705] [ 2230]  1000  2230   126886      315     125       3     1139             0 nm-applet
[ 3303.738708] [ 2231]  1000  2231   188583        0     221       4     2668             0 nautilus
[ 3303.738711] [ 2232]  1000  2232   114336        0      89       4      600             0 gnome-fallback-
[ 3303.738714] [ 2244]  1000  2244    18057       79      38       3      132             0 gvfs-gdu-volume
[ 3303.738717] [ 2246]  1000  2246   105916      200     101       4      669             0 bamfdaemon
[ 3303.738720] [ 2250]     0  2250    48360       75      31       4      158             0 udisks-daemon
[ 3303.738723] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3303.738726] [ 2262]  1000  2262    91274       16     105       3      972             0 notify-osd
[ 3303.738729] [ 2266]  1000  2266    78071        9      86       4      609             0 gnome-screensav
[ 3303.738732] [ 2270]  1000  2270    35900       25      37       3      137             0 gvfs-afc-volume
[ 3303.738735] [ 2273]  1000  2273    15463       15      32       3      152             0 gvfs-gphoto2-vo
[ 3303.738738] [ 2275]  1000  2275    65526       21      29       4      159             0 dconf-service
[ 3303.738741] [ 2281]  1000  2281    14671       28      31       3      137             0 gvfsd-trash
[ 3303.738744] [ 2288]  1000  2288   133572      159     123       4     1898             0 unity-panel-ser
[ 3303.738747] [ 2293]  1000  2293    13517       24      27       3      107             0 gvfsd-burn
[ 3303.738750] [ 2297]  1000  2297   121334       17      99       4      418             0 indicator-datet
[ 3303.738753] [ 2299]  1000  2299   122920        0     102       4      707             0 indicator-print
[ 3303.738756] [ 2301]  1000  2301   140254       36      74       4      276             0 indicator-appli
[ 3303.738759] [ 2304]  1000  2304   132926       25      94       4      409             0 indicator-sound
[ 3303.738762] [ 2309]  1000  2309   132648       28      87       3      336             0 indicator-sessi
[ 3303.738765] [ 2311]  1000  2311    92487        0      81       4      388             0 indicator-messa
[ 3303.738768] [ 2336]  1000  2336    11974       24      27       3      109             0 geoclue-master
[ 3303.738771] [ 2340]  1000  2340    83212        7      65       3      313             0 ubuntu-geoip-pr
[ 3303.738774] [ 2361]  1000  2361    83541      576      98       3       25             0 gdu-notificatio
[ 3303.738777] [ 2363]  1000  2363   175733       15      50       3      197             0 hud-service
[ 3303.738780] [ 2365]  1000  2365   158154      805      71       3      135             0 unity-applicati
[ 3303.738783] [ 2367]  1000  2367   154118      185      60       3      254             0 unity-files-dae
[ 3303.738786] [ 2369]  1000  2369   103166      336      66       3      212             0 unity-music-dae
[ 3303.738789] [ 2371]  1000  2371    92292     1967      69       3      175             0 unity-lens-vide
[ 3303.738792] [ 2402]  1000  2402    87549      765      40       3       55             0 zeitgeist-daemo
[ 3303.738795] [ 2411]  1000  2411    60406     1652      50       3       85             0 zeitgeist-fts
[ 3303.738798] [ 2413]  1000  2413   104417      309      73       3        0             0 zeitgeist-datah
[ 3303.738801] [ 2425]  1000  2425     3224       20      10       3        0             0 cat
[ 3303.738804] [ 2431]     0  2431    14197      152      33       3        0             0 pppd
[ 3303.738807] [ 2435]  1000  2435   302074    44927     420       4    15847             0 firefox
[ 3303.738810] [ 2451]  1000  2451   147026      224      49       3        1             0 unity-musicstor
[ 3303.738813] [ 2462]  1000  2462   107937      646     101       4        2             0 telepathy-indic
[ 3303.738815] [ 2468]  1000  2468    80298      276      59       4       47             0 mission-control
[ 3303.738818] [ 2487] 65534  2487     8642       67      20       3        1             0 dnsmasq
[ 3303.738821] [ 2615]  1000  2615   138251     2887      92       4      195             0 unity-scope-vid
[ 3303.738824] [ 2639]  1000  2639    17759     1723      38       3       15             0 xterm
[ 3303.738827] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3303.738830] [ 2648]  1000  2648     7629      373      18       3      675             0 bash
[ 3303.738833] [ 2772]  1000  2772   102336      653      98       3      216             0 update-notifier
[ 3303.738836] [ 2801]  1000  2801    72375      146      45       3        0             0 deja-dup-monito
[ 3303.738839] [ 2961]  1000  2961    16966      125      35       3        0             0 sudo
[ 3303.738842] [ 2962]     0  2962    16896      100      36       4        7             0 su
[ 3303.738845] [ 2970]     0  2970     7637     1041      18       3       16             0 bash
[ 3303.738848] [ 3065]     0  3065     1151       77       8       3        0             0 runltp
[ 3303.738851] [ 3066]     0  3066     3308       26       9       3        0             0 tee
[ 3303.738854] [ 3209]     0  3209     1086       33       8       3        4             0 ltp-pan
[ 3303.738857] [ 3438]  1000  3438    17759     1736      37       3        1             0 xterm
[ 3303.738860] [ 3442]  1000  3442     7636     1056      18       3        2             0 bash
[ 3303.738863] [ 3553]  1000  3553   676356     5532     173       5      473             0 unity-2d-spread
[ 3303.738866] [ 3852]  1000  3852    16957      125      37       4        0             0 sudo
[ 3303.738869] [ 3853]     0  3853    16896      107      38       3        0             0 su
[ 3303.738872] [ 3861]     0  3861     7639      957      17       3      102             0 bash
[ 3303.738875] [14896]     0 14896     1618       11       9       3       27             0 oom04
[ 3303.738881] [14984]     0 14984  1574482   824060    1620       7       16             0 oom04
[ 3303.738884] Out of memory: Kill process 14984 (oom04) score 765 or sacrifice child
[ 3303.738889] Killed process 14984 (oom04) total-vm:6297928kB, anon-rss:3296228kB, file-rss:12kB
[ 3303.973060] kworker/u17:61: page allocation failure: order:0, mode:0x2011a
[ 3303.973069] CPU: 0 PID: 14955 Comm: kworker/u17:61 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3303.973072] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3303.973079] Workqueue: kloopd loop_queue_read_work
[ 3303.973084]  0000000000000000 ffff8800b548b6c8 ffffffff817e392d 000000000000003e
[ 3303.973091]  000000000002011a ffff8800b548b758 ffffffff811ab1a8 ffff8800b548b718
[ 3303.973097]  0000000000000296 ffff88011fdf9f00 ffffffff81c6ea20 ffff88011fdf9f00
[ 3303.973102] Call Trace:
[ 3303.973111]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3303.973118]  [<ffffffff811ab1a8>] warn_alloc_failed+0xd8/0x130
[ 3303.973125]  [<ffffffff811af62e>] __alloc_pages_nodemask+0x8fe/0xc40
[ 3303.973133]  [<ffffffff811fb2de>] alloc_pages_current+0x10e/0x1d0
[ 3303.973137]  [<ffffffff811a3f9f>] ? __page_cache_alloc+0x13f/0x160
[ 3303.973142]  [<ffffffff811a3f9f>] __page_cache_alloc+0x13f/0x160
[ 3303.973147]  [<ffffffff811a551d>] ? pagecache_get_page+0x2d/0x1b0
[ 3303.973154]  [<ffffffff8125a7b6>] __generic_file_splice_read+0x186/0x6e0
[ 3303.973160]  [<ffffffff812592d0>] ? page_cache_pipe_buf_release+0x30/0x30
[ 3303.973167]  [<ffffffff810d8b0d>] ? __lock_acquire+0x37d/0x21f0
[ 3303.973172]  [<ffffffff813f5680>] ? cpumask_next_and+0x30/0x50
[ 3303.973178]  [<ffffffff810c3f0b>] ? find_busiest_group+0x13b/0x900
[ 3303.973184]  [<ffffffff810d8b0d>] ? __lock_acquire+0x37d/0x21f0
[ 3303.973188]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3303.973195]  [<ffffffff8125ad4b>] generic_file_splice_read+0x3b/0x80
[ 3303.973201]  [<ffffffff81221a33>] ? rw_verify_area+0x53/0x100
[ 3303.973206]  [<ffffffff8125974d>] do_splice_to+0x6d/0x90
[ 3303.973211]  [<ffffffff8125980c>] splice_direct_to_actor+0x9c/0x1e0
[ 3303.973216]  [<ffffffff8155e570>] ? do_lo_receive+0x60/0x60
[ 3303.973221]  [<ffffffff8155e569>] do_lo_receive+0x59/0x60
[ 3303.973226]  [<ffffffff8155f62e>] loop_handle_cmd.isra.24+0x18e/0x520
[ 3303.973231]  [<ffffffff8155fab2>] loop_queue_read_work+0x12/0x20
[ 3303.973236]  [<ffffffff8109f37f>] process_one_work+0x1df/0x810
[ 3303.973240]  [<ffffffff8109f2f4>] ? process_one_work+0x154/0x810
[ 3303.973245]  [<ffffffff8109fa1b>] worker_thread+0x6b/0x4a0
[ 3303.973250]  [<ffffffff8109f9b0>] ? process_one_work+0x810/0x810
[ 3303.973255]  [<ffffffff810a581a>] kthread+0x10a/0x120
[ 3303.973260]  [<ffffffff817edb60>] ? _raw_spin_unlock_irq+0x30/0x50
[ 3303.973266]  [<ffffffff810a5710>] ? kthread_create_on_node+0x220/0x220
[ 3303.973271]  [<ffffffff817ee53c>] ret_from_fork+0x7c/0xb0
[ 3303.973276]  [<ffffffff810a5710>] ? kthread_create_on_node+0x220/0x220
[ 3303.973279] Mem-Info:
[ 3303.973283] Node 0 DMA per-cpu:
[ 3303.973287] CPU    0: hi:    0, btch:   1 usd:   0
[ 3303.973290] CPU    1: hi:    0, btch:   1 usd:   0
[ 3303.973292] CPU    2: hi:    0, btch:   1 usd:   0
[ 3303.973295] CPU    3: hi:    0, btch:   1 usd:   0
[ 3303.973297] Node 0 DMA32 per-cpu:
[ 3303.973301] CPU    0: hi:  186, btch:  31 usd: 161
[ 3303.973304] CPU    1: hi:  186, btch:  31 usd: 160
[ 3303.973306] CPU    2: hi:  186, btch:  31 usd:  48
[ 3303.973309] CPU    3: hi:  186, btch:  31 usd:  30
[ 3303.973311] Node 0 Normal per-cpu:
[ 3303.973315] CPU    0: hi:  186, btch:  31 usd:  16
[ 3303.973317] CPU    1: hi:  186, btch:  31 usd: 169
[ 3303.973320] CPU    2: hi:  186, btch:  31 usd:  34
[ 3303.973322] CPU    3: hi:  186, btch:  31 usd:  30
[ 3303.973329] active_anon:39083 inactive_anon:423229 isolated_anon:47
[ 3303.973329]  active_file:183 inactive_file:280 isolated_file:0
[ 3303.973329]  unevictable:460415 dirty:13 writeback:0 unstable:0
[ 3303.973329]  free:21068 slab_reclaimable:9078 slab_unreclaimable:10598
[ 3303.973329]  mapped:12195 shmem:11743 pagetables:7861 bounce:0
[ 3303.973329]  free_cma:0
[ 3303.973335] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3303.973343] lowmem_reserve[]: 0 3371 3815 3815
[ 3303.973351] Node 0 DMA32 free:61220kB min:59488kB low:74360kB high:89232kB active_anon:138936kB inactive_anon:1503416kB active_file:704kB inactive_file:688kB unevictable:1630248kB isolated(anon):188kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:1627520kB dirty:52kB writeback:0kB mapped:46520kB shmem:44468kB slab_reclaimable:32964kB slab_unreclaimable:33688kB kernel_stack:6928kB pagetables:27800kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:9944 all_unreclaimable? yes
[ 3303.973359] lowmem_reserve[]: 0 0 443 443
[ 3303.973366] Node 0 Normal free:7692kB min:7824kB low:9780kB high:11736kB active_anon:17396kB inactive_anon:189648kB active_file:28kB inactive_file:432kB unevictable:211116kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:210816kB dirty:0kB writeback:8kB mapped:2260kB shmem:2504kB slab_reclaimable:3348kB slab_unreclaimable:8704kB kernel_stack:1520kB pagetables:3644kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:3860 all_unreclaimable? yes
[ 3303.973374] lowmem_reserve[]: 0 0 0 0
[ 3303.973381] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3303.973403] Node 0 DMA32: 1981*4kB (UEM) 1281*8kB (UEM) 673*16kB (UEM) 318*32kB (UEM) 82*64kB (UEM) 62*128kB (UEM) 11*256kB (UM) 0*512kB 0*1024kB 1*2048kB (R) 1*4096kB (R) = 61260kB
[ 3303.973432] Node 0 Normal: 187*4kB (UE) 95*8kB (UE) 39*16kB (UEM) 29*32kB (UEM) 7*64kB (EM) 2*128kB (E) 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 7860kB
[ 3303.973460] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3303.973462] 13470 total pagecache pages
[ 3303.973465] 426 pages in swap cache
[ 3303.973468] Swap cache stats: add 210964, delete 210538, find 245/444
[ 3303.973470] Free swap  = 0kB
[ 3303.973473] Total swap = 262140kB
[ 3303.973493] 1021500 pages RAM
[ 3303.973495] 0 pages HighMem/MovableOnly
[ 3303.973497] 40355 pages reserved
[ 3303.973499] 0 pages hwpoisoned
[ 3312.421793] oom04 invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3312.421798] oom04 cpuset=1 mems_allowed=0
[ 3312.421807] CPU: 1 PID: 14986 Comm: oom04 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3312.421809] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3312.421811]  0000000000000000 ffff8800d2817a58 ffffffff817e392d 0000000000000008
[ 3312.421815]  0000000000000000 ffff8800d2817ae8 ffffffff817e1a16 ffff8800d2817a88
[ 3312.421819]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800d2817a98
[ 3312.421822] Call Trace:
[ 3312.421831]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3312.421835]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3312.421840]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3312.421843]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3312.421848]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3312.421851]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3312.421856]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3312.421863]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3312.421871]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3312.421878]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3312.421883]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3312.421888]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3312.421891]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3312.421895]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3312.421899]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3312.421902]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3312.421906]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3312.421909] Mem-Info:
[ 3312.421912] Node 0 DMA per-cpu:
[ 3312.421914] CPU    0: hi:    0, btch:   1 usd:   0
[ 3312.421916] CPU    1: hi:    0, btch:   1 usd:   0
[ 3312.421917] CPU    2: hi:    0, btch:   1 usd:   0
[ 3312.421919] CPU    3: hi:    0, btch:   1 usd:   0
[ 3312.421920] Node 0 DMA32 per-cpu:
[ 3312.421923] CPU    0: hi:  186, btch:  31 usd:  42
[ 3312.421924] CPU    1: hi:  186, btch:  31 usd:  58
[ 3312.421926] CPU    2: hi:  186, btch:  31 usd: 173
[ 3312.421927] CPU    3: hi:  186, btch:  31 usd: 156
[ 3312.421929] Node 0 Normal per-cpu:
[ 3312.421931] CPU    0: hi:  186, btch:  31 usd:  37
[ 3312.421932] CPU    1: hi:  186, btch:  31 usd:  46
[ 3312.421933] CPU    2: hi:  186, btch:  31 usd: 186
[ 3312.421935] CPU    3: hi:  186, btch:  31 usd: 183
[ 3312.421939] active_anon:835699 inactive_anon:85461 isolated_anon:0
[ 3312.421939]  active_file:381 inactive_file:273 isolated_file:0
[ 3312.421939]  unevictable:669 dirty:189 writeback:0 unstable:0
[ 3312.421939]  free:21038 slab_reclaimable:9013 slab_unreclaimable:10550
[ 3312.421939]  mapped:12507 shmem:11743 pagetables:8240 bounce:0
[ 3312.421939]  free_cma:0
[ 3312.421943] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3312.421948] lowmem_reserve[]: 0 3371 3815 3815
[ 3312.421953] Node 0 DMA32 free:61112kB min:59488kB low:74360kB high:89232kB active_anon:2986200kB inactive_anon:282196kB active_file:1240kB inactive_file:1080kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:696kB writeback:0kB mapped:47040kB shmem:44468kB slab_reclaimable:32732kB slab_unreclaimable:33612kB kernel_stack:6928kB pagetables:28792kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:14316 all_unreclaimable? yes
[ 3312.421957] lowmem_reserve[]: 0 0 443 443
[ 3312.421961] Node 0 Normal free:7680kB min:7824kB low:9780kB high:11736kB active_anon:356596kB inactive_anon:59648kB active_file:284kB inactive_file:12kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:60kB writeback:0kB mapped:2988kB shmem:2504kB slab_reclaimable:3320kB slab_unreclaimable:8588kB kernel_stack:1536kB pagetables:4168kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:19964 all_unreclaimable? yes
[ 3312.421966] lowmem_reserve[]: 0 0 0 0
[ 3312.421970] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3312.421984] Node 0 DMA32: 1981*4kB (UEM) 1315*8kB (UEM) 731*16kB (UEM) 359*32kB (UE) 101*64kB (UE) 41*128kB (UE) 6*256kB (U) 0*512kB 0*1024kB 1*2048kB (R) 1*4096kB (R) = 61020kB
[ 3312.422000] Node 0 Normal: 114*4kB (UE) 52*8kB (UEM) 20*16kB (UE) 13*32kB (UM) 10*64kB (UM) 11*128kB (UM) 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 7752kB
[ 3312.422015] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3312.422016] 13562 total pagecache pages
[ 3312.422018] 355 pages in swap cache
[ 3312.422020] Swap cache stats: add 211594, delete 211239, find 523/1012
[ 3312.422021] Free swap  = 0kB
[ 3312.422022] Total swap = 262140kB
[ 3312.422024] 1021500 pages RAM
[ 3312.422025] 0 pages HighMem/MovableOnly
[ 3312.422026] 40355 pages reserved
[ 3312.422028] 0 pages hwpoisoned
[ 3312.422029] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3312.422036] [  403]     0   403     3966      577      10       2       92             0 mount.ntfs
[ 3312.422039] [  776]     0   776     4344        5      13       2       79             0 upstart-udev-br
[ 3312.422043] [  781]     0   781     5542        8      16       2      288         -1000 udevd
[ 3312.422046] [  814]     0   814    12512        6      29       3      151         -1000 sshd
[ 3312.422050] [  821]   101   821    64072       73      27       3      100             0 rsyslogd
[ 3312.422053] [ 1018]     0  1018     5541       15      15       2      284         -1000 udevd
[ 3312.422056] [ 1019]     0  1019     5541        7      15       2      290         -1000 udevd
[ 3312.422059] [ 1078]   102  1078     6334      271      15       2       66             0 dbus-daemon
[ 3312.422063] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3312.422066] [ 1198]   106  1198     8081       10      22       3       58             0 avahi-daemon
[ 3312.422069] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3312.422072] [ 1225]     0  1225     5300        9      13       2       83             0 bluetoothd
[ 3312.422075] [ 1297]     0  1297    19762      103      44       3      104             0 modem-manager
[ 3312.422078] [ 1395]     0  1395    26113       51      54       2      300             0 cupsd
[ 3312.422081] [ 1448]     0  1448    59887      191      50       3      132             0 NetworkManager
[ 3312.422084] [ 1450]     0  1450     5375        2      13       3       41             0 getty
[ 3312.422087] [ 1456]     0  1456     5375        2      13       3       40             0 getty
[ 3312.422090] [ 1466]     0  1466     5375        2      13       3       40             0 getty
[ 3312.422093] [ 1467]     0  1467     5375        2      13       3       39             0 getty
[ 3312.422096] [ 1469]     0  1469     5375        2      13       3       40             0 getty
[ 3312.422099] [ 1472]     0  1472     3336        1      11       3       42             0 mcelog
[ 3312.422102] [ 1478]     0  1478     4781       17      16       3       43             0 cron
[ 3312.422105] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3312.422108] [ 1492]     0  1492     3998       31      13       3       21             0 irqbalance
[ 3312.422111] [ 1493]     0  1493    67671       10      35       3      175             0 lightdm
[ 3312.422114] [ 1499]     0  1499     1126        4       9       3       66             0 acpid
[ 3312.422117] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3312.422120] [ 1518]   103  1518   125043       72     146       4      636             0 colord
[ 3312.422123] [ 1536]     0  1536    75823    15435     120       2      860             0 Xorg
[ 3312.422126] [ 1546]     0  1546    48945      206      34       3      176             0 polkitd
[ 3312.422129] [ 1548]   111  1548    50586       30      69       3      310             0 whoopsie
[ 3312.422132] [ 1580]     0  1580   522910       26      58       5      256             0 console-kit-dae
[ 3312.422135] [ 1777]     0  1777     5375        2      13       3       42             0 getty
[ 3312.422138] [ 1787]     0  1787    30346       80      31       4       66             0 accounts-daemon
[ 3312.422141] [ 1859]     0  1859    55016      133      45       3      134             0 upowerd
[ 3312.422144] [ 2019]     0  2019    40786       10      50       3      198             0 lightdm
[ 3312.422147] [ 2056]   110  2056    42221        1      20       4       54             0 rtkit-daemon
[ 3312.422150] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3312.422153] [ 2137]  1000  2137    99509       97      93       4      592             0 gnome-session
[ 3312.422156] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3312.422159] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3312.422162] [ 2176]  1000  2176     6380      382      17       2      104             0 dbus-daemon
[ 3312.422165] [ 2185]  1000  2185   190198      233     175       4     1239             0 gnome-settings-
[ 3312.422168] [ 2193]  1000  2193    13517        8      26       3       93             0 gvfsd
[ 3312.422171] [ 2195]  1000  2195    51980       10      36       3      186             0 gvfs-fuse-daemo
[ 3312.422174] [ 2201]  1000  2201   131694      155     113       3      746             0 metacity
[ 3312.422177] [ 2208]  1000  2208     5050        4      16       3       40             0 syndaemon
[ 3312.422180] [ 2213]  1000  2213    92212       15      83       3      513             0 pulseaudio
[ 3312.422183] [ 2218]  1000  2218    14926       26      31       3      345             0 gconfd-2
[ 3312.422186] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3312.422189] [ 2221]  1000  2221   159066      459     200       4     1615             0 unity-2d-panel
[ 3312.422192] [ 2222]  1000  2222   815353     8469     269       5     8086             0 unity-2d-shell
[ 3312.422195] [ 2228]  1000  2228    77485        0      87       3      560             0 polkit-gnome-au
[ 3312.422198] [ 2229]  1000  2229   109435        0     103       3      960             0 bluetooth-apple
[ 3312.422201] [ 2230]  1000  2230   126886      370     125       3     1084             0 nm-applet
[ 3312.422204] [ 2231]  1000  2231   188583        0     221       4     2668             0 nautilus
[ 3312.422207] [ 2232]  1000  2232   114336        0      89       4      600             0 gnome-fallback-
[ 3312.422210] [ 2244]  1000  2244    18057       64      38       3      132             0 gvfs-gdu-volume
[ 3312.422213] [ 2246]  1000  2246   105916      200     101       4      669             0 bamfdaemon
[ 3312.422216] [ 2250]     0  2250    48360       67      31       4      158             0 udisks-daemon
[ 3312.422219] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3312.422222] [ 2262]  1000  2262    91274       16     105       3      972             0 notify-osd
[ 3312.422225] [ 2266]  1000  2266    78071        0      86       4      609             0 gnome-screensav
[ 3312.422228] [ 2270]  1000  2270    35900       10      37       3      137             0 gvfs-afc-volume
[ 3312.422231] [ 2273]  1000  2273    15463        2      32       3      152             0 gvfs-gphoto2-vo
[ 3312.422234] [ 2275]  1000  2275    65526       10      29       4      159             0 dconf-service
[ 3312.422237] [ 2281]  1000  2281    14671       13      31       3      137             0 gvfsd-trash
[ 3312.422240] [ 2288]  1000  2288   133573      281     123       4     1847             0 unity-panel-ser
[ 3312.422243] [ 2293]  1000  2293    13517       10      27       3      107             0 gvfsd-burn
[ 3312.422246] [ 2297]  1000  2297   121334        2      99       4      418             0 indicator-datet
[ 3312.422249] [ 2299]  1000  2299   122920        0     102       4      707             0 indicator-print
[ 3312.422252] [ 2301]  1000  2301   140254       23      74       4      276             0 indicator-appli
[ 3312.422255] [ 2304]  1000  2304   132926       10      94       4      409             0 indicator-sound
[ 3312.422257] [ 2309]  1000  2309   132648       34      87       3      315             0 indicator-sessi
[ 3312.422260] [ 2311]  1000  2311    92487        0      81       4      388             0 indicator-messa
[ 3312.422263] [ 2336]  1000  2336    11974       12      27       3      109             0 geoclue-master
[ 3312.422266] [ 2340]  1000  2340    83212        0      65       3      313             0 ubuntu-geoip-pr
[ 3312.422269] [ 2361]  1000  2361    83541      576      98       3       25             0 gdu-notificatio
[ 3312.422272] [ 2363]  1000  2363   175733       15      50       3      197             0 hud-service
[ 3312.422275] [ 2365]  1000  2365   158154      805      71       3      135             0 unity-applicati
[ 3312.422278] [ 2367]  1000  2367   154118      170      60       3      254             0 unity-files-dae
[ 3312.422281] [ 2369]  1000  2369   103166      336      66       3      212             0 unity-music-dae
[ 3312.422284] [ 2371]  1000  2371    92292     1952      69       3      175             0 unity-lens-vide
[ 3312.422287] [ 2402]  1000  2402    87549      750      40       3       55             0 zeitgeist-daemo
[ 3312.422290] [ 2411]  1000  2411    60406     1639      50       3       85             0 zeitgeist-fts
[ 3312.422293] [ 2413]  1000  2413   104417      309      73       3        0             0 zeitgeist-datah
[ 3312.422296] [ 2425]  1000  2425     3224       20      10       3        0             0 cat
[ 3312.422299] [ 2431]     0  2431    14197      141      33       3        0             0 pppd
[ 3312.422302] [ 2435]  1000  2435   302076    44951     420       4    15830             0 firefox
[ 3312.422305] [ 2451]  1000  2451   147026      223      49       3        1             0 unity-musicstor
[ 3312.422308] [ 2462]  1000  2462   107937      646     101       4        2             0 telepathy-indic
[ 3312.422311] [ 2468]  1000  2468    80298      276      59       4       47             0 mission-control
[ 3312.422314] [ 2487] 65534  2487     8642       63      20       3        1             0 dnsmasq
[ 3312.422317] [ 2615]  1000  2615   138251     2874      92       4      195             0 unity-scope-vid
[ 3312.422320] [ 2639]  1000  2639    17759     1722      38       3       15             0 xterm
[ 3312.422323] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3312.422326] [ 2648]  1000  2648     7629      372      18       3      675             0 bash
[ 3312.422329] [ 2772]  1000  2772   102336      653      98       3      216             0 update-notifier
[ 3312.422332] [ 2801]  1000  2801    72375      146      45       3        0             0 deja-dup-monito
[ 3312.422335] [ 2961]  1000  2961    16966      121      35       3        0             0 sudo
[ 3312.422338] [ 2962]     0  2962    16896      100      36       4        7             0 su
[ 3312.422341] [ 2970]     0  2970     7637     1040      18       3       16             0 bash
[ 3312.422344] [ 3065]     0  3065     1151       76       8       3        0             0 runltp
[ 3312.422347] [ 3066]     0  3066     3308       26       9       3        0             0 tee
[ 3312.422350] [ 3209]     0  3209     1086       32       8       3        4             0 ltp-pan
[ 3312.422353] [ 3438]  1000  3438    17759     1735      37       3        1             0 xterm
[ 3312.422356] [ 3442]  1000  3442     7636     1055      18       3        2             0 bash
[ 3312.422359] [ 3553]  1000  3553   676356     5517     173       5      473             0 unity-2d-spread
[ 3312.422362] [ 3852]  1000  3852    16957      121      37       4        0             0 sudo
[ 3312.422365] [ 3853]     0  3853    16896      107      38       3        0             0 su
[ 3312.422368] [ 3861]     0  3861     7639      956      17       3      102             0 bash
[ 3312.422371] [14896]     0 14896     1618       32       9       3       24             0 oom04
[ 3312.422377] [14985]  1000 14985   302289    45702     366       4    15874             0 firefox
[ 3312.422380] [14986]     0 14986  1574482   822951    1618       7       16             0 oom04
[ 3312.422383] Out of memory: Kill process 14986 (oom04) score 764 or sacrifice child
[ 3312.422388] Killed process 14986 (oom04) total-vm:6297928kB, anon-rss:3291736kB, file-rss:68kB
[ 3325.640586] oom05 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3325.640591] oom05 cpuset=1 mems_allowed=0
[ 3325.640600] CPU: 1 PID: 14989 Comm: oom05 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3325.640602] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3325.640604]  0000000000000000 ffff880106417ca8 ffffffff817e392d 000000000000000a
[ 3325.640609]  ffff8800d2974800 ffff880106417d38 ffffffff817e1a16 ffff880106417cd8
[ 3325.640612]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff880106417ce8
[ 3325.640616] Call Trace:
[ 3325.640624]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3325.640628]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3325.640633]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3325.640636]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3325.640641]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3325.640644]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3325.640649]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3325.640652]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3325.640656]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3325.640659]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3325.640662]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3325.640667]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3325.640670] Task in /1 killed as a result of limit of /1
[ 3325.640676] memory: usage 1048576kB, limit 1048576kB, failcnt 228
[ 3325.640678] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3325.640680] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3325.640681] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:4KB inactive_anon:89652KB active_anon:958924KB inactive_file:0KB active_file:0KB unevictable:0KB
[ 3325.640702] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3325.640901] [14988]     0 14988     1618      416       9       3        6             0 oom05
[ 3325.640906] [14989]     0 14989   788050   262090     523       5      781             0 oom05
[ 3325.640908] Memory cgroup out of memory: Kill process 14989 (oom05) score 779 or sacrifice child
[ 3325.640913] Killed process 14989 (oom05) total-vm:3152200kB, anon-rss:1047360kB, file-rss:1000kB
[ 3327.045509] oom05 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3327.045514] oom05 cpuset=1 mems_allowed=0
[ 3327.045521] CPU: 2 PID: 14990 Comm: oom05 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3327.045523] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3327.045524]  0000000000000000 ffff8801020cfca8 ffffffff817e392d 000000000000000a
[ 3327.045528]  ffff8800d2974800 ffff8801020cfd38 ffffffff817e1a16 ffff8801020cfcd8
[ 3327.045531]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8801020cfce8
[ 3327.045535] Call Trace:
[ 3327.045542]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3327.045546]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3327.045550]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3327.045553]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3327.045557]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3327.045560]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3327.045564]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3327.045567]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3327.045570]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3327.045573]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3327.045575]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3327.045579]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3327.045583] Task in /1 killed as a result of limit of /1
[ 3327.045588] memory: usage 1048576kB, limit 1048576kB, failcnt 330
[ 3327.045590] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3327.045591] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3327.045592] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:0KB inactive_anon:0KB active_anon:0KB inactive_file:0KB active_file:0KB unevictable:1048576KB
[ 3327.045611] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3327.045794] [14988]     0 14988     1618      406       9       3       16             0 oom05
[ 3327.045798] [14990]     0 14990   788050   262391     522       5       18             0 oom05
[ 3327.045800] Memory cgroup out of memory: Kill process 14990 (oom05) score 778 or sacrifice child
[ 3327.045805] Killed process 14990 (oom05) total-vm:3152200kB, anon-rss:1048564kB, file-rss:1000kB
[ 3329.733820] oom05 invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=0
[ 3329.733826] oom05 cpuset=1 mems_allowed=0
[ 3329.733834] CPU: 2 PID: 14991 Comm: oom05 Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3329.733836] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3329.733839]  0000000000000000 ffff88003cf27ca8 ffffffff817e392d 000000000000000a
[ 3329.733843]  ffff8800d2974800 ffff88003cf27d38 ffffffff817e1a16 ffff88003cf27cd8
[ 3329.733846]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff88003cf27ce8
[ 3329.733850] Call Trace:
[ 3329.733858]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3329.733862]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3329.733867]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3329.733871]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3329.733875]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3329.733879]  [<ffffffff81217658>] mem_cgroup_oom_synchronize+0x6b8/0x6f0
[ 3329.733883]  [<ffffffff81211a50>] ? mem_cgroup_reset+0xb0/0xb0
[ 3329.733887]  [<ffffffff811a95b4>] pagefault_out_of_memory+0x24/0xe0
[ 3329.733890]  [<ffffffff8106c4ad>] mm_fault_error+0x8d/0x190
[ 3329.733893]  [<ffffffff8106ca60>] __do_page_fault+0x4b0/0x4c0
[ 3329.733896]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3329.733900]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3329.733903] Task in /1 killed as a result of limit of /1
[ 3329.733910] memory: usage 1048576kB, limit 1048576kB, failcnt 709
[ 3329.733912] memory+swap: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3329.733913] kmem: usage 0kB, limit 9007199254740988kB, failcnt 0
[ 3329.733914] Memory cgroup stats for /1: cache:0KB rss:1048576KB rss_huge:0KB mapped_file:0KB writeback:768KB inactive_anon:107724KB active_anon:940852KB inactive_file:0KB active_file:0KB unevictable:0KB
[ 3329.733935] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3329.734134] [14988]     0 14988     1618      406       9       3       16             0 oom05
[ 3329.734139] [14991]     0 14991   788050   262140     524       5     1127             0 oom05
[ 3329.734142] Memory cgroup out of memory: Kill process 14991 (oom05) score 780 or sacrifice child
[ 3329.734147] Killed process 14991 (oom05) total-vm:3152200kB, anon-rss:1047560kB, file-rss:1000kB
[ 3512.791866] Purging GPU memory, 8192 bytes freed, 4759552 bytes still pinned.
[ 3512.793592] in:imklog invoked oom-killer: gfp_mask=0x201da, order=0, oom_score_adj=0
[ 3512.793596] in:imklog cpuset=/ mems_allowed=0
[ 3512.793604] CPU: 0 PID: 823 Comm: in:imklog Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3512.793606] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3512.793608]  0000000000000000 ffff8800c9573928 ffffffff817e392d 0000000000000006
[ 3512.793612]  0000000000000000 ffff8800c95739b8 ffffffff817e1a16 ffff8800c9573958
[ 3512.793616]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800c9573968
[ 3512.793620] Call Trace:
[ 3512.793628]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3512.793632]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3512.793637]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3512.793640]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3512.793645]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3512.793648]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3512.793652]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3512.793656]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3512.793661]  [<ffffffff811fb2de>] alloc_pages_current+0x10e/0x1d0
[ 3512.793664]  [<ffffffff811a3f9f>] ? __page_cache_alloc+0x13f/0x160
[ 3512.793667]  [<ffffffff811a3f9f>] __page_cache_alloc+0x13f/0x160
[ 3512.793670]  [<ffffffff811a551d>] ? pagecache_get_page+0x2d/0x1b0
[ 3512.793674]  [<ffffffff81211d81>] ? __mem_cgroup_count_vm_event+0xf1/0x240
[ 3512.793678]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3512.793681]  [<ffffffff811a705f>] filemap_fault+0x1cf/0x430
[ 3512.793686]  [<ffffffff811d7da1>] __do_fault+0x41/0xe0
[ 3512.793690]  [<ffffffff811dbfc4>] handle_mm_fault+0xde4/0x15c0
[ 3512.793694]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3512.793697]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3512.793701]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3512.793703] Mem-Info:
[ 3512.793707] Node 0 DMA per-cpu:
[ 3512.793710] CPU    0: hi:    0, btch:   1 usd:   0
[ 3512.793711] CPU    1: hi:    0, btch:   1 usd:   0
[ 3512.793713] CPU    2: hi:    0, btch:   1 usd:   0
[ 3512.793714] CPU    3: hi:    0, btch:   1 usd:   0
[ 3512.793716] Node 0 DMA32 per-cpu:
[ 3512.793718] CPU    0: hi:  186, btch:  31 usd:  33
[ 3512.793719] CPU    1: hi:  186, btch:  31 usd: 141
[ 3512.793721] CPU    2: hi:  186, btch:  31 usd: 186
[ 3512.793722] CPU    3: hi:  186, btch:  31 usd: 112
[ 3512.793724] Node 0 Normal per-cpu:
[ 3512.793726] CPU    0: hi:  186, btch:  31 usd:  51
[ 3512.793727] CPU    1: hi:  186, btch:  31 usd: 133
[ 3512.793728] CPU    2: hi:  186, btch:  31 usd: 159
[ 3512.793730] CPU    3: hi:  186, btch:  31 usd:  57
[ 3512.793734] active_anon:733764 inactive_anon:188558 isolated_anon:0
[ 3512.793734]  active_file:294 inactive_file:492 isolated_file:16
[ 3512.793734]  unevictable:669 dirty:3 writeback:38 unstable:0
[ 3512.793734]  free:21064 slab_reclaimable:8774 slab_unreclaimable:10399
[ 3512.793734]  mapped:6144 shmem:9120 pagetables:7583 bounce:0
[ 3512.793734]  free_cma:0
[ 3512.793738] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3512.793743] lowmem_reserve[]: 0 3371 3815 3815
[ 3512.793748] Node 0 DMA32 free:61168kB min:59496kB low:74368kB high:89244kB active_anon:2726276kB inactive_anon:545276kB active_file:1172kB inactive_file:1744kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:12kB writeback:112kB mapped:24500kB shmem:36404kB slab_reclaimable:31876kB slab_unreclaimable:32928kB kernel_stack:6144kB pagetables:26816kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:18968 all_unreclaimable? yes
[ 3512.793753] lowmem_reserve[]: 0 0 443 443
[ 3512.793757] Node 0 Normal free:7728kB min:7820kB low:9772kB high:11728kB active_anon:208780kB inactive_anon:208956kB active_file:4kB inactive_file:224kB unevictable:0kB isolated(anon):0kB isolated(file):64kB present:522240kB managed:454304kB mlocked:0kB dirty:0kB writeback:40kB mapped:76kB shmem:76kB slab_reclaimable:3220kB slab_unreclaimable:8668kB kernel_stack:1440kB pagetables:3516kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:24212 all_unreclaimable? yes
[ 3512.793762] lowmem_reserve[]: 0 0 0 0
[ 3512.793766] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3512.793780] Node 0 DMA32: 656*4kB (UE) 896*8kB (UEM) 653*16kB (UEM) 377*32kB (UEM) 147*64kB (UEM) 68*128kB (UEM) 22*256kB (UE) 2*512kB (EM) 0*1024kB 2*2048kB (R) 0*4096kB = 61168kB
[ 3512.793796] Node 0 Normal: 178*4kB (UEM) 90*8kB (UEM) 21*16kB (UEM) 44*32kB (UEM) 11*64kB (UM) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 7976kB
[ 3512.793811] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3512.793812] 10773 total pagecache pages
[ 3512.793814] 64 pages in swap cache
[ 3512.793815] Swap cache stats: add 258495, delete 258431, find 12632/20173
[ 3512.793817] Free swap  = 0kB
[ 3512.793818] Total swap = 262140kB
[ 3512.793820] 1021500 pages RAM
[ 3512.793821] 0 pages HighMem/MovableOnly
[ 3512.793822] 40355 pages reserved
[ 3512.793823] 0 pages hwpoisoned
[ 3512.793824] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3512.793831] [  403]     0   403     3966      575      10       2       94             0 mount.ntfs
[ 3512.793834] [  776]     0   776     4344        1      13       2       80             0 upstart-udev-br
[ 3512.793838] [  781]     0   781     5542        1      16       2      292         -1000 udevd
[ 3512.793841] [  814]     0   814    12512        1      29       3      152         -1000 sshd
[ 3512.793844] [  821]   101   821    64072       63      27       3      123             0 rsyslogd
[ 3512.793848] [ 1018]     0  1018     5541        1      15       2      294         -1000 udevd
[ 3512.793851] [ 1019]     0  1019     5541        1      15       2      292         -1000 udevd
[ 3512.793855] [ 1078]   102  1078     6334      239      15       2       98             0 dbus-daemon
[ 3512.793858] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3512.793861] [ 1198]   106  1198     8081       10      22       3       58             0 avahi-daemon
[ 3512.793864] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3512.793867] [ 1225]     0  1225     5300        1      13       2       83             0 bluetoothd
[ 3512.793870] [ 1297]     0  1297    19762      101      44       3      106             0 modem-manager
[ 3512.793873] [ 1395]     0  1395    26113       86      54       2      260             0 cupsd
[ 3512.793876] [ 1448]     0  1448    59887      105      50       3      218             0 NetworkManager
[ 3512.793879] [ 1450]     0  1450     5375        1      13       3       41             0 getty
[ 3512.793882] [ 1456]     0  1456     5375        1      13       3       40             0 getty
[ 3512.793885] [ 1466]     0  1466     5375        1      13       3       40             0 getty
[ 3512.793888] [ 1467]     0  1467     5375        1      13       3       39             0 getty
[ 3512.793891] [ 1469]     0  1469     5375        1      13       3       40             0 getty
[ 3512.793894] [ 1472]     0  1472     3336        0      11       3       42             0 mcelog
[ 3512.793897] [ 1478]     0  1478     4781       17      16       3       43             0 cron
[ 3512.793900] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3512.793903] [ 1492]     0  1492     3998       24      13       3       21             0 irqbalance
[ 3512.793906] [ 1493]     0  1493    67671        1      35       3      175             0 lightdm
[ 3512.793909] [ 1499]     0  1499     1126        3       9       3       67             0 acpid
[ 3512.793911] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3512.793915] [ 1518]   103  1518   125043       66     146       4      632             0 colord
[ 3512.793918] [ 1536]     0  1536    66290     9076     105       2     1009             0 Xorg
[ 3512.793921] [ 1546]     0  1546    48945       83      34       3      330             0 polkitd
[ 3512.793924] [ 1548]   111  1548    50586        0      69       3      349             0 whoopsie
[ 3512.793927] [ 1580]     0  1580   522910        0      58       5      293             0 console-kit-dae
[ 3512.793930] [ 1777]     0  1777     5375        1      13       3       42             0 getty
[ 3512.793932] [ 1787]     0  1787    30346       47      31       4       99             0 accounts-daemon
[ 3512.793935] [ 1859]     0  1859    55016      107      45       3      160             0 upowerd
[ 3512.793938] [ 2019]     0  2019    40786        1      50       3      198             0 lightdm
[ 3512.793941] [ 2056]   110  2056    42221        1      20       4       54             0 rtkit-daemon
[ 3512.793944] [ 2125]  1000  2125    92185        1      43       3      162             0 gnome-keyring-d
[ 3512.793947] [ 2137]  1000  2137    99509      104      93       4      586             0 gnome-session
[ 3512.793950] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3512.793953] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3512.793956] [ 2176]  1000  2176     6380      431      17       2       57             0 dbus-daemon
[ 3512.793960] [ 2185]  1000  2185   190198      421     175       4     1051             0 gnome-settings-
[ 3512.793962] [ 2193]  1000  2193    13517       18      26       3       84             0 gvfsd
[ 3512.793965] [ 2195]  1000  2195    51980        1      36       3      186             0 gvfs-fuse-daemo
[ 3512.793968] [ 2201]  1000  2201   131694      328     113       3      583             0 metacity
[ 3512.793971] [ 2208]  1000  2208     5050        4      16       3       40             0 syndaemon
[ 3512.793974] [ 2213]  1000  2213    92212      268      83       3      257             0 pulseaudio
[ 3512.793977] [ 2218]  1000  2218    14926       25      31       3      346             0 gconfd-2
[ 3512.793980] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3512.793983] [ 2221]  1000  2221   158905      808     200       4     1219             0 unity-2d-panel
[ 3512.793986] [ 2222]  1000  2222   815353     5712     269       5     9979             0 unity-2d-shell
[ 3512.793989] [ 2228]  1000  2228    77485       21      87       3      538             0 polkit-gnome-au
[ 3512.793992] [ 2229]  1000  2229   109435       73     103       3      873             0 bluetooth-apple
[ 3512.793995] [ 2230]  1000  2230   126886      282     125       3     1172             0 nm-applet
[ 3512.793998] [ 2231]  1000  2231   188583      287     221       4     2341             0 nautilus
[ 3512.794001] [ 2232]  1000  2232   114336       23      89       4      558             0 gnome-fallback-
[ 3512.794004] [ 2244]  1000  2244    18057       93      38       3       94             0 gvfs-gdu-volume
[ 3512.794007] [ 2246]  1000  2246   105916      296     103       4      587             0 bamfdaemon
[ 3512.794010] [ 2250]     0  2250    48360       52      31       4      173             0 udisks-daemon
[ 3512.794013] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3512.794016] [ 2262]  1000  2262    91274       29     105       3      959             0 notify-osd
[ 3512.794019] [ 2266]  1000  2266    78071       60      86       4      519             0 gnome-screensav
[ 3512.794022] [ 2270]  1000  2270    35900        1      37       3      137             0 gvfs-afc-volume
[ 3512.794025] [ 2273]  1000  2273    15463        0      32       3      154             0 gvfs-gphoto2-vo
[ 3512.794028] [ 2275]  1000  2275    65526        1      29       4      159             0 dconf-service
[ 3512.794031] [ 2281]  1000  2281    14671       54      31       3       87             0 gvfsd-trash
[ 3512.794034] [ 2288]  1000  2288   133572      939     123       4     1175             0 unity-panel-ser
[ 3512.794036] [ 2293]  1000  2293    13517        1      27       3      107             0 gvfsd-burn
[ 3512.794039] [ 2297]  1000  2297   121334        0      99       4      418             0 indicator-datet
[ 3512.794042] [ 2299]  1000  2299   122920       41     102       4      645             0 indicator-print
[ 3512.794045] [ 2301]  1000  2301   140254       23      74       4      266             0 indicator-appli
[ 3512.794048] [ 2304]  1000  2304   132926       84      94       4      319             0 indicator-sound
[ 3512.794051] [ 2309]  1000  2309   132648       34      87       3      315             0 indicator-sessi
[ 3512.794054] [ 2311]  1000  2311    92487       68      81       4      325             0 indicator-messa
[ 3512.794057] [ 2336]  1000  2336    11974       25      27       3       96             0 geoclue-master
[ 3512.794060] [ 2340]  1000  2340    83212       52      65       3      253             0 ubuntu-geoip-pr
[ 3512.794063] [ 2361]  1000  2361    83541       36      98       3      585             0 gdu-notificatio
[ 3512.794066] [ 2363]  1000  2363   175733      150      50       3      153             0 hud-service
[ 3512.794069] [ 2365]  1000  2365   158154      315      71       3      676             0 unity-applicati
[ 3512.794072] [ 2367]  1000  2367   154118      164      60       3      255             0 unity-files-dae
[ 3512.794075] [ 2369]  1000  2369   103166      112      66       3      453             0 unity-music-dae
[ 3512.794078] [ 2371]  1000  2371    92292      200      69       3     1917             0 unity-lens-vide
[ 3512.794081] [ 2402]  1000  2402    87549      670      40       3      125             0 zeitgeist-daemo
[ 3512.794084] [ 2411]  1000  2411    60406      115      50       3     1632             0 zeitgeist-fts
[ 3512.794087] [ 2413]  1000  2413   104417       76      73       3      285             0 zeitgeist-datah
[ 3512.794090] [ 2425]  1000  2425     3224        0      10       3       25             0 cat
[ 3512.794093] [ 2431]     0  2431    14197       17      33       3      114             0 pppd
[ 3512.794096] [ 2451]  1000  2451   147026       69      49       3      155             0 unity-musicstor
[ 3512.794099] [ 2462]  1000  2462   107937       41     101       4      632             0 telepathy-indic
[ 3512.794102] [ 2468]  1000  2468    80298      111      59       4      223             0 mission-control
[ 3512.794105] [ 2487] 65534  2487     8642        0      20       3       60             0 dnsmasq
[ 3512.794107] [ 2615]  1000  2615   138251     2853      92       4      206             0 unity-scope-vid
[ 3512.794110] [ 2639]  1000  2639    17759     1734      38       3       22             0 xterm
[ 3512.794113] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3512.794116] [ 2648]  1000  2648     7629      339      18       3      707             0 bash
[ 3512.794119] [ 2772]  1000  2772   102336       90      98       3      782             0 update-notifier
[ 3512.794122] [ 2801]  1000  2801    72375        0      45       3      187             0 deja-dup-monito
[ 3512.794125] [ 2961]  1000  2961    16966        1      35       3      116             0 sudo
[ 3512.794128] [ 2962]     0  2962    16896        0      36       4      107             0 su
[ 3512.794131] [ 2970]     0  2970     7637      152      18       3      903             0 bash
[ 3512.794134] [ 3065]     0  3065     1151        1       8       3       74             0 runltp
[ 3512.794137] [ 3066]     0  3066     3308        4       9       3       22             0 tee
[ 3512.794140] [ 3209]     0  3209     1086       27       8       3        8             0 ltp-pan
[ 3512.794143] [ 3438]  1000  3438    17759      989      37       3      767             0 xterm
[ 3512.794146] [ 3442]  1000  3442     7636        1      18       3     1055             0 bash
[ 3512.794149] [ 3553]  1000  3553   676064     3639     172       5     1976             0 unity-2d-spread
[ 3512.794152] [ 3852]  1000  3852    16957        1      37       4      116             0 sudo
[ 3512.794155] [ 3853]     0  3853    16896        0      38       3      107             0 su
[ 3512.794158] [ 3861]     0  3861     7639      179      17       3      878             0 bash
[ 3512.794164] [16909]     0 16909     1618       32      10       3        0             0 min_free_kbytes
[ 3512.794168] [16914]     0 16914   894290   884909    1752       6     7492             0 min_free_kbytes
[ 3512.794171] Out of memory: Kill process 16914 (min_free_kbytes) score 828 or sacrifice child
[ 3512.794175] Killed process 16914 (min_free_kbytes) total-vm:3577160kB, anon-rss:3539636kB, file-rss:0kB
[ 3538.524500] Purging GPU memory, 8192 bytes freed, 4759552 bytes still pinned.
[ 3538.527370] in:imklog invoked oom-killer: gfp_mask=0x201da, order=0, oom_score_adj=0
[ 3538.527374] in:imklog cpuset=/ mems_allowed=0
[ 3538.527382] CPU: 0 PID: 823 Comm: in:imklog Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3538.527384] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3538.527387]  0000000000000000 ffff8800c9573928 ffffffff817e392d 0000000000000008
[ 3538.527391]  0000000000000000 ffff8800c95739b8 ffffffff817e1a16 ffff8800c9573958
[ 3538.527394]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800c9573968
[ 3538.527398] Call Trace:
[ 3538.527407]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3538.527411]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3538.527416]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3538.527420]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3538.527424]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3538.527428]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3538.527431]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3538.527435]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3538.527440]  [<ffffffff811fb2de>] alloc_pages_current+0x10e/0x1d0
[ 3538.527443]  [<ffffffff811a3f9f>] ? __page_cache_alloc+0x13f/0x160
[ 3538.527446]  [<ffffffff811a3f9f>] __page_cache_alloc+0x13f/0x160
[ 3538.527449]  [<ffffffff811a551d>] ? pagecache_get_page+0x2d/0x1b0
[ 3538.527453]  [<ffffffff81211d81>] ? __mem_cgroup_count_vm_event+0xf1/0x240
[ 3538.527457]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3538.527460]  [<ffffffff811a705f>] filemap_fault+0x1cf/0x430
[ 3538.527464]  [<ffffffff811d7da1>] __do_fault+0x41/0xe0
[ 3538.527468]  [<ffffffff811dbfc4>] handle_mm_fault+0xde4/0x15c0
[ 3538.527473]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3538.527475]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3538.527480]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3538.527482] Mem-Info:
[ 3538.527485] Node 0 DMA per-cpu:
[ 3538.527488] CPU    0: hi:    0, btch:   1 usd:   0
[ 3538.527489] CPU    1: hi:    0, btch:   1 usd:   0
[ 3538.527491] CPU    2: hi:    0, btch:   1 usd:   0
[ 3538.527492] CPU    3: hi:    0, btch:   1 usd:   0
[ 3538.527494] Node 0 DMA32 per-cpu:
[ 3538.527496] CPU    0: hi:  186, btch:  31 usd:  75
[ 3538.527497] CPU    1: hi:  186, btch:  31 usd:  46
[ 3538.527499] CPU    2: hi:  186, btch:  31 usd: 175
[ 3538.527500] CPU    3: hi:  186, btch:  31 usd: 169
[ 3538.527502] Node 0 Normal per-cpu:
[ 3538.527504] CPU    0: hi:  186, btch:  31 usd:  63
[ 3538.527505] CPU    1: hi:  186, btch:  31 usd:  16
[ 3538.527507] CPU    2: hi:  186, btch:  31 usd:  52
[ 3538.527508] CPU    3: hi:  186, btch:  31 usd: 185
[ 3538.527512] active_anon:732221 inactive_anon:188242 isolated_anon:0
[ 3538.527512]  active_file:223 inactive_file:239 isolated_file:0
[ 3538.527512]  unevictable:669 dirty:0 writeback:0 unstable:0
[ 3538.527512]  free:23710 slab_reclaimable:8639 slab_unreclaimable:10269
[ 3538.527512]  mapped:5627 shmem:7651 pagetables:7573 bounce:0
[ 3538.527512]  free_cma:0
[ 3538.527515] Node 0 DMA free:15360kB min:304kB low:380kB high:456kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3538.527520] lowmem_reserve[]: 0 3371 3815 3815
[ 3538.527525] Node 0 DMA32 free:70780kB min:69092kB low:86364kB high:103636kB active_anon:2720076kB inactive_anon:544068kB active_file:888kB inactive_file:956kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:0kB writeback:0kB mapped:22508kB shmem:30536kB slab_reclaimable:31440kB slab_unreclaimable:32512kB kernel_stack:6144kB pagetables:26792kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:12664 all_unreclaimable? yes
[ 3538.527530] lowmem_reserve[]: 0 0 443 443
[ 3538.527534] Node 0 Normal free:8700kB min:9084kB low:11352kB high:13624kB active_anon:208808kB inactive_anon:208900kB active_file:4kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:68kB slab_reclaimable:3116kB slab_unreclaimable:8564kB kernel_stack:1440kB pagetables:3500kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:2816 all_unreclaimable? yes
[ 3538.527539] lowmem_reserve[]: 0 0 0 0
[ 3538.527543] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3538.527556] Node 0 DMA32: 642*4kB (UEM) 978*8kB (UEM) 699*16kB (UEM) 389*32kB (UEM) 142*64kB (UEM) 79*128kB (UEM) 27*256kB (UE) 13*512kB (UE) 0*1024kB 2*2048kB (R) 0*4096kB = 70888kB
[ 3538.527572] Node 0 Normal: 99*4kB (UEM) 40*8kB (UEM) 13*16kB (UEM) 19*32kB (U) 16*64kB (UEM) 8*128kB (UM) 4*256kB (UM) 0*512kB 0*1024kB 0*2048kB 1*4096kB (R) = 8700kB
[ 3538.527588] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3538.527589] 9079 total pagecache pages
[ 3538.527591] 240 pages in swap cache
[ 3538.527592] Swap cache stats: add 267487, delete 267247, find 13242/21157
[ 3538.527594] Free swap  = 0kB
[ 3538.527595] Total swap = 262140kB
[ 3538.527597] 1021500 pages RAM
[ 3538.527598] 0 pages HighMem/MovableOnly
[ 3538.527599] 40355 pages reserved
[ 3538.527600] 0 pages hwpoisoned
[ 3538.527602] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3538.527608] [  403]     0   403     3966      545      10       2      124             0 mount.ntfs
[ 3538.527612] [  776]     0   776     4344        1      13       2       80             0 upstart-udev-br
[ 3538.527615] [  781]     0   781     5542        1      16       2      292         -1000 udevd
[ 3538.527618] [  814]     0   814    12512        1      29       3      152         -1000 sshd
[ 3538.527622] [  821]   101   821    64072       90      27       3      107             0 rsyslogd
[ 3538.527625] [ 1018]     0  1018     5541        1      15       2      294         -1000 udevd
[ 3538.527628] [ 1019]     0  1019     5541        1      15       2      292         -1000 udevd
[ 3538.527631] [ 1078]   102  1078     6334      234      15       2      103             0 dbus-daemon
[ 3538.527635] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3538.527638] [ 1198]   106  1198     8081        7      22       3       61             0 avahi-daemon
[ 3538.527641] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3538.527643] [ 1225]     0  1225     5300        1      13       2       83             0 bluetoothd
[ 3538.527647] [ 1297]     0  1297    19762      100      44       3      107             0 modem-manager
[ 3538.527650] [ 1395]     0  1395    26113       58      54       2      288             0 cupsd
[ 3538.527653] [ 1448]     0  1448    59887      104      50       3      219             0 NetworkManager
[ 3538.527656] [ 1450]     0  1450     5375        1      13       3       41             0 getty
[ 3538.527659] [ 1456]     0  1456     5375        1      13       3       40             0 getty
[ 3538.527662] [ 1466]     0  1466     5375        1      13       3       40             0 getty
[ 3538.527664] [ 1467]     0  1467     5375        1      13       3       39             0 getty
[ 3538.527667] [ 1469]     0  1469     5375        1      13       3       40             0 getty
[ 3538.527670] [ 1472]     0  1472     3336        0      11       3       42             0 mcelog
[ 3538.527673] [ 1478]     0  1478     4781       17      16       3       43             0 cron
[ 3538.527676] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3538.527679] [ 1492]     0  1492     3998       23      13       3       21             0 irqbalance
[ 3538.527682] [ 1493]     0  1493    67671        1      35       3      175             0 lightdm
[ 3538.527685] [ 1499]     0  1499     1126        3       9       3       67             0 acpid
[ 3538.527688] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3538.527692] [ 1518]   103  1518   125043       49     146       4      649             0 colord
[ 3538.527695] [ 1536]     0  1536    63987     8166      99       2     1213             0 Xorg
[ 3538.527698] [ 1546]     0  1546    48945       28      34       3      385             0 polkitd
[ 3538.527701] [ 1548]   111  1548    50586        0      69       3      350             0 whoopsie
[ 3538.527704] [ 1580]     0  1580   522910        0      58       5      314             0 console-kit-dae
[ 3538.527707] [ 1777]     0  1777     5375        1      13       3       42             0 getty
[ 3538.527710] [ 1787]     0  1787    30346       42      31       4      104             0 accounts-daemon
[ 3538.527712] [ 1859]     0  1859    55016       97      45       3      170             0 upowerd
[ 3538.527715] [ 2019]     0  2019    40786        1      50       3      198             0 lightdm
[ 3538.527718] [ 2056]   110  2056    42221        1      20       4       54             0 rtkit-daemon
[ 3538.527721] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3538.527724] [ 2137]  1000  2137    99509      103      93       4      587             0 gnome-session
[ 3538.527727] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3538.527730] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3538.527733] [ 2176]  1000  2176     6380      336      17       2      152             0 dbus-daemon
[ 3538.527736] [ 2185]  1000  2185   190198      392     175       4     1080             0 gnome-settings-
[ 3538.527739] [ 2193]  1000  2193    13517        7      26       3       95             0 gvfsd
[ 3538.527742] [ 2195]  1000  2195    51980        1      36       3      186             0 gvfs-fuse-daemo
[ 3538.527745] [ 2201]  1000  2201   131694      302     113       3      609             0 metacity
[ 3538.527748] [ 2208]  1000  2208     5050       15      16       3       40             0 syndaemon
[ 3538.527751] [ 2213]  1000  2213    92212      252      83       3      273             0 pulseaudio
[ 3538.527754] [ 2218]  1000  2218    14926       24      31       3      347             0 gconfd-2
[ 3538.527757] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3538.527760] [ 2221]  1000  2221   158905      607     200       4     1420             0 unity-2d-panel
[ 3538.527763] [ 2222]  1000  2222   815353     4531     269       5    10961             0 unity-2d-shell
[ 3538.527766] [ 2228]  1000  2228    77485        4      87       3      555             0 polkit-gnome-au
[ 3538.527769] [ 2229]  1000  2229   109435       52     103       3      894             0 bluetooth-apple
[ 3538.527772] [ 2230]  1000  2230   126886      246     125       3     1208             0 nm-applet
[ 3538.527775] [ 2231]  1000  2231   188583      238     221       4     2390             0 nautilus
[ 3538.527778] [ 2232]  1000  2232   114336        7      89       4      574             0 gnome-fallback-
[ 3538.527781] [ 2244]  1000  2244    18057       46      38       3      141             0 gvfs-gdu-volume
[ 3538.527784] [ 2246]  1000  2246   105916      238     103       4      645             0 bamfdaemon
[ 3538.527787] [ 2250]     0  2250    48360       17      31       4      208             0 udisks-daemon
[ 3538.527790] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3538.527793] [ 2262]  1000  2262    91274       28     105       3      960             0 notify-osd
[ 3538.527796] [ 2266]  1000  2266    78071       56      86       4      523             0 gnome-screensav
[ 3538.527799] [ 2270]  1000  2270    35900        1      37       3      137             0 gvfs-afc-volume
[ 3538.527801] [ 2273]  1000  2273    15463        0      32       3      154             0 gvfs-gphoto2-vo
[ 3538.527804] [ 2275]  1000  2275    65526        1      29       4      159             0 dconf-service
[ 3538.527808] [ 2281]  1000  2281    14671       52      31       3       89             0 gvfsd-trash
[ 3538.527810] [ 2288]  1000  2288   133572      747     123       4     1367             0 unity-panel-ser
[ 3538.527813] [ 2293]  1000  2293    13517        1      27       3      107             0 gvfsd-burn
[ 3538.527816] [ 2297]  1000  2297   121334        0      99       4      420             0 indicator-datet
[ 3538.527819] [ 2299]  1000  2299   122920       21     102       4      665             0 indicator-print
[ 3538.527822] [ 2301]  1000  2301   140254       12      74       4      277             0 indicator-appli
[ 3538.527825] [ 2304]  1000  2304   132926       78      94       4      325             0 indicator-sound
[ 3538.527828] [ 2309]  1000  2309   132648       30      87       3      319             0 indicator-sessi
[ 3538.527831] [ 2311]  1000  2311    92487       67      81       4      326             0 indicator-messa
[ 3538.527834] [ 2336]  1000  2336    11974        8      27       3      113             0 geoclue-master
[ 3538.527837] [ 2340]  1000  2340    83212       20      65       3      285             0 ubuntu-geoip-pr
[ 3538.527840] [ 2361]  1000  2361    83541       35      98       3      586             0 gdu-notificatio
[ 3538.527843] [ 2363]  1000  2363   175733      106      50       3      197             0 hud-service
[ 3538.527846] [ 2365]  1000  2365   158154      308      71       3      683             0 unity-applicati
[ 3538.527849] [ 2367]  1000  2367   154118      107      60       3      312             0 unity-files-dae
[ 3538.527851] [ 2369]  1000  2369   103166      108      66       3      457             0 unity-music-dae
[ 3538.527854] [ 2371]  1000  2371    92292      187      69       3     1930             0 unity-lens-vide
[ 3538.527857] [ 2402]  1000  2402    87549      195      40       3      600             0 zeitgeist-daemo
[ 3538.527860] [ 2411]  1000  2411    60406      108      50       3     1639             0 zeitgeist-fts
[ 3538.527864] [ 2413]  1000  2413   104417       27      73       3      285             0 zeitgeist-datah
[ 3538.527867] [ 2425]  1000  2425     3224        0      10       3       25             0 cat
[ 3538.527870] [ 2431]     0  2431    14197       17      33       3      114             0 pppd
[ 3538.527873] [ 2451]  1000  2451   147026       69      49       3      155             0 unity-musicstor
[ 3538.527875] [ 2462]  1000  2462   107937       40     101       4      633             0 telepathy-indic
[ 3538.527878] [ 2468]  1000  2468    80298       59      59       4      275             0 mission-control
[ 3538.527881] [ 2487] 65534  2487     8642        0      20       3       60             0 dnsmasq
[ 3538.527884] [ 2615]  1000  2615   138251        0      92       4     3081             0 unity-scope-vid
[ 3538.527887] [ 2639]  1000  2639    17759     1682      38       3       74             0 xterm
[ 3538.527890] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3538.527893] [ 2648]  1000  2648     7629      339      18       3      707             0 bash
[ 3538.527896] [ 2772]  1000  2772   102336       76      98       3      801             0 update-notifier
[ 3538.527899] [ 2801]  1000  2801    72375        0      45       3      187             0 deja-dup-monito
[ 3538.527902] [ 2961]  1000  2961    16966        1      35       3      116             0 sudo
[ 3538.527905] [ 2962]     0  2962    16896        0      36       4      107             0 su
[ 3538.527908] [ 2970]     0  2970     7637      152      18       3      903             0 bash
[ 3538.527911] [ 3065]     0  3065     1151        1       8       3       74             0 runltp
[ 3538.527914] [ 3066]     0  3066     3308        4       9       3       22             0 tee
[ 3538.527917] [ 3209]     0  3209     1086       27       8       3        8             0 ltp-pan
[ 3538.527920] [ 3438]  1000  3438    17759      998      37       3      766             0 xterm
[ 3538.527923] [ 3442]  1000  3442     7636        1      18       3     1055             0 bash
[ 3538.527926] [ 3553]  1000  3553   676064     3683     172       5     2035             0 unity-2d-spread
[ 3538.527929] [ 3852]  1000  3852    16957        1      37       4      116             0 sudo
[ 3538.527932] [ 3853]     0  3853    16896        0      38       3      107             0 su
[ 3538.527935] [ 3861]     0  3861     7639      178      17       3      878             0 bash
[ 3538.527941] [16909]     0 16909     1618       32      10       3        0             0 min_free_kbytes
[ 3538.527945] [16916]     0 16916   891987   890306    1748       6       93             0 min_free_kbytes
[ 3538.527948] Out of memory: Kill process 16916 (min_free_kbytes) score 826 or sacrifice child
[ 3538.527952] Killed process 16916 (min_free_kbytes) total-vm:3567948kB, anon-rss:3561224kB, file-rss:0kB
[ 3549.241487] min_free_kbytes invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3549.241493] min_free_kbytes cpuset=/ mems_allowed=0
[ 3549.241501] CPU: 2 PID: 16917 Comm: min_free_kbytes Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3549.241503] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3549.241505]  0000000000000000 ffff8800c9773a58 ffffffff817e392d 0000000000000008
[ 3549.241509]  0000000000000000 ffff8800c9773ae8 ffffffff817e1a16 ffff8800c9773a88
[ 3549.241513]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800c9773a98
[ 3549.241517] Call Trace:
[ 3549.241524]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3549.241528]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3549.241533]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3549.241537]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3549.241541]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3549.241545]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3549.241548]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3549.241552]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3549.241558]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3549.241562]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3549.241566]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3549.241570]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3549.241574]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3549.241577]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3549.241581]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3549.241584]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3549.241589]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3549.241591] Mem-Info:
[ 3549.241594] Node 0 DMA per-cpu:
[ 3549.241597] CPU    0: hi:    0, btch:   1 usd:   0
[ 3549.241598] CPU    1: hi:    0, btch:   1 usd:   0
[ 3549.241600] CPU    2: hi:    0, btch:   1 usd:   0
[ 3549.241601] CPU    3: hi:    0, btch:   1 usd:   0
[ 3549.241603] Node 0 DMA32 per-cpu:
[ 3549.241605] CPU    0: hi:  186, btch:  31 usd:  31
[ 3549.241606] CPU    1: hi:  186, btch:  31 usd:  30
[ 3549.241608] CPU    2: hi:  186, btch:  31 usd:  30
[ 3549.241609] CPU    3: hi:  186, btch:  31 usd:  53
[ 3549.241611] Node 0 Normal per-cpu:
[ 3549.241613] CPU    0: hi:  186, btch:  31 usd:  19
[ 3549.241614] CPU    1: hi:  186, btch:  31 usd:   0
[ 3549.241615] CPU    2: hi:  186, btch:  31 usd:   0
[ 3549.241617] CPU    3: hi:  186, btch:  31 usd:   4
[ 3549.241621] active_anon:848198 inactive_anon:75809 isolated_anon:0
[ 3549.241621]  active_file:150 inactive_file:232 isolated_file:0
[ 3549.241621]  unevictable:669 dirty:12 writeback:2 unstable:0
[ 3549.241621]  free:21012 slab_reclaimable:8634 slab_unreclaimable:10270
[ 3549.241621]  mapped:5655 shmem:7651 pagetables:7586 bounce:0
[ 3549.241621]  free_cma:0
[ 3549.241625] Node 0 DMA free:15360kB min:264kB low:328kB high:396kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3549.241630] lowmem_reserve[]: 0 3371 3815 3815
[ 3549.241634] Node 0 DMA32 free:61236kB min:59496kB low:74368kB high:89244kB active_anon:3071028kB inactive_anon:205216kB active_file:460kB inactive_file:620kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:48kB writeback:8kB mapped:22468kB shmem:30536kB slab_reclaimable:31424kB slab_unreclaimable:32524kB kernel_stack:6160kB pagetables:26864kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:6884 all_unreclaimable? yes
[ 3549.241639] lowmem_reserve[]: 0 0 443 443
[ 3549.241643] Node 0 Normal free:7452kB min:7820kB low:9772kB high:11728kB active_anon:321764kB inactive_anon:98020kB active_file:140kB inactive_file:308kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:0kB writeback:0kB mapped:152kB shmem:68kB slab_reclaimable:3112kB slab_unreclaimable:8556kB kernel_stack:1440kB pagetables:3480kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:3368 all_unreclaimable? yes
[ 3549.241648] lowmem_reserve[]: 0 0 0 0
[ 3549.241652] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3549.241666] Node 0 DMA32: 952*4kB (UE) 948*8kB (UE) 702*16kB (UE) 383*32kB (UE) 118*64kB (UE) 60*128kB (UEM) 26*256kB (UM) 0*512kB 0*1024kB 2*2048kB (R) 0*4096kB = 60864kB
[ 3549.241681] Node 0 Normal: 99*4kB (UEM) 56*8kB (UEM) 33*16kB (UEM) 14*32kB (U) 8*64kB (UE) 0*128kB 2*256kB (M) 1*512kB (M) 0*1024kB 0*2048kB 1*4096kB (R) = 7452kB
[ 3549.241697] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3549.241698] 8859 total pagecache pages
[ 3549.241700] 135 pages in swap cache
[ 3549.241702] Swap cache stats: add 267900, delete 267765, find 13422/21468
[ 3549.241703] Free swap  = 0kB
[ 3549.241704] Total swap = 262140kB
[ 3549.241706] 1021500 pages RAM
[ 3549.241707] 0 pages HighMem/MovableOnly
[ 3549.241708] 40355 pages reserved
[ 3549.241709] 0 pages hwpoisoned
[ 3549.241711] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3549.241717] [  403]     0   403     3966      545      10       2      124             0 mount.ntfs
[ 3549.241721] [  776]     0   776     4344        1      13       2       80             0 upstart-udev-br
[ 3549.241724] [  781]     0   781     5542        1      16       2      292         -1000 udevd
[ 3549.241728] [  814]     0   814    12512        1      29       3      152         -1000 sshd
[ 3549.241731] [  821]   101   821    64072       90      27       3      107             0 rsyslogd
[ 3549.241734] [ 1018]     0  1018     5541        1      15       2      294         -1000 udevd
[ 3549.241737] [ 1019]     0  1019     5541        1      15       2      292         -1000 udevd
[ 3549.241740] [ 1078]   102  1078     6334      245      15       2       92             0 dbus-daemon
[ 3549.241744] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3549.241747] [ 1198]   106  1198     8081        7      22       3       61             0 avahi-daemon
[ 3549.241750] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3549.241753] [ 1225]     0  1225     5300        1      13       2       83             0 bluetoothd
[ 3549.241756] [ 1297]     0  1297    19762      109      44       3      106             0 modem-manager
[ 3549.241759] [ 1395]     0  1395    26113       58      54       2      288             0 cupsd
[ 3549.241762] [ 1448]     0  1448    59887      104      50       3      219             0 NetworkManager
[ 3549.241765] [ 1450]     0  1450     5375        1      13       3       41             0 getty
[ 3549.241768] [ 1456]     0  1456     5375        1      13       3       40             0 getty
[ 3549.241771] [ 1466]     0  1466     5375        1      13       3       40             0 getty
[ 3549.241774] [ 1467]     0  1467     5375        1      13       3       39             0 getty
[ 3549.241777] [ 1469]     0  1469     5375        1      13       3       40             0 getty
[ 3549.241780] [ 1472]     0  1472     3336        0      11       3       42             0 mcelog
[ 3549.241783] [ 1478]     0  1478     4781       23      16       3       37             0 cron
[ 3549.241785] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3549.241788] [ 1492]     0  1492     3998       23      13       3       21             0 irqbalance
[ 3549.241791] [ 1493]     0  1493    67671        1      35       3      175             0 lightdm
[ 3549.241794] [ 1499]     0  1499     1126        4       9       3       67             0 acpid
[ 3549.241797] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3549.241801] [ 1518]   103  1518   125043       49     146       4      649             0 colord
[ 3549.241804] [ 1536]     0  1536    63987     8242      99       2     1296             0 Xorg
[ 3549.241807] [ 1546]     0  1546    48945       28      34       3      385             0 polkitd
[ 3549.241810] [ 1548]   111  1548    50586        0      69       3      350             0 whoopsie
[ 3549.241813] [ 1580]     0  1580   522910        0      58       5      314             0 console-kit-dae
[ 3549.241816] [ 1777]     0  1777     5375        1      13       3       42             0 getty
[ 3549.241819] [ 1787]     0  1787    30346       42      31       4      104             0 accounts-daemon
[ 3549.241822] [ 1859]     0  1859    55016       97      45       3      170             0 upowerd
[ 3549.241824] [ 2019]     0  2019    40786        1      50       3      198             0 lightdm
[ 3549.241827] [ 2056]   110  2056    42221        1      20       4       54             0 rtkit-daemon
[ 3549.241830] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3549.241833] [ 2137]  1000  2137    99509      103      93       4      587             0 gnome-session
[ 3549.241837] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3549.241839] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3549.241842] [ 2176]  1000  2176     6380      336      17       2      152             0 dbus-daemon
[ 3549.241846] [ 2185]  1000  2185   190198      392     175       4     1080             0 gnome-settings-
[ 3549.241849] [ 2193]  1000  2193    13517        7      26       3       95             0 gvfsd
[ 3549.241851] [ 2195]  1000  2195    51980        1      36       3      186             0 gvfs-fuse-daemo
[ 3549.241854] [ 2201]  1000  2201   131694      304     113       3      607             0 metacity
[ 3549.241857] [ 2208]  1000  2208     5050       15      16       3       40             0 syndaemon
[ 3549.241860] [ 2213]  1000  2213    92212      252      83       3      273             0 pulseaudio
[ 3549.241863] [ 2218]  1000  2218    14926       28      31       3      343             0 gconfd-2
[ 3549.241866] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3549.241869] [ 2221]  1000  2221   158905      631     200       4     1396             0 unity-2d-panel
[ 3549.241872] [ 2222]  1000  2222   815353     4543     269       5    10949             0 unity-2d-shell
[ 3549.241875] [ 2228]  1000  2228    77485        4      87       3      555             0 polkit-gnome-au
[ 3549.241878] [ 2229]  1000  2229   109435       52     103       3      894             0 bluetooth-apple
[ 3549.241881] [ 2230]  1000  2230   126886      297     125       3     1157             0 nm-applet
[ 3549.241884] [ 2231]  1000  2231   188583      238     221       4     2390             0 nautilus
[ 3549.241887] [ 2232]  1000  2232   114336        7      89       4      574             0 gnome-fallback-
[ 3549.241890] [ 2244]  1000  2244    18057       46      38       3      141             0 gvfs-gdu-volume
[ 3549.241893] [ 2246]  1000  2246   105916      238     103       4      645             0 bamfdaemon
[ 3549.241896] [ 2250]     0  2250    48360       17      31       4      208             0 udisks-daemon
[ 3549.241899] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3549.241902] [ 2262]  1000  2262    91274       28     105       3      960             0 notify-osd
[ 3549.241905] [ 2266]  1000  2266    78071       56      86       4      523             0 gnome-screensav
[ 3549.241908] [ 2270]  1000  2270    35900        1      37       3      137             0 gvfs-afc-volume
[ 3549.241911] [ 2273]  1000  2273    15463        0      32       3      154             0 gvfs-gphoto2-vo
[ 3549.241914] [ 2275]  1000  2275    65526        1      29       4      159             0 dconf-service
[ 3549.241917] [ 2281]  1000  2281    14671       52      31       3       89             0 gvfsd-trash
[ 3549.241920] [ 2288]  1000  2288   133573      799     123       4     1314             0 unity-panel-ser
[ 3549.241923] [ 2293]  1000  2293    13517        1      27       3      107             0 gvfsd-burn
[ 3549.241926] [ 2297]  1000  2297   121334        0      99       4      420             0 indicator-datet
[ 3549.241928] [ 2299]  1000  2299   122920       21     102       4      665             0 indicator-print
[ 3549.241931] [ 2301]  1000  2301   140254       12      74       4      277             0 indicator-appli
[ 3549.241934] [ 2304]  1000  2304   132926       78      94       4      325             0 indicator-sound
[ 3549.241937] [ 2309]  1000  2309   132648       30      87       3      319             0 indicator-sessi
[ 3549.241940] [ 2311]  1000  2311    92487       67      81       4      326             0 indicator-messa
[ 3549.241943] [ 2336]  1000  2336    11974        8      27       3      113             0 geoclue-master
[ 3549.241946] [ 2340]  1000  2340    83212       20      65       3      285             0 ubuntu-geoip-pr
[ 3549.241949] [ 2361]  1000  2361    83541       35      98       3      586             0 gdu-notificatio
[ 3549.241952] [ 2363]  1000  2363   175733      106      50       3      197             0 hud-service
[ 3549.241955] [ 2365]  1000  2365   158154      308      71       3      683             0 unity-applicati
[ 3549.241958] [ 2367]  1000  2367   154118      107      60       3      312             0 unity-files-dae
[ 3549.241961] [ 2369]  1000  2369   103166      108      66       3      457             0 unity-music-dae
[ 3549.241964] [ 2371]  1000  2371    92292      187      69       3     1930             0 unity-lens-vide
[ 3549.241967] [ 2402]  1000  2402    87549      195      40       3      600             0 zeitgeist-daemo
[ 3549.241970] [ 2411]  1000  2411    60406      108      50       3     1639             0 zeitgeist-fts
[ 3549.241973] [ 2413]  1000  2413   104417       27      73       3      285             0 zeitgeist-datah
[ 3549.241976] [ 2425]  1000  2425     3224        0      10       3       25             0 cat
[ 3549.241979] [ 2431]     0  2431    14197       17      33       3      114             0 pppd
[ 3549.241982] [ 2451]  1000  2451   147026       69      49       3      155             0 unity-musicstor
[ 3549.241985] [ 2462]  1000  2462   107937       40     101       4      633             0 telepathy-indic
[ 3549.241988] [ 2468]  1000  2468    80298       59      59       4      275             0 mission-control
[ 3549.241991] [ 2487] 65534  2487     8642        0      20       3       60             0 dnsmasq
[ 3549.241994] [ 2615]  1000  2615   138251        0      92       4     3081             0 unity-scope-vid
[ 3549.241997] [ 2639]  1000  2639    17759     1682      38       3       74             0 xterm
[ 3549.241999] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3549.242002] [ 2648]  1000  2648     7629      339      18       3      707             0 bash
[ 3549.242005] [ 2772]  1000  2772   102336       71      98       3      801             0 update-notifier
[ 3549.242008] [ 2801]  1000  2801    72375        0      45       3      187             0 deja-dup-monito
[ 3549.242011] [ 2961]  1000  2961    16966        1      35       3      116             0 sudo
[ 3549.242014] [ 2962]     0  2962    16896        0      36       4      107             0 su
[ 3549.242017] [ 2970]     0  2970     7637      152      18       3      903             0 bash
[ 3549.242020] [ 3065]     0  3065     1151        1       8       3       74             0 runltp
[ 3549.242023] [ 3066]     0  3066     3308        4       9       3       22             0 tee
[ 3549.242026] [ 3209]     0  3209     1086       27       8       3        8             0 ltp-pan
[ 3549.242029] [ 3438]  1000  3438    17759      821      37       3      943             0 xterm
[ 3549.242032] [ 3442]  1000  3442     7636        1      18       3     1055             0 bash
[ 3549.242035] [ 3553]  1000  3553   676064     3508     172       5     2035             0 unity-2d-spread
[ 3549.242038] [ 3852]  1000  3852    16957        1      37       4      116             0 sudo
[ 3549.242041] [ 3853]     0  3853    16896        0      38       3      107             0 su
[ 3549.242044] [ 3861]     0  3861     7639      178      17       3      878             0 bash
[ 3549.242050] [16909]     0 16909     1618       40      10       3        0             0 min_free_kbytes
[ 3549.242054] [16917]     0 16917   895826   894063    1756       6        0             0 min_free_kbytes
[ 3549.242057] [16918]     0 16918     1069       11       5       3        0             0 dmesg
[ 3549.242060] Out of memory: Kill process 16917 (min_free_kbytes) score 830 or sacrifice child
[ 3549.242065] Killed process 16917 (min_free_kbytes) total-vm:3583304kB, anon-rss:3576220kB, file-rss:32kB
[ 3556.697662] Purging GPU memory, 8192 bytes freed, 4743168 bytes still pinned.
[ 3556.698439] min_free_kbytes invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3556.698443] min_free_kbytes cpuset=/ mems_allowed=0
[ 3556.698451] CPU: 1 PID: 16919 Comm: min_free_kbytes Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3556.698454] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3556.698456]  0000000000000000 ffff8800d371fa58 ffffffff817e392d 0000000000000008
[ 3556.698460]  0000000000000000 ffff8800d371fae8 ffffffff817e1a16 ffff8800d371fa88
[ 3556.698463]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800d371fa98
[ 3556.698467] Call Trace:
[ 3556.698474]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3556.698478]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3556.698483]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3556.698486]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3556.698490]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3556.698494]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3556.698497]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3556.698501]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3556.698507]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3556.698512]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3556.698515]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3556.698520]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3556.698523]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3556.698527]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3556.698531]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3556.698534]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3556.698538]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3556.698540] Mem-Info:
[ 3556.698543] Node 0 DMA per-cpu:
[ 3556.698546] CPU    0: hi:    0, btch:   1 usd:   0
[ 3556.698547] CPU    1: hi:    0, btch:   1 usd:   0
[ 3556.698549] CPU    2: hi:    0, btch:   1 usd:   0
[ 3556.698550] CPU    3: hi:    0, btch:   1 usd:   0
[ 3556.698552] Node 0 DMA32 per-cpu:
[ 3556.698554] CPU    0: hi:  186, btch:  31 usd: 172
[ 3556.698556] CPU    1: hi:  186, btch:  31 usd: 101
[ 3556.698557] CPU    2: hi:  186, btch:  31 usd: 142
[ 3556.698558] CPU    3: hi:  186, btch:  31 usd: 161
[ 3556.698560] Node 0 Normal per-cpu:
[ 3556.698562] CPU    0: hi:  186, btch:  31 usd: 173
[ 3556.698563] CPU    1: hi:  186, btch:  31 usd: 129
[ 3556.698564] CPU    2: hi:  186, btch:  31 usd:  32
[ 3556.698566] CPU    3: hi:  186, btch:  31 usd: 165
[ 3556.698570] active_anon:740830 inactive_anon:165204 isolated_anon:0
[ 3556.698570]  active_file:149 inactive_file:148 isolated_file:0
[ 3556.698570]  unevictable:669 dirty:15 writeback:3 unstable:0
[ 3556.698570]  free:37844 slab_reclaimable:8622 slab_unreclaimable:10258
[ 3556.698570]  mapped:5632 shmem:7629 pagetables:7543 bounce:0
[ 3556.698570]  free_cma:0
[ 3556.698573] Node 0 DMA free:15360kB min:528kB low:660kB high:792kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3556.698578] lowmem_reserve[]: 0 3371 3815 3815
[ 3556.698583] Node 0 DMA32 free:120744kB min:118992kB low:148740kB high:178488kB active_anon:2685212kB inactive_anon:529052kB active_file:564kB inactive_file:644kB unevictable:2676kB isolated(anon):0kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:60kB writeback:12kB mapped:22524kB shmem:30444kB slab_reclaimable:31376kB slab_unreclaimable:32488kB kernel_stack:6160kB pagetables:26688kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:18708 all_unreclaimable? yes
[ 3556.698588] lowmem_reserve[]: 0 0 443 443
[ 3556.698592] Node 0 Normal free:15272kB min:15644kB low:19552kB high:23464kB active_anon:278108kB inactive_anon:131764kB active_file:32kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:0kB writeback:0kB mapped:4kB shmem:72kB slab_reclaimable:3112kB slab_unreclaimable:8544kB kernel_stack:1440kB pagetables:3484kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:62420 all_unreclaimable? yes
[ 3556.698596] lowmem_reserve[]: 0 0 0 0
[ 3556.698600] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3556.698614] Node 0 DMA32: 643*4kB (UEM) 959*8kB (UE) 662*16kB (UEM) 393*32kB (UE) 134*64kB (UE) 67*128kB (UEM) 22*256kB (UEM) 2*512kB (UM) 2*1024kB (UM) 2*2048kB (UR) 14*4096kB (M) = 120708kB
[ 3556.698631] Node 0 Normal: 114*4kB (UEM) 67*8kB (UEM) 23*16kB (UEM) 24*32kB (UM) 15*64kB (UEM) 9*128kB (UM) 5*256kB (U) 4*512kB (U) 0*1024kB 2*2048kB (UM) 1*4096kB (R) = 15760kB
[ 3556.698648] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3556.698649] 8991 total pagecache pages
[ 3556.698651] 258 pages in swap cache
[ 3556.698653] Swap cache stats: add 268312, delete 268054, find 13622/21860
[ 3556.698654] Free swap  = 0kB
[ 3556.698655] Total swap = 262140kB
[ 3556.698657] 1021500 pages RAM
[ 3556.698658] 0 pages HighMem/MovableOnly
[ 3556.698659] 40355 pages reserved
[ 3556.698660] 0 pages hwpoisoned
[ 3556.698662] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3556.698668] [  403]     0   403     3966      545      10       2      124             0 mount.ntfs
[ 3556.698672] [  776]     0   776     4344        1      13       2       80             0 upstart-udev-br
[ 3556.698675] [  781]     0   781     5542        1      16       2      292         -1000 udevd
[ 3556.698679] [  814]     0   814    12512        1      29       3      152         -1000 sshd
[ 3556.698683] [  821]   101   821    64072      108      27       3       90             0 rsyslogd
[ 3556.698686] [ 1018]     0  1018     5541        1      15       2      294         -1000 udevd
[ 3556.698689] [ 1019]     0  1019     5541        1      15       2      292         -1000 udevd
[ 3556.698692] [ 1078]   102  1078     6334      245      15       2       92             0 dbus-daemon
[ 3556.698696] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3556.698699] [ 1198]   106  1198     8081        7      22       3       61             0 avahi-daemon
[ 3556.698702] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3556.698705] [ 1225]     0  1225     5300        1      13       2       83             0 bluetoothd
[ 3556.698708] [ 1297]     0  1297    19762      101      44       3      106             0 modem-manager
[ 3556.698711] [ 1395]     0  1395    26113       58      54       2      288             0 cupsd
[ 3556.698714] [ 1448]     0  1448    59887      108      50       3      215             0 NetworkManager
[ 3556.698717] [ 1450]     0  1450     5375        1      13       3       41             0 getty
[ 3556.698720] [ 1456]     0  1456     5375        1      13       3       40             0 getty
[ 3556.698723] [ 1466]     0  1466     5375        1      13       3       40             0 getty
[ 3556.698726] [ 1467]     0  1467     5375        1      13       3       39             0 getty
[ 3556.698729] [ 1469]     0  1469     5375        1      13       3       40             0 getty
[ 3556.698731] [ 1472]     0  1472     3336        0      11       3       42             0 mcelog
[ 3556.698734] [ 1478]     0  1478     4781       23      16       3       37             0 cron
[ 3556.698737] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3556.698740] [ 1492]     0  1492     3998       24      13       3       21             0 irqbalance
[ 3556.698743] [ 1493]     0  1493    67671        1      35       3      175             0 lightdm
[ 3556.698746] [ 1499]     0  1499     1126        4       9       3       67             0 acpid
[ 3556.698749] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3556.698752] [ 1518]   103  1518   125043       49     146       4      649             0 colord
[ 3556.698756] [ 1536]     0  1536    63923     8339      98       2     1270             0 Xorg
[ 3556.698759] [ 1546]     0  1546    48945       28      34       3      385             0 polkitd
[ 3556.698762] [ 1548]   111  1548    50586        0      69       3      350             0 whoopsie
[ 3556.698765] [ 1580]     0  1580   522910        0      58       5      314             0 console-kit-dae
[ 3556.698768] [ 1777]     0  1777     5375        1      13       3       42             0 getty
[ 3556.698771] [ 1787]     0  1787    30346       42      31       4      104             0 accounts-daemon
[ 3556.698773] [ 1859]     0  1859    55016       97      45       3      170             0 upowerd
[ 3556.698776] [ 2019]     0  2019    40786        1      50       3      198             0 lightdm
[ 3556.698779] [ 2056]   110  2056    42221        5      20       4       54             0 rtkit-daemon
[ 3556.698782] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3556.698785] [ 2137]  1000  2137    99509      103      93       4      587             0 gnome-session
[ 3556.698788] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3556.698791] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3556.698794] [ 2176]  1000  2176     6380      412      17       2       82             0 dbus-daemon
[ 3556.698797] [ 2185]  1000  2185   190198      392     175       4     1080             0 gnome-settings-
[ 3556.698801] [ 2193]  1000  2193    13517        7      26       3       95             0 gvfsd
[ 3556.698803] [ 2195]  1000  2195    51980        1      36       3      186             0 gvfs-fuse-daemo
[ 3556.698806] [ 2201]  1000  2201   131694      304     113       3      607             0 metacity
[ 3556.698809] [ 2208]  1000  2208     5050       15      16       3       40             0 syndaemon
[ 3556.698812] [ 2213]  1000  2213    92212      252      83       3      273             0 pulseaudio
[ 3556.698815] [ 2218]  1000  2218    14926       28      31       3      343             0 gconfd-2
[ 3556.698818] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3556.698821] [ 2221]  1000  2221   158905      650     200       4     1377             0 unity-2d-panel
[ 3556.698824] [ 2222]  1000  2222   815353     4544     269       5    10948             0 unity-2d-shell
[ 3556.698827] [ 2228]  1000  2228    77485        4      87       3      555             0 polkit-gnome-au
[ 3556.698830] [ 2229]  1000  2229   109435       52     103       3      894             0 bluetooth-apple
[ 3556.698833] [ 2230]  1000  2230   126886      297     125       3     1157             0 nm-applet
[ 3556.698836] [ 2231]  1000  2231   188583      238     221       4     2390             0 nautilus
[ 3556.698839] [ 2232]  1000  2232   114336        7      89       4      574             0 gnome-fallback-
[ 3556.698842] [ 2244]  1000  2244    18057       46      38       3      141             0 gvfs-gdu-volume
[ 3556.698845] [ 2246]  1000  2246   105916      238     103       4      645             0 bamfdaemon
[ 3556.698848] [ 2250]     0  2250    48360       17      31       4      208             0 udisks-daemon
[ 3556.698851] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3556.698854] [ 2262]  1000  2262    91274       28     105       3      960             0 notify-osd
[ 3556.698857] [ 2266]  1000  2266    78071       56      86       4      523             0 gnome-screensav
[ 3556.698860] [ 2270]  1000  2270    35900        1      37       3      137             0 gvfs-afc-volume
[ 3556.698863] [ 2273]  1000  2273    15463        0      32       3      154             0 gvfs-gphoto2-vo
[ 3556.698866] [ 2275]  1000  2275    65526        1      29       4      159             0 dconf-service
[ 3556.698869] [ 2281]  1000  2281    14671       52      31       3       89             0 gvfsd-trash
[ 3556.698871] [ 2288]  1000  2288   133572      888     123       4     1225             0 unity-panel-ser
[ 3556.698874] [ 2293]  1000  2293    13517        1      27       3      107             0 gvfsd-burn
[ 3556.698877] [ 2297]  1000  2297   121334        0      99       4      420             0 indicator-datet
[ 3556.698880] [ 2299]  1000  2299   122920       21     102       4      665             0 indicator-print
[ 3556.698883] [ 2301]  1000  2301   140254       12      74       4      277             0 indicator-appli
[ 3556.698886] [ 2304]  1000  2304   132926       78      94       4      325             0 indicator-sound
[ 3556.698889] [ 2309]  1000  2309   132648       30      87       3      319             0 indicator-sessi
[ 3556.698892] [ 2311]  1000  2311    92487       67      81       4      326             0 indicator-messa
[ 3556.698895] [ 2336]  1000  2336    11974        8      27       3      113             0 geoclue-master
[ 3556.698898] [ 2340]  1000  2340    83212       20      65       3      285             0 ubuntu-geoip-pr
[ 3556.698901] [ 2361]  1000  2361    83541       35      98       3      586             0 gdu-notificatio
[ 3556.698904] [ 2363]  1000  2363   175733      106      50       3      197             0 hud-service
[ 3556.698907] [ 2365]  1000  2365   158154      308      71       3      683             0 unity-applicati
[ 3556.698910] [ 2367]  1000  2367   154118      107      60       3      312             0 unity-files-dae
[ 3556.698913] [ 2369]  1000  2369   103166      108      66       3      457             0 unity-music-dae
[ 3556.698915] [ 2371]  1000  2371    92292      187      69       3     1930             0 unity-lens-vide
[ 3556.698918] [ 2402]  1000  2402    87549      195      40       3      600             0 zeitgeist-daemo
[ 3556.698921] [ 2411]  1000  2411    60406      108      50       3     1639             0 zeitgeist-fts
[ 3556.698924] [ 2413]  1000  2413   104417       27      73       3      285             0 zeitgeist-datah
[ 3556.698927] [ 2425]  1000  2425     3224        0      10       3       25             0 cat
[ 3556.698930] [ 2431]     0  2431    14197       17      33       3      114             0 pppd
[ 3556.698933] [ 2451]  1000  2451   147026       69      49       3      155             0 unity-musicstor
[ 3556.698936] [ 2462]  1000  2462   107937       40     101       4      633             0 telepathy-indic
[ 3556.698939] [ 2468]  1000  2468    80298       59      59       4      275             0 mission-control
[ 3556.698942] [ 2487] 65534  2487     8642        0      20       3       60             0 dnsmasq
[ 3556.698945] [ 2615]  1000  2615   138251        0      92       4     3081             0 unity-scope-vid
[ 3556.698948] [ 2639]  1000  2639    17759     1682      38       3       74             0 xterm
[ 3556.698951] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3556.698954] [ 2648]  1000  2648     7629      339      18       3      707             0 bash
[ 3556.698957] [ 2772]  1000  2772   102336       71      98       3      801             0 update-notifier
[ 3556.698959] [ 2801]  1000  2801    72375        0      45       3      187             0 deja-dup-monito
[ 3556.698962] [ 2961]  1000  2961    16966        1      35       3      116             0 sudo
[ 3556.698965] [ 2962]     0  2962    16896        0      36       4      107             0 su
[ 3556.698968] [ 2970]     0  2970     7637      152      18       3      903             0 bash
[ 3556.698971] [ 3065]     0  3065     1151        1       8       3       74             0 runltp
[ 3556.698974] [ 3066]     0  3066     3308        4       9       3       22             0 tee
[ 3556.698977] [ 3209]     0  3209     1086       27       8       3        8             0 ltp-pan
[ 3556.698980] [ 3438]  1000  3438    17759      624      37       3     1143             0 xterm
[ 3556.698983] [ 3442]  1000  3442     7636        1      18       3     1055             0 bash
[ 3556.698986] [ 3553]  1000  3553   676064     3505     172       5     2035             0 unity-2d-spread
[ 3556.698989] [ 3852]  1000  3852    16957        1      37       4      116             0 sudo
[ 3556.698992] [ 3853]     0  3853    16896        0      38       3      107             0 su
[ 3556.698995] [ 3861]     0  3861     7639      178      17       3      878             0 bash
[ 3556.699001] [16909]     0 16909     1618       32      10       3        0             0 min_free_kbytes
[ 3556.699005] [16918]     0 16918     3291       59      10       3        0             0 dmesg
[ 3556.699008] [16919]     0 16919   877650   875916    1720       6        0             0 min_free_kbytes
[ 3556.699011] Out of memory: Kill process 16919 (min_free_kbytes) score 813 or sacrifice child
[ 3556.699015] Killed process 16919 (min_free_kbytes) total-vm:3510600kB, anon-rss:3503576kB, file-rss:88kB
[ 3563.866678] Purging GPU memory, 8192 bytes freed, 4743168 bytes still pinned.
[ 3563.867396] min_free_kbytes invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0
[ 3563.867400] min_free_kbytes cpuset=/ mems_allowed=0
[ 3563.867408] CPU: 3 PID: 16920 Comm: min_free_kbytes Not tainted 3.19.0-rc7-next-20150204.14-iniza-small #1
[ 3563.867410] Hardware name: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/2013
[ 3563.867412]  0000000000000000 ffff8800ba3bba58 ffffffff817e392d 0000000000000008
[ 3563.867417]  0000000000000000 ffff8800ba3bbae8 ffffffff817e1a16 ffff8800ba3bba88
[ 3563.867420]  ffffffff810d827d 0000000000000206 ffffffff81c6e800 ffff8800ba3bba98
[ 3563.867424] Call Trace:
[ 3563.867432]  [<ffffffff817e392d>] dump_stack+0x4c/0x65
[ 3563.867436]  [<ffffffff817e1a16>] dump_header+0x9e/0x261
[ 3563.867440]  [<ffffffff810d827d>] ? trace_hardirqs_on_caller+0x15d/0x200
[ 3563.867444]  [<ffffffff810d832d>] ? trace_hardirqs_on+0xd/0x10
[ 3563.867449]  [<ffffffff811a8abc>] oom_kill_process+0x1dc/0x3d0
[ 3563.867452]  [<ffffffff811a90ca>] __out_of_memory+0x3ba/0x6c0
[ 3563.867456]  [<ffffffff811a956b>] out_of_memory+0x5b/0x80
[ 3563.867460]  [<ffffffff811af82e>] __alloc_pages_nodemask+0xafe/0xc40
[ 3563.867465]  [<ffffffff811fcd8a>] alloc_pages_vma+0x12a/0x2b0
[ 3563.867469]  [<ffffffff811dc0fb>] ? handle_mm_fault+0xf1b/0x15c0
[ 3563.867473]  [<ffffffff810acbe6>] ? __might_sleep+0x56/0xc0
[ 3563.867477]  [<ffffffff81211c95>] ? __mem_cgroup_count_vm_event+0x5/0x240
[ 3563.867481]  [<ffffffff811dc0fb>] handle_mm_fault+0xf1b/0x15c0
[ 3563.867484]  [<ffffffff810d5778>] ? __lock_is_held+0x58/0x80
[ 3563.867489]  [<ffffffff8106c794>] __do_page_fault+0x1e4/0x4c0
[ 3563.867492]  [<ffffffff8106caa1>] do_page_fault+0x31/0x70
[ 3563.867496]  [<ffffffff817f0818>] page_fault+0x28/0x30
[ 3563.867498] Mem-Info:
[ 3563.867501] Node 0 DMA per-cpu:
[ 3563.867504] CPU    0: hi:    0, btch:   1 usd:   0
[ 3563.867506] CPU    1: hi:    0, btch:   1 usd:   0
[ 3563.867507] CPU    2: hi:    0, btch:   1 usd:   0
[ 3563.867508] CPU    3: hi:    0, btch:   1 usd:   0
[ 3563.867510] Node 0 DMA32 per-cpu:
[ 3563.867512] CPU    0: hi:  186, btch:  31 usd:   0
[ 3563.867514] CPU    1: hi:  186, btch:  31 usd:   0
[ 3563.867515] CPU    2: hi:  186, btch:  31 usd:   0
[ 3563.867516] CPU    3: hi:  186, btch:  31 usd:  30
[ 3563.867518] Node 0 Normal per-cpu:
[ 3563.867520] CPU    0: hi:  186, btch:  31 usd:   0
[ 3563.867521] CPU    1: hi:  186, btch:  31 usd:   0
[ 3563.867522] CPU    2: hi:  186, btch:  31 usd:   0
[ 3563.867524] CPU    3: hi:  186, btch:  31 usd:   0
[ 3563.867528] active_anon:866159 inactive_anon:54893 isolated_anon:86
[ 3563.867528]  active_file:160 inactive_file:249 isolated_file:0
[ 3563.867528]  unevictable:669 dirty:24 writeback:55 unstable:0
[ 3563.867528]  free:23683 slab_reclaimable:8622 slab_unreclaimable:10258
[ 3563.867528]  mapped:4511 shmem:7645 pagetables:7531 bounce:0
[ 3563.867528]  free_cma:0
[ 3563.867531] Node 0 DMA free:15360kB min:304kB low:380kB high:456kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15360kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
[ 3563.867537] lowmem_reserve[]: 0 3371 3815 3815
[ 3563.867541] Node 0 DMA32 free:70748kB min:69092kB low:86364kB high:103636kB active_anon:3107316kB inactive_anon:159712kB active_file:424kB inactive_file:528kB unevictable:2676kB isolated(anon):344kB isolated(file):0kB present:3547776kB managed:3454916kB mlocked:0kB dirty:96kB writeback:220kB mapped:17948kB shmem:30496kB slab_reclaimable:31376kB slab_unreclaimable:32492kB kernel_stack:6160kB pagetables:26708kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:9108 all_unreclaimable? yes
[ 3563.867546] lowmem_reserve[]: 0 0 443 443
[ 3563.867550] Node 0 Normal free:8624kB min:9084kB low:11352kB high:13624kB active_anon:357320kB inactive_anon:59860kB active_file:216kB inactive_file:468kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:522240kB managed:454304kB mlocked:0kB dirty:0kB writeback:0kB mapped:96kB shmem:84kB slab_reclaimable:3112kB slab_unreclaimable:8540kB kernel_stack:1440kB pagetables:3416kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:5780 all_unreclaimable? yes
[ 3563.867555] lowmem_reserve[]: 0 0 0 0
[ 3563.867559] Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 1*1024kB (U) 1*2048kB (R) 3*4096kB (M) = 15360kB
[ 3563.867573] Node 0 DMA32: 1033*4kB (UE) 952*8kB (UEM) 695*16kB (UEM) 400*32kB (UEM) 152*64kB (UEM) 78*128kB (UEM) 23*256kB (UE) 3*512kB (UM) 2*1024kB (UM) 1*2048kB (R) 1*4096kB (R) = 70996kB
[ 3563.867590] Node 0 Normal: 101*4kB (UEM) 63*8kB (UEM) 28*16kB (UE) 21*32kB (UM) 12*64kB (UEM) 10*128kB (UM) 3*256kB (UM) 1*512kB (U) 0*1024kB 0*2048kB 1*4096kB (R) = 9452kB
[ 3563.867606] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 3563.867608] 9242 total pagecache pages
[ 3563.867609] 418 pages in swap cache
[ 3563.867611] Swap cache stats: add 268994, delete 268576, find 14027/22480
[ 3563.867613] Free swap  = 0kB
[ 3563.867614] Total swap = 262140kB
[ 3563.867616] 1021500 pages RAM
[ 3563.867617] 0 pages HighMem/MovableOnly
[ 3563.867618] 40355 pages reserved
[ 3563.867619] 0 pages hwpoisoned
[ 3563.867620] [ pid ]   uid  tgid total_vm      rss nr_ptes nr_pmds swapents oom_score_adj name
[ 3563.867627] [  403]     0   403     3966      545      10       2      124             0 mount.ntfs
[ 3563.867630] [  776]     0   776     4344        1      13       2       80             0 upstart-udev-br
[ 3563.867634] [  781]     0   781     5542        1      16       2      292         -1000 udevd
[ 3563.867637] [  814]     0   814    12512        1      29       3      152         -1000 sshd
[ 3563.867641] [  821]   101   821    64072      107      27       3       91             0 rsyslogd
[ 3563.867644] [ 1018]     0  1018     5541        1      15       2      294         -1000 udevd
[ 3563.867647] [ 1019]     0  1019     5541        1      15       2      292         -1000 udevd
[ 3563.867650] [ 1078]   102  1078     6334      244      15       2       93             0 dbus-daemon
[ 3563.867654] [ 1180]     0  1180     3800        0      12       2       49             0 upstart-socket-
[ 3563.867657] [ 1198]   106  1198     8081        7      22       3       61             0 avahi-daemon
[ 3563.867660] [ 1199]   106  1199     8048        1      21       3       63             0 avahi-daemon
[ 3563.867663] [ 1225]     0  1225     5300        1      13       2       83             0 bluetoothd
[ 3563.867666] [ 1297]     0  1297    19762      101      44       3      106             0 modem-manager
[ 3563.867669] [ 1395]     0  1395    26113       58      54       2      288             0 cupsd
[ 3563.867672] [ 1448]     0  1448    59887      104      50       3      219             0 NetworkManager
[ 3563.867675] [ 1450]     0  1450     5375        1      13       3       41             0 getty
[ 3563.867678] [ 1456]     0  1456     5375        1      13       3       40             0 getty
[ 3563.867681] [ 1466]     0  1466     5375        1      13       3       40             0 getty
[ 3563.867684] [ 1467]     0  1467     5375        1      13       3       39             0 getty
[ 3563.867687] [ 1469]     0  1469     5375        1      13       3       40             0 getty
[ 3563.867690] [ 1472]     0  1472     3336        0      11       3       42             0 mcelog
[ 3563.867693] [ 1478]     0  1478     4781       23      16       3       37             0 cron
[ 3563.867696] [ 1479]     0  1479     4230        0      13       3       40             0 atd
[ 3563.867699] [ 1492]     0  1492     3998       36      13       3       21             0 irqbalance
[ 3563.867702] [ 1493]     0  1493    67671        1      35       3      175             0 lightdm
[ 3563.867705] [ 1499]     0  1499     1126        4       9       3       67             0 acpid
[ 3563.867708] [ 1504]     0  1504     2423        0      10       3       35             0 netserver
[ 3563.867711] [ 1518]   103  1518   125043       49     146       4      649             0 colord
[ 3563.867714] [ 1536]     0  1536    64051     7331      98       2     1219             0 Xorg
[ 3563.867717] [ 1546]     0  1546    48945       28      34       3      385             0 polkitd
[ 3563.867720] [ 1548]   111  1548    50586        0      69       3      350             0 whoopsie
[ 3563.867723] [ 1580]     0  1580   522910        0      58       5      314             0 console-kit-dae
[ 3563.867726] [ 1777]     0  1777     5375        1      13       3       42             0 getty
[ 3563.867729] [ 1787]     0  1787    30346       42      31       4      104             0 accounts-daemon
[ 3563.867732] [ 1859]     0  1859    55016      106      45       3      161             0 upowerd
[ 3563.867734] [ 2019]     0  2019    40786        1      50       3      198             0 lightdm
[ 3563.867737] [ 2056]   110  2056    42221        5      20       4       54             0 rtkit-daemon
[ 3563.867740] [ 2125]  1000  2125    92185        0      43       3      167             0 gnome-keyring-d
[ 3563.867743] [ 2137]  1000  2137    99509      103      93       4      587             0 gnome-session
[ 3563.867747] [ 2172]  1000  2172     3145        7       9       2       72             0 ssh-agent
[ 3563.867749] [ 2175]  1000  2175     6644        0      17       2       76             0 dbus-launch
[ 3563.867752] [ 2176]  1000  2176     6380      406      17       2       87             0 dbus-daemon
[ 3563.867756] [ 2185]  1000  2185   190198      415     175       4     1057             0 gnome-settings-
[ 3563.867759] [ 2193]  1000  2193    13517        7      26       3       95             0 gvfsd
[ 3563.867762] [ 2195]  1000  2195    51980        1      36       3      186             0 gvfs-fuse-daemo
[ 3563.867764] [ 2201]  1000  2201   131694      304     113       3      607             0 metacity
[ 3563.867767] [ 2208]  1000  2208     5050       15      16       3       40             0 syndaemon
[ 3563.867770] [ 2213]  1000  2213    92212      247      83       3      273             0 pulseaudio
[ 3563.867773] [ 2218]  1000  2218    14926       27      31       3      344             0 gconfd-2
[ 3563.867776] [ 2220]  1000  2220    23993        0      49       3      175             0 gconf-helper
[ 3563.867779] [ 2221]  1000  2221   158905      658     200       4     1369             0 unity-2d-panel
[ 3563.867782] [ 2222]  1000  2222   815353     4554     269       5    10938             0 unity-2d-shell
[ 3563.867785] [ 2228]  1000  2228    77485        4      87       3      555             0 polkit-gnome-au
[ 3563.867788] [ 2229]  1000  2229   109435       52     103       3      894             0 bluetooth-apple
[ 3563.867792] [ 2230]  1000  2230   126886      294     125       3     1160             0 nm-applet
[ 3563.867795] [ 2231]  1000  2231   188583      238     221       4     2390             0 nautilus
[ 3563.867798] [ 2232]  1000  2232   114336        7      89       4      574             0 gnome-fallback-
[ 3563.867801] [ 2244]  1000  2244    18057       46      38       3      141             0 gvfs-gdu-volume
[ 3563.867804] [ 2246]  1000  2246   105916      238     103       4      645             0 bamfdaemon
[ 3563.867807] [ 2250]     0  2250    48360       17      31       4      208             0 udisks-daemon
[ 3563.867810] [ 2254]     0  2254    11382        0      24       3       89             0 udisks-daemon
[ 3563.867813] [ 2262]  1000  2262    91274       28     105       3      960             0 notify-osd
[ 3563.867816] [ 2266]  1000  2266    78071       56      86       4      523             0 gnome-screensav
[ 3563.867819] [ 2270]  1000  2270    35900        1      37       3      137             0 gvfs-afc-volume
[ 3563.867822] [ 2273]  1000  2273    15463        0      32       3      154             0 gvfs-gphoto2-vo
[ 3563.867825] [ 2275]  1000  2275    65526        1      29       4      159             0 dconf-service
[ 3563.867828] [ 2281]  1000  2281    14671       52      31       3       89             0 gvfsd-trash
[ 3563.867831] [ 2288]  1000  2288   133572      898     123       4     1215             0 unity-panel-ser
[ 3563.867834] [ 2293]  1000  2293    13517        1      27       3      107             0 gvfsd-burn
[ 3563.867837] [ 2297]  1000  2297   121334        0      99       4      420             0 indicator-datet
[ 3563.867839] [ 2299]  1000  2299   122920       21     102       4      665             0 indicator-print
[ 3563.867842] [ 2301]  1000  2301   140254       12      74       4      277             0 indicator-appli
[ 3563.867845] [ 2304]  1000  2304   132926       78      94       4      325             0 indicator-sound
[ 3563.867848] [ 2309]  1000  2309   132648       30      87       3      319             0 indicator-sessi
[ 3563.867851] [ 2311]  1000  2311    92487       67      81       4      326             0 indicator-messa
[ 3563.867854] [ 2336]  1000  2336    11974        8      27       3      113             0 geoclue-master
[ 3563.867857] [ 2340]  1000  2340    83212       20      65       3      285             0 ubuntu-geoip-pr
[ 3563.867860] [ 2361]  1000  2361    83541       35      98       3      586             0 gdu-notificatio
[ 3563.867863] [ 2363]  1000  2363   175733      106      50       3      197             0 hud-service
[ 3563.867866] [ 2365]  1000  2365   158154      308      71       3      683             0 unity-applicati
[ 3563.867869] [ 2367]  1000  2367   154118      107      60       3      312             0 unity-files-dae
[ 3563.867872] [ 2369]  1000  2369   103166      108      66       3      457             0 unity-music-dae
[ 3563.867875] [ 2371]  1000  2371    92292      187      69       3     1930             0 unity-lens-vide
[ 3563.867878] [ 2402]  1000  2402    87549      195      40       3      600             0 zeitgeist-daemo
[ 3563.867881] [ 2411]  1000  2411    60406      108      50       3     1639             0 zeitgeist-fts
[ 3563.867884] [ 2413]  1000  2413   104417       27      73       3      285             0 zeitgeist-datah
[ 3563.867887] [ 2425]  1000  2425     3224        0      10       3       25             0 cat
[ 3563.867890] [ 2431]     0  2431    14197       17      33       3      114             0 pppd
[ 3563.867893] [ 2451]  1000  2451   147026       69      49       3      155             0 unity-musicstor
[ 3563.867896] [ 2462]  1000  2462   107937       40     101       4      633             0 telepathy-indic
[ 3563.867899] [ 2468]  1000  2468    80298       74      59       4      260             0 mission-control
[ 3563.867902] [ 2487] 65534  2487     8642        0      20       3       60             0 dnsmasq
[ 3563.867905] [ 2615]  1000  2615   138251        0      92       4     3081             0 unity-scope-vid
[ 3563.867908] [ 2639]  1000  2639    17759     1682      38       3       74             0 xterm
[ 3563.867911] [ 2643]  1000  2643    68487      115      35       2        0             0 at-spi-bus-laun
[ 3563.867914] [ 2648]  1000  2648     7629      339      18       3      707             0 bash
[ 3563.867917] [ 2772]  1000  2772   102336       71      98       3      801             0 update-notifier
[ 3563.867920] [ 2801]  1000  2801    72375        0      45       3      187             0 deja-dup-monito
[ 3563.867923] [ 2961]  1000  2961    16966        1      35       3      116             0 sudo
[ 3563.867926] [ 2962]     0  2962    16896        0      36       4      107             0 su
[ 3563.867929] [ 2970]     0  2970     7637      152      18       3      903             0 bash
[ 3563.867932] [ 3065]     0  3065     1151        1       8       3       74             0 runltp
[ 3563.867936] [ 3066]     0  3066     3308        4       9       3       22             0 tee
[ 3563.867939] [ 3209]     0  3209     1086       27       8       3        8             0 ltp-pan
[ 3563.867942] [ 3438]  1000  3438    17759      938      37       3      846             0 xterm
[ 3563.867945] [ 3442]  1000  3442     7636        1      18       3     1055             0 bash
[ 3563.867948] [ 3553]  1000  3553   676064     2688     172       5     2150             0 unity-2d-spread
[ 3563.867951] [ 3852]  1000  3852    16957        1      37       4      116             0 sudo
[ 3563.867954] [ 3853]     0  3853    16896        0      38       3      107             0 su
[ 3563.867957] [ 3861]     0  3861     7639      178      17       3      878             0 bash
[ 3563.867963] [16909]     0 16909     1618       42      10       3        0             0 min_free_kbytes
[ 3563.867967] [16918]     0 16918     3291       57      10       3        2             0 dmesg
[ 3563.867970] [16920]     0 16920   892754   890634    1750       6      262             0 min_free_kbytes
[ 3563.867972] Out of memory: Kill process 16920 (min_free_kbytes) score 827 or sacrifice child
[ 3563.867977] Killed process 16920 (min_free_kbytes) total-vm:3571016kB, anon-rss:3562496kB, file-rss:40kB

Attachment: config-3.19.0-rc7-next-20150204.14-iniza-small
Description: Binary data

INFO: creating /opt/ltp/output directory
INFO: creating /opt/ltp/results directory
Checking for required user/group ids

'nobody' user id and group found.
'bin' user id and group found.
'daemon' user id and group found.
Users group found.
Sys group found.
Required users/groups exist.
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"
Linux fambox 3.19.0-rc7-next-20150204.14-iniza-small #1 SMP Sat Feb 7 09:04:13 CET 2015 x86_64 x86_64 x86_64 GNU/Linux
 
Gnu C                  gcc (Ubuntu 4.9.2-0ubuntu1~12.04) 4.9.2
Gnu make               3.81
util-linux             linux 2.20.1
mount                  linux 2.20.1 (with libblkid and selinux support)
modutils               6
e2fsprogs              1.42
PPP                    2.4.5
Linux C Library        > libc.2.15
Dynamic linker (ldd)   2.15
Procps                 3.2.8
Net-tools              1.60
iproute2              iproute2-ss121211
Kbd                    1.15.2
Sh-utils               8.13
Modules Loaded         ppp_deflate bsd_comp ppp_async crc_ccitt i915 rfcomm uvcvideo bnep arc4 iwldvm parport_pc mac80211 option snd_hda_codec_hdmi snd_hda_codec_realtek videobuf2_vmalloc snd_hda_codec_generic videobuf2_memops iwlwifi videobuf2_core snd_hda_intel snd_hda_controller snd_hda_codec v4l2_common videodev usb_wwan cfg80211 usbserial cdc_ether snd_hwdep usbnet i2c_algo_bit snd_pcm drm_kms_helper joydev ppdev btusb bluetooth snd_seq_midi snd_seq_midi_event snd_rawmidi drm snd_seq psmouse snd_timer snd_seq_device snd serio_raw lpc_ich samsung_laptop video soundcore intel_rst wmi mac_hid lp binfmt_misc parport hid_generic usbhid hid usb_storage r8169 mii

free reports:
             total       used       free     shared    buffers     cached
Mem:       3924580    3713456     211124          0    1335168    1696276
-/+ buffers/cache:     682012    3242568
Swap:       262140          0     262140

/proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz
stepping	: 7
microcode	: 0x28
cpu MHz		: 2088.687
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
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 rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid xsaveopt
bugs		:
bogomips	: 3192.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz
stepping	: 7
microcode	: 0x28
cpu MHz		: 2070.812
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
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 rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid xsaveopt
bugs		:
bogomips	: 3192.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz
stepping	: 7
microcode	: 0x28
cpu MHz		: 1910.500
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
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 rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid xsaveopt
bugs		:
bogomips	: 3192.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz
stepping	: 7
microcode	: 0x28
cpu MHz		: 1910.875
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
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 rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid xsaveopt
bugs		:
bogomips	: 3192.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

no big block device was specified on commandline.
Tests which require a big block device are disabled.
You can specify it with option -z
COMMAND:    /opt/ltp/bin/ltp-pan  -e -S   -a 3065     -n 3065  -p  -f /tmp/ltp-lsynIOzIb5/alltests -l /opt/ltp/results/LTP_RUN_ON-2015_02_07-09h_50m_25s.log  -C /opt/ltp/output/LTP_RUN_ON-2015_02_07-09h_50m_25s.failed -T /opt/ltp/output/LTP_RUN_ON-2015_02_07-09h_50m_25s.tconf
LOG File: /opt/ltp/results/LTP_RUN_ON-2015_02_07-09h_50m_25s.log
FAILED COMMAND File: /opt/ltp/output/LTP_RUN_ON-2015_02_07-09h_50m_25s.failed
TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-2015_02_07-09h_50m_25s.tconf
Running tests.......
<<<test_start>>>
tag=mm01 stime=1423299026
cmdline="mmap001 -m 10000"
contacts=""
analysis=exit
<<<test_output>>>
mmap001     0  TINFO  :  mmap()ing file of 10000 pages or 40960000 bytes
mmap001     1  TPASS  :  mmap() completed successfully.
mmap001     0  TINFO  :  touching mmaped memory
mmap001     2  TPASS  :  we're still here, mmaped area must be good
mmap001     3  TPASS  :  synchronizing mmapped page passed
mmap001     4  TPASS  :  munmapping testfile.3210 successful
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=3 cstime=17
<<<test_end>>>
<<<test_start>>>
tag=mm02 stime=1423299027
cmdline="mmap001"
contacts=""
analysis=exit
<<<test_output>>>
mmap001     0  TINFO  :  mmap()ing file of 1000 pages or 4096000 bytes
mmap001     1  TPASS  :  mmap() completed successfully.
mmap001     0  TINFO  :  touching mmaped memory
mmap001     2  TPASS  :  we're still here, mmaped area must be good
mmap001     3  TPASS  :  synchronizing mmapped page passed
mmap001     4  TPASS  :  munmapping testfile.3214 successful
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=2
<<<test_end>>>
<<<test_start>>>
tag=mtest01 stime=1423299028
cmdline="mtest01 -p80"
contacts=""
analysis=exit
<<<test_output>>>
mtest01     0  TINFO  :  Total memory already used on system = 3758044 kbytes
mtest01     0  TINFO  :  Total memory used needed to reach maximum = 3349376 kbytes
mtest01     1  TFAIL  :  mtest01.c:162: More memory than the maximum amount you specified  is already being used
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mtest01w stime=1423299028
cmdline="mtest01 -p80 -w"
contacts=""
analysis=exit
<<<test_output>>>
mtest01     0  TINFO  :  Total memory already used on system = 3759028 kbytes
mtest01     0  TINFO  :  Total memory used needed to reach maximum = 3349376 kbytes
mtest01     1  TFAIL  :  mtest01.c:162: More memory than the maximum amount you specified  is already being used
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mtest05 stime=1423299028
cmdline="  mmstress"
contacts=""
analysis=exit
<<<test_output>>>
mmstress    0  TINFO  :  run mmstress -h for all options
mmstress    0  TINFO  :  test1: Test case tests the race condition between simultaneous read faults in the same address space.
mmstress    1  TPASS  :  TEST 1 Passed
mmstress    0  TINFO  :  test2: Test case tests the race condition between simultaneous write faults in the same address space.
mmstress    2  TPASS  :  TEST 2 Passed
mmstress    0  TINFO  :  test3: Test case tests the race condition between simultaneous COW faults in the same address space.
mmstress    3  TPASS  :  TEST 3 Passed
mmstress    0  TINFO  :  test4: Test case tests the race condition between simultaneous READ faults in the same address space. The file mapped is /dev/zero
mmstress    4  TPASS  :  TEST 4 Passed
mmstress    0  TINFO  :  test5: Test case tests the race condition between simultaneous fork - exit faults in the same address space.
mmstress    5  TPASS  :  TEST 5 Passed
mmstress    0  TINFO  :  test6: Test case tests the race condition between simultaneous fork -exec - exit faults in the same address space.
mmstress    6  TPASS  :  TEST 6 Passed
mmstress    7  TPASS  :  Test Passed
<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=0 corefile=no
cutime=140 cstime=472
<<<test_end>>>
<<<test_start>>>
tag=mtest06 stime=1423299030
cmdline="  mmap1 -x 0.05"
contacts=""
analysis=exit
<<<test_output>>>
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory (nil) 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713911990016]
mmap1       0  TINFO  :  created reading thread[139713903597312]
mmap1       0  TINFO  :  [139713911990016] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713903597312] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  TINFO  :  created writing thread[139713903597312]
mmap1       0  TINFO  :  created reading thread[139713911990016]
mmap1       0  TINFO  :  [139713903597312] - map, change contents, unmap files 1000 times
mmap1       0  TINFO  :  [139713911990016] - read contents of memory 0x7f11ae97d000 1000 times
mmap1       0  <<<execution_status>>>
initiation_status="ok"
duration=180 termination_type=exited termination_id=0 corefile=no
cutime=11422 cstime=18863
<<<test_end>>>
<<<test_start>>>
tag=mtest06_2 stime=1423299210
cmdline="mmap2 -x 0.002 -a -p"
contacts=""
analysis=exit
<<<test_output>>>
MM Stress test, map/write/unmap large file
	Test scheduled to run for:       0.002000
	Size of temp file in GB:         1
file mapped at 0x7f4aa3210000
changing file content to 'A'
unmapped file at 0x7f4aa3210000
file mapped at 0x7f4aa3210000
changing file content to 'A'
unmapped file at 0x7f4aa3210000
file mapped at 0x7f4aa3210000
changing file content to 'A'
unmapped file at 0x7f4aa3210000
file mapped at 0x7f4aa3210000
changing file content to 'A'
Test ended, success
<<<execution_status>>>
initiation_status="ok"
duration=7 termination_type=exited termination_id=0 corefile=no
cutime=213 cstime=438
<<<test_end>>>
<<<test_start>>>
tag=mtest06_3 stime=1423299217
cmdline="mmap3 -x 0.002 -p"
contacts=""
analysis=exit
<<<test_output>>>



Test is set to run with the following parameters:
	Duration of test: [0.002000]hrs
	Number of threads created: [40]
	number of map-write-unmaps: [1000]
	map_private?(T=1 F=0): [1]



Map address = 0x7fa2b02d1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0bc1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0985000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b050d000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0095000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0dfd000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0749000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0dfd000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0749000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2aea3d000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b050d000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2aeeb5000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2af569000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2afe59000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0095000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0bc1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2af32d000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2af7a5000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b02d1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2aec79000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2afc1d000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0bc1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2afe59000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2aeef7000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2af36f000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ae649000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2ace39000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ad075000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0985000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2af0f1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ad4ed000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ae255000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2ad2b1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2af5ab000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2b054f000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2adba1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ae44f000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2af9e1000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b0dfd000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2adddd000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ad729000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2ad965000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2aea7f000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2ae843000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2b078b000
Num iter: [2]
Total Num Iter: [1000]Map address = 0x7fa2ae019000
Num iter: [1]
Total Num Iter: [1000]Map address = 0x7fa2acbfd000
Num iter: [1]
Total Num Iter: [1000]Test ended, success
<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=22 cstime=242
<<<test_end>>>
<<<test_start>>>
tag=mem01 stime=1423299229
cmdline="mem01"
contacts=""
analysis=exit
<<<test_output>>>
mem01       0  TINFO  :  Free Mem:	675 Mb
mem01       0  TINFO  :  Free Swap:	255 Mb
mem01       0  TINFO  :  Total Free:	931 Mb
mem01       0  TINFO  :  Total Tested:	915 Mb
mem01       0  TINFO  :  touching 915MB of malloc'ed memory (linear)
mem01       1  TPASS  :  malloc - alloc of 915MB succeeded
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=35 cstime=116
<<<test_end>>>
<<<test_start>>>
tag=mem02 stime=1423299230
cmdline="mem02"
contacts=""
analysis=exit
<<<test_output>>>
mem02       1  TPASS  :  calloc - calloc of 64MB of memory succeeded
mem02       2  TPASS  :  malloc - malloc of 64MB of memory succeeded
mem02       3  TPASS  :  realloc - realloc of 5 bytes succeeded
mem02       4  TPASS  :  realloc - realloc of 15 bytes succeeded
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=30 cstime=15
<<<test_end>>>
<<<test_start>>>
tag=mem03 stime=1423299231
cmdline="mem03"
contacts=""
analysis=exit
<<<test_output>>>
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=page01 stime=1423299231
cmdline="page01"
contacts=""
analysis=exit
<<<test_output>>>
page01      1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=8 cstime=15
<<<test_end>>>
<<<test_start>>>
tag=page02 stime=1423299232
cmdline="page02"
contacts=""
analysis=exit
<<<test_output>>>
page02      1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=data_space stime=1423299233
cmdline="data_space"
contacts=""
analysis=exit
<<<test_output>>>
data_space    1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=68 cstime=6
<<<test_end>>>
<<<test_start>>>
tag=stack_space stime=1423299233
cmdline="stack_space"
contacts=""
analysis=exit
<<<test_output>>>
stack_space    1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=2 cstime=3
<<<test_end>>>
<<<test_start>>>
tag=shmt02 stime=1423299233
cmdline="shmt02"
contacts=""
analysis=exit
<<<test_output>>>
shmt02      1  TPASS  :  shmget
shmt02      2  TPASS  :  shmat
shmt02      3  TPASS  :  Correct shared memory contents
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt03 stime=1423299233
cmdline="shmt03"
contacts=""
analysis=exit
<<<test_output>>>
shmt03      1  TPASS  :  shmget
shmt03      2  TPASS  :  1st shmat
shmt03      3  TPASS  :  2nd shmat
shmt03      4  TPASS  :  Correct shared memory contents
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=shmt04 stime=1423299233
cmdline="shmt04"
contacts=""
analysis=exit
<<<test_output>>>
shmt04      1  TPASS  :  shmget,shmat
shmt04      2  TPASS  :  shmdt
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt05 stime=1423299233
cmdline="shmt05"
contacts=""
analysis=exit
<<<test_output>>>
shmt05      1  TPASS  :  shmget & shmat
shmt05      2  TPASS  :  2nd shmget & shmat
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt06 stime=1423299233
cmdline="shmt06"
contacts=""
analysis=exit
<<<test_output>>>
shmt06      1  TPASS  :  shmget,shmat
shmt06      2  TPASS  :  shmdt
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt07 stime=1423299233
cmdline="shmt07"
contacts=""
analysis=exit
<<<test_output>>>
shmt07      1  TPASS  :  shmget,shmat
shmt07      1  TPASS  :  shmget,shmat
shmt07      2  TPASS  :  cp & cp+1 correct
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=shmt08 stime=1423299233
cmdline="shmt08"
contacts=""
analysis=exit
<<<test_output>>>
shmt08      1  TPASS  :  shmget,shmat
shmt08      2  TPASS  :  shmdt
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt09 stime=1423299233
cmdline="shmt09"
contacts=""
analysis=exit
<<<test_output>>>
shmt09      1  TPASS  :  sbrk, sbrk, shmget, shmat
shmt09      2  TPASS  :  sbrk, shmat
shmt09      3  TPASS  :  sbrk, shmat
shmt09      4  TPASS  :  sbrk
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=shmt10 stime=1423299233
cmdline="shmt10"
contacts=""
analysis=exit
<<<test_output>>>
shmt10      1  TPASS  :  shmat,shmdt
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=3
<<<test_end>>>
<<<test_start>>>
tag=shm_test01 stime=1423299233
cmdline="shm_test -l 10 -t 2"
contacts=""
analysis=exit
<<<test_output>>>
pid[3849]: shmat_rd_wr(): shmget():success got segment id 851984
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 851984
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 884753
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 884753
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 917520
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 917520
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 950289
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 950289
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 983056
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 983056
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1015825
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1015825
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1048592
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1048592
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1081361
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1081361
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1114128
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1114128
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1146897
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a515d000
pid[3849]: shmat_rd_wr(): shmget():success got segment id 1146897
pid[3849]: do_shmat_shmadt(): got shmat address = 0x7fe8a397c000
<<<execution_status>>>
initiation_status="ok"
duration=49 termination_type=exited termination_id=0 corefile=no
cutime=3427 cstime=6220
<<<test_end>>>
<<<test_start>>>
tag=mallocstress01 stime=1423299282
cmdline="mallocstress"
contacts=""
analysis=exit
<<<test_output>>>
Thread [27]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [19]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [23]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [47]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [11]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [3]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [15]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [59]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [22]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [26]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [18]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [2]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [6]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [14]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [31]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [39]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [46]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [42]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [54]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [50]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [13]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [34]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [25]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [21]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [9]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [29]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [17]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [5]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [1]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [48]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [24]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [28]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [0]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [12]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [51]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [41]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [37]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [57]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [30]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [38]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [8]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [4]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [16]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [20]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [7]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [35]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [43]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [44]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [55]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [58]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [10]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [52]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [32]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [36]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [49]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [45]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [53]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [33]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [40]: allocate_free() returned 0, succeeded.  Thread exiting.
Thread [56]: allocate_free() returned 0, succeeded.  Thread exiting.
main(): test passed.
<<<execution_status>>>
initiation_status="ok"
duration=6 termination_type=exited termination_id=0 corefile=no
cutime=190 cstime=1403
<<<test_end>>>
<<<test_start>>>
tag=mmapstress01 stime=1423299288
cmdline="mmapstress01 -p 20 -t 0.2"
contacts=""
analysis=exit
<<<test_output>>>
file data okay
mmapstress01    1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=1774 cstime=2361
<<<test_end>>>
<<<test_start>>>
tag=mmapstress02 stime=1423299300
cmdline="mmapstress02"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress02    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmapstress03 stime=1423299300
cmdline="mmapstress03"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress03    1  TPASS  :  Test passed
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmapstress04 stime=1423299300
cmdline="TMPFILE=`mktemp /tmp/example.XXXXXXXXXX`; ls -lR /usr/include/ > $TMPFILE; mmapstress04 $TMPFILE"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress04    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=2 termination_type=exited termination_id=0 corefile=no
cutime=11 cstime=44
<<<test_end>>>
<<<test_start>>>
tag=mmapstress05 stime=1423299302
cmdline="mmapstress05"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress05    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmapstress06 stime=1423299302
cmdline="mmapstress06 20"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress06    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=20 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=mmapstress07 stime=1423299322
cmdline="TMPFILE=`mktemp /tmp/example.XXXXXXXXXXXX`; mmapstress07 $TMPFILE"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress07    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=4 cstime=13
<<<test_end>>>
<<<test_start>>>
tag=mmapstress08 stime=1423299322
cmdline="mmapstress08"
contacts=""
analysis=exit
<<<test_output>>>
mmapstress08    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmapstress09 stime=1423299322
cmdline="mmapstress09 -p 20 -t 0.2"
contacts=""
analysis=exit
<<<test_output>>>
map data okay
mmapstress09    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=2007 cstime=2417
<<<test_end>>>
<<<test_start>>>
tag=mmapstress10 stime=1423299334
cmdline="mmapstress10 -p 20 -t 0.2"
contacts=""
analysis=exit
<<<test_output>>>
file data okay
mmapstress10    1  TPASS  :  Test passed

<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=0 corefile=no
cutime=1490 cstime=2897
<<<test_end>>>
<<<test_start>>>
tag=mmap10 stime=1423299346
cmdline="mmap10"
contacts=""
analysis=exit
<<<test_output>>>
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmap10_1 stime=1423299346
cmdline="mmap10 -a"
contacts=""
analysis=exit
<<<test_output>>>
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=mmap10_2 stime=1423299346
cmdline="mmap10 -s"
contacts=""
analysis=exit
<<<test_output>>>
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use /dev/zero.
mmap10      0  TINFO  :  start tests.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=mmap10_3 stime=1423299346
cmdline="mmap10 -a -s"
contacts=""
analysis=exit
<<<test_output>>>
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=mmap10_4 stime=1423299346
cmdline="mmap10 -a -s -i 60"
contacts=""
analysis=exit
<<<test_output>>>
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
mmap10      0  TINFO  :  add to KSM regions.
mmap10      0  TINFO  :  use anonymous pages.
mmap10      0  TINFO  :  start tests.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=3 cstime=22
<<<test_end>>>
<<<test_start>>>
tag=ksm01 stime=1423299346
cmdline="ksm01"
contacts=""
analysis=exit
<<<test_output>>>
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  KSM merging...
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 2.
ksm01       0  TINFO  :  pages_sharing is 98302.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'b'
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 3.
ksm01       0  TINFO  :  pages_sharing is 98301.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 1.
ksm01       0  TINFO  :  pages_sharing is 98303.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'd' except one page with 'e'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 1.
ksm01       0  TINFO  :  pages_sharing is 98302.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 1.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  KSM unmerging...
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 finished.
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 finished.
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 finished.
ksm01       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 2.
ksm01       0  TINFO  :  pages_shared is 0.
ksm01       0  TINFO  :  pages_sharing is 0.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  stop KSM.
ksm01       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 0.
ksm01       0  TINFO  :  pages_shared is 0.
ksm01       0  TINFO  :  pages_sharing is 0.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
<<<execution_status>>>
initiation_status="ok"
duration=101 termination_type=exited termination_id=0 corefile=no
cutime=805 cstime=670
<<<test_end>>>
<<<test_start>>>
tag=ksm01_1 stime=1423299447
cmdline="ksm01 -u 128"
contacts=""
analysis=exit
<<<test_output>>>
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  KSM merging...
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 2.
ksm01       0  TINFO  :  pages_sharing is 98302.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'b'
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 3.
ksm01       0  TINFO  :  pages_sharing is 98301.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 1.
ksm01       0  TINFO  :  pages_sharing is 98303.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 continues...
ksm01       0  TINFO  :  child 1 allocates 128 MB filled with 'd' except one page with 'e'
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 continues...
ksm01       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 continues...
ksm01       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm01       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 1.
ksm01       0  TINFO  :  pages_shared is 1.
ksm01       0  TINFO  :  pages_sharing is 98302.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 1.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  wait for all children to stop.
ksm01       0  TINFO  :  KSM unmerging...
ksm01       0  TINFO  :  resume all children.
ksm01       0  TINFO  :  child 0 stops.
ksm01       0  TINFO  :  child 0 verifies memory content.
ksm01       0  TINFO  :  child 0 finished.
ksm01       0  TINFO  :  child 1 stops.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 verifies memory content.
ksm01       0  TINFO  :  child 1 finished.
ksm01       0  TINFO  :  child 2 stops.
ksm01       0  TINFO  :  child 2 verifies memory content.
ksm01       0  TINFO  :  child 2 finished.
ksm01       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 2.
ksm01       0  TINFO  :  pages_shared is 0.
ksm01       0  TINFO  :  pages_sharing is 0.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
ksm01       0  TINFO  :  stop KSM.
ksm01       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm01       0  TINFO  :  check!
ksm01       0  TINFO  :  run is 0.
ksm01       0  TINFO  :  pages_shared is 0.
ksm01       0  TINFO  :  pages_sharing is 0.
ksm01       0  TINFO  :  pages_volatile is 0.
ksm01       0  TINFO  :  pages_unshared is 0.
ksm01       0  TINFO  :  sleep_millisecs is 0.
ksm01       0  TINFO  :  pages_to_scan is 98304.
<<<execution_status>>>
initiation_status="ok"
duration=100 termination_type=exited termination_id=0 corefile=no
cutime=552 cstime=692
<<<test_end>>>
<<<test_start>>>
tag=ksm02 stime=1423299547
cmdline="ksm02"
contacts=""
analysis=exit
<<<test_output>>>
ksm02       1  TCONF  :  mem.c:983: requires a NUMA system.
ksm02       2  TCONF  :  mem.c:983: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=ksm02_1 stime=1423299547
cmdline="ksm02 -u 128"
contacts=""
analysis=exit
<<<test_output>>>
ksm02       1  TCONF  :  mem.c:983: requires a NUMA system.
ksm02       2  TCONF  :  mem.c:983: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ksm03 stime=1423299547
cmdline="ksm03"
contacts=""
analysis=exit
<<<test_output>>>
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  KSM merging...
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 2.
ksm03       0  TINFO  :  pages_sharing is 98302.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'b'
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 3.
ksm03       0  TINFO  :  pages_sharing is 98301.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 1.
ksm03       0  TINFO  :  pages_sharing is 98303.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'd' except one page with 'e'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 1.
ksm03       0  TINFO  :  pages_sharing is 98302.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 1.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  KSM unmerging...
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 finished.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 finished.
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 finished.
ksm03       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 2.
ksm03       0  TINFO  :  pages_shared is 0.
ksm03       0  TINFO  :  pages_sharing is 0.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  stop KSM.
ksm03       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 0.
ksm03       0  TINFO  :  pages_shared is 0.
ksm03       0  TINFO  :  pages_sharing is 0.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
<<<execution_status>>>
initiation_status="ok"
duration=101 termination_type=exited termination_id=0 corefile=no
cutime=793 cstime=704
<<<test_end>>>
<<<test_start>>>
tag=ksm03_1 stime=1423299648
cmdline="ksm03 -u 128"
contacts=""
analysis=exit
<<<test_output>>>
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  KSM merging...
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 2.
ksm03       0  TINFO  :  pages_sharing is 98302.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'b'
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'c'
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'a'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 3.
ksm03       0  TINFO  :  pages_sharing is 98301.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 1.
ksm03       0  TINFO  :  pages_sharing is 98303.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 continues...
ksm03       0  TINFO  :  child 0 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 continues...
ksm03       0  TINFO  :  child 1 allocates 128 MB filled with 'd' except one page with 'e'
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 continues...
ksm03       0  TINFO  :  child 2 allocates 128 MB filled with 'd'
ksm03       0  TINFO  :  ksm daemon takes 20s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 1.
ksm03       0  TINFO  :  pages_shared is 1.
ksm03       0  TINFO  :  pages_sharing is 98302.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 1.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  wait for all children to stop.
ksm03       0  TINFO  :  KSM unmerging...
ksm03       0  TINFO  :  resume all children.
ksm03       0  TINFO  :  child 2 stops.
ksm03       0  TINFO  :  child 2 verifies memory content.
ksm03       0  TINFO  :  child 2 finished.
ksm03       0  TINFO  :  child 0 stops.
ksm03       0  TINFO  :  child 0 verifies memory content.
ksm03       0  TINFO  :  child 0 finished.
ksm03       0  TINFO  :  child 1 stops.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 verifies memory content.
ksm03       0  TINFO  :  child 1 finished.
ksm03       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 2.
ksm03       0  TINFO  :  pages_shared is 0.
ksm03       0  TINFO  :  pages_sharing is 0.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
ksm03       0  TINFO  :  stop KSM.
ksm03       0  TINFO  :  ksm daemon takes 10s to scan all mergeable pages
ksm03       0  TINFO  :  check!
ksm03       0  TINFO  :  run is 0.
ksm03       0  TINFO  :  pages_shared is 0.
ksm03       0  TINFO  :  pages_sharing is 0.
ksm03       0  TINFO  :  pages_volatile is 0.
ksm03       0  TINFO  :  pages_unshared is 0.
ksm03       0  TINFO  :  sleep_millisecs is 0.
ksm03       0  TINFO  :  pages_to_scan is 98304.
<<<execution_status>>>
initiation_status="ok"
duration=100 termination_type=exited termination_id=0 corefile=no
cutime=522 cstime=716
<<<test_end>>>
<<<test_start>>>
tag=ksm04 stime=1423299748
cmdline="ksm04"
contacts=""
analysis=exit
<<<test_output>>>
ksm04       1  TCONF  :  mem.c:983: requires a NUMA system.
ksm04       2  TCONF  :  mem.c:983: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=ksm04_1 stime=1423299748
cmdline="ksm04 -u 128"
contacts=""
analysis=exit
<<<test_output>>>
ksm04       1  TCONF  :  mem.c:983: requires a NUMA system.
ksm04       2  TCONF  :  mem.c:983: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ksm05 stime=1423299748
cmdline="ksm05 -I 10"
contacts=""
analysis=exit
<<<test_output>>>
ksm05       1  TPASS  :  still alive.
<<<execution_status>>>
initiation_status="ok"
duration=10 termination_type=exited termination_id=0 corefile=no
cutime=132 cstime=943
<<<test_end>>>
<<<test_start>>>
tag=ksm06 stime=1423299758
cmdline="ksm06"
contacts=""
analysis=exit
<<<test_output>>>
ksm06       1  TCONF  :  ksm06.c:102: The case need a NUMA system.
ksm06       2  TCONF  :  ksm06.c:102: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=ksm06_1 stime=1423299758
cmdline="ksm06 -n 10"
contacts=""
analysis=exit
<<<test_output>>>
ksm06       1  TCONF  :  ksm06.c:102: The case need a NUMA system.
ksm06       2  TCONF  :  ksm06.c:102: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=1 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=ksm06_2 stime=1423299759
cmdline="ksm06 -n 10000"
contacts=""
analysis=exit
<<<test_output>>>
ksm06       1  TCONF  :  ksm06.c:102: The case need a NUMA system.
ksm06       2  TCONF  :  ksm06.c:102: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=oom01 stime=1423299759
cmdline="oom01"
contacts=""
analysis=exit
<<<test_output>>>
oom01       0  TINFO  :  set overcommit_memory to 2
oom01       1  TBROK  :  mem.c:89: fork: errno=ENOMEM(12): Cannot allocate memory
oom01       2  TBROK  :  mem.c:89: Remaining cases broken
oom01       0  TINFO  :  set overcommit_memory to 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=oom02 stime=1423299759
cmdline="oom02"
contacts=""
analysis=exit
<<<test_output>>>
oom02       1  TCONF  :  oom02.c:87: The case need a NUMA system.
oom02       2  TCONF  :  oom02.c:87: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=oom03 stime=1423299759
cmdline="oom03"
contacts=""
analysis=exit
<<<test_output>>>
oom03       0  TINFO  :  set overcommit_memory to 1
oom03       0  TINFO  :  start normal OOM testing.
oom03       0  TINFO  :  expected victim is 14892.
oom03       1  TPASS  :  victim signalled: (9) SIGKILL
oom03       0  TINFO  :  start OOM testing for mlocked pages.
oom03       0  TINFO  :  expected victim is 14893.
oom03       2  TPASS  :  victim signalled: (9) SIGKILL
oom03       0  TINFO  :  start OOM testing for KSM pages.
oom03       0  TINFO  :  expected victim is 14894.
oom03       3  TPASS  :  victim signalled: (9) SIGKILL
oom03       4  TCONF  :  oom03.c:74: memcg swap accounting is disabled
oom03       0  TINFO  :  set overcommit_memory to 0
<<<execution_status>>>
initiation_status="ok"
duration=9 termination_type=exited termination_id=32 corefile=no
cutime=80 cstime=564
<<<test_end>>>
<<<test_start>>>
tag=oom04 stime=1423299768
cmdline="oom04"
contacts=""
analysis=exit
<<<test_output>>>
oom04       0  TINFO  :  set overcommit_memory to 1
oom04       0  TINFO  :  OOM on CPUSET...
oom04       0  TINFO  :  start normal OOM testing.
oom04       0  TINFO  :  expected victim is 14897.
oom04       1  TPASS  :  victim signalled: (9) SIGKILL
oom04       0  TINFO  :  start OOM testing for mlocked pages.
oom04       0  TINFO  :  expected victim is 14984.
oom04       2  TPASS  :  victim signalled: (9) SIGKILL
oom04       0  TINFO  :  start OOM testing for KSM pages.
oom04       0  TINFO  :  expected victim is 14986.
oom04       3  TPASS  :  victim signalled: (9) SIGKILL
oom04       0  TINFO  :  set overcommit_memory to 0
<<<execution_status>>>
initiation_status="ok"
duration=30 termination_type=exited termination_id=0 corefile=no
cutime=226 cstime=1239
<<<test_end>>>
<<<test_start>>>
tag=oom05 stime=1423299798
cmdline="oom05"
contacts=""
analysis=exit
<<<test_output>>>
oom05       0  TINFO  :  set overcommit_memory to 1
oom05       0  TINFO  :  OOM on CPUSET & MEMCG...
oom05       0  TINFO  :  start normal OOM testing.
oom05       0  TINFO  :  expected victim is 14989.
oom05       1  TPASS  :  victim signalled: (9) SIGKILL
oom05       0  TINFO  :  start OOM testing for mlocked pages.
oom05       0  TINFO  :  expected victim is 14990.
oom05       2  TPASS  :  victim signalled: (9) SIGKILL
oom05       0  TINFO  :  start OOM testing for KSM pages.
oom05       0  TINFO  :  expected victim is 14991.
oom05       3  TPASS  :  victim signalled: (9) SIGKILL
oom05       4  TCONF  :  oom05.c:86: memcg swap accounting is disabled
oom05       0  TINFO  :  set overcommit_memory to 0
<<<execution_status>>>
initiation_status="ok"
duration=12 termination_type=exited termination_id=32 corefile=no
cutime=69 cstime=414
<<<test_end>>>
<<<test_start>>>
tag=swapping01 stime=1423299810
cmdline="swapping01 -i 5"
contacts=""
analysis=exit
<<<test_output>>>
swapping01    1  TCONF  :  swapping01.c:127: Not enough swap space to test.
swapping01    2  TCONF  :  swapping01.c:127: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=thp01 stime=1423299810
cmdline="thp01 -I 120"
contacts=""
analysis=exit
<<<test_output>>>
thp01       1  TPASS  :  system didn't crash, pass.
<<<execution_status>>>
initiation_status="ok"
duration=122 termination_type=exited termination_id=0 corefile=no
cutime=54 cstime=11832
<<<test_end>>>
<<<test_start>>>
tag=thp02 stime=1423299932
cmdline="thp02"
contacts=""
analysis=exit
<<<test_output>>>
thp02       0  TINFO  :  mremap 0x7f7f08400000 to 0x7f7f07000000
thp02       0  TINFO  :  mremap 0x7f7f06600000 to 0x7f7f05201000
thp02       0  TINFO  :  mremap 0x7f7f04801000 to 0x7f7f03400000
thp02       0  TINFO  :  mremap 0x7f7f02a01000 to 0x7f7f01601000
thp02       1  TPASS  :  Still alive.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=6 cstime=10
<<<test_end>>>
<<<test_start>>>
tag=thp03 stime=1423299932
cmdline="thp03"
contacts=""
analysis=exit
<<<test_output>>>
thp03       1  TPASS  :  system didn't crash, pass.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=thp04_1 stime=1423299932
cmdline="thp04"
contacts=""
analysis=exit
<<<test_output>>>
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 2 children allocating 64 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2962MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16821] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 2 children allocating 64 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2962MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16822] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 2 children allocating 64 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2962MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  Stop all children...
thp04       0  TINFO  :  Start to scan all transparent hugepages...
thp04       0  TINFO  :  khugepaged daemon takes 10s to scan all thp pages
thp04       0  TINFO  :  Start to verify transparent hugepage size...
thp04       0  TINFO  :  Wake up all children...
<<<execution_status>>>
initiation_status="ok"
duration=10 termination_type=exited termination_id=0 corefile=no
cutime=8 cstime=10
<<<test_end>>>
<<<test_start>>>
tag=thp04_2 stime=1423299942
cmdline="thp04 -n 10 -N 20"
contacts=""
analysis=exit
<<<test_output>>>
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16825] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16824] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16827] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16832] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16830] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16829] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16828] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16833] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16826] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16831] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 10 children allocating 20 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2960MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  Stop all children...
thp04       0  TINFO  :  Start to scan all transparent hugepages...
thp04       0  TINFO  :  khugepaged daemon takes 15s to scan all thp pages
thp04       0  TINFO  :  Start to verify transparent hugepage size...
thp04       0  TINFO  :  Wake up all children...
<<<execution_status>>>
initiation_status="ok"
duration=15 termination_type=exited termination_id=0 corefile=no
cutime=26 cstime=30
<<<test_end>>>
<<<test_start>>>
tag=thp04_3 stime=1423299957
cmdline="thp04 -n 1 -N 300"
contacts=""
analysis=exit
<<<test_output>>>
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 1 children allocating 300 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2954MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  child[16835] stop here
thp04       0  TINFO  :  Start to test transparent hugepage...
thp04       0  TINFO  :  There are 1 children allocating 300 transparent hugepages
thp04       0  TINFO  :  The current MemFree is 2954MB
thp04       0  TINFO  :  The current Hugepagesize is 2MB
thp04       0  TINFO  :  Stop all children...
thp04       0  TINFO  :  Start to scan all transparent hugepages...
thp04       0  TINFO  :  khugepaged daemon takes 15s to scan all thp pages
thp04       0  TINFO  :  Start to verify transparent hugepage size...
thp04       0  TINFO  :  Wake up all children...
<<<execution_status>>>
initiation_status="ok"
duration=16 termination_type=exited termination_id=0 corefile=no
cutime=12 cstime=15
<<<test_end>>>
<<<test_start>>>
tag=thp05_1 stime=1423299973
cmdline="thp05"
contacts=""
analysis=exit
<<<test_output>>>
thp05       1  TCONF  :  thp05.c:113: The case need a NUMA system.
thp05       2  TCONF  :  thp05.c:113: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=1 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=thp05_2 stime=1423299973
cmdline="thp05 -n 10 -N 20"
contacts=""
analysis=exit
<<<test_output>>>
thp05       1  TCONF  :  thp05.c:113: The case need a NUMA system.
thp05       2  TCONF  :  thp05.c:113: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=thp05_3 stime=1423299973
cmdline="thp05 -n 1 -N 300"
contacts=""
analysis=exit
<<<test_output>>>
thp05       1  TCONF  :  thp05.c:113: The case need a NUMA system.
thp05       2  TCONF  :  thp05.c:113: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=vma01 stime=1423299973
cmdline="vma01"
contacts=""
analysis=exit
<<<test_output>>>
parent: t = 0x7f74676c4000
child : u = 0x7f74676c7000
vma01       0  TINFO  :  s = 0x7f74676c4000, t = 0x7f74676c7000
child : x = 0x7f74676c7000
vma01       0  TINFO  :  s = 0x7f74676c7000, t = 0x7f74676ca000
vma01       1  TPASS  :  two 3*ps VMAs found.
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=vma02 stime=1423299973
cmdline="vma02"
contacts=""
analysis=exit
<<<test_output>>>
vma02       0  TINFO  :  pid = 16842 addr = 0x7f4da4ce1000
vma02       1  TBROK  :  vma02.c:115: mbind2: errno=ENOENT(2): No such file or directory
vma02       2  TBROK  :  vma02.c:115: Remaining cases broken
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=vma03 stime=1423299973
cmdline="vma03"
contacts=""
analysis=exit
<<<test_output>>>
vma03       1  TCONF  :  vma03.c:147: __NR_mmap2 is not defined on your system
vma03       2  TCONF  :  vma03.c:147: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=vma04 stime=1423299973
cmdline="vma04"
contacts=""
analysis=exit
<<<test_output>>>
vma04       1  TBROK  :  vma04.c:157: mbind: bind: errno=ENOENT(2): No such file or directory
vma04       2  TBROK  :  vma04.c:157: Remaining cases broken
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=zram01 stime=1423299973
cmdline="zram01"
contacts=""
analysis=exit
<<<test_output>>>
FATAL: Module zram not found.
zram01      1  TCONF  :  zram01.c:182: system has no zram device.
zram01      2  TCONF  :  zram01.c:182: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory01 stime=1423299973
cmdline="overcommit_memory"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 2224428 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  malloc 541400 kB failed
overcommit_memory    1  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 2224428 kB failed
overcommit_memory    2  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 135282 kB successfully
overcommit_memory    3  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  malloc 1563780 kB successfully
overcommit_memory    4  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 6255120 kB failed
overcommit_memory    5  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB failed
overcommit_memory    6  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 1
overcommit_memory    0  TINFO  :  malloc 2093360 kB successfully
overcommit_memory    7  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB successfully
overcommit_memory    8  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 8373440 kB successfully
overcommit_memory    9  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory02 stime=1423299973
cmdline="overcommit_memory -R 0"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 0
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 262140 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  CommmitLimit is 262140, Committed_AS is 1953864
overcommit_memory    1  TBROK  :  overcommit_memory.c:274: Unexpected error: CommitLimit < Committed_AS
overcommit_memory    2  TBROK  :  overcommit_memory.c:274: Remaining cases broken
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=1 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory03 stime=1423299973
cmdline="overcommit_memory -R 30"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 30
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 1439512 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  CommmitLimit is 1439512, Committed_AS is 1953864
overcommit_memory    1  TBROK  :  overcommit_memory.c:274: Unexpected error: CommitLimit < Committed_AS
overcommit_memory    2  TBROK  :  overcommit_memory.c:274: Remaining cases broken
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=2 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory04 stime=1423299973
cmdline="overcommit_memory -R 80"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 80
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 3401804 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  malloc 2895880 kB failed
overcommit_memory    1  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 3401804 kB failed
overcommit_memory    2  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 723346 kB successfully
overcommit_memory    3  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  malloc 1563496 kB successfully
overcommit_memory    4  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 6253984 kB failed
overcommit_memory    5  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB failed
overcommit_memory    6  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 1
overcommit_memory    0  TINFO  :  malloc 2093360 kB successfully
overcommit_memory    7  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB successfully
overcommit_memory    8  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 8373440 kB successfully
overcommit_memory    9  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory05 stime=1423299973
cmdline="overcommit_memory -R 100"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 100
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 4186720 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  malloc 4463216 kB failed
overcommit_memory    1  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB failed
overcommit_memory    2  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 1115552 kB successfully
overcommit_memory    3  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  malloc 1563610 kB successfully
overcommit_memory    4  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 6254440 kB failed
overcommit_memory    5  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB failed
overcommit_memory    6  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 1
overcommit_memory    0  TINFO  :  malloc 2093360 kB successfully
overcommit_memory    7  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB successfully
overcommit_memory    8  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 8373440 kB successfully
overcommit_memory    9  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=1
<<<test_end>>>
<<<test_start>>>
tag=overcommit_memory06 stime=1423299973
cmdline="overcommit_memory -R 200"
contacts=""
analysis=exit
<<<test_output>>>
overcommit_memory    0  TINFO  :  set overcommit_ratio to 200
overcommit_memory    0  TINFO  :  MemTotal is 3924580 kB
overcommit_memory    0  TINFO  :  SwapTotal is 262140 kB
overcommit_memory    0  TINFO  :  CommitLimit is 8111300 kB
overcommit_memory    0  TINFO  :  set overcommit_memory to 2
overcommit_memory    0  TINFO  :  malloc 12311368 kB failed
overcommit_memory    1  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 8111300 kB failed
overcommit_memory    2  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 3077840 kB successfully
overcommit_memory    3  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  malloc 1563486 kB successfully
overcommit_memory    4  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 6253944 kB failed
overcommit_memory    5  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB failed
overcommit_memory    6  TPASS  :  alloc failed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 1
overcommit_memory    0  TINFO  :  malloc 2093360 kB successfully
overcommit_memory    7  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 4186720 kB successfully
overcommit_memory    8  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  malloc 8373440 kB successfully
overcommit_memory    9  TPASS  :  alloc passed as expected
overcommit_memory    0  TINFO  :  set overcommit_memory to 0
overcommit_memory    0  TINFO  :  set overcommit_ratio to 50
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=0
<<<test_end>>>
<<<test_start>>>
tag=max_map_count stime=1423299973
cmdline="max_map_count -i 10"
contacts=""
analysis=exit
<<<test_output>>>
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    0  TINFO  :  set overcommit_memory to 2
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TPASS  :  65536 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 64946 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
FO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 65536
max_map_count    6  TFAIL  :  max_map_count.c:239: 65067 map entries in total, but expected 65536 entries
max_map_count    0  TINFO  :  set max_map_count to 64
max_map_count    1  TPASS  :  64 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 256
max_map_count    2  TPASS  :  256 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 1024
max_map_count    3  TPASS  :  1024 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 4096
max_map_count    4  TPASS  :  4096 map entries in total as expected.
max_map_count    0  TINFO  :  set max_map_count to 16384
max_map_count    5  TPASS  :  16384 map entries in total as expected.
max_map_count    0  TINFO  :  set overcommit_memory to 0
max_map_count    0  TINFO  :  set max_map_count to 65530
<<<execution_status>>>
initiation_status="ok"
duration=8 termination_type=exited termination_id=1 corefile=no
cutime=112 cstime=716
<<<test_end>>>
<<<test_start>>>
tag=min_free_kbytes stime=1423299981
cmdline="min_free_kbytes"
contacts=""
analysis=exit
<<<test_output>>>
min_free_kbytes    0  TINFO  :  set overcommit_memory to 2
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 67584
memfree is 3000184 kB before eatup mem
memfree is 2742236 kB after eatup mem
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 135168
memfree is 3000164 kB before eatup mem
memfree is 2738896 kB after eatup mem
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 78491
memfree is 3000028 kB before eatup mem
memfree is 2738760 kB after eatup mem
min_free_kbytes    0  TINFO  :  set overcommit_memory to 0
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 67584
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 135168
memfree is 3609476 kB before eatup mem
memfree is 151540 kB after eatup mem
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 78491
min_free_kbytes    0  TINFO  :  set overcommit_memory to 1
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 67584
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 135168
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 78491
min_free_kbytes    0  TINFO  :  set min_free_kbytes to 67584
min_free_kbytes    0  TINFO  :  set overcommit_memory to 0
incrementing stop
<<<execution_status>>>
initiation_status="ok"
duration=66 termination_type=exited termination_id=0 corefile=no
cutime=1134 cstime=2390
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20150119

       ###############################################################

            Done executing testcases.
            LTP Version:  20150119
       ###############################################################


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]