Trace number 3394553

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sol 2011-04-04Signal 2114.07 2105.56

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-29-sat.cnf
MD5SUM89115b5a973735d51018fb3202154f32
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of clauses3270
Sum of the clauses size12615
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23045
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

2110.95/2101.33	mmap(...PROT_NONE...) failed
2110.95/2101.33	Stacktrace:
2110.95/2101.33	
2110.95/2101.33	  at (wrapper managed-to-native) object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
2110.95/2101.33	  at System.Array.Resize<Sol.Solver/Record> (Sol.Solver/Record[]&,int) <0x00063>
2110.95/2101.33	  at Sol.Algorithm.Extend<Sol.Solver/Record> (Sol.Solver/Record[]&,int) <0x00047>
2110.95/2101.33	  at Sol.Solver.Attach (int,int,int) <0x00067>
2110.95/2101.33	  at Sol.Solver.Propagate () <0x00273>
2110.95/2101.33	  at Sol.Solver.Solve (int,int[][],Sol.Morpher) <0x0003f>
2110.95/2101.33	  at Sol.Program.ExecuteMainTrack (string) <0x0019b>
2110.95/2101.33	  at Sol.Program.ExecuteCompetition (string[]) <0x0003b>
2110.95/2101.33	  at Sol.Program.Main (string[]) <0x0002b>
2110.95/2101.33	  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
2110.95/2101.33	
2110.95/2101.33	Native stacktrace:
2110.95/2101.33	
2110.95/2101.33		mono [0x48f026]
2110.95/2101.33		/lib64/libpthread.so.0 [0x396640e7c0]
2110.95/2101.33		/lib64/libc.so.6(gsignal+0x35) [0x3965830265]
2110.95/2101.33		/lib64/libc.so.6(abort+0x110) [0x3965831d10]
2110.95/2101.33		mono [0x5e05eb]
2110.95/2101.33		mono [0x5f34ab]
2110.95/2101.33		mono [0x5dcc07]
2110.95/2101.33		mono [0x5db772]
2110.95/2101.33		mono [0x5dadf0]
2110.95/2101.33		mono [0x5dbe51]
2110.95/2101.33		mono [0x5de769]
2110.95/2101.33		mono [0x5deb20]
2110.95/2101.33		mono [0x5dece7]
2110.95/2101.33		mono [0x5e5471]
2110.95/2101.33		mono(mono_array_new_specific+0xb2) [0x571052]
2110.95/2101.33		[0x45782f0d]
2110.95/2101.38	
2110.95/2101.38	Debug info from gdb:
2110.95/2101.38	
2111.20/2102.73	Cannot access memory at address 0x0
2111.20/2102.73	[Thread debugging using libthread_db enabled]
2111.20/2102.73	[New Thread 0x2b88ba668c90 (LWP 15653)]
2111.20/2102.73	[New Thread 0x40cab940 (LWP 15661)]
2111.20/2102.73	[New Thread 0x45780940 (LWP 15660)]
2111.20/2102.73	[New Thread 0x44d7f940 (LWP 15659)]
2111.20/2102.73	[New Thread 0x4437e940 (LWP 15658)]
2111.20/2102.73	[New Thread 0x4397d940 (LWP 15657)]
2111.20/2102.73	[New Thread 0x42f7c940 (LWP 15656)]
2111.20/2102.73	[New Thread 0x4257b940 (LWP 15655)]
2111.20/2102.73	[New Thread 0x40aaa940 (LWP 15654)]
2111.20/2102.73	0x000000396640d5cb in read () from /lib64/libpthread.so.0
2111.20/2102.73	  9 Thread 0x40aaa940 (LWP 15654)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  8 Thread 0x4257b940 (LWP 15655)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  7 Thread 0x42f7c940 (LWP 15656)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  6 Thread 0x4397d940 (LWP 15657)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  5 Thread 0x4437e940 (LWP 15658)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  4 Thread 0x44d7f940 (LWP 15659)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  3 Thread 0x45780940 (LWP 15660)  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
2111.20/2102.73	  2 Thread 0x40cab940 (LWP 15661)  0x000000396640c9b1 in sem_wait ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	* 1 Thread 0x2b88ba668c90 (LWP 15653)  0x000000396640d5cb in read ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	
2111.20/2102.73	Thread 9 (Thread 0x40aaa940 (LWP 15654)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x0) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 8 (Thread 0x4257b940 (LWP 15655)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x1) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 7 (Thread 0x42f7c940 (LWP 15656)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x2) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 6 (Thread 0x4397d940 (LWP 15657)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x3) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 5 (Thread 0x4437e940 (LWP 15658)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x4) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 4 (Thread 0x44d7f940 (LWP 15659)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x5) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 3 (Thread 0x45780940 (LWP 15660)):
2111.20/2102.73	#0  0x000000396640ab99 in pthread_cond_wait@@GLIBC_2.3.2 ()
2111.20/2102.73	   from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005e6af1 in GC_wait_marker () at pthread_support.c:1863
2111.20/2102.73	#2  0x00000000005e3d44 in GC_help_marker (my_mark_no=492) at mark.c:1116
2111.20/2102.73	#3  0x00000000005e5870 in GC_mark_thread (id=0x6) at pthread_support.c:552
2111.20/2102.73	#4  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#5  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 2 (Thread 0x40cab940 (LWP 15661)):
2111.20/2102.73	#0  0x000000396640c9b1 in sem_wait () from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x00000000005c2108 in mono_sem_wait (sem=0x8f0cc0, alertable=1)
2111.20/2102.73	    at mono-semaphore.c:113
2111.20/2102.73	#2  0x0000000000595f3b in finalizer_thread (unused=<value optimized out>)
2111.20/2102.73	    at gc.c:1066
2111.20/2102.73	#3  0x000000000059d017 in start_wrapper (data=0x19b5b140) at threads.c:774
2111.20/2102.73	#4  0x00000000005b73d4 in thread_start_routine (args=0x19b35df0)
2111.20/2102.73	    at wthreads.c:285
2111.20/2102.73	#5  0x00000000005e6754 in GC_start_routine (arg=0x2aaaab1ebfc0)
2111.20/2102.73	    at pthread_support.c:1468
2111.20/2102.73	#6  0x00000039664064a7 in start_thread () from /lib64/libpthread.so.0
2111.20/2102.73	#7  0x00000039658d3c2d in clone () from /lib64/libc.so.6
2111.20/2102.73	
2111.20/2102.73	Thread 1 (Thread 0x2b88ba668c90 (LWP 15653)):
2111.20/2102.73	#0  0x000000396640d5cb in read () from /lib64/libpthread.so.0
2111.20/2102.73	#1  0x000000000048f1ae in mono_handle_native_sigsegv (
2111.20/2102.73	    signal=<value optimized out>, ctx=<value optimized out>)
2111.20/2102.73	    at mini-exceptions.c:2196
2111.20/2102.73	#2  0x000000000048f026 in mono_handle_native_sigsegv (signal=-825238784, 
2111.20/2102.73	    ctx=<value optimized out>) at mini-exceptions.c:2148
2111.20/2102.73	#3  <signal handler called>
2111.20/2102.73	#4  0x0000000000000000 in ?? ()
2111.20/2102.73	
2111.20/2102.73	=================================================================
2111.20/2102.73	Got a SIGABRT while executing native code. This usually indicates
2111.20/2102.73	a fatal error in the mono runtime or one of the native libraries 
2111.20/2102.73	used by your application.
2111.20/2102.73	=================================================================
2111.20/2102.73	

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394553-1306079995/watcher-3394553-1306079995 -o /tmp/evaluation-result-3394553-1306079995/solver-3394553-1306079995 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394553-1306079995.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.06 2.06 3/432 15653
/proc/meminfo: memFree=9550232/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=103260 CPUtime=0 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 1138 0 0 0 0 0 0 0 25 0 8 0 719597739 105738240 1045 33554432000 4194304 7232020 140736663121728 18446744073709551615 4981008 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/15653/statm: 25815 1050 775 742 0 18386 0
[pid=15653/tid=15654] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1265 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1266 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1266 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1266 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1270 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1271 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 719597740 108199936 1271 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=105664 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 719597741 108199936 1273 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0

[startup+0.101934 s]
/proc/loadavg: 2.05 2.06 2.06 3/432 15653
/proc/meminfo: memFree=9550232/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=112152 CPUtime=0.09 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 2816 0 0 0 9 0 0 0 18 0 9 0 719597739 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094466705 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/15653/statm: 28038 2716 998 742 0 20609 0
[pid=15653/tid=15654] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 719597740 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=112152 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 719597741 114843648 2716 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 112152

[startup+0.20095 s]
/proc/loadavg: 2.05 2.06 2.06 3/432 15653
/proc/meminfo: memFree=9550232/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=112160 CPUtime=0.19 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 2912 0 0 0 19 0 0 0 18 0 9 0 719597739 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 1165558724 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/15653/statm: 28040 2812 1002 742 0 20611 0
[pid=15653/tid=15654] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 719597741 114851840 2812 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 112160

[startup+0.300934 s]
/proc/loadavg: 2.05 2.06 2.06 3/432 15653
/proc/meminfo: memFree=9550232/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=112160 CPUtime=0.29 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 2916 0 0 0 29 0 0 0 18 0 9 0 719597739 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094466824 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/15653/statm: 28040 2816 1002 742 0 20611 0
[pid=15653/tid=15654] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 9 0 719597741 114851840 2816 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112160

[startup+0.700871 s]
/proc/loadavg: 2.05 2.06 2.06 3/432 15653
/proc/meminfo: memFree=9550232/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=112160 CPUtime=0.69 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 2928 0 0 0 69 0 0 0 18 0 9 0 719597739 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 6135832 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 0
/proc/15653/statm: 28040 2828 1002 742 0 20611 0
[pid=15653/tid=15654] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=112160 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 719597741 114851840 2828 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112160

[startup+1.50068 s]
/proc/loadavg: 2.05 2.06 2.06 3/441 15662
/proc/meminfo: memFree=9541984/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=112288 CPUtime=1.5 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 3046 0 0 0 149 1 0 0 18 0 9 0 719597739 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094503764 0 0 4096 545260780 18446744073709551615 0 0 17 7 0 0 0
/proc/15653/statm: 28072 2946 1023 742 0 20643 0
[pid=15653/tid=15654] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=112288 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719597741 114982912 2946 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 112288

[startup+3.10042 s]
/proc/loadavg: 2.05 2.06 2.06 3/441 15662
/proc/meminfo: memFree=9539792/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=114444 CPUtime=3.11 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 3514 0 0 0 310 1 0 0 18 0 9 0 719597739 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094492477 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/15653/statm: 28611 3414 1023 742 0 21182 0
[pid=15653/tid=15654] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719597740 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=114444 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719597741 117190656 3414 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 114444

[startup+6.30086 s]
/proc/loadavg: 2.05 2.06 2.06 3/441 15662
/proc/meminfo: memFree=9533224/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=120968 CPUtime=6.33 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 5333 0 0 0 631 2 0 0 18 0 9 0 719597739 123871232 4861 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094493959 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 0
/proc/15653/statm: 30242 4861 1023 742 0 22813 0

################
# More data... #
################

/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 189 0 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=1.83 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 182 1 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719597741 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2095.89
Current children cumulated vsize (KiB) 2465456

[startup+2099.2 s]
/proc/loadavg: 2.08 2.07 2.02 3/441 15730
/proc/meminfo: memFree=6845124/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2108.77 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4202496 1029491 0 0 0 210704 173 0 0 25 0 9 0 719597739 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 1094503534 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 591342 1035 742 0 608935 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.72 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 171 1 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=1.83 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 182 1 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.67 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 166 1 0 0 15 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=1.81 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 180 1 0 0 15 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.71 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 170 1 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=1.91 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 191 0 0 0 16 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=1.84 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 183 1 0 0 15 0 9 0 719597740 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719597741 2524626944 591342 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2108.77
Current children cumulated vsize (KiB) 2465456

[startup+2102.4 s]
/proc/loadavg: 2.08 2.07 2.02 2/442 15731
/proc/meminfo: memFree=7069352/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2111.03 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) T 15651 15653 14962 0 -1 4194304 1029532 0 0 0 210918 185 0 0 23 0 9 0 719597739 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528660939 0 32 4096 545260780 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 525766 1072 742 0 608935 0
[pid=15731] ppid=15653 vsize=41512 CPUtime=0.12 cores=1,3,5,7
/proc/15731/stat : 15731 (gdb) D 15653 15653 14962 0 -1 4202496 5514 23 31 0 8 4 0 0 18 0 1 0 719807873 42508288 5118 33554432000 4194304 7627548 140735204577232 18446744073709551615 246516834048 0 65568 4096 134430855 18446744071562234166 0 0 17 5 0 0 83
/proc/15731/statm: 10378 5118 562 839 0 5224 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.74 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) S 15651 15653 14962 0 -1 4202560 4 0 0 0 173 1 0 0 16 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=1.84 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 183 1 0 0 15 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.68 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 167 1 0 0 15 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=1.82 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 181 1 0 0 16 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.73 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 172 1 0 0 16 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=1.92 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 192 0 0 0 15 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=1.85 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) S 15651 15653 14962 0 -1 4202560 2 0 0 0 184 1 0 0 16 0 9 0 719597740 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260780 18446604455569312512 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) S 15651 15653 14962 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719597741 2524626944 525766 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260780 18446604455569312512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2111.15
Current children cumulated vsize (KiB) 2506968

[startup+2104 s]
/proc/loadavg: 2.07 2.07 2.02 3/441 15733
/proc/meminfo: memFree=6754436/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2112.49 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4195840 1029565 9309 0 31 210918 312 14 5 19 0 9 0 719597739 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246516220517 0 0 4096 545260748 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 525772 1078 742 0 608935 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.93 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 173 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=2.03 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 183 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.87 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 167 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=2.01 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 181 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.92 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 172 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=2.11 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 192 0 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=2.04 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 184 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0.19 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 0 0 14 5 16 0 9 0 719597741 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2112.49
Current children cumulated vsize (KiB) 2465456

[startup+2104.8 s]
/proc/loadavg: 2.07 2.07 2.02 3/441 15733
/proc/meminfo: memFree=5839556/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2113.29 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4195840 1029565 9309 0 31 210918 392 14 5 21 0 9 0 719597739 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246516220517 0 0 4096 545260748 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 525772 1078 742 0 608935 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.93 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 173 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=2.03 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 183 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.87 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 167 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=2.01 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 181 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.92 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 172 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=2.11 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 192 0 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=2.04 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 184 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0.19 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 0 0 14 5 16 0 9 0 719597741 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2113.29
Current children cumulated vsize (KiB) 2465456

[startup+2105.2 s]
/proc/loadavg: 2.07 2.07 2.02 3/441 15733
/proc/meminfo: memFree=5839556/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2113.69 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4195840 1029565 9309 0 31 210918 432 14 5 22 0 9 0 719597739 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246516220517 0 0 4096 545260748 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 525772 1078 742 0 608935 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.93 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 173 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=2.03 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 183 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.87 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 167 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=2.01 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 181 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.92 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 172 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=2.11 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 192 0 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=2.04 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 184 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0.19 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 0 0 14 5 16 0 9 0 719597741 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2113.69
Current children cumulated vsize (KiB) 2465456

[startup+2105.4 s]
/proc/loadavg: 2.07 2.07 2.02 3/441 15733
/proc/meminfo: memFree=4905016/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=2465456 CPUtime=2113.9 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4195840 1029565 9309 0 31 210918 453 14 5 23 0 9 0 719597739 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246516220517 0 0 4096 545260748 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 616364 525772 1078 742 0 608935 0
[pid=15653/tid=15654] ppid=15651 vsize=2465456 CPUtime=1.93 cores=1,3,5,7
/proc/15653/task/15654/stat : 15654 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 173 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
[pid=15653/tid=15655] ppid=15651 vsize=2465456 CPUtime=2.03 cores=1,3,5,7
/proc/15653/task/15655/stat : 15655 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 183 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15656] ppid=15651 vsize=2465456 CPUtime=1.87 cores=1,3,5,7
/proc/15653/task/15656/stat : 15656 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 167 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15657] ppid=15651 vsize=2465456 CPUtime=2.01 cores=1,3,5,7
/proc/15653/task/15657/stat : 15657 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 181 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15658] ppid=15651 vsize=2465456 CPUtime=1.92 cores=1,3,5,7
/proc/15653/task/15658/stat : 15658 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 172 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 3 0 0 0
[pid=15653/tid=15659] ppid=15651 vsize=2465456 CPUtime=2.11 cores=1,3,5,7
/proc/15653/task/15659/stat : 15659 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 192 0 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 1 0 0 0
[pid=15653/tid=15660] ppid=15651 vsize=2465456 CPUtime=2.04 cores=1,3,5,7
/proc/15653/task/15660/stat : 15660 (mono) D 15651 15653 14962 0 -1 4203588 3 9309 0 31 184 1 14 5 16 0 9 0 719597740 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528650137 0 0 4096 545260748 18446744071562337734 0 0 -1 7 0 0 0
[pid=15653/tid=15661] ppid=15651 vsize=2465456 CPUtime=0.19 cores=1,3,5,7
/proc/15653/task/15661/stat : 15661 (mono) D 15651 15653 14962 0 -1 4203588 6 9309 0 31 0 0 14 5 16 0 9 0 719597741 2524626944 525772 33554432000 4194304 7232020 140736663121728 18446744073709551615 246528657841 0 0 4096 545260748 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2113.9
Current children cumulated vsize (KiB) 2465456

[startup+2105.52 s]
/proc/loadavg: 2.07 2.07 2.02 3/441 15733
/proc/meminfo: memFree=4905016/32951124 swapFree=54450876/67111528
[pid=15653] ppid=15651 vsize=0 CPUtime=2114.01 cores=1,3,5,7
/proc/15653/stat : 15653 (mono) R 15651 15653 14962 0 -1 4195844 1029565 9309 0 31 210918 464 14 5 23 0 1 0 719597739 0 0 33554432000 0 0 0 0 0 0 0 4096 545260748 18446744073709551615 0 0 17 5 0 0 0
/proc/15653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2114.01
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 2105.56
CPU time (s): 2114.07
CPU user time (s): 2109.33
CPU system time (s): 4.73928
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (KiB): 2514216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2109.33
system time used= 4.73928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1038874
page faults= 31
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30442
involuntary context switches= 10017

runsolver used 8.42372 second user time and 20.3079 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-22 17:59:55
IDJOB=3394553
IDBENCH=83238
IDSOLVER=1880
FILE ID=node134/3394553-1306079995
RUNJOBID= node134-1306069994-14982
PBS_JOBID= 13387869
Free space on /tmp= 73060 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-29-sat.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394553-1306079995/watcher-3394553-1306079995 -o /tmp/evaluation-result-3394553-1306079995/solver-3394553-1306079995 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394553-1306079995.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 89115b5a973735d51018fb3202154f32
RANDOM SEED=917118047

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9550512 kB
Buffers:        258996 kB
Cached:        6593872 kB
SwapCached:      16460 kB
Active:        7656640 kB
Inactive:     15454140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9550512 kB
SwapTotal:    67111528 kB
SwapFree:     54450876 kB
Dirty:             172 kB
Writeback:           0 kB
AnonPages:    16248924 kB
Mapped:          25252 kB
Slab:           135568 kB
PageTables:      88832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110856348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71004 MiB
End job on node134 at 2011-05-22 18:35:01