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 in four parts:
  1. 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 provide some useful information on the computer.
  2. 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 !
  3. 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 1200 seconds. 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 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    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.
  4. 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.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib3/normalized-mps-v2-13-7-mkc.opb
MD5SUMb9e9aa470fdb3341d7e10860fcc70cec
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 65536000
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 629010691
Number of bits of the biggest sum of numbers30
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.24
Number of variables5363
Total number of constraints8734
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)5731
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint1
Maximum length of a constraint2942

Trace number 5272

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-19 23:54:16 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=1030 boxname=wulflinc21 idbench=1030 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  b9e9aa470fdb3341d7e10860fcc70cec  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-mkc.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-mkc.opb
IDLAUNCH: 1030
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        914424 kB
Buffers:         25980 kB
Cached:          64080 kB
SwapCached:        788 kB
Active:          33496 kB
Inactive:        59136 kB
HighTotal:      131008 kB
HighFree:        64008 kB
LowTotal:       903652 kB
LowFree:        850416 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            21748 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 00:14:13 (client local time) WITH STATUS 0 IN 1195.79 SECONDS
stats: 1030 7 1195.79 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 5363 variables and 3281 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 3.739
c After prepocess the problem consists of 5290 variables and 3214 constraints.
c Initial Lower Bound: -29981676
c Restart #1 #Var: 5290 #Dec: 3064 LB: -29981676 @ 91.439
c Restart #2 #Var: 5290 #Dec: 6330 LB: -29981676 @ 266.1
c Restart #3 #Var: 5290 #Dec: 9789 LB: -29981676 @ 529.57
c CHANGE Heuristic... 
c Restart #0 #Var: 5290 #Dec: 10700 LB: -29981676 @ 894.51
c Restart #1 #Var: 5290 #Dec: 11068 LB: -29981676 @ 901.86
c Restart #2 #Var: 5290 #Dec: 11545 LB: -29981676 @ 1012.6
s UNKNOWN
c Exit Code: 0
c Total time: 1195.7 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1731282745 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 107 3 90 68 0 39 0
[pid=7796] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-13-7-mkc.opb

[startup+10.0027 s]
Raw data (loadavg): 0.88 0.94 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34079 0 0 0 890 86 0 0 25 0 1 0 1731282745 142778368 33990 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34858 33990 1116 68 0 34790 0
[pid=7796] vsize: 139432
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (Kb) 139432

[startup+20.0034 s]
Raw data (loadavg): 0.90 0.94 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34134 0 0 0 1889 87 0 0 25 0 1 0 1731282745 143007744 34045 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34045 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (Kb) 139656

[startup+30.0041 s]
Raw data (loadavg): 0.91 0.94 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34135 0 0 0 2889 87 0 0 25 0 1 0 1731282745 142893056 34023 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34886 34023 1116 68 0 34818 0
[pid=7796] vsize: 139544
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (Kb) 139544

[startup+40.0038 s]
Raw data (loadavg): 0.93 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34158 0 0 0 3889 87 0 0 25 0 1 0 1731282745 143007744 34046 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34046 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 39.76
Current children cumulated vsize (Kb) 139656

[startup+50.0044 s]
Raw data (loadavg): 0.94 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34159 0 0 0 4888 87 0 0 25 0 1 0 1731282745 143007744 34047 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34047 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (Kb) 139656

[startup+60.0041 s]
Raw data (loadavg): 0.95 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34159 0 0 0 5888 87 0 0 25 0 1 0 1731282745 143007744 34047 4294967295 134512640 134736556 3221224560 3221223204 1077374446 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34047 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 59.75
Current children cumulated vsize (Kb) 139656

[startup+70.0048 s]
Raw data (loadavg): 0.95 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34159 0 0 0 6888 87 0 0 25 0 1 0 1731282745 143003648 34047 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34913 34047 1116 68 0 34845 0
[pid=7796] vsize: 139652
Current children cumulated CPU time (s) 69.75
Current children cumulated vsize (Kb) 139652

[startup+80.0055 s]
Raw data (loadavg): 0.96 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34159 0 0 0 7888 88 0 0 25 0 1 0 1731282745 143003648 34047 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34913 34047 1116 68 0 34845 0
[pid=7796] vsize: 139652
Current children cumulated CPU time (s) 79.76
Current children cumulated vsize (Kb) 139652

[startup+90.0052 s]
Raw data (loadavg): 0.97 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34159 0 0 0 8888 88 0 0 25 0 1 0 1731282745 143003648 34047 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34913 34047 1116 68 0 34845 0
[pid=7796] vsize: 139652
Current children cumulated CPU time (s) 89.76
Current children cumulated vsize (Kb) 139652

[startup+100.006 s]
Raw data (loadavg): 0.97 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34161 0 0 0 9877 92 0 0 25 0 1 0 1731282745 142778368 33998 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34858 33998 1116 68 0 34790 0
[pid=7796] vsize: 139432
Current children cumulated CPU time (s) 99.69
Current children cumulated vsize (Kb) 139432

[startup+110.007 s]
Raw data (loadavg): 0.98 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34178 0 0 0 10877 92 0 0 25 0 1 0 1731282745 142913536 34015 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34891 34015 1116 68 0 34823 0
[pid=7796] vsize: 139564
Current children cumulated CPU time (s) 109.69
Current children cumulated vsize (Kb) 139564

[startup+120.007 s]
Raw data (loadavg): 0.98 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34207 0 0 0 11877 92 0 0 25 0 1 0 1731282745 142893056 34021 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34886 34021 1116 68 0 34818 0
[pid=7796] vsize: 139544
Current children cumulated CPU time (s) 119.69
Current children cumulated vsize (Kb) 139544

[startup+130.007 s]
Raw data (loadavg): 0.98 0.95 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34207 0 0 0 12877 92 0 0 25 0 1 0 1731282745 142880768 34021 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34883 34021 1116 68 0 34815 0
[pid=7796] vsize: 139532
Current children cumulated CPU time (s) 129.69
Current children cumulated vsize (Kb) 139532

[startup+140.008 s]
Raw data (loadavg): 0.98 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34234 0 0 0 13876 92 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 139.68
Current children cumulated vsize (Kb) 139656

[startup+150.008 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34234 0 0 0 14877 92 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 149.69
Current children cumulated vsize (Kb) 139656

[startup+160.009 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34234 0 0 0 15876 93 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 159.69
Current children cumulated vsize (Kb) 139656

[startup+170.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34255 0 0 0 16876 93 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 169.69
Current children cumulated vsize (Kb) 139656

[startup+180.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34255 0 0 0 17876 93 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 179.69
Current children cumulated vsize (Kb) 139656

[startup+190.01 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 18875 94 0 0 25 0 1 0 1731282745 143122432 34054 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34942 34054 1116 68 0 34874 0
[pid=7796] vsize: 139768
Current children cumulated CPU time (s) 189.69
Current children cumulated vsize (Kb) 139768

[startup+200.011 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 19875 94 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 199.69
Current children cumulated vsize (Kb) 139748

[startup+210.011 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 20875 94 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 209.69
Current children cumulated vsize (Kb) 139748

[startup+220.012 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 21875 94 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 219.69
Current children cumulated vsize (Kb) 139748

[startup+230.012 s]
Raw data (loadavg): 0.99 0.96 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 22875 94 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 229.69
Current children cumulated vsize (Kb) 139748

[startup+240.011 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 23875 95 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 239.7
Current children cumulated vsize (Kb) 139748

[startup+250.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 24875 95 0 0 25 0 1 0 1731282745 143101952 34054 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34937 34054 1116 68 0 34869 0
[pid=7796] vsize: 139748
Current children cumulated CPU time (s) 249.7
Current children cumulated vsize (Kb) 139748

[startup+260.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 25874 95 0 0 25 0 1 0 1731282745 143077376 34054 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34931 34054 1116 68 0 34863 0
[pid=7796] vsize: 139724
Current children cumulated CPU time (s) 259.69
Current children cumulated vsize (Kb) 139724

[startup+270.012 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34261 0 0 0 26861 101 0 0 25 0 1 0 1731282745 142946304 34039 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34899 34039 1116 68 0 34831 0
[pid=7796] vsize: 139596
Current children cumulated CPU time (s) 269.62
Current children cumulated vsize (Kb) 139596

[startup+280.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34284 0 0 0 27861 101 0 0 25 0 1 0 1731282745 142893056 34021 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34886 34021 1116 68 0 34818 0
[pid=7796] vsize: 139544
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (Kb) 139544

[startup+290.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34311 0 0 0 28861 102 0 0 25 0 1 0 1731282745 143007744 34048 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34914 34048 1116 68 0 34846 0
[pid=7796] vsize: 139656
Current children cumulated CPU time (s) 289.63
Current children cumulated vsize (Kb) 139656

[startup+300.013 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34338 0 0 0 29860 102 0 0 25 0 1 0 1731282745 143142912 34075 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34947 34075 1116 68 0 34879 0
[pid=7796] vsize: 139788
Current children cumulated CPU time (s) 299.62
Current children cumulated vsize (Kb) 139788

[startup+310.014 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34339 0 0 0 30860 102 0 0 25 0 1 0 1731282745 143122432 34076 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34942 34076 1116 68 0 34874 0
[pid=7796] vsize: 139768
Current children cumulated CPU time (s) 309.62
Current children cumulated vsize (Kb) 139768

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34366 0 0 0 31860 102 0 0 25 0 1 0 1731282745 143257600 34103 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34975 34103 1116 68 0 34907 0
[pid=7796] vsize: 139900
Current children cumulated CPU time (s) 319.62
Current children cumulated vsize (Kb) 139900

[startup+330.015 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34395 0 0 0 32860 102 0 0 25 0 1 0 1731282745 143392768 34132 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35008 34132 1116 68 0 34940 0
[pid=7796] vsize: 140032
Current children cumulated CPU time (s) 329.62
Current children cumulated vsize (Kb) 140032

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34396 0 0 0 33859 103 0 0 25 0 1 0 1731282745 143351808 34133 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34998 34133 1116 68 0 34930 0
[pid=7796] vsize: 139992
Current children cumulated CPU time (s) 339.62
Current children cumulated vsize (Kb) 139992

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34419 0 0 0 34859 103 0 0 25 0 1 0 1731282745 143351808 34133 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 34998 34133 1116 68 0 34930 0
[pid=7796] vsize: 139992
Current children cumulated CPU time (s) 349.62
Current children cumulated vsize (Kb) 139992

[startup+360.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34472 0 0 0 35858 104 0 0 25 0 1 0 1731282745 143601664 34186 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35059 34186 1116 68 0 34991 0
[pid=7796] vsize: 140236
Current children cumulated CPU time (s) 359.62
Current children cumulated vsize (Kb) 140236

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34474 0 0 0 36858 104 0 0 25 0 1 0 1731282745 143601664 34188 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35059 34188 1116 68 0 34991 0
[pid=7796] vsize: 140236
Current children cumulated CPU time (s) 369.62
Current children cumulated vsize (Kb) 140236

[startup+380.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34503 0 0 0 37857 104 0 0 25 0 1 0 1731282745 143704064 34217 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35084 34217 1116 68 0 35016 0
[pid=7796] vsize: 140336
Current children cumulated CPU time (s) 379.61
Current children cumulated vsize (Kb) 140336

[startup+390.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34503 0 0 0 38857 105 0 0 25 0 1 0 1731282745 143704064 34217 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35084 34217 1116 68 0 35016 0
[pid=7796] vsize: 140336
Current children cumulated CPU time (s) 389.62
Current children cumulated vsize (Kb) 140336

[startup+400.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7796
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34503 0 0 0 39857 105 0 0 25 0 1 0 1731282745 143704064 34217 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35084 34217 1116 68 0 35016 0
[pid=7796] vsize: 140336
Current children cumulated CPU time (s) 399.62
Current children cumulated vsize (Kb) 140336

[startup+410.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34529 0 0 0 40855 107 0 0 25 0 1 0 1731282745 143839232 34243 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35117 34243 1116 68 0 35049 0
[pid=7796] vsize: 140468
Current children cumulated CPU time (s) 409.62
Current children cumulated vsize (Kb) 140468

[startup+420.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34529 0 0 0 41855 107 0 0 25 0 1 0 1731282745 143839232 34243 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35117 34243 1116 68 0 35049 0
[pid=7796] vsize: 140468
Current children cumulated CPU time (s) 419.62
Current children cumulated vsize (Kb) 140468

[startup+430.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34529 0 0 0 42855 107 0 0 25 0 1 0 1731282745 143839232 34243 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35117 34243 1116 68 0 35049 0
[pid=7796] vsize: 140468
Current children cumulated CPU time (s) 429.62
Current children cumulated vsize (Kb) 140468

[startup+440.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34529 0 0 0 43854 107 0 0 25 0 1 0 1731282745 143839232 34243 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35117 34243 1116 68 0 35049 0
[pid=7796] vsize: 140468
Current children cumulated CPU time (s) 439.61
Current children cumulated vsize (Kb) 140468

[startup+450.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34556 0 0 0 44854 108 0 0 25 0 1 0 1731282745 143978496 34270 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35151 34270 1116 68 0 35083 0
[pid=7796] vsize: 140604
Current children cumulated CPU time (s) 449.62
Current children cumulated vsize (Kb) 140604

[startup+460.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34583 0 0 0 45854 108 0 0 25 0 1 0 1731282745 144113664 34297 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35184 34297 1116 68 0 35116 0
[pid=7796] vsize: 140736
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (Kb) 140736

[startup+470.021 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34583 0 0 0 46853 108 0 0 25 0 1 0 1731282745 144113664 34297 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35184 34297 1116 68 0 35116 0
[pid=7796] vsize: 140736
Current children cumulated CPU time (s) 469.61
Current children cumulated vsize (Kb) 140736

[startup+480.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34637 0 0 0 47853 109 0 0 25 0 1 0 1731282745 144265216 34351 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35221 34351 1116 68 0 35153 0
[pid=7796] vsize: 140884
Current children cumulated CPU time (s) 479.62
Current children cumulated vsize (Kb) 140884

[startup+490.021 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34638 0 0 0 48853 109 0 0 25 0 1 0 1731282745 144265216 34352 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35221 34352 1116 68 0 35153 0
[pid=7796] vsize: 140884
Current children cumulated CPU time (s) 489.62
Current children cumulated vsize (Kb) 140884

[startup+500.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34638 0 0 0 49853 109 0 0 25 0 1 0 1731282745 144265216 34352 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35221 34352 1116 68 0 35153 0
[pid=7796] vsize: 140884
Current children cumulated CPU time (s) 499.62
Current children cumulated vsize (Kb) 140884

[startup+510.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34638 0 0 0 50852 109 0 0 25 0 1 0 1731282745 144265216 34352 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35221 34352 1116 68 0 35153 0
[pid=7796] vsize: 140884
Current children cumulated CPU time (s) 509.61
Current children cumulated vsize (Kb) 140884

[startup+520.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34691 0 0 0 51852 109 0 0 25 0 1 0 1731282745 144535552 34405 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35287 34405 1116 68 0 35219 0
[pid=7796] vsize: 141148
Current children cumulated CPU time (s) 519.61
Current children cumulated vsize (Kb) 141148

[startup+530.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 52851 109 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223168 134537373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 529.6
Current children cumulated vsize (Kb) 141108

[startup+540.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 53851 110 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 539.61
Current children cumulated vsize (Kb) 141108

[startup+550.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 54851 110 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 549.61
Current children cumulated vsize (Kb) 141108

[startup+560.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 55850 111 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 559.61
Current children cumulated vsize (Kb) 141108

[startup+570.024 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 56850 111 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 569.61
Current children cumulated vsize (Kb) 141108

[startup+580.024 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 57850 111 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 579.61
Current children cumulated vsize (Kb) 141108

[startup+590.024 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 58850 112 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 589.62
Current children cumulated vsize (Kb) 141108

[startup+600.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 59850 112 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 599.62
Current children cumulated vsize (Kb) 141108

[startup+610.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34693 0 0 0 60849 112 0 0 25 0 1 0 1731282745 144494592 34407 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34407 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 609.61
Current children cumulated vsize (Kb) 141108

[startup+620.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 61849 112 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 619.61
Current children cumulated vsize (Kb) 141108

[startup+630.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 62848 113 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 629.61
Current children cumulated vsize (Kb) 141108

[startup+640.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 63848 113 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 639.61
Current children cumulated vsize (Kb) 141108

[startup+650.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 64848 113 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 649.61
Current children cumulated vsize (Kb) 141108

[startup+660.026 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 65848 113 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 659.61
Current children cumulated vsize (Kb) 141108

[startup+670.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 66848 114 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 669.62
Current children cumulated vsize (Kb) 141108

[startup+680.026 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 67847 114 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 679.61
Current children cumulated vsize (Kb) 141108

[startup+690.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34694 0 0 0 68847 114 0 0 25 0 1 0 1731282745 144494592 34408 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34408 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 689.61
Current children cumulated vsize (Kb) 141108

[startup+700.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34695 0 0 0 69846 115 0 0 25 0 1 0 1731282745 144494592 34409 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34409 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 699.61
Current children cumulated vsize (Kb) 141108

[startup+710.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 70846 115 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 709.61
Current children cumulated vsize (Kb) 141108

[startup+720.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 71846 115 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 719.61
Current children cumulated vsize (Kb) 141108

[startup+730.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 72846 115 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 729.61
Current children cumulated vsize (Kb) 141108

[startup+740.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 73846 115 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 739.61
Current children cumulated vsize (Kb) 141108

[startup+750.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 74845 116 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 749.61
Current children cumulated vsize (Kb) 141108

[startup+760.029 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 75845 116 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 759.61
Current children cumulated vsize (Kb) 141108

[startup+770.029 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 76844 117 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 769.61
Current children cumulated vsize (Kb) 141108

[startup+780.029 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 77844 117 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 779.61
Current children cumulated vsize (Kb) 141108

[startup+790.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 78844 117 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 789.61
Current children cumulated vsize (Kb) 141108

[startup+800.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 79843 117 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 799.6
Current children cumulated vsize (Kb) 141108

[startup+810.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 80843 118 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223184 134524377 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 809.61
Current children cumulated vsize (Kb) 141108

[startup+820.031 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 81843 118 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 819.61
Current children cumulated vsize (Kb) 141108

[startup+830.032 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 82843 118 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 829.61
Current children cumulated vsize (Kb) 141108

[startup+840.031 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 83842 118 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 839.6
Current children cumulated vsize (Kb) 141108

[startup+850.032 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 84841 119 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 849.6
Current children cumulated vsize (Kb) 141108

[startup+860.033 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 85841 120 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 859.61
Current children cumulated vsize (Kb) 141108

[startup+870.033 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 86840 121 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 869.61
Current children cumulated vsize (Kb) 141108

[startup+880.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 87840 121 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 879.61
Current children cumulated vsize (Kb) 141108

[startup+890.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 88839 122 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 889.61
Current children cumulated vsize (Kb) 141108

[startup+900.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 34697 0 0 0 89837 123 0 0 25 0 1 0 1731282745 144494592 34411 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/7796/statm): 35277 34411 1116 68 0 35209 0
[pid=7796] vsize: 141108
Current children cumulated CPU time (s) 899.6
Current children cumulated vsize (Kb) 141108

[startup+910.034 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 35047 0 0 0 90835 124 0 0 25 0 1 0 1731282745 145993728 34761 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 35643 34761 1116 68 0 35575 0
[pid=7796] vsize: 142572
Current children cumulated CPU time (s) 909.59
Current children cumulated vsize (Kb) 142572

[startup+920.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 36006 0 0 0 91832 126 0 0 25 0 1 0 1731282745 150159360 35720 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 36660 35720 1116 68 0 36592 0
[pid=7796] vsize: 146640
Current children cumulated CPU time (s) 919.58
Current children cumulated vsize (Kb) 146640

[startup+930.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 36953 0 0 0 92829 129 0 0 25 0 1 0 1731282745 154202112 36667 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 37647 36667 1116 68 0 37579 0
[pid=7796] vsize: 150588
Current children cumulated CPU time (s) 929.58
Current children cumulated vsize (Kb) 150588

[startup+940.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 37904 0 0 0 93826 132 0 0 25 0 1 0 1731282745 158281728 37618 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38643 37618 1116 68 0 38575 0
[pid=7796] vsize: 154572
Current children cumulated CPU time (s) 939.58
Current children cumulated vsize (Kb) 154572

[startup+950.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 37990 0 0 0 94825 132 0 0 25 0 1 0 1731282745 158552064 37704 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37704 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 949.57
Current children cumulated vsize (Kb) 154836

[startup+960.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38024 0 0 0 95825 133 0 0 25 0 1 0 1731282745 158552064 37738 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37738 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 959.58
Current children cumulated vsize (Kb) 154836

[startup+970.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38046 0 0 0 96825 133 0 0 25 0 1 0 1731282745 158552064 37760 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37760 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 969.58
Current children cumulated vsize (Kb) 154836

[startup+980.036 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38055 0 0 0 97824 134 0 0 25 0 1 0 1731282745 158552064 37769 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37769 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 979.58
Current children cumulated vsize (Kb) 154836

[startup+990.035 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 98824 134 0 0 25 0 1 0 1731282745 158552064 37788 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37788 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 989.58
Current children cumulated vsize (Kb) 154836

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 99824 134 0 0 25 0 1 0 1731282745 158552064 37788 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37788 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 999.58
Current children cumulated vsize (Kb) 154836

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 100823 135 0 0 25 0 1 0 1731282745 158552064 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38709 37788 1116 68 0 38641 0
[pid=7796] vsize: 154836
Current children cumulated CPU time (s) 1009.58
Current children cumulated vsize (Kb) 154836

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 101822 135 0 0 25 0 1 0 1731282745 158547968 37788 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38708 37788 1116 68 0 38640 0
[pid=7796] vsize: 154832
Current children cumulated CPU time (s) 1019.57
Current children cumulated vsize (Kb) 154832

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 102821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1029.57
Current children cumulated vsize (Kb) 154828

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 103821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1039.57
Current children cumulated vsize (Kb) 154828

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 104821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1049.57
Current children cumulated vsize (Kb) 154828

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 105821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1059.57
Current children cumulated vsize (Kb) 154828

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 106821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1069.57
Current children cumulated vsize (Kb) 154828

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 107821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1079.57
Current children cumulated vsize (Kb) 154828

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 108821 136 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1089.57
Current children cumulated vsize (Kb) 154828

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 109821 137 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1099.58
Current children cumulated vsize (Kb) 154828

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 110821 137 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1109.58
Current children cumulated vsize (Kb) 154828

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 111821 137 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1119.58
Current children cumulated vsize (Kb) 154828

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 112820 137 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1129.57
Current children cumulated vsize (Kb) 154828

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 113820 137 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1139.57
Current children cumulated vsize (Kb) 154828

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 114820 138 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1149.58
Current children cumulated vsize (Kb) 154828

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 115820 138 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1159.58
Current children cumulated vsize (Kb) 154828

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 116820 138 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1169.58
Current children cumulated vsize (Kb) 154828

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 117820 138 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1179.58
Current children cumulated vsize (Kb) 154828

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.97 0.97 2/57 7798
Raw data (/proc/7796/stat): 7796 (bsolo) R 7795 7796 20602 0 -1 0 38074 0 0 0 118820 138 0 0 25 0 1 0 1731282745 158543872 37788 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/7796/statm): 38707 37788 1116 68 0 38639 0
[pid=7796] vsize: 154828
Current children cumulated CPU time (s) 1189.58
Current children cumulated vsize (Kb) 154828
One traced child (pid=7796) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.24
CPU time (s): 1195.79
CPU user time (s): 1194.33
CPU system time (s): 1.45778
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (Kb): 154836

Verifier Data

ERROR: no interpretation found !