dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.18k stars 354 forks source link

(linux) dotnet-trace, dotnet-dump and dotnet-gcdump seem to leave the process in a state where it cannot be traced or dumped again. #1318

Closed juliusfriedman closed 3 years ago

juliusfriedman commented 4 years ago
AzureUser@machine-t:~$ sudo /home/AzureUser/.dotnet/tools/dotnet-trace collect --process-id 67295
No profile or providers specified, defaulting to trace profile 'cpu-sampling'

Provider Name                           Keywords            Level               Enabled By
Microsoft-DotNETCore-SampleProfiler     0x0000000000000000  Informational(4)    --profile
Microsoft-Windows-DotNETRuntime         0x00000014C14FCCBD  Informational(4)    --profile

Process        : /mnt/publish/process
Output File    : /home/AzureUser/trace.nettrace

[00:00:00:00]   Recording trace 102.00   (B)
Press <Enter> or <Ctrl+C> to exit...

Trace completed.

Run the same command again later...

AzureUser@machine:~$ sudo /home/AzureUser/.dotnet/tools/dotnet-trace collect --process-id 67295
No profile or providers specified, defaulting to trace profile 'cpu-sampling'

Provider Name                           Keywords            Level               Enabled By
Microsoft-DotNETCore-SampleProfiler     0x0000000000000000  Informational(4)    --profile
Microsoft-Windows-DotNETRuntime         0x00000014C14FCCBD  Informational(4)    --profile

Unable to start a tracing session: Microsoft.Diagnostics.NETCore.Client.ServerNotAvailableException: Process 67295 not running compatible .NET Core runtime.
   at Microsoft.Diagnostics.NETCore.Client.IpcClient.GetTransport(Int32 processId) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcClient.cs:line 63
   at Microsoft.Diagnostics.NETCore.Client.IpcClient.SendMessage(Int32 processId, IpcMessage message, IpcMessage& response) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcClient.cs:line 104
   at Microsoft.Diagnostics.NETCore.Client.EventPipeSession..ctor(Int32 processId, IEnumerable`1 providers, Boolean requestRundown, Int32 circularBufferMB) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/EventPipeSession.cs:line 30
   at Microsoft.Diagnostics.Tools.Trace.CollectCommandHandler.Collect(CancellationToken ct, IConsole console, Int32 processId, FileInfo output, UInt32 buffersize, String providers, String profile, TraceFileFormat format, TimeSpan duration, String clrevents, String clreventlevel) in /_/src/Tools/dotnet-trace/CommandLine/Commands/CollectCommand.cs:line 130
Unable to create session.

This occurs with both dotnet-trace and dotnet-dump running on:

Ubuntu 18.04.4 LTS \n \l

.NET Core SDK (reflecting any global.json):
 Version:   3.1.301
 Commit:    7feb845744

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  18.04
 OS Platform: Linux
 RID:         ubuntu.18.04-x64
 Base Path:   /usr/share/dotnet/sdk/3.1.301/

Host (useful for support):
  Version: 3.1.5
  Commit:  65cd789777

.NET Core SDKs installed:
  3.1.301 [/usr/share/dotnet/sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
  https://aka.ms/dotnet-download
Dotnet-GitSync-Bot commented 4 years ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

juliusfriedman commented 4 years ago

cc @danmosemsft @jkotas

ghost commented 4 years ago

Tagging subscribers to this area: @tommcdon Notify danmosemsft if you want to be subscribed.

juliusfriedman commented 4 years ago

Also noting that I run my process under screen so I can easily disconnect, when I resume the screen process seems to be stuck and I don't really have a way of knowing if it was my process or the tool etc. (top reports the process I attempted to trace at 100%+ but only 3.1% of my whole cpu is used [32 core machine]) and the program is massively parallel.

Should I assume that the process itself has become unstable also and terminate and restart?

output from `strace` ``` AzureUser@azwe01eta01-t:~$ sudo strace -p 67295 strace: Process 67295 attached strace: [ Process PID=67295 runs in x32 mode. ] strace: [ Process PID=67295 runs in 64 bit mode. ] mprotect(0x7f463a6c9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6d9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6e9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6f9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a709000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a719000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a729000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a739000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a749000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a759000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a769000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a779000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a789000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a799000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7a9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7b9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7c9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7d9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7e9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7f9000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a809000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a819000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a829000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a839000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a849000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a859000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a869000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87582269440, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87582269440, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639ff8000, 8916992, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639ff8000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87570841600, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=365, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87570841600, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=365, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639f95000, 405504, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639f95000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87566958592, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87566958592, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f4639f95000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fa5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fb5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fc5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fd5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fe5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ff5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a005000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a015000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a025000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a035000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a045000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a055000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a065000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a075000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a085000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a095000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a105000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a115000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a125000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a135000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a145000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a155000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a165000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a175000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a185000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a195000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a205000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a215000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a225000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a235000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a245000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a255000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a265000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a275000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a285000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a295000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a305000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a315000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a325000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a335000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a345000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a355000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a365000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a375000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a385000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a395000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a405000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a415000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a425000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a435000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a445000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a455000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a465000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a475000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a485000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a495000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a505000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a515000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a525000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a535000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a545000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a555000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a565000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a575000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a585000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a595000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a605000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a615000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a625000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a635000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a645000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a655000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a665000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a675000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a685000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a695000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a705000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a715000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a725000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a735000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a745000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a755000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a765000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a775000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a785000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a795000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7a5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7b5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7c5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7d5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7e5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7f5000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a805000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a815000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a825000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a835000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a845000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a855000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a865000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87550959616, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368835, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87550959616, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639e7f000, 10444800, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639e7f000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87543668736, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87543668736, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f4639e7f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e8f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e9f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eaf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ebf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ecf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639edf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f0f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f1f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f2f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f3f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f4f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f5f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f6f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f7f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f8f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f9f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639faf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fbf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fcf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fdf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a00f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a01f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a02f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a03f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a04f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a05f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a06f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a07f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a08f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a09f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a10f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a11f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a12f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a13f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a14f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a15f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a16f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a17f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a18f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a19f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a20f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a21f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a22f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a23f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a24f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a25f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a26f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a27f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a28f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a29f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a30f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a31f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a32f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a33f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a34f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a35f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a36f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a37f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a38f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a39f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a40f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a41f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a42f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a43f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a44f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a45f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a46f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a47f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a48f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a49f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a50f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a51f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a52f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a53f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a54f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a55f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a56f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a57f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a58f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a59f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a60f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a61f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a62f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a63f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a64f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a65f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a66f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a67f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a68f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a69f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a70f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a71f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a72f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a73f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a74f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a75f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a76f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a77f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a78f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a79f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7af000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7bf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7cf000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7df000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7ef000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7ff000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a80f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a81f000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a82f000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87528411136, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87528411136, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639de4000, 10858496, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639de4000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87521701888, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368836, loads=[131072, 131072, 131072], totalram=135068250112, freeram=87521701888, sharedram=831488, bufferram=153980928, to talswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 sched_getaffinity(67295, 128, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]) = 16 clone(child_stack=0x7f49be7f9fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETT ID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f49be7fa9d0, tls=0x7f49be7fa700, child_tidptr=0x7f49be7fa9d0) = 121304 sched_setaffinity(121304, 128, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]) = 0 futex(0x7f49be7fad18, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4844005758, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) futex(0x7f4844005708, FUTEX_WAKE_PRIVATE, 1) = 0 write(143, "*", 1) = 1 futex(0x7f4844005b50, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4a60d48378, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4a60d48328, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f48440058a0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4844005850, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xa6b024, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0x7f48440058a4, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4844005850, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999000}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999600}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999400}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999500}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 sched_yield() = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999200}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f4639de4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639df4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e04000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e14000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e24000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e34000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e44000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e54000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e64000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e74000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e84000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e94000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ea4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eb4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ec4000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999300}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f4639ed4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ee4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ef4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f04000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f14000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f24000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f34000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f44000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f54000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f64000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f74000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f84000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f94000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fa4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fb4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fc4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fd4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fe4000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999200}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f4639ff4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a004000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a014000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a024000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a034000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a044000, 65536, PROT_READ|PROT_WRITE) = 0 sched_yield() = 0 sched_yield() = 0 mprotect(0x7f463a054000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a064000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a074000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a084000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a094000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0f4000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999300}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f463a104000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a114000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a124000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a134000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a144000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a154000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a164000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a174000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a184000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a194000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1d4000, 65536, PROT_READ|PROT_WRITE) = 0 sched_yield() = 0 mprotect(0x7f463a1e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a204000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a214000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999100}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f463a224000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a234000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a244000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a254000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a264000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a274000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a284000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a294000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a304000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a314000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a324000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999200}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f463a334000, 65536, PROT_READ|PROT_WRITE) = 0 sched_yield() = 0 mprotect(0x7f463a344000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a354000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a364000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a374000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a384000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a394000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a404000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a414000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a424000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a434000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a444000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999300}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f463a454000, 65536, PROT_READ|PROT_WRITE) = 0 sched_yield() = 0 mprotect(0x7f463a464000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a474000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a484000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a494000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a504000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a514000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a524000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a534000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a544000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a554000, 65536, PROT_READ|PROT_WRITE) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999200}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 mprotect(0x7f463a564000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a574000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a584000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a594000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5b4000, 65536, PROT_READ|PROT_WRITE) = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TKILL, si_pid=67295, si_uid=0} --- getpid() = 67295 rt_sigreturn({mask=[]}) = 0 futex(0x7f48440058a0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4844005850, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 mprotect(0x7f463a5c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a604000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a614000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a624000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a634000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a644000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a654000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a664000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a674000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a684000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a694000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a704000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a714000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a724000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a734000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a744000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a754000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a764000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a774000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a784000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a794000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7f4000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88559673344, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88559673344, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a106000, 7331840, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a106000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88554381312, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88554381312, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f463a106000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a116000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a126000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a136000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a146000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a156000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a166000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a176000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a186000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a196000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1a6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1b6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1c6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1d6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1e6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1f6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a206000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a216000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a226000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a236000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a246000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a256000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a266000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a276000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a286000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a296000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2c6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2d6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2e6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2f6000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a306000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a316000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a326000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a336000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a346000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a356000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a366000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a376000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a386000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a396000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3a6000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88544702464, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88544702464, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a08c000, 3317760, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a08c000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88535412736, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88535412736, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f463a08c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a09c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a10c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a11c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a12c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a13c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a14c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a15c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a16c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a17c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a18c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a19c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a20c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a21c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a22c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a23c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a24c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a25c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a26c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a27c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a28c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a29c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a30c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a31c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a32c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a33c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a34c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a35c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a36c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a37c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a38c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a39c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a40c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a41c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a42c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a43c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a44c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a45c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a46c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a47c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a48c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a49c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a50c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a51c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a52c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a53c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a54c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a55c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a56c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a57c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a58c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a59c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a60c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a61c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a62c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a63c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a64c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a65c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a66c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a67c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a68c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a69c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a70c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a71c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a72c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a73c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a74c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a75c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a76c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a77c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a78c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a79c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7fc000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88521478144, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88521478144, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639df4000, 10584064, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639df4000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88514203648, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368870, loads=[137920, 132960, 131616], totalram=135068250112, freeram=88514203648, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f4639df4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e04000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e14000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e24000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e34000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e44000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e54000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e64000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e74000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e84000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e94000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ea4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eb4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ec4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ed4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ee4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ef4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f04000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f14000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f24000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f34000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f44000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f54000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f64000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f74000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f84000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f94000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fa4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fb4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fd4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fe4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ff4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a004000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a014000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a024000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a034000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a044000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a054000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a064000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a074000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a084000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a094000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a104000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a114000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a124000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a134000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a144000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a154000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a164000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a174000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a184000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a194000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a204000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a214000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a224000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a234000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a244000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a254000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a264000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a274000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a284000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a294000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a304000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a314000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a324000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a334000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a344000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a354000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a364000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a374000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a384000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a394000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a404000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a414000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a424000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a434000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a444000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a454000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a464000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a474000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a484000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a494000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a504000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a514000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a524000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a534000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a544000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a554000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a564000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a574000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a584000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a594000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5a4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5b4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5c4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5d4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5e4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5f4000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a604000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a614000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a624000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88501477376, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88501477376, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a03c000, 6258688, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a03c000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88492187648, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88492187648, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f463a03c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a04c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a05c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a06c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a07c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a08c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a09c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a10c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a11c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a12c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a13c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a14c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a15c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a16c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a17c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a18c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a19c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a20c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a21c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a22c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a23c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a24c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a25c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a26c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a27c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a28c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a29c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a30c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a31c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a32c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a33c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a34c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a35c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a36c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a37c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a38c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a39c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a40c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a41c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a42c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a43c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a44c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a45c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a46c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a47c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a48c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a49c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ac000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4bc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4cc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4dc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ec000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4fc000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a50c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a51c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a52c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a53c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a54c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a55c000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a56c000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88480059392, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88480059392, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639f7a000, 6299648, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639f7a000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88471543808, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88471543808, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f4639f7a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f8a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f9a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639faa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fda000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ffa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a00a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a01a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a02a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a03a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a04a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a05a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a06a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a07a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a08a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a09a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a10a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a11a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a12a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a13a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a14a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a15a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a16a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a17a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a18a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a19a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a20a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a21a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a22a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a23a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a24a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a25a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a26a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a27a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a28a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a29a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a30a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a31a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a32a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a33a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a34a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a35a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a36a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a37a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a38a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a39a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a40a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a41a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a42a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a43a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a44a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a45a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a46a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a47a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a48a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a49a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a50a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a51a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a52a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a53a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a54a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a55a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a56a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a57a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a58a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a59a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a60a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a61a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a62a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a63a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a64a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a65a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a66a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a67a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a68a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a69a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a70a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a71a000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88457609216, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88457609216, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639c18000, 11608064, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639c18000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 mprotect(0x7f4639c18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639c98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ca8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639cb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639cc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639cd8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ce8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639cf8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639d98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639da8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639db8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639dc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639dd8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639de8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639df8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639e98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ea8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639eb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ec8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ed8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ee8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ef8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639f98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fa8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fd8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639fe8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f4639ff8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a008000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a018000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a028000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a038000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a048000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a058000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a068000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a078000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a088000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a098000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a108000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a118000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a128000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a138000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a148000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a158000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a168000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a178000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a188000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a198000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a208000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a218000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a228000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a238000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a248000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a258000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a268000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a278000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a288000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a298000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a308000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a318000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a328000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a338000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a348000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a358000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a368000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a378000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a388000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a398000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a408000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a418000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a428000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a438000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a448000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a458000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a468000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a478000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a488000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a498000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a508000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a518000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a528000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a538000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a548000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a558000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a568000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a578000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a588000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a598000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a608000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a618000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a628000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a638000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a648000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a658000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a668000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a678000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a688000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a698000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a6f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a708000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a718000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a728000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a738000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a748000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a758000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a768000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a778000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a788000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a798000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a7f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a808000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a818000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a828000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a838000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a848000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a858000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a868000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a878000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a888000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a898000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a8f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a908000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a918000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a928000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a938000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a948000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a958000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a968000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a978000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a988000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a998000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9b8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9c8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9d8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9e8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a9f8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aa98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aaa8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aab8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aac8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aad8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aae8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aaf8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ab98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aba8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463abb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463abc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463abd8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463abe8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463abf8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ac98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463aca8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463acb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463acc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463acd8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ace8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463acf8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad08000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad18000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad28000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad38000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad48000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad58000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad68000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad78000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad88000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ad98000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ada8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463adb8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463adc8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463add8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463ade8000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88435159040, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368904, loads=[131616, 131648, 131072], totalram=135068250112, freeram=88435159040, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a122000, 13459456, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a122000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368938, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88434823168, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368938, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88434823168, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a00a000, 1146880, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a00a000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368938, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88427081728, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368938, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88427081728, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f463a00a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a01a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a02a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a03a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a04a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a05a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a06a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a07a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a08a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a09a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a0fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a10a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a11a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a12a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a13a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a14a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a15a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a16a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a17a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a18a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a19a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a1fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a20a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a21a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a22a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a23a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a24a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a25a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a26a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a27a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a28a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a29a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a30a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a31a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a32a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a33a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a34a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a35a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a36a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a37a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a38a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a39a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a3fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a40a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a41a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a42a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a43a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a44a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a45a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a46a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a47a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a48a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a49a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a4fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a50a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a51a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a52a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a53a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a54a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a55a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a56a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a57a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a58a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a59a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5aa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ba000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ca000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5da000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5ea000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a5fa000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a60a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a61a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a62a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a63a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a64a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a65a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a66a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a67a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a68a000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a69a000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88413405184, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88413405184, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f463a278000, 4399104, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f463a278000 mprotect(0x7f463a278000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88401793024, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88401793024, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mprotect(0x7f463a288000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a298000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2a8000, 65536, PROT_READ|PROT_WRITE) = 0 mprotect(0x7f463a2b8000, 65536, PROT_READ|PROT_WRITE) = 0 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88392503296, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88392503296, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 mmap(0x7f4639eb4000, 4276224, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4639eb4000 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88385019904, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 sysinfo({uptime=368939, loads=[131296, 131424, 131072], totalram=135068250112, freeram=88385019904, sharedram=831488, bufferram=153980928, totalswap=0, freeswap=0, procs=363, totalhigh=0, freehigh=0, mem_unit=1}) = 0 openat(AT_FDCWD, "/proc/meminfo", O_RDONLY) = 134 fstat(134, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(134, "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 close(134) = 0 ``` ``` sched_getaffinity(67295, 128, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]) = 16 clone(child_stack=0x7f4a596ccfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4a596cd9d0, tls=0x7f4a596cd700, child_tidptr=0x7f4a596cd9d0) = 121749 sched_setaffinity(121749, 128, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]) = 0 futex(0x7f4a596cdd18, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f47200025f8, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) futex(0x7f47200025a8, FUTEX_WAKE_PRIVATE, 1) = 0 write(143, "*", 1) = 1 futex(0x7f47200029f0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f4a60d4837c, FUTEX_WAIT_PRIVATE, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) futex(0x7f4a60d48328, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0x7f4720002740, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f47200026f0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xa6b024, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0x7f4720002744, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f47200026f0, FUTEX_WAKE_PRIVATE, 1) = 1 sched_yield() = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999200}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999400}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, {tv_sec=0, tv_nsec=1999500}) = -1 ETIMEDOUT (Connection timed out) futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 sched_yield() = 0 --- SIGRT_2 {si_signo=SIGRT_2, si_code=SI_TKILL, si_pid=67295, si_uid=0} --- getpid() = 67295 rt_sigreturn({mask=[]}) = 0 futex(0x7f4720002740, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x7f47200026f0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xa6b020, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 futex(0xa6afd0, FUTEX_WAKE_PRIVATE, 1) = 0 sched_yield() = 0 ```

More of the above

So I take it the process is doing something? and maybe it's not unstable? But I still cannot cannot with dotnet-trace or dotnet-dump.

Going to give it some time and see what happens.

danmoseley commented 4 years ago

Can you please reopen in https://github.com/dotnet/diagnostics? Or @tommcdon can transfer..I don't have rights apparently

mikem8361 commented 4 years ago

@dotnet/dotnet-diag

juliusfriedman commented 4 years ago

@mikem8361

The process appears to still be running however I believe it should have completed by now as it was making a single threaded reduction of a 854 item list. (A similar run for 763 completed in less than an hour on my local pc with 12 cores). [The Azure machine has 32 cores]

At this point before I kill the process is there anything I can do to provide information which might be helpful to you guys and or myself?

I have about an hour before I either have to kill that process or give it a low priority and start a new one, let me know if you need something collected out if it and how otherwise I will end up killing it in about an hour.

I also wanted to note that I have also ran sudo ulimit -c unlimited to ensure that core dumps were created so is it possible this process is already crashed and trying to make a core dump? Although from the strace output and memory usage it seems like it's not... although I cannot be completely sure .

Recent output from `strace` While I was waiting over the weekend I executed: ```bash sudo renice -20 67295 sudo chrt -p 99 67295 ``` Top reports: ```bash 67295 root rt -20 36.748g 0.022t 54052 R 99.7 18.3 ``` And the 18.3 (Memory) fluctuates between 17.0 and 19.0 but I get no output on the screen terminals console... ``` AzureUser@machine-t:~$ sudo strace -p 67295 -d -v strace: ptrace_setoptions = 0x51 strace: attach to pid 67295 (main) succeeded strace: Process 67295 attached strace: [wait(0x80057f) = 67295] WIFSTOPPED,sig=SIGTRAP,EVENT_STOP (128) strace: pid 67295 has TCB_STARTUP, initializing it strace: [ Process PID=67295 runs in x32 mode. ] strace: pid 67295 invalid syscall 0xffffffffffffff02 .... strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743114000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743124000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743134000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743144000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743154000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743164000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743174000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743184000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743194000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47431f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743204000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743214000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743224000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743234000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743244000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743254000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743264000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743274000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743284000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743294000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47432f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743304000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743314000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743324000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743334000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743344000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743354000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743364000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743374000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743384000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743394000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47433f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743404000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743414000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743424000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743434000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743444000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743454000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743464000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743474000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743484000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743494000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47434f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743504000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743514000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743524000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743534000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743544000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743554000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743564000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743574000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743584000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743594000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47435f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743604000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743614000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743624000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743634000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743644000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743654000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743664000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743674000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743684000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743694000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mmap(0x7f464a2ce000, 1953792, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0x7f464a2ce000 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91578433536, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91578433536, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 openat(AT_FDCWD, "/proc/meminfo", O_RDONLYstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 8 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 fstat(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {st_dev=makedev(0, 5), st_ino=4026532025, st_mode=S_IFREG|0444, st_nlink=1, st_uid=0, st_gid=0, st_blksize=1024, st_blocks=0, st_size=0, st_atime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_atime_nsec=388804800, st_mtime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_mtime_nsec=388804800, st_ctime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_ctime_nsec=388804800}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 read(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 close(8strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47436f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743704000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743714000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743724000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743734000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743744000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743754000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743764000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743774000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743784000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743794000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47437f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743804000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743814000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743824000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743834000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743844000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743854000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743864000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743874000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743884000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743894000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47438f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743904000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743914000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743924000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743934000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743944000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743954000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743964000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743974000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743984000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743994000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f47439f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743a94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743aa4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ab4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ac4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ad4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ae4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743af4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743b94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ba4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743bb4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743bc4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743bd4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743be4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743bf4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743c94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ca4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743cb4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743cc4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743cd4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ce4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743cf4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743d94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743da4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743db4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743dc4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743dd4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743de4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743df4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743e94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ea4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743eb4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ec4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ed4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ee4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743ef4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f04000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f14000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f24000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f34000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f44000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f54000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f64000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f74000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f84000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743f94000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743fa4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743fb4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743fc4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4743fd4000, 32768, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679499000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46794f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679509000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679519000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679529000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679539000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679549000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679559000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679569000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679579000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679589000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679599000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mmap(0x7f4649d83000, 5550080, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0x7f4649d83000 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91573432320, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91573432320, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 openat(AT_FDCWD, "/proc/meminfo", O_RDONLYstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 8 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 fstat(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {st_dev=makedev(0, 5), st_ino=4026532025, st_mode=S_IFREG|0444, st_nlink=1, st_uid=0, st_gid=0, st_blksize=1024, st_blocks=0, st_size=0, st_atime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_atime_nsec=388804800, st_mtime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_mtime_nsec=388804800, st_ctime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_ctime_nsec=388804800}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 read(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 close(8strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46795f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679609000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679619000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679629000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679639000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679649000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679659000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679669000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679679000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679689000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679699000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46796f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679709000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679719000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679729000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679739000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679749000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679759000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679769000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679779000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679789000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679799000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46797f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679809000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679819000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679829000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679839000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679849000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679859000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679869000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679879000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679889000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679899000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46798f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679909000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679919000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679929000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679939000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679949000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679959000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679969000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679979000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679989000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679999000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649d83000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649d93000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649da3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649db3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649dc3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649dd3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649de3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649df3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e03000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e13000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e23000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e33000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e43000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e53000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e63000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e73000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e83000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649e93000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ea3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649eb3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ec3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ed3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ee3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ef3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f03000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f13000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f23000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f33000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f43000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f53000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f63000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f73000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f83000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649f93000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649fa3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649fb3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649fc3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649fd3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649fe3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4649ff3000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a003000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a013000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a023000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a033000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a043000, 69632, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a054000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a064000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a074000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a084000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a094000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a0f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a104000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a114000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a124000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a134000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a144000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a154000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a164000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a174000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a184000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a194000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a1f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a204000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a214000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a224000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a234000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a244000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a254000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a264000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a274000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a284000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a294000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a2f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a304000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a314000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a324000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a334000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a344000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a354000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a364000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a374000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a384000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a394000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a3f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a404000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a414000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a424000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a434000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a444000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a454000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a464000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a474000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a484000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a494000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4a4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4b4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4c4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4d4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4e4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a4f4000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a504000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a514000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f464a524000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 membarrier(MEMBARRIER_CMD_PRIVATE_EXPEDITED, 0strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91562045440, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 sysinfo(strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {uptime=586312, loads=[131072, 130432, 131072], totalram=135068250112, freeram=91562045440, sharedram=831488, bufferram=180613120, totalswap=0, freeswap=0, procs=364, totalhigh=0, freehigh=0, mem_unit=1}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 openat(AT_FDCWD, "/proc/meminfo", O_RDONLYstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 8 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 fstat(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 {st_dev=makedev(0, 5), st_ino=4026532025, st_mode=S_IFREG|0444, st_nlink=1, st_uid=0, st_gid=0, st_blksize=1024, st_blocks=0, st_size=0, st_atime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_atime_nsec=388804800, st_mtime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_mtime_nsec=388804800, st_ctime=1593446682 /* 2020-06-29T16:04:42.388804800+0000 */, st_ctime_nsec=388804800}) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 read(8, strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 "MemTotal: 131902588 kB\nMem"..., 1024) = 1024 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 close(8strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f46799f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679a99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679aa9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ab9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ac9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ad9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ae9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679af9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679b99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ba9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679bb9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679bc9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679bd9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679be9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679bf9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679c99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ca9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679cb9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679cc9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679cd9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ce9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679cf9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679d99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679da9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679db9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679dc9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679dd9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679de9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679df9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679e99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ea9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679eb9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ec9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ed9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ee9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ef9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f09000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f19000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f29000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f39000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f49000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f59000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f69000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f79000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f89000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679f99000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679fa9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679fb9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679fc9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679fd9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679fe9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f4679ff9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a009000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a019000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a029000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a039000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a049000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a059000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a069000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a079000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a089000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a099000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a0f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a109000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a119000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a129000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a139000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a149000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a159000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a169000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a179000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a189000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a199000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a1f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a209000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a219000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a229000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a239000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a249000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a259000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a269000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a279000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a289000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a299000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a2f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a309000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a319000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a329000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a339000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a349000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a359000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a369000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a379000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a389000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a399000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a3f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a409000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a419000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a429000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a439000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a449000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a459000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a469000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a479000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a489000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a499000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a4f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a509000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a519000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a529000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a539000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a549000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a559000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a569000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a579000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a589000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a599000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5a9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5b9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5c9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5d9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5e9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a5f9000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a609000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a619000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a629000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a639000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a649000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a659000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 strace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 mprotect(0x7f467a669000, 65536, PROT_READ|PROT_WRITEstrace: [wait(0x00857f) = 67295] WIFSTOPPED,sig=133 ) = 0 = 0 ```
tommcdon commented 4 years ago

@josalem

juliusfriedman commented 4 years ago

just a fyi it's still running.

sdmaclea commented 4 years ago

See https://github.com/dotnet/diagnostics/blob/2e2e6775d46a31e44218d62657b4169fa13ac74d/documentation/debugging-coredump.md#L6

Given that you ran sudo ulimit -c unlimited before starting the failing process. You may be able to get a usable core dump by:

If we had a core dump it might be useful to @josalem

josalem commented 4 years ago

Catching up on this thread. @juliusfriedman, I'm assuming those strace logs are from the target process, yes?

Before we kill the process and collect a dump, do you have lldb (preferred) or gdb (fallback) installed or can you install those on the box where the target process is running? If you can, let's try to get the process under a debugger and collect a dump without killing it (process save-core in lldb and generate-core-file in gdb).

Once you've got a coredump, try to get a stack trace for all the threads (bt all in lldb and thread apply all bt in gdb). That ought to tell us what state the the runtime and specifically the Diagnostics Server is in.

Lastly, could you take a look at your /tmp directory and list out all files that match the pattern dotnet-diagnostic-*? There should be one that has the pid of your process. The exception that dotnet-trace is showing indicates that it couldn't find that socket.

I don't want to hazard a guess about the strace output just yet. I'm hoping a little context might inform us what the calls to mprotect are doing.

juliusfriedman commented 4 years ago

@josalem, Yes.

lldb installed.

What should I do next?

lldb -p 67295 process save-core ?

Architecture set to: x86_64-pc-linux.
(lldb) process save-core
error: 'process save-core' takes one arguments:
Usage: process save-core FILE
(lldb) process save-core core.dump
error: Failed to save core file for process: no ObjectFile plugins were able to save a core for this process
(lldb)
AzureUser@machine-t:~$ ls /tmp |grep dotnet-diagnostic-
dotnet-diagnostic-21971-15572610-socket
dotnet-diagnostic-36314-16903719-socket
AzureUser@machine-t:~$ ls -lahust /tmp |grep dotnet-diagnostic-
   0 srw-------  1 root      root         0 Jul  1 15:01 dotnet-diagnostic-36314-16903719-socket
   0 srw-------  1 root      root         0 Jul  1 11:19 dotnet-diagnostic-21971-15572610-socket

@josalem, @sdmaclea, @tommcdon anything else I can do?

juliusfriedman commented 4 years ago

Just to add, this does not replicate on Windows.

@josalem, @sdmaclea, @tommcdon

Should I run the kill -9 67295 now?

josalem commented 4 years ago

if lldb isn't writing the coredump, we can use the in-box createdump tool directly. Inside lldb you should be able to run image list --verbose to see a list of loaded modules. in that output you should see the path to libcoreclr.so. You should find createdump in that directory. I don't recall what all the arguments on the tool are, but it should be invoked with something like createdump --withheap <pid> to get a core file.

Once you've got the coredump, let's take a look at the stacktraces of the live process in lldb. I have a feeling we should see what's going on pretty quickly from those. There isn't a socket for your process in /tmp, so either something else deleted the socket, or the process has already started the shutdown path and deleted the socket itself. I'm not aware of a code path that deletes the socket except on the shutdown path.

juliusfriedman commented 4 years ago
(lldb) image list
[  0] DA1B8E35-81A4-364E-E4B5-2E6434595D7C-FA1ABC72                    /mnt/publish/TripPlanner
[  1] C0314A9E-B527-8A9E-B196-5B533E0BE338-AF8CA28D 0x00007fff0f10b000 [vdso] (0x00007fff0f10b000)
[  2] 28C6AADE-70B2-D40D-1F0F-3D0A1A0CAD1A-B816448F                    /lib/x86_64-linux-gnu/libpthread.so.0
[  3] 25AD56E9-02E2-3B49-0A9C-CDB08A9744D8-9CB95BCC                    /lib/x86_64-linux-gnu/libdl.so.2
      /usr/lib/debug/lib/x86_64-linux-gnu/libdl-2.27.so
[  4] F2119A44-A997-5811-4620-C8E9D8E243D7-094F77F6                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6
[  5] A33761AB-8FB4-8531-1B3C-85BF4253099D-7CABE653                    /lib/x86_64-linux-gnu/libm.so.6
      /usr/lib/debug/lib/x86_64-linux-gnu/libm-2.27.so
[  6] 679F3AE1-1120-EC7C-483B-C9295345D836-F5C104F7                    /lib/x86_64-linux-gnu/libgcc_s.so.1
[  7] B417C0BA-7CC5-CF06-D1D1-BED6652CEDB9-253C60D0                    /lib/x86_64-linux-gnu/libc.so.6
      /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.27.so
[  8] 64DF1B96-1228-382F-E186-84249ED800AB-1DCEAAD4                    /lib64/ld-linux-x86-64.so.2
[  9] 106C8A96-DA2F-2138-0BEB-B44E682EDCA1-B89A4192                    /mnt/publish/libhostfxr.so
[ 10] 6F15F72F-14BB-9610-45F1-5499AB9F0623-98083E37                    /mnt/publish/libhostpolicy.so
[ 11] 6747E35E-0E7B-FC95-FC28-3951E9FC62A5-BC97A494                    /mnt/publish/libcoreclr.so
[ 12] 9826FBDF-57ED-7D69-6513-1074CB3C08B1-009C1CD8                    /lib/x86_64-linux-gnu/librt.so.1
      /usr/lib/debug/lib/x86_64-linux-gnu/librt-2.27.so
[ 13] 6D26E899-6EDA-1DE2-1613-AE97CCF12216-7B2F4B6D                    /usr/lib/x86_64-linux-gnu/libnuma.so.1
[ 14] 9EBC4551-0179-D961-1FB5-C14CAD4B767F-29739D7A                    /mnt/publish/libclrjit.so
[ 15] 11726626-50B9-CACA-5FA7-96CA34D3E47C-F4EE451B                    /mnt/publish/System.Native.so
[ 16] 8B67603F-B1A8-0776-957A-E830E6267BE1-3C2B178F                    /mnt/publish/System.Globalization.Native.so
[ 17] 3CABDDE9-BB67-44AA-C535-FABB11399D4D-4E72F932                    /usr/lib/x86_64-linux-gnu/libicuuc.so.60
[ 18] C4974FC9-FA56-7DE6-E95C-F1364706B3CF-79175FB5                    /usr/lib/x86_64-linux-gnu/libicudata.so.60
[ 19] C74FCD0F-E314-58E1-4A2F-FE21183023F5-81ACD388                    /usr/lib/x86_64-linux-gnu/libicui18n.so.60
[ 20] 2A919665-DDA5-6796-E76B-5ABA076632D4-F1ED418E                    /mnt/publish/System.Security.Cryptography.Native.OpenSsl.so
[ 21] 881B3F4F-DA20-6DF3-909B-141DC7410A08-C2DD4B90                    /usr/lib/x86_64-linux-gnu/libssl.so.1.1
[ 22] 81210806-4C0E-61DF-5227-1B3147248999-619E7AFF                    /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
[ 23] 53BD03AD-A320-ECD7-5955-334A752B75D0-EE3B77F5                    /lib/x86_64-linux-gnu/libnss_files.so.2
      /usr/lib/debug/lib/x86_64-linux-gnu/libnss_files-2.27.so
[ 24] C501B532-CF37-B5F4-160F-6E9C1B8938E6-46757926                    /lib/x86_64-linux-gnu/libnss_dns.so.2
      /usr/lib/debug/lib/x86_64-linux-gnu/libnss_dns-2.27.so
[ 25] 390E9CC4-C215-314B-6D8A-DE6D6E28F851-8418039C                    /lib/x86_64-linux-gnu/libresolv.so.2
      /usr/lib/debug/lib/x86_64-linux-gnu/libresolv-2.27.so
(lldb) createdump --withheap
error: 'createdump' is not a valid command.
error: Unrecognized command 'createdump'.
(lldb)
AzureUser@machine-t:~$ sudo /usr/share/dotnet/shared/Microsoft.NETCore.App/3.1.5/createdump --withheap 67295
Writing minidump with heap to file /tmp/coredump.67295
Written 24844054528 bytes (6065443 pages) to core file
hoyosjs commented 4 years ago

@juliusfriedman createdump is an external command-line app that lives right next to libcoreclr. Also, do you have a mount of the publish directory with the linux files from a Windows machine?

juliusfriedman commented 4 years ago

@hoyosjs yes I have the source on that machine in the /mnt directory. (It was built on windows)

I have the coredump:

AzureUser@machine-t:~$ stat /tmp/coredump.67295
  File: /tmp/coredump.67295
  Size: 24844251136     Blocks: 48523952   IO Block: 4096   regular file
Device: 801h/2049d      Inode: 1814        Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2020-07-06 19:03:26.831192557 +0000
Modify: 2020-07-06 19:03:57.323555203 +0000
Change: 2020-07-06 19:03:57.323555203 +0000
 Birth: -

@hoyosjs, @josalem, @sdmaclea, @tommcdon

Whats next?

josalem commented 4 years ago

Can you show the output of bt all in lldb for the process?

juliusfriedman commented 4 years ago

@hoyosjs, @josalem, @sdmaclea, @tommcdon

(lldb) bt all
* thread #1, name = 'MyProgram', stop reason = signal SIGSTOP
  * frame #0: 0x00007f4a60816b30 libcoreclr.so`JIT_WriteBarrier
    frame #1: 0x00007f49eb699409
    frame #2: 0x00007f49eb6992b1
    frame #3: 0x00007f49eb6a0c07
    frame #4: 0x00007f49eb6a09e7
    frame #5: 0x00007f49eb6a08d8
    frame #6: 0x00007f49eb6988e1
    frame #7: 0x00007f49eb6a2105
    frame #8: 0x00007f49eb6a1c78
    frame #9: 0x00007f49eaad377e
    frame #10: 0x00007f49eb69f173
    frame #11: 0x00007f49eb6cdf06
    frame #12: 0x00007f49eb152abd
    frame #13: 0x00007f49eb14b457
    frame #14: 0x00007f49e741a1ba
    frame #15: 0x00007f4a608165ff libcoreclr.so`CallDescrWorkerInternal + 124
    frame #16: 0x00007f4a60746445 libcoreclr.so`CallDescrWorkerWithHandler(CallDescrData*, int) + 117
    frame #17: 0x00007f4a60746f20 libcoreclr.so`MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1264
    frame #18: 0x00007f4a6082af72 libcoreclr.so`RunMain(MethodDesc*, short, int*, PtrArray**) + 786
    frame #19: 0x00007f4a6082b270 libcoreclr.so`Assembly::ExecuteMainMethod(PtrArray**, int) + 272
    frame #20: 0x00007f4a60693011 libcoreclr.so`CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*) + 577
    frame #21: 0x00007f4a6066bdb4 libcoreclr.so`coreclr_execute_assembly + 212
    frame #22: 0x00007f4a60d71413 libhostpolicy.so`___lldb_unnamed_symbol111$$libhostpolicy.so + 755
    frame #23: 0x00007f4a60d717d4 libhostpolicy.so`___lldb_unnamed_symbol112$$libhostpolicy.so + 68
    frame #24: 0x00007f4a60d71eac libhostpolicy.so`corehost_main + 204
    frame #25: 0x00007f4a60fd6fec libhostfxr.so`___lldb_unnamed_symbol386$$libhostfxr.so + 1532
    frame #26: 0x00007f4a60fd5b83 libhostfxr.so`___lldb_unnamed_symbol384$$libhostfxr.so + 691
    frame #27: 0x00007f4a60fd0bd3 libhostfxr.so`hostfxr_main_startupinfo + 147
    frame #28: 0x000000000040f4e4 MyProgram`___lldb_unnamed_symbol141$$MyProgram + 788
    frame #29: 0x000000000040fc3e MyProgram`___lldb_unnamed_symbol142$$MyProgram + 142
    frame #30: 0x00007f4a61229b97 libc.so.6`__libc_start_main(main=(MyProgram`___lldb_unnamed_symbol142$$MyProgram), argc=4, argv=0x00007fff0f027c98, init=<unavailable>, fini=<unavailable>, rtld_fini=<unavailable>, stack_end=0x00007fff0f027c88) at libc-start.c:310
    frame #31: 0x0000000000403620 MyProgram`_start + 41
  thread #2, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a6131cbf9 libc.so.6`__GI___poll(fds=0x00007f4a603bedb8, nfds=1, timeout=-1) at poll.c:29
    frame #1: 0x00007f4a60a425de libcoreclr.so`CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int) + 94
    frame #2: 0x00007f4a60a421b8 libcoreclr.so`CorUnix::CPalSynchronizationManager::ReadCmdFromProcessPipe(int, CorUnix::CPalSynchronizationManager::SynchWorkerCmd*, void**, unsigned int*) + 56
    frame #3: 0x00007f4a60a41e34 libcoreclr.so`CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 148
    frame #4: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #5: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #6: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #3, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a44da6 libcoreclr.so`Sleep + 102
    frame #4: 0x00007f4a6096cbe2 libcoreclr.so`DbgTransportSession::TransportWorker() + 274
    frame #5: 0x00007f4a6096ba99 libcoreclr.so`DbgTransportSession::TransportWorkerStatic(void*) + 9
    frame #6: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #7: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #8: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #4, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a621499f3 libpthread.so.0`__pthread_cond_wait + 579
    frame #1: 0x00007f4a60a40585 libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 309
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a6096a236 libcoreclr.so`DebuggerRCThread::MainLoop() + 246
    frame #6: 0x00007f4a6096a0db libcoreclr.so`DebuggerRCThread::ThreadProc() + 251
    frame #7: 0x00007f4a60969df9 libcoreclr.so`DebuggerRCThread::ThreadProcStatic(void*) + 121
    frame #8: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #9: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #10: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #5, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a6077625e libcoreclr.so`FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 142
    frame #6: 0x00007f4a60776372 libcoreclr.so`FinalizerThread::FinalizerThreadWorker(void*) + 98
    frame #7: 0x00007f4a60718645 libcoreclr.so`ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 341
    frame #8: 0x00007f4a60718cfd libcoreclr.so`ManagedThreadBase::FinalizerBase(void (*)(void*)) + 45
    frame #9: 0x00007f4a607765ac libcoreclr.so`FinalizerThread::FinalizerThreadStart(void*) + 188
    frame #10: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #11: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #12: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #6, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a6214e23a libpthread.so.0`__waitpid + 74
    frame #1: 0x00007f4a60a48aad libcoreclr.so`PROCCreateCrashDump(char**) + 125
    frame #2: 0x00007f4a60a48c84 libcoreclr.so`PAL_GenerateCoreDump + 164
    frame #3: 0x00007f4a608661e5 libcoreclr.so`DumpDiagnosticProtocolHelper::GenerateCoreDump(DiagnosticsIpc::IpcMessage&, IpcStream*) + 373
    frame #4: 0x00007f4a6075d9a4 libcoreclr.so`DiagnosticsServerThread(void*) + 468
    frame #5: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #6: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #7: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #7, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a44f89 libcoreclr.so`SleepEx + 153
    frame #4: 0x00007f4a6073a1cd libcoreclr.so`ThreadpoolMgr::TimerThreadFire() + 157
    frame #5: 0x00007f4a6073a095 libcoreclr.so`ThreadpoolMgr::TimerThreadStart(void*) + 181
    frame #6: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #7: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #8: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #8, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a621499f3 libpthread.so.0`__pthread_cond_wait + 579
    frame #1: 0x00007f4a60a40585 libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 309
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a60714e24 libcoreclr.so`Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 948
    frame #6: 0x00007f4a60710319 libcoreclr.so`Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 89
    frame #7: 0x00007f4a607e096f libcoreclr.so`CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 95
    frame #8: 0x00007f4a60715d40 libcoreclr.so`Thread::Block(int, PendingSync*) + 32
    frame #9: 0x00007f4a6070ef99 libcoreclr.so`SyncBlock::Wait(int, int) + 569
    frame #10: 0x00007f4a609d41b9 libcoreclr.so`ObjectNative::WaitTimeout(bool, int, Object*) + 233
    frame #11: 0x00007f49e6f34b57
    frame #12: 0x00007f49e6f348d4
    frame #13: 0x00007f49e8578fba
    frame #14: 0x00007f49e85788f1
    frame #15: 0x00007f49e8577629
    frame #16: 0x00007f49e6f254b2
    frame #17: 0x00007f49e6f2ed61
    frame #18: 0x00007f49e6f255ce
    frame #19: 0x00007f4a608165ff libcoreclr.so`CallDescrWorkerInternal + 124
    frame #20: 0x00007f4a60746445 libcoreclr.so`CallDescrWorkerWithHandler(CallDescrData*, int) + 117
    frame #21: 0x00007f4a60746f20 libcoreclr.so`MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1264
    frame #22: 0x00007f4a60751273 libcoreclr.so`ThreadNative::KickOffThread_Worker(void*) + 467
    frame #23: 0x00007f4a60718645 libcoreclr.so`ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 341
    frame #24: 0x00007f4a60718c5d libcoreclr.so`ManagedThreadBase::KickOff(void (*)(void*), void*) + 45
    frame #25: 0x00007f4a607514e1 libcoreclr.so`ThreadNative::KickOffThread(void*) + 369
    frame #26: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #27: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #28: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #9, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigned int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, bool, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, int, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a449e4 libcoreclr.so`PAL_WaitForSingleObjectPrioritized + 84
    frame #5: 0x00007f4a607e0e30 libcoreclr.so`CLRLifoSemaphore::WaitForSignal(unsigned int) + 32
    frame #6: 0x00007f4a607e1247 libcoreclr.so`CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 615
    frame #7: 0x00007f4a6073784e libcoreclr.so`ThreadpoolMgr::WorkerThreadStart(void*) + 910
    frame #8: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #9: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #10: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95

The app appears to be running, would you disagree?

(lldb) bt all
* thread #1, name = 'MyProgram', stop reason = signal SIGSTOP
  * frame #0: 0x00007f49eb699495
    frame #1: 0x00007f49eb6992b1
    frame #2: 0x00007f49eb6a0c07
    frame #3: 0x00007f49eb6a09e7
    frame #4: 0x00007f49eb6a08d8
    frame #5: 0x00007f49eb6988e1
    frame #6: 0x00007f49eb6a2105
    frame #7: 0x00007f49eb6a1c78
    frame #8: 0x00007f49eaad377e
    frame #9: 0x00007f49eb69f190
    frame #10: 0x00007f49eb6cdf06
    frame #11: 0x00007f49eb152abd
    frame #12: 0x00007f49eb14b457
    frame #13: 0x00007f49e741a1ba
    frame #14: 0x00007f4a608165ff libcoreclr.so`CallDescrWorkerInternal + 124
    frame #15: 0x00007f4a60746445 libcoreclr.so`CallDescrWorkerWithHandler(CallDescrData*, int) + 117
    frame #16: 0x00007f4a60746f20 libcoreclr.so`MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1264
    frame #17: 0x00007f4a6082af72 libcoreclr.so`RunMain(MethodDesc*, short, int*, PtrArray**) + 786
    frame #18: 0x00007f4a6082b270 libcoreclr.so`Assembly::ExecuteMainMethod(PtrArray**, int) + 272
    frame #19: 0x00007f4a60693011 libcoreclr.so`CorHost2::ExecuteAssembly(unsigned int, char16_t const*, int, char16_t const**, unsigned int*                                                ) + 577
    frame #20: 0x00007f4a6066bdb4 libcoreclr.so`coreclr_execute_assembly + 212
    frame #21: 0x00007f4a60d71413 libhostpolicy.so`___lldb_unnamed_symbol111$$libhostpolicy.so + 755
    frame #22: 0x00007f4a60d717d4 libhostpolicy.so`___lldb_unnamed_symbol112$$libhostpolicy.so + 68
    frame #23: 0x00007f4a60d71eac libhostpolicy.so`corehost_main + 204
    frame #24: 0x00007f4a60fd6fec libhostfxr.so`___lldb_unnamed_symbol386$$libhostfxr.so + 1532
    frame #25: 0x00007f4a60fd5b83 libhostfxr.so`___lldb_unnamed_symbol384$$libhostfxr.so + 691
    frame #26: 0x00007f4a60fd0bd3 libhostfxr.so`hostfxr_main_startupinfo + 147
    frame #27: 0x000000000040f4e4 MyProgram`___lldb_unnamed_symbol141$$MyProgram + 788
    frame #28: 0x000000000040fc3e MyProgram`___lldb_unnamed_symbol142$$MyProgram + 142
    frame #29: 0x00007f4a61229b97 libc.so.6`__libc_start_main(main=(MyProgram`___lldb_unnamed_symbol142$$MyProgram), argc=4, argv=0x00007                                                fff0f027c98, init=<unavailable>, fini=<unavailable>, rtld_fini=<unavailable>, stack_end=0x00007fff0f027c88) at libc-start.c:310
    frame #30: 0x0000000000403620 MyProgram`_start + 41
  thread #2, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a6131cbf9 libc.so.6`__GI___poll(fds=0x00007f4a603bedb8, nfds=1, timeout=-1) at poll.c:29
    frame #1: 0x00007f4a60a425de libcoreclr.so`CorUnix::CPalSynchronizationManager::ReadBytesFromProcessPipe(int, unsigned char*, int) + 94
    frame #2: 0x00007f4a60a421b8 libcoreclr.so`CorUnix::CPalSynchronizationManager::ReadCmdFromProcessPipe(int, CorUnix::CPalSynchronizationM                                                anager::SynchWorkerCmd*, void**, unsigned int*) + 56
    frame #3: 0x00007f4a60a41e34 libcoreclr.so`CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 148
    frame #4: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #5: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #6: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #3, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a44da6 libcoreclr.so`Sleep + 102
    frame #4: 0x00007f4a6096cbe2 libcoreclr.so`DbgTransportSession::TransportWorker() + 274
    frame #5: 0x00007f4a6096ba99 libcoreclr.so`DbgTransportSession::TransportWorkerStatic(void*) + 9
    frame #6: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #7: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #8: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #4, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a621499f3 libpthread.so.0`__pthread_cond_wait + 579
    frame #1: 0x00007f4a60a40585 libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 309
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, in                                                t, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a6096a236 libcoreclr.so`DebuggerRCThread::MainLoop() + 246
    frame #6: 0x00007f4a6096a0db libcoreclr.so`DebuggerRCThread::ThreadProc() + 251
    frame #7: 0x00007f4a60969df9 libcoreclr.so`DebuggerRCThread::ThreadProcStatic(void*) + 121
    frame #8: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #9: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #10: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #5, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, in                                                t, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a6077625e libcoreclr.so`FinalizerThread::WaitForFinalizerEvent(CLREvent*) + 142
    frame #6: 0x00007f4a60776372 libcoreclr.so`FinalizerThread::FinalizerThreadWorker(void*) + 98
    frame #7: 0x00007f4a60718645 libcoreclr.so`ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 341
    frame #8: 0x00007f4a60718cfd libcoreclr.so`ManagedThreadBase::FinalizerBase(void (*)(void*)) + 45
    frame #9: 0x00007f4a607765ac libcoreclr.so`FinalizerThread::FinalizerThreadStart(void*) + 188
    frame #10: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #11: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #12: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #6, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a6214e23a libpthread.so.0`__waitpid + 74
    frame #1: 0x00007f4a60a48aad libcoreclr.so`PROCCreateCrashDump(char**) + 125
    frame #2: 0x00007f4a60a48c84 libcoreclr.so`PAL_GenerateCoreDump + 164
    frame #3: 0x00007f4a608661e5 libcoreclr.so`DumpDiagnosticProtocolHelper::GenerateCoreDump(DiagnosticsIpc::IpcMessage&, IpcStream*) + 373
    frame #4: 0x00007f4a6075d9a4 libcoreclr.so`DiagnosticsServerThread(void*) + 468
    frame #5: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #6: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #7: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #7, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a44f89 libcoreclr.so`SleepEx + 153
    frame #4: 0x00007f4a6073a1cd libcoreclr.so`ThreadpoolMgr::TimerThreadFire() + 157
    frame #5: 0x00007f4a6073a095 libcoreclr.so`ThreadpoolMgr::TimerThreadStart(void*) + 181
    frame #6: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #7: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #8: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #8, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a621499f3 libpthread.so.0`__pthread_cond_wait + 579
    frame #1: 0x00007f4a60a40585 libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 309
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, in                                                t, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a44b31 libcoreclr.so`WaitForMultipleObjectsEx + 81
    frame #5: 0x00007f4a60714e24 libcoreclr.so`Thread::DoAppropriateWaitWorker(int, void**, int, unsigned int, WaitMode) + 948
    frame #6: 0x00007f4a60710319 libcoreclr.so`Thread::DoAppropriateWait(int, void**, int, unsigned int, WaitMode, PendingSync*) + 89
    frame #7: 0x00007f4a607e096f libcoreclr.so`CLREventBase::WaitEx(unsigned int, WaitMode, PendingSync*) + 95
    frame #8: 0x00007f4a60715d40 libcoreclr.so`Thread::Block(int, PendingSync*) + 32
    frame #9: 0x00007f4a6070ef99 libcoreclr.so`SyncBlock::Wait(int, int) + 569
    frame #10: 0x00007f4a609d41b9 libcoreclr.so`ObjectNative::WaitTimeout(bool, int, Object*) + 233
    frame #11: 0x00007f49e6f34b57
    frame #12: 0x00007f49e6f348d4
    frame #13: 0x00007f49e8578fba
    frame #14: 0x00007f49e85788f1
    frame #15: 0x00007f49e8577629
    frame #16: 0x00007f49e6f254b2
    frame #17: 0x00007f49e6f2ed61
    frame #18: 0x00007f49e6f255ce
    frame #19: 0x00007f4a608165ff libcoreclr.so`CallDescrWorkerInternal + 124
    frame #20: 0x00007f4a60746445 libcoreclr.so`CallDescrWorkerWithHandler(CallDescrData*, int) + 117
    frame #21: 0x00007f4a60746f20 libcoreclr.so`MethodDescCallSite::CallTargetWorker(unsigned long const*, unsigned long*, int) + 1264
    frame #22: 0x00007f4a60751273 libcoreclr.so`ThreadNative::KickOffThread_Worker(void*) + 467
    frame #23: 0x00007f4a60718645 libcoreclr.so`ManagedThreadBase_DispatchOuter(ManagedThreadCallState*) + 341
    frame #24: 0x00007f4a60718c5d libcoreclr.so`ManagedThreadBase::KickOff(void (*)(void*), void*) + 45
    frame #25: 0x00007f4a607514e1 libcoreclr.so`ThreadNative::KickOffThread(void*) + 369
    frame #26: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #27: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #28: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95
  thread #9, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a62149ed9 libpthread.so.0`__pthread_cond_timedwait + 649
    frame #1: 0x00007f4a60a4057b libcoreclr.so`CorUnix::CPalSynchronizationManager::ThreadNativeWait(CorUnix::_ThreadNativeWaitData*, unsigne                                                d int, CorUnix::ThreadWakeupReason*, unsigned int*) + 299
    frame #2: 0x00007f4a60a40194 libcoreclr.so`CorUnix::CPalSynchronizationManager::BlockThread(CorUnix::CPalThread*, unsigned int, bool, boo                                                l, CorUnix::ThreadWakeupReason*, unsigned int*) + 388
    frame #3: 0x00007f4a60a447af libcoreclr.so`CorUnix::InternalWaitForMultipleObjectsEx(CorUnix::CPalThread*, unsigned int, void* const*, in                                                t, unsigned int, int, int) + 1743
    frame #4: 0x00007f4a60a449e4 libcoreclr.so`PAL_WaitForSingleObjectPrioritized + 84
    frame #5: 0x00007f4a607e0e30 libcoreclr.so`CLRLifoSemaphore::WaitForSignal(unsigned int) + 32
    frame #6: 0x00007f4a607e1247 libcoreclr.so`CLRLifoSemaphore::Wait(unsigned int, unsigned int, unsigned int) + 615
    frame #7: 0x00007f4a6073784e libcoreclr.so`ThreadpoolMgr::WorkerThreadStart(void*) + 910
    frame #8: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #9: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #10: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95

Actually looking at that it seems it is generating a core dump already... but it's taking a long time?

juliusfriedman commented 4 years ago

@hoyosjs, @josalem, @sdmaclea, @tommcdon, @mikem8361

Also: dotnet tool install --global dotnet-gcdump

AzureUser@machine-t:~$ dotnet gcdump collect -p 67295
Writing gcdump to '/home/AzureUser/20200706_073405_67295.gcdump'...
        Failed to collect gcdump. Try running with '-v' for more information.
AzureUser@machine-t:~$ dotnet gcdump collect -p 67295 -v
Writing gcdump to '/home/AzureUser/20200706_073555_67295.gcdump'...
  0.0s: Creating type table flushing task
  1.3s: [Error] Exception during gcdump: Microsoft.Diagnostics.NETCore.Client.ServerNotAvailableException: Process 67295 not running compatible .NET Core runtime.
   at Microsoft.Diagnostics.NETCore.Client.IpcClient.GetTransport(Int32 processId) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcClient.cs:line 63
   at Microsoft.Diagnostics.NETCore.Client.IpcClient.SendMessage(Int32 processId, IpcMessage message, IpcMessage& response) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsIpc/IpcClient.cs:line 104
   at Microsoft.Diagnostics.NETCore.Client.EventPipeSession..ctor(Int32 processId, IEnumerable`1 providers, Boolean requestRundown, Int32 circularBufferMB) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/EventPipeSession.cs:line 30
   at Microsoft.Diagnostics.NETCore.Client.DiagnosticsClient.StartEventPipeSession(IEnumerable`1 providers, Boolean requestRundown, Int32 circularBufferMB) in /_/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs:line 39
   at Microsoft.Diagnostics.Tools.GCDump.EventPipeSessionController..ctor(Int32 pid, List`1 providers, Boolean requestRundown) in /_/src/Tools/dotnet-gcdump/DotNetHeapDump/EventPipeDotNetHeapDumper.cs:line 235
   at Microsoft.Diagnostics.Tools.GCDump.EventPipeDotNetHeapDumper.DumpFromEventPipe(CancellationToken ct, Int32 processID, MemoryGraph memoryGraph, TextWriter log, Int32 timeout, DotNetHeapInfo dotNetInfo) in /_/src/Tools/dotnet-gcdump/DotNetHeapDump/EventPipeDotNetHeapDumper.cs:line 52
[  2.6s: Done Dumping .NET heap success=False]
        Failed to collect gcdump. Try running with '-v' for more information.
josalem commented 4 years ago
thread #6, name = 'MyProgram', stop reason = signal SIGSTOP
    frame #0: 0x00007f4a6214e23a libpthread.so.0`__waitpid + 74
    frame #1: 0x00007f4a60a48aad libcoreclr.so`PROCCreateCrashDump(char**) + 125
    frame #2: 0x00007f4a60a48c84 libcoreclr.so`PAL_GenerateCoreDump + 164
    frame #3: 0x00007f4a608661e5 libcoreclr.so`DumpDiagnosticProtocolHelper::GenerateCoreDump(DiagnosticsIpc::IpcMessage&, IpcStream*) + 373
    frame #4: 0x00007f4a6075d9a4 libcoreclr.so`DiagnosticsServerThread(void*) + 468
    frame #5: 0x00007f4a60a4a73d libcoreclr.so`CorUnix::CPalThread::ThreadEntry(void*) + 349
    frame #6: 0x00007f4a621436db libpthread.so.0`start_thread + 219
    frame #7: 0x00007f4a6132988f libc.so.6`__GI___clone at clone.S:95

hmmm, this looks like you used dotnet-dump after starting a trace and it left the server in a bad state (CC @mikem8361). This doesn't actually explain the underlying issue though. Your diagnostics server socket appears to have been deleted, but your process doesn't seem to be in the shutdown state. I'm not sure why your socket was deleted unless something else on your system deleted it. Without that socket, most of the .NET diagnostics tools won't work.

If you run ps -a | grep createdump do you see any output? With some poking in lldb we could deduce the pid of the specific createdump the runtime is waiting on.

Also, your managed code still appears to be running, so I'm not 100% sure the diagnostics server being stuck is causing the process to still be alive. You won't be able to managed symbols without having SOS installed (dotnet tool install -g dotnet-sos followed by dotnet sos install and then you can relaunch lldb and use commands like clrstack to see your managed code.

hoyosjs commented 4 years ago

Yeah, that's interesting. If you look at your temp folder, do you see something of the sorts of dotnet-diagnostic-<PID> for that pid? And yes, thread 6 looks like it was a request from dotnet-dump to get a dump and it got stuck waiting on it for some reason. Does your process have any child processes hanging off it still?

mikem8361 commented 4 years ago

That thread (6) is waiting for the createdump process to finish/terminate. The createdump process should be there; waitpid should return no matter why createdump terminates. Attaching lldb to the createdump process and doing the “bt all” command might help with why it is hung.

sywhang commented 4 years ago

I think the ServerNotAvailableExceptions are happening because the socket isn't there:

AzureUser@machine-t:~$ ls /tmp |grep dotnet-diagnostic-
dotnet-diagnostic-21971-15572610-socket
dotnet-diagnostic-36314-16903719-socket
AzureUser@machine-t:~$ ls -lahust /tmp |grep dotnet-diagnostic-
   0 srw-------  1 root      root         0 Jul  1 15:01 dotnet-diagnostic-36314-16903719-socket
   0 srw-------  1 root      root         0 Jul  1 11:19 dotnet-diagnostic-21971-15572610-socket

Something must've cleaned up the socket while createdump handler is running. @josalem do you know if any of your recent changes to diagnostics server can cause this kind of behavior?

josalem commented 4 years ago

do you know if any of your recent changes to diagnostics server can cause this kind of behavior?

The only code paths in 3.1 that unlink the server socket are in the shutdown path as far as I'm aware. I don't believe any of my 5.0 changes would unlink the socket early, but those don't apply here regardless.

juliusfriedman commented 4 years ago

@josalem

dotnet tool install -g dotnet-sos

Worked but:

AzureUser@machine-t:~$ dotnet sos install
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET Core program, but dotnet-sos does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
AzureUser@machine-t:~$ dotnet install sos
Could not execute because the specified command or file was not found.
Possible reasons for this include:
  * You misspelled a built-in dotnet command.
  * You intended to execute a .NET Core program, but dotnet-install does not exist.
  * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.

But I eventually got it...

AzureUser@machine-t:~$ cd /home/AzureUser/.dotnet/tools/
AzureUser@machine-t:~/.dotnet/tools$ ls
dotnet-dump  dotnet-gcdump  dotnet-sos  dotnet-trace
AzureUser@machine-t:~/.dotnet/tools$ sudo ./dotnet-sos
Required command was not provided.

Usage:
  dotnet-sos [options] [command]

Options:
  --version    Display version information

Commands:
  install      Installs SOS and configures LLDB to load it on startup.
  uninstall    Uninstalls SOS and reverts any configuration changes to LLDB.

AzureUser@machine-t:~/.dotnet/tools$ sudo ./dotnet-sos install
Installing SOS to /home/AzureUser/.dotnet/sos from /home/AzureUser/.dotnet/tools/.store/dotnet-sos/3.1.122203/dotnet-sos/3.1.122203/tools/netcoreapp2.1/any/linux-x64
Creating installation directory...
Copying files...
Creating new /home/AzureUser/.lldbinit file - LLDB will load SOS automatically at startup
SOS install succeeded
AzureUser@machine-t:~/.dotnet/tools$
juliusfriedman commented 4 years ago

Just as a FYI the bill for this machine is close to $1k, so we terminated the process, I will inspect the core dump when I have time.

I have restarted the process and will keep you up to date if this occurs again.

I would suggest also adding dotnet-gcdump to the tags.

Thank you guys for your time and I do not look forward to bothering you again.

If there is anything I can provide you out of the dump without exposing my application code I have no problem sharing something, but I have to be able to see the outputs etc before I share, I probably will not be able to share the raw dump.

interesting part of the clrstack all output from dotnet dump analyze

OS Thread Id: 0x106e3
        Child SP               IP Call Site
00007F4A5E637D60 00007f4a62149ed9 [DebuggerU2MCatchHandlerFrame: 00007f4a5e637d60]
OS Thread Id: 0x106e5
        Child SP               IP Call Site
OS Thread Id: 0x106e8
        Child SP               IP Call Site
00007F4A59F363D0 00007f4a621499f3 [GCFrame: 00007f4a59f363d0]
00007F4A59F364B0 00007f4a621499f3 [HelperMethodFrame_1OBJ: 00007f4a59f364b0] System.Threading.Monitor.ObjWait(Boolean, Int32, System.Object)
00007F4A59F365E0 00007F49E6F34B57 System.Threading.SemaphoreSlim.WaitUntilCountOrTimeout(Int32, UInt32, System.Threading.CancellationToken) [/_/src/System.Private.CoreLib/shared/System/Threading/SemaphoreSlim.cs @ 467]
00007F4A59F36620 00007F49E6F348D4 System.Threading.SemaphoreSlim.Wait(Int32, System.Threading.CancellationToken) [/_/src/System.Private.CoreLib/shared/System/Threading/SemaphoreSlim.cs @ 381]
00007F4A59F366B0 00007F49E8578FBA System.Collections.Concurrent.BlockingCollection`1[[Microsoft.Extensions.Logging.Console.LogMessageEntry, Microsoft.Extensions.Logging.Console]].TryTakeWithNoTimeValidation(Microsoft.Extensions.Logging.Console.LogMessageEntry ByRef, Int32, System.Threading.CancellationToken, System.Threading.CancellationTokenSource) [/_/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs @ 698]
00007F4A59F36780 00007F49E85788F1 System.Collections.Concurrent.BlockingCollection`1+<GetConsumingEnumerable>d__68[[Microsoft.Extensions.Logging.Console.LogMessageEntry, Microsoft.Extensions.Logging.Console]].MoveNext() [/_/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs @ 1659]
00007F4A59F367F0 00007F49E8577629 Microsoft.Extensions.Logging.Console.ConsoleLoggerProcessor.ProcessLogQueue() [/_/src/Logging/Logging.Console/src/ConsoleLoggerProcessor.cs @ 74]
00007F4A59F36890 00007F49E6F254B2 System.Threading.ThreadHelper.ThreadStart_Context(System.Object) [/_/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs @ 44]
00007F4A59F368B0 00007F49E6F2ED61 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) [/_/src/System.Private.CoreLib/shared/System/Threading/ExecutionContext.cs @ 172]
00007F4A59F36900 00007F49E6F255CE System.Threading.ThreadHelper.ThreadStart() [/_/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs @ 93]
00007F4A59F36C60 00007f4a608165ff [GCFrame: 00007f4a59f36c60]
00007F4A59F36D30 00007f4a608165ff [DebuggerU2MCatchHandlerFrame: 00007f4a59f36d30]

cc @tmds, @stephentoub I recall a work item where you guys worked on the Console class, is that back ported to 3.1?

stephentoub commented 4 years ago

I recall a work item where you guys worked on the Console class, is that back ported to 3.1?

There have been a variety of changes to Console. Is there one in particular you're referring to? I skimmed this issue but couldn't find a reference to something System.Console-related. Are you asking because of the ConsoleLoggerProcessor in the call stack? That's not actually part of System.Console; that's part of Microsoft.Extensions.Logging, and just from looking at the source, this stack would be expected if the background thread it spins up to process log messages is waiting for the next log message to arrive.

juliusfriedman commented 4 years ago

I am referring to the one where @tmds fixed some dead locking. Umm yea but would that not write to the console?

stephentoub commented 4 years ago

Umm yea but would that not write to the console?

Yes, it does eventually. But that's not where this is blocked. This is just sitting waiting for the next item to be added to the queue. It's waiting for someone to log something.

juliusfriedman commented 4 years ago

How can you tell that just looking at the trace, since it would be out of process by then and into the loggers process anyway.. right? (Assuming the logger has it's own proc and its not just a Queue) and if it's just a queue is it a blocking collection?

stephentoub commented 4 years ago

I'm looking just at the part you said was the "interesting part of the clrstack":

00007F4A59F364B0 00007f4a621499f3 [HelperMethodFrame_1OBJ: 00007f4a59f364b0] System.Threading.Monitor.ObjWait(Boolean, Int32, System.Object)
00007F4A59F365E0 00007F49E6F34B57 System.Threading.SemaphoreSlim.WaitUntilCountOrTimeout(Int32, UInt32, System.Threading.CancellationToken) [/_/src/System.Private.CoreLib/shared/System/Threading/SemaphoreSlim.cs @ 467]
00007F4A59F36620 00007F49E6F348D4 System.Threading.SemaphoreSlim.Wait(Int32, System.Threading.CancellationToken) [/_/src/System.Private.CoreLib/shared/System/Threading/SemaphoreSlim.cs @ 381]
00007F4A59F366B0 00007F49E8578FBA System.Collections.Concurrent.BlockingCollection`1[[Microsoft.Extensions.Logging.Console.LogMessageEntry, Microsoft.Extensions.Logging.Console]].TryTakeWithNoTimeValidation(Microsoft.Extensions.Logging.Console.LogMessageEntry ByRef, Int32, System.Threading.CancellationToken, System.Threading.CancellationTokenSource) [/_/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs @ 698]
00007F4A59F36780 00007F49E85788F1 System.Collections.Concurrent.BlockingCollection`1+<GetConsumingEnumerable>d__68[[Microsoft.Extensions.Logging.Console.LogMessageEntry, Microsoft.Extensions.Logging.Console]].MoveNext() [/_/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs @ 1659]
00007F4A59F367F0 00007F49E8577629 Microsoft.Extensions.Logging.Console.ConsoleLoggerProcessor.ProcessLogQueue() [/_/src/Logging/Logging.Console/src/ConsoleLoggerProcessor.cs @ 74]

That's just sitting here: https://github.com/dotnet/runtime/blob/c8f1f2bf6457a9b503d0d66d6fcf8aa886944947/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProcessor.cs#L75 waiting for someone to call https://github.com/dotnet/runtime/blob/c8f1f2bf6457a9b503d0d66d6fcf8aa886944947/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProcessor.cs#L32.

juliusfriedman commented 4 years ago

So it's that blocking collection that is stuck for some reason? and that reason is it's waiting for a write and has nothing to do with dead locking?

stephentoub commented 4 years ago

So it's that blocking collection that is stuck for some reason?

Based just on that stack, that particular thread is simply waiting for something to be logged. Practically any time you take a dump, you'd see that stack, as it just waits on the collection for something to arrive, quickly pulls it out and writes it to the console, and then loops around and blocks waiting for the next thing.

juliusfriedman commented 4 years ago

Well guess what, I think it dead locked writing to the console...

https://github.com/dotnet/runtime/blob/c8f1f2bf6457a9b503d0d66d6fcf8aa886944947/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProcessor.cs#L77

And if it's not then can you say how you KNOW that for sure please so I can clearly understand, because right now I can't.

(Yet it's 12:15 am here and I have been up since 6am and have to be up around that time again tomorrow)

stephentoub commented 4 years ago

That stack doesn't show it in WriteMessage. It shows it in the blocking collection's enumerator.

00007F4A59F36780 00007F49E85788F1 System.Collections.Concurrent.BlockingCollection`1+<GetConsumingEnumerable>d__68[[Microsoft.Extensions.Logging.Console.LogMessageEntry, Microsoft.Extensions.Logging.Console]].MoveNext() [/_/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs @ 1659]
juliusfriedman commented 4 years ago

How can it move next and write if the previous is dead locked? which is why I think that's the last call ProcessLogQueue if that is not dead lock what is that exactly? I thought I had the stack... turns out that machine is turned off so I might have lost if the disk got wiped. Will let you know next time we boot her up.

stephentoub commented 4 years ago

I don't understand what you're asking.

It's certainly possible that some code elsewhere is deadlocked and as a result it's not logging and as a result this code is getting nothing to write. But looking solely at the stack trace shared for this thread, this thread appears to be behaving normally.

juliusfriedman commented 4 years ago

Stuck in ProcessLogQueue? Normal? I Disagree. I don't see what I am missing here except sleep. Thank you for your time.

stephentoub commented 4 years ago

Stuck in ProcessLogQueue? Normal?

Yes. This code has a dedicated thread that sits in a loop accessing a blocking collection. It waits for the next item, takes it, writes it out, and goes back to waiting for the next item. It will spend most of its life blocked waiting for the next piece of data to be logged. When data is logged, the logger adds it to the blocking collection.

juliusfriedman commented 4 years ago

The fact it has a dedicated thread points even more at ... idk.. something else... (deadlock).

(My program doesn't log to the console at that point)

juliusfriedman commented 4 years ago

Other things to mention here, I will open a new issue you need,trace is always appended the output file -o e.g .-o trace.netrace results in a trace.trace.netrace file.(Windows an Linux)

Speedscope format does not appear to be working for me, even when I convert from a trace file with known good data my speedscope json is empty.(windows and linux)

josalem commented 4 years ago

Both of those issues seem orthogonal to this issue. Please create a separate issue.

I'm still not sure what caused your issue, but I'm not convinced that it was the tools that caused the issue. The tools don't have any code paths that would delete the underlying transport like you're seeing. The waitpid x createdump issue seems odd to me and could be problematic, but ultimately wouldn't be affected by anything in this repo. All that code lives in dotnet/runtime. As @mikem8361 pointed out, waitpid should stop once createdump is exited regardless of what causes the exit. Again, that issue shouldn't delete the underlying transport either since createdump doesn't know anything about the diagnostics server or the transport.

If this is readily reproducible, then we could investigate the behavior on our end.

Out of curiosity, how did you run your application? Specifically, did you run your app with dotnet exec <dll> directly or did you run it with some daemon like systemd or similar?

juliusfriedman commented 4 years ago

I still have the dump and can replicate this on my azure Ubuntu machine every time. I am confused on what the ask is here. I still have the dump or i can take a new one let me know asap.

And by replicate:

public class Test{
public static void Main(){
int i = 0;
while(true){
Thread.Sleep(100);
unchecked{i++;}
}
}
}

Attach to this

dump

try to do it again.

On windows it works fine but on Ubuntu it only works the first time.

juliusfriedman commented 4 years ago

Both of those issues seem orthogonal to this issue. Please create a separate issue.

I'm still not sure what caused your issue, but I'm not convinced that it was the tools that caused the issue. The tools don't have any code paths that would delete the underlying transport like you're seeing. The waitpid x createdump issue seems odd to me and could be problematic, but ultimately wouldn't be affected by anything in this repo. All that code lives in dotnet/runtime. As @mikem8361 pointed out, waitpid should stop once createdump is exited regardless of what causes the exit. Again, that issue shouldn't delete the underlying transport either since createdump doesn't know anything about the diagnostics server or the transport.

If this is readily reproducible, then we could investigate the behavior on our end.

Out of curiosity, how did you run your application? Specifically, did you run your app

Can you suggest the title / repo?

dotnet tools output file name is not correct when extension is specified? and which repo this one?

And obviously a 2nd for the format issue.

hoyosjs commented 4 years ago

@juliusfriedman what @josalem was asking is how did you execute the app that you are dumping. Was it dotnet run, or dotnet exec <path to dll>, or is it the executable version of your app? Do you use single file publishing? Is it running as the same user that you use dotnet-dump? I tried your repro, but I can dump several times.

image

I believe the microsoft/perfview is the repo that has the logic for format conversion. We've had bugs fixed, but I don't know if your version of dotnet-dump has it (maybe look at dotnet-dump --version). For the naming issue, you can open on this repo and we'll investigate where it happens (could be in the tool/library code or the runtime).

juliusfriedman commented 4 years ago

@juliusfriedman what @josalem was asking is how did you execute the app that you are dumping. Was it dotnet run, or dotnet exec <path to dll>, or is it the executable version of your app? Do you use single file publishing? Is it running as the same user that you use dotnet-dump? I tried your repro, but I can dump several times.

image

I believe the microsoft/perfview is the repo that has the logic for format conversion. We've had bugs fixed, but I don't know if your version of dotnet-dump has it (maybe look at dotnet-dump --version). For the naming issue, you can open on this repo and we'll investigate where it happens (could be in the tool/library code or the runtime).

I am sorry,.

  1. It was compiled in release as a self contained app on windows through visual studio for linux-x64.
  2. I then copied the files to the machine in a zip via scp
  3. Then extracted to my home folder
  4. Then I executed the following commands
unzip file.zip

sudo cp -r file /mnt/

cd /mnt/file

sudo chmod +x MyProgram

screen

ulimit -c unlmited

./MyProgram arguments

CTRL A + CTRL + D
hoyosjs commented 4 years ago

If your app in a zip reproes it (the one you shared), can you share that. I'll try to take a look soon, with the mount directory and screen. Not sure how that changes things, but I can't really think of a reason you're seeing this behavior.

The other thing I can imagine us testing to rule out some components is: right next to your self-contained you should find createdump. You can call it as ./createdump -d -h -f <FULL PATH TO DUMP> <PID>. If you call it a few times, does it work?

juliusfriedman commented 4 years ago

Unfortunately we refactored that program to both show more output and be faster so if it does repo I will definitely report it, over 10 + runs on windows on a 12 core system 64 gb ram with no issues thus far.

Moving to the Ubuntu machine for mass data processing very soon.

If this is important to you I will make time to do it now. Please let me know asap.

You should be able to repo this on any azure ubuntu machine with the demo program above....

hoyosjs commented 4 years ago

It's not critical now. I'll try using an 18.04 VM then.