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

Nameweb/uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM04162d5197113d66489e9d95b6572385
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.9081
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11

Trace number 371

Launcher Data

LAUNCH ON wulflinc30 THE 2005-09-18 09:34:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=333 boxname=wulflinc30 idbench=333 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  04162d5197113d66489e9d95b6572385  /oldhome/oroussel/tmp/wulflinc30/normalized-ooo.tag12.ucl.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc30/normalized-ooo.tag12.ucl.opb
IDLAUNCH: 333
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        941864 kB
Buffers:         36496 kB
Cached:          25956 kB
SwapCached:        788 kB
Active:          54268 kB
Inactive:        10820 kB
HighTotal:      131008 kB
HighFree:       104300 kB
LowTotal:       903652 kB
LowFree:        837564 kB
SwapTotal:     2097892 kB
SwapFree:      2096636 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            22052 kB
Committed_AS:    64172 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 09:54:25 (client local time) WITH STATUS 0 IN 1195.09 SECONDS
stats: 333 7 1195.09 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 20605 variables and 59851 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 14.382
c After prepocess the problem consists of 20592 variables and 59821 constraints.
c Restart #1 #Var: 20592 #Dec: 2096 LB: 0 @ 28.439
c Restart #2 #Var: 20592 #Dec: 4770 LB: 0 @ 45.729
c Restart #3 #Var: 20592 #Dec: 8084 LB: 0 @ 129.43
c Restart #4 #Var: 20592 #Dec: 10529 LB: 0 @ 189.16
c Restart #5 #Var: 20592 #Dec: 12054 LB: 0 @ 266.51
c Restart #6 #Var: 20592 #Dec: 13639 LB: 0 @ 453.62
c Restart #7 #Var: 20592 #Dec: 15504 LB: 0 @ 571.69
c CHANGE Heuristic... 
c Restart #0 #Var: 20592 #Dec: 17484 LB: 0 @ 634.18
c Restart #1 #Var: 20446 #Dec: 18389 LB: 0 @ 638.13
c Restart #2 #Var: 20446 #Dec: 19425 LB: 0 @ 660.92
c Restart #3 #Var: 20446 #Dec: 20420 LB: 0 @ 704.02
c Restart #4 #Var: 20446 #Dec: 21363 LB: 0 @ 766
c Restart #5 #Var: 20446 #Dec: 22604 LB: 0 @ 834.25
c Restart #6 #Var: 20446 #Dec: 24004 LB: 0 @ 940.45
c Restart #7 #Var: 20446 #Dec: 25735 LB: 0 @ 1070.7
s UNKNOWN
c Exit Code: 0
c Total time: 1195 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/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840199686 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/6735/statm): 107 3 90 68 0 39 0
[pid=6735] 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/wulflinc30/normalized-ooo.tag12.ucl.opb

[startup+10.0031 s]
Raw data (loadavg): 0.93 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 9590 0 0 0 924 38 0 0 23 0 1 0 1840199686 35540992 7795 4294967295 134512640 134736556 3221224560 3221223088 134574245 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6735/statm): 8677 7795 1116 68 0 8609 0
[pid=6735] vsize: 34708
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (Kb) 34708

[startup+20.0039 s]
Raw data (loadavg): 0.94 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17625 0 0 0 1872 65 0 0 25 0 1 0 1840199686 52617216 11806 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 12846 11806 1116 68 0 12778 0
[pid=6735] vsize: 51384
Current children cumulated CPU time (s) 19.37
Current children cumulated vsize (Kb) 51384

[startup+30.0047 s]
Raw data (loadavg): 0.95 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17664 0 0 0 2865 67 0 0 25 0 1 0 1840199686 52752384 11845 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 12879 11845 1116 68 0 12811 0
[pid=6735] vsize: 51516
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (Kb) 51516

[startup+40.0055 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17732 0 0 0 3855 71 0 0 25 0 1 0 1840199686 53022720 11913 4294967295 134512640 134736556 3221224560 3221223284 134529474 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 12945 11913 1116 68 0 12877 0
[pid=6735] vsize: 51780
Current children cumulated CPU time (s) 39.26
Current children cumulated vsize (Kb) 51780

[startup+50.0053 s]
Raw data (loadavg): 0.96 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17782 0 0 0 4849 74 0 0 25 0 1 0 1840199686 53157888 11963 4294967295 134512640 134736556 3221224560 3221223132 134543936 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 12978 11963 1116 68 0 12910 0
[pid=6735] vsize: 51912
Current children cumulated CPU time (s) 49.23
Current children cumulated vsize (Kb) 51912

[startup+60.0061 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17802 0 0 0 5847 74 0 0 25 0 1 0 1840199686 53293056 11983 4294967295 134512640 134736556 3221224560 3221223152 134544716 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13011 11983 1116 68 0 12943 0
[pid=6735] vsize: 52044
Current children cumulated CPU time (s) 59.21
Current children cumulated vsize (Kb) 52044

[startup+70.007 s]
Raw data (loadavg): 0.97 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17823 0 0 0 6843 76 0 0 25 0 1 0 1840199686 53428224 12004 4294967295 134512640 134736556 3221224560 3221223136 134544684 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6735/statm): 13044 12004 1116 68 0 12976 0
[pid=6735] vsize: 52176
Current children cumulated CPU time (s) 69.19
Current children cumulated vsize (Kb) 52176

[startup+80.0088 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17849 0 0 0 7840 77 0 0 25 0 1 0 1840199686 53428224 12030 4294967295 134512640 134736556 3221224560 3221223136 134544631 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13044 12030 1116 68 0 12976 0
[pid=6735] vsize: 52176
Current children cumulated CPU time (s) 79.17
Current children cumulated vsize (Kb) 52176

[startup+90.0096 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17862 0 0 0 8839 77 0 0 25 0 1 0 1840199686 53563392 12043 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13077 12043 1116 68 0 13009 0
[pid=6735] vsize: 52308
Current children cumulated CPU time (s) 89.16
Current children cumulated vsize (Kb) 52308

[startup+100.009 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17884 0 0 0 9838 77 0 0 25 0 1 0 1840199686 53698560 12065 4294967295 134512640 134736556 3221224560 3221223144 134543537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13110 12065 1116 68 0 13042 0
[pid=6735] vsize: 52440
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (Kb) 52440

[startup+110.01 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17914 0 0 0 10837 78 0 0 25 0 1 0 1840199686 53698560 12095 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13110 12095 1116 68 0 13042 0
[pid=6735] vsize: 52440
Current children cumulated CPU time (s) 109.15
Current children cumulated vsize (Kb) 52440

[startup+120.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17933 0 0 0 11836 79 0 0 25 0 1 0 1840199686 53833728 12114 4294967295 134512640 134736556 3221224560 3221223068 134540089 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13143 12114 1116 68 0 13075 0
[pid=6735] vsize: 52572
Current children cumulated CPU time (s) 119.15
Current children cumulated vsize (Kb) 52572

[startup+130.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 17951 0 0 0 12835 79 0 0 25 0 1 0 1840199686 53968896 12132 4294967295 134512640 134736556 3221224560 3221223136 134543101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13176 12132 1116 68 0 13108 0
[pid=6735] vsize: 52704
Current children cumulated CPU time (s) 129.14
Current children cumulated vsize (Kb) 52704

[startup+140.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18046 0 0 0 13827 82 0 0 25 0 1 0 1840199686 54239232 12227 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13242 12227 1116 68 0 13174 0
[pid=6735] vsize: 52968
Current children cumulated CPU time (s) 139.09
Current children cumulated vsize (Kb) 52968

[startup+150.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18081 0 0 0 14826 82 0 0 25 0 1 0 1840199686 54509568 12262 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13308 12262 1116 68 0 13240 0
[pid=6735] vsize: 53232
Current children cumulated CPU time (s) 149.08
Current children cumulated vsize (Kb) 53232

[startup+160.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18121 0 0 0 15825 83 0 0 25 0 1 0 1840199686 54644736 12302 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13341 12302 1116 68 0 13273 0
[pid=6735] vsize: 53364
Current children cumulated CPU time (s) 159.08
Current children cumulated vsize (Kb) 53364

[startup+170.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18154 0 0 0 16824 83 0 0 25 0 1 0 1840199686 54779904 12335 4294967295 134512640 134736556 3221224560 3221223088 134716616 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13374 12335 1116 68 0 13306 0
[pid=6735] vsize: 53496
Current children cumulated CPU time (s) 169.07
Current children cumulated vsize (Kb) 53496

[startup+180.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18168 0 0 0 17823 84 0 0 25 0 1 0 1840199686 54779904 12349 4294967295 134512640 134736556 3221224560 3221223200 134543782 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13374 12349 1116 68 0 13306 0
[pid=6735] vsize: 53496
Current children cumulated CPU time (s) 179.07
Current children cumulated vsize (Kb) 53496

[startup+190.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18201 0 0 0 18822 84 0 0 25 0 1 0 1840199686 54915072 12382 4294967295 134512640 134736556 3221224560 3221223104 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13407 12382 1116 68 0 13339 0
[pid=6735] vsize: 53628
Current children cumulated CPU time (s) 189.06
Current children cumulated vsize (Kb) 53628

[startup+200.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18219 0 0 0 19820 85 0 0 25 0 1 0 1840199686 55050240 12400 4294967295 134512640 134736556 3221224560 3221223120 134544646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13440 12400 1116 68 0 13372 0
[pid=6735] vsize: 53760
Current children cumulated CPU time (s) 199.05
Current children cumulated vsize (Kb) 53760

[startup+210.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18275 0 0 0 20817 86 0 0 25 0 1 0 1840199686 55185408 12456 4294967295 134512640 134736556 3221224560 3221223076 134716789 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13473 12456 1116 68 0 13405 0
[pid=6735] vsize: 53892
Current children cumulated CPU time (s) 209.03
Current children cumulated vsize (Kb) 53892

[startup+220.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18308 0 0 0 21816 87 0 0 25 0 1 0 1840199686 55320576 12489 4294967295 134512640 134736556 3221224560 3221223036 134536611 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13506 12489 1116 68 0 13438 0
[pid=6735] vsize: 54024
Current children cumulated CPU time (s) 219.03
Current children cumulated vsize (Kb) 54024

[startup+230.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18335 0 0 0 22815 87 0 0 25 0 1 0 1840199686 55455744 12516 4294967295 134512640 134736556 3221224560 3221223152 134540211 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13539 12516 1116 68 0 13471 0
[pid=6735] vsize: 54156
Current children cumulated CPU time (s) 229.02
Current children cumulated vsize (Kb) 54156

[startup+240.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18354 0 0 0 23814 88 0 0 25 0 1 0 1840199686 55590912 12535 4294967295 134512640 134736556 3221224560 3221223184 134524544 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13572 12535 1116 68 0 13504 0
[pid=6735] vsize: 54288
Current children cumulated CPU time (s) 239.02
Current children cumulated vsize (Kb) 54288

[startup+250.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18382 0 0 0 24813 88 0 0 25 0 1 0 1840199686 55726080 12563 4294967295 134512640 134736556 3221224560 3221223152 134543950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13605 12563 1116 68 0 13537 0
[pid=6735] vsize: 54420
Current children cumulated CPU time (s) 249.01
Current children cumulated vsize (Kb) 54420

[startup+260.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18419 0 0 0 25811 89 0 0 25 0 1 0 1840199686 55861248 12600 4294967295 134512640 134736556 3221224560 3221223168 134544608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13638 12600 1116 68 0 13570 0
[pid=6735] vsize: 54552
Current children cumulated CPU time (s) 259
Current children cumulated vsize (Kb) 54552

[startup+270.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18476 0 0 0 26809 90 0 0 25 0 1 0 1840199686 55996416 12657 4294967295 134512640 134736556 3221224560 3221223056 134543910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13671 12657 1116 68 0 13603 0
[pid=6735] vsize: 54684
Current children cumulated CPU time (s) 268.99
Current children cumulated vsize (Kb) 54684

[startup+280.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18498 0 0 0 27808 91 0 0 25 0 1 0 1840199686 56131584 12679 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13704 12679 1116 68 0 13636 0
[pid=6735] vsize: 54816
Current children cumulated CPU time (s) 278.99
Current children cumulated vsize (Kb) 54816

[startup+290.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18516 0 0 0 28808 91 0 0 25 0 1 0 1840199686 56266752 12697 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13737 12697 1116 68 0 13669 0
[pid=6735] vsize: 54948
Current children cumulated CPU time (s) 288.99
Current children cumulated vsize (Kb) 54948

[startup+300.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18543 0 0 0 29807 91 0 0 25 0 1 0 1840199686 56401920 12724 4294967295 134512640 134736556 3221224560 3221223136 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13770 12724 1116 68 0 13702 0
[pid=6735] vsize: 55080
Current children cumulated CPU time (s) 298.98
Current children cumulated vsize (Kb) 55080

[startup+310.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18553 0 0 0 30807 91 0 0 25 0 1 0 1840199686 56401920 12734 4294967295 134512640 134736556 3221224560 3221223152 134716029 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13770 12734 1116 68 0 13702 0
[pid=6735] vsize: 55080
Current children cumulated CPU time (s) 308.98
Current children cumulated vsize (Kb) 55080

[startup+320.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18562 0 0 0 31806 91 0 0 25 0 1 0 1840199686 56401920 12743 4294967295 134512640 134736556 3221224560 3221223072 134543143 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13770 12743 1116 68 0 13702 0
[pid=6735] vsize: 55080
Current children cumulated CPU time (s) 318.97
Current children cumulated vsize (Kb) 55080

[startup+330.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18574 0 0 0 32806 92 0 0 25 0 1 0 1840199686 56401920 12755 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13770 12755 1116 68 0 13702 0
[pid=6735] vsize: 55080
Current children cumulated CPU time (s) 328.98
Current children cumulated vsize (Kb) 55080

[startup+340.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18591 0 0 0 33806 92 0 0 25 0 1 0 1840199686 56537088 12772 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13803 12772 1116 68 0 13735 0
[pid=6735] vsize: 55212
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (Kb) 55212

[startup+350.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18611 0 0 0 34805 92 0 0 25 0 1 0 1840199686 56672256 12792 4294967295 134512640 134736556 3221224560 3221223120 134544641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13836 12792 1116 68 0 13768 0
[pid=6735] vsize: 55344
Current children cumulated CPU time (s) 348.97
Current children cumulated vsize (Kb) 55344

[startup+360.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18636 0 0 0 35805 93 0 0 25 0 1 0 1840199686 56672256 12817 4294967295 134512640 134736556 3221224560 3221223152 134716353 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13836 12817 1116 68 0 13768 0
[pid=6735] vsize: 55344
Current children cumulated CPU time (s) 358.98
Current children cumulated vsize (Kb) 55344

[startup+370.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18656 0 0 0 36804 93 0 0 25 0 1 0 1840199686 56807424 12837 4294967295 134512640 134736556 3221224560 3221223088 134716647 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13869 12837 1116 68 0 13801 0
[pid=6735] vsize: 55476
Current children cumulated CPU time (s) 368.97
Current children cumulated vsize (Kb) 55476

[startup+380.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18693 0 0 0 37803 94 0 0 25 0 1 0 1840199686 56942592 12874 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13902 12874 1116 68 0 13834 0
[pid=6735] vsize: 55608
Current children cumulated CPU time (s) 378.97
Current children cumulated vsize (Kb) 55608

[startup+390.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18714 0 0 0 38802 94 0 0 25 0 1 0 1840199686 57077760 12895 4294967295 134512640 134736556 3221224560 3221223168 134544700 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13935 12895 1116 68 0 13867 0
[pid=6735] vsize: 55740
Current children cumulated CPU time (s) 388.96
Current children cumulated vsize (Kb) 55740

[startup+400.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18746 0 0 0 39802 94 0 0 25 0 1 0 1840199686 57212928 12927 4294967295 134512640 134736556 3221224560 3221223184 134634303 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13968 12927 1116 68 0 13900 0
[pid=6735] vsize: 55872
Current children cumulated CPU time (s) 398.96
Current children cumulated vsize (Kb) 55872

[startup+410.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18759 0 0 0 40802 94 0 0 25 0 1 0 1840199686 57212928 12940 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13968 12940 1116 68 0 13900 0
[pid=6735] vsize: 55872
Current children cumulated CPU time (s) 408.96
Current children cumulated vsize (Kb) 55872

[startup+420.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18759 0 0 0 41801 94 0 0 25 0 1 0 1840199686 57212928 12940 4294967295 134512640 134736556 3221224560 3221223144 134523627 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13968 12940 1116 68 0 13900 0
[pid=6735] vsize: 55872
Current children cumulated CPU time (s) 418.95
Current children cumulated vsize (Kb) 55872

[startup+430.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18770 0 0 0 42801 94 0 0 25 0 1 0 1840199686 57212928 12951 4294967295 134512640 134736556 3221224560 3221223036 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 13968 12951 1116 68 0 13900 0
[pid=6735] vsize: 55872
Current children cumulated CPU time (s) 428.95
Current children cumulated vsize (Kb) 55872

[startup+440.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18803 0 0 0 43801 95 0 0 25 0 1 0 1840199686 57348096 12984 4294967295 134512640 134736556 3221224560 3221223168 134537415 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14001 12984 1116 68 0 13933 0
[pid=6735] vsize: 56004
Current children cumulated CPU time (s) 438.96
Current children cumulated vsize (Kb) 56004

[startup+450.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18831 0 0 0 44800 95 0 0 25 0 1 0 1840199686 57483264 13012 4294967295 134512640 134736556 3221224560 3221223012 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14034 13012 1116 68 0 13966 0
[pid=6735] vsize: 56136
Current children cumulated CPU time (s) 448.95
Current children cumulated vsize (Kb) 56136

[startup+460.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18847 0 0 0 45799 95 0 0 25 0 1 0 1840199686 57618432 13028 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6735/statm): 14067 13028 1116 68 0 13999 0
[pid=6735] vsize: 56268
Current children cumulated CPU time (s) 458.94
Current children cumulated vsize (Kb) 56268

[startup+470.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18853 0 0 0 46798 96 0 0 25 0 1 0 1840199686 57618432 13034 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14067 13034 1116 68 0 13999 0
[pid=6735] vsize: 56268
Current children cumulated CPU time (s) 468.94
Current children cumulated vsize (Kb) 56268

[startup+480.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18864 0 0 0 47797 97 0 0 25 0 1 0 1840199686 57618432 13045 4294967295 134512640 134736556 3221224560 3221223172 134544543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14067 13045 1116 68 0 13999 0
[pid=6735] vsize: 56268
Current children cumulated CPU time (s) 478.94
Current children cumulated vsize (Kb) 56268

[startup+490.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18875 0 0 0 48797 97 0 0 25 0 1 0 1840199686 57753600 13056 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14100 13056 1116 68 0 14032 0
[pid=6735] vsize: 56400
Current children cumulated CPU time (s) 488.94
Current children cumulated vsize (Kb) 56400

[startup+500.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18908 0 0 0 49795 99 0 0 25 0 1 0 1840199686 57888768 13089 4294967295 134512640 134736556 3221224560 3221223120 134544716 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14133 13089 1116 68 0 14065 0
[pid=6735] vsize: 56532
Current children cumulated CPU time (s) 498.94
Current children cumulated vsize (Kb) 56532

[startup+510.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 18966 0 0 0 50793 100 0 0 25 0 1 0 1840199686 58023936 13147 4294967295 134512640 134736556 3221224560 3221223136 134543153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14166 13147 1116 68 0 14098 0
[pid=6735] vsize: 56664
Current children cumulated CPU time (s) 508.93
Current children cumulated vsize (Kb) 56664

[startup+520.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19024 0 0 0 51791 101 0 0 25 0 1 0 1840199686 58294272 13205 4294967295 134512640 134736556 3221224560 3221223296 134529272 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14232 13205 1116 68 0 14164 0
[pid=6735] vsize: 56928
Current children cumulated CPU time (s) 518.92
Current children cumulated vsize (Kb) 56928

[startup+530.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19081 0 0 0 52789 103 0 0 25 0 1 0 1840199686 58564608 13262 4294967295 134512640 134736556 3221224560 3221223136 134543161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14298 13262 1116 68 0 14230 0
[pid=6735] vsize: 57192
Current children cumulated CPU time (s) 528.92
Current children cumulated vsize (Kb) 57192

[startup+540.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19123 0 0 0 53788 104 0 0 25 0 1 0 1840199686 58699776 13304 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14331 13304 1116 68 0 14263 0
[pid=6735] vsize: 57324
Current children cumulated CPU time (s) 538.92
Current children cumulated vsize (Kb) 57324

[startup+550.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19189 0 0 0 54786 104 0 0 25 0 1 0 1840199686 58970112 13370 4294967295 134512640 134736556 3221224560 3221222924 134634644 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14397 13370 1116 68 0 14329 0
[pid=6735] vsize: 57588
Current children cumulated CPU time (s) 548.9
Current children cumulated vsize (Kb) 57588

[startup+560.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19234 0 0 0 55785 105 0 0 25 0 1 0 1840199686 59105280 13415 4294967295 134512640 134736556 3221224560 3221223116 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14430 13415 1116 68 0 14362 0
[pid=6735] vsize: 57720
Current children cumulated CPU time (s) 558.9
Current children cumulated vsize (Kb) 57720

[startup+570.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19293 0 0 0 56783 106 0 0 25 0 1 0 1840199686 59375616 13474 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14496 13474 1116 68 0 14428 0
[pid=6735] vsize: 57984
Current children cumulated CPU time (s) 568.89
Current children cumulated vsize (Kb) 57984

[startup+580.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19347 0 0 0 57781 108 0 0 25 0 1 0 1840199686 59645952 13528 4294967295 134512640 134736556 3221224560 3221223152 134716187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14562 13528 1116 68 0 14494 0
[pid=6735] vsize: 58248
Current children cumulated CPU time (s) 578.89
Current children cumulated vsize (Kb) 58248

[startup+590.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19455 0 0 0 58777 110 0 0 25 0 1 0 1840199686 60051456 13636 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14661 13636 1116 68 0 14593 0
[pid=6735] vsize: 58644
Current children cumulated CPU time (s) 588.87
Current children cumulated vsize (Kb) 58644

[startup+600.038 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19551 0 0 0 59775 111 0 0 25 0 1 0 1840199686 60456960 13732 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14760 13732 1116 68 0 14692 0
[pid=6735] vsize: 59040
Current children cumulated CPU time (s) 598.86
Current children cumulated vsize (Kb) 59040

[startup+610.039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19621 0 0 0 60772 112 0 0 25 0 1 0 1840199686 60727296 13802 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14826 13802 1116 68 0 14758 0
[pid=6735] vsize: 59304
Current children cumulated CPU time (s) 608.84
Current children cumulated vsize (Kb) 59304

[startup+620.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19745 0 0 0 61769 114 0 0 25 0 1 0 1840199686 61267968 13926 4294967295 134512640 134736556 3221224560 3221223036 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14958 13926 1116 68 0 14890 0
[pid=6735] vsize: 59832
Current children cumulated CPU time (s) 618.83
Current children cumulated vsize (Kb) 59832

[startup+630.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 19794 0 0 0 62768 115 0 0 25 0 1 0 1840199686 61403136 13975 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 14991 13975 1116 68 0 14923 0
[pid=6735] vsize: 59964
Current children cumulated CPU time (s) 628.83
Current children cumulated vsize (Kb) 59964

[startup+640.041 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20010 0 0 0 63759 119 0 0 25 0 1 0 1840199686 61849600 14109 4294967295 134512640 134736556 3221224560 3221223136 134543852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15100 14109 1116 68 0 15032 0
[pid=6735] vsize: 60400
Current children cumulated CPU time (s) 638.78
Current children cumulated vsize (Kb) 60400

[startup+650.042 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20047 0 0 0 64757 119 0 0 25 0 1 0 1840199686 61984768 14146 4294967295 134512640 134736556 3221224560 3221223184 134524544 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15133 14146 1116 68 0 15065 0
[pid=6735] vsize: 60532
Current children cumulated CPU time (s) 648.76
Current children cumulated vsize (Kb) 60532

[startup+660.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20102 0 0 0 65755 120 0 0 25 0 1 0 1840199686 62255104 14201 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15199 14201 1116 68 0 15131 0
[pid=6735] vsize: 60796
Current children cumulated CPU time (s) 658.75
Current children cumulated vsize (Kb) 60796

[startup+670.043 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20127 0 0 0 66754 121 0 0 25 0 1 0 1840199686 62390272 14226 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15232 14226 1116 68 0 15164 0
[pid=6735] vsize: 60928
Current children cumulated CPU time (s) 668.75
Current children cumulated vsize (Kb) 60928

[startup+680.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20167 0 0 0 67752 122 0 0 25 0 1 0 1840199686 62525440 14266 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15265 14266 1116 68 0 15197 0
[pid=6735] vsize: 61060
Current children cumulated CPU time (s) 678.74
Current children cumulated vsize (Kb) 61060

[startup+690.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20220 0 0 0 68749 123 0 0 25 0 1 0 1840199686 62660608 14319 4294967295 134512640 134736556 3221224560 3221223072 134543161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15298 14319 1116 68 0 15230 0
[pid=6735] vsize: 61192
Current children cumulated CPU time (s) 688.72
Current children cumulated vsize (Kb) 61192

[startup+700.044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20286 0 0 0 69746 125 0 0 25 0 1 0 1840199686 62930944 14385 4294967295 134512640 134736556 3221224560 3221223072 134543206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15364 14385 1116 68 0 15296 0
[pid=6735] vsize: 61456
Current children cumulated CPU time (s) 698.71
Current children cumulated vsize (Kb) 61456

[startup+710.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20365 0 0 0 70744 126 0 0 25 0 1 0 1840199686 63336448 14464 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15463 14464 1116 68 0 15395 0
[pid=6735] vsize: 61852
Current children cumulated CPU time (s) 708.7
Current children cumulated vsize (Kb) 61852

[startup+720.045 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20381 0 0 0 71743 126 0 0 25 0 1 0 1840199686 63336448 14480 4294967295 134512640 134736556 3221224560 3221223036 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15463 14480 1116 68 0 15395 0
[pid=6735] vsize: 61852
Current children cumulated CPU time (s) 718.69
Current children cumulated vsize (Kb) 61852

[startup+730.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20394 0 0 0 72742 127 0 0 25 0 1 0 1840199686 63467520 14493 4294967295 134512640 134736556 3221224560 3221223116 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15495 14493 1116 68 0 15427 0
[pid=6735] vsize: 61980
Current children cumulated CPU time (s) 728.69
Current children cumulated vsize (Kb) 61980

[startup+740.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20427 0 0 0 73742 127 0 0 25 0 1 0 1840199686 63602688 14526 4294967295 134512640 134736556 3221224560 3221223320 134531410 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15528 14526 1116 68 0 15460 0
[pid=6735] vsize: 62112
Current children cumulated CPU time (s) 738.69
Current children cumulated vsize (Kb) 62112

[startup+750.046 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20471 0 0 0 74741 128 0 0 25 0 1 0 1840199686 63737856 14570 4294967295 134512640 134736556 3221224560 3221223136 134544688 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15561 14570 1116 68 0 15493 0
[pid=6735] vsize: 62244
Current children cumulated CPU time (s) 748.69
Current children cumulated vsize (Kb) 62244

[startup+760.047 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20523 0 0 0 75739 128 0 0 25 0 1 0 1840199686 64008192 14622 4294967295 134512640 134736556 3221224560 3221223136 134523648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15627 14622 1116 68 0 15559 0
[pid=6735] vsize: 62508
Current children cumulated CPU time (s) 758.67
Current children cumulated vsize (Kb) 62508

[startup+770.048 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20578 0 0 0 76736 129 0 0 25 0 1 0 1840199686 64143360 14677 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15660 14677 1116 68 0 15592 0
[pid=6735] vsize: 62640
Current children cumulated CPU time (s) 768.65
Current children cumulated vsize (Kb) 62640

[startup+780.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20654 0 0 0 77734 131 0 0 25 0 1 0 1840199686 64548864 14753 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15759 14753 1116 68 0 15691 0
[pid=6735] vsize: 63036
Current children cumulated CPU time (s) 778.65
Current children cumulated vsize (Kb) 63036

[startup+790.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20686 0 0 0 78732 132 0 0 25 0 1 0 1840199686 64548864 14785 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15759 14785 1116 68 0 15691 0
[pid=6735] vsize: 63036
Current children cumulated CPU time (s) 788.64
Current children cumulated vsize (Kb) 63036

[startup+800.049 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20704 0 0 0 79731 132 0 0 25 0 1 0 1840199686 64684032 14803 4294967295 134512640 134736556 3221224560 3221223096 134543869 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15792 14803 1116 68 0 15724 0
[pid=6735] vsize: 63168
Current children cumulated CPU time (s) 798.63
Current children cumulated vsize (Kb) 63168

[startup+810.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20745 0 0 0 80731 132 0 0 25 0 1 0 1840199686 64819200 14844 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15825 14844 1116 68 0 15757 0
[pid=6735] vsize: 63300
Current children cumulated CPU time (s) 808.63
Current children cumulated vsize (Kb) 63300

[startup+820.051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20791 0 0 0 81730 133 0 0 25 0 1 0 1840199686 65089536 14890 4294967295 134512640 134736556 3221224560 3221223152 134543988 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15891 14890 1116 68 0 15823 0
[pid=6735] vsize: 63564
Current children cumulated CPU time (s) 818.63
Current children cumulated vsize (Kb) 63564

[startup+830.052 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20835 0 0 0 82729 133 0 0 25 0 1 0 1840199686 65224704 14934 4294967295 134512640 134736556 3221224560 3221223152 134544608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15924 14934 1116 68 0 15856 0
[pid=6735] vsize: 63696
Current children cumulated CPU time (s) 828.62
Current children cumulated vsize (Kb) 63696

[startup+840.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20864 0 0 0 83728 134 0 0 25 0 1 0 1840199686 65359872 14963 4294967295 134512640 134736556 3221224560 3221223200 134544658 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15957 14963 1116 68 0 15889 0
[pid=6735] vsize: 63828
Current children cumulated CPU time (s) 838.62
Current children cumulated vsize (Kb) 63828

[startup+850.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20909 0 0 0 84726 135 0 0 25 0 1 0 1840199686 65495040 15008 4294967295 134512640 134736556 3221224560 3221223144 134543958 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 15990 15008 1116 68 0 15922 0
[pid=6735] vsize: 63960
Current children cumulated CPU time (s) 848.61
Current children cumulated vsize (Kb) 63960

[startup+860.053 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20938 0 0 0 85725 135 0 0 25 0 1 0 1840199686 65630208 15037 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16023 15037 1116 68 0 15955 0
[pid=6735] vsize: 64092
Current children cumulated CPU time (s) 858.6
Current children cumulated vsize (Kb) 64092

[startup+870.054 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20960 0 0 0 86725 135 0 0 25 0 1 0 1840199686 65765376 15059 4294967295 134512640 134736556 3221224560 3221223352 134602745 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16056 15059 1116 68 0 15988 0
[pid=6735] vsize: 64224
Current children cumulated CPU time (s) 868.6
Current children cumulated vsize (Kb) 64224

[startup+880.055 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 20999 0 0 0 87724 136 0 0 25 0 1 0 1840199686 65900544 15098 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16089 15098 1116 68 0 16021 0
[pid=6735] vsize: 64356
Current children cumulated CPU time (s) 878.6
Current children cumulated vsize (Kb) 64356

[startup+890.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21040 0 0 0 88723 136 0 0 25 0 1 0 1840199686 66035712 15139 4294967295 134512640 134736556 3221224560 3221223096 134543869 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16122 15139 1116 68 0 16054 0
[pid=6735] vsize: 64488
Current children cumulated CPU time (s) 888.59
Current children cumulated vsize (Kb) 64488

[startup+900.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21043 0 0 0 89722 137 0 0 25 0 1 0 1840199686 66035712 15142 4294967295 134512640 134736556 3221224560 3221223152 134716141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16122 15142 1116 68 0 16054 0
[pid=6735] vsize: 64488
Current children cumulated CPU time (s) 898.59
Current children cumulated vsize (Kb) 64488

[startup+910.056 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21079 0 0 0 90720 138 0 0 25 0 1 0 1840199686 66170880 15178 4294967295 134512640 134736556 3221224560 3221222852 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16155 15178 1116 68 0 16087 0
[pid=6735] vsize: 64620
Current children cumulated CPU time (s) 908.58
Current children cumulated vsize (Kb) 64620

[startup+920.057 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21104 0 0 0 91720 138 0 0 25 0 1 0 1840199686 66306048 15203 4294967295 134512640 134736556 3221224560 3221223296 134529060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16188 15203 1116 68 0 16120 0
[pid=6735] vsize: 64752
Current children cumulated CPU time (s) 918.58
Current children cumulated vsize (Kb) 64752

[startup+930.058 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21134 0 0 0 92720 138 0 0 25 0 1 0 1840199686 66441216 15233 4294967295 134512640 134736556 3221224560 3221223012 134717260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16221 15233 1116 68 0 16153 0
[pid=6735] vsize: 64884
Current children cumulated CPU time (s) 928.58
Current children cumulated vsize (Kb) 64884

[startup+940.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21166 0 0 0 93719 139 0 0 25 0 1 0 1840199686 66576384 15265 4294967295 134512640 134736556 3221224560 3221223120 134543074 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16254 15265 1116 68 0 16186 0
[pid=6735] vsize: 65016
Current children cumulated CPU time (s) 938.58
Current children cumulated vsize (Kb) 65016

[startup+950.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21198 0 0 0 94718 139 0 0 25 0 1 0 1840199686 66711552 15297 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16287 15297 1116 68 0 16219 0
[pid=6735] vsize: 65148
Current children cumulated CPU time (s) 948.57
Current children cumulated vsize (Kb) 65148

[startup+960.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21225 0 0 0 95717 139 0 0 25 0 1 0 1840199686 66846720 15324 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16320 15324 1116 68 0 16252 0
[pid=6735] vsize: 65280
Current children cumulated CPU time (s) 958.56
Current children cumulated vsize (Kb) 65280

[startup+970.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21252 0 0 0 96716 140 0 0 25 0 1 0 1840199686 66981888 15351 4294967295 134512640 134736556 3221224560 3221223152 134544602 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16353 15351 1116 68 0 16285 0
[pid=6735] vsize: 65412
Current children cumulated CPU time (s) 968.56
Current children cumulated vsize (Kb) 65412

[startup+980.061 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21274 0 0 0 97715 141 0 0 25 0 1 0 1840199686 66981888 15373 4294967295 134512640 134736556 3221224560 3221223072 134543876 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16353 15373 1116 68 0 16285 0
[pid=6735] vsize: 65412
Current children cumulated CPU time (s) 978.56
Current children cumulated vsize (Kb) 65412

[startup+990.062 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21302 0 0 0 98714 141 0 0 25 0 1 0 1840199686 67117056 15401 4294967295 134512640 134736556 3221224560 3221223132 134634654 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16386 15401 1116 68 0 16318 0
[pid=6735] vsize: 65544
Current children cumulated CPU time (s) 988.55
Current children cumulated vsize (Kb) 65544

[startup+1000.06 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) T 6734 6735 5245 0 -1 0 21332 0 0 0 99713 141 0 0 25 0 1 0 1840199686 67252224 15431 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16419 15431 1116 68 0 16351 0
[pid=6735] vsize: 65676
Current children cumulated CPU time (s) 998.54
Current children cumulated vsize (Kb) 65676

[startup+1010.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21362 0 0 0 100712 142 0 0 25 0 1 0 1840199686 67387392 15461 4294967295 134512640 134736556 3221224560 3221223152 134540280 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16452 15461 1116 68 0 16384 0
[pid=6735] vsize: 65808
Current children cumulated CPU time (s) 1008.54
Current children cumulated vsize (Kb) 65808

[startup+1020.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21395 0 0 0 101711 142 0 0 25 0 1 0 1840199686 67522560 15494 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16485 15494 1116 68 0 16417 0
[pid=6735] vsize: 65940
Current children cumulated CPU time (s) 1018.53
Current children cumulated vsize (Kb) 65940

[startup+1030.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21426 0 0 0 102710 142 0 0 25 0 1 0 1840199686 67657728 15525 4294967295 134512640 134736556 3221224560 3221223152 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16518 15525 1116 68 0 16450 0
[pid=6735] vsize: 66072
Current children cumulated CPU time (s) 1028.52
Current children cumulated vsize (Kb) 66072

[startup+1040.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21480 0 0 0 103710 143 0 0 25 0 1 0 1840199686 67928064 15579 4294967295 134512640 134736556 3221224560 3221223012 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16584 15579 1116 68 0 16516 0
[pid=6735] vsize: 66336
Current children cumulated CPU time (s) 1038.53
Current children cumulated vsize (Kb) 66336

[startup+1050.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21480 0 0 0 104708 144 0 0 25 0 1 0 1840199686 67928064 15579 4294967295 134512640 134736556 3221224560 3221223084 134540032 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16584 15579 1116 68 0 16516 0
[pid=6735] vsize: 66336
Current children cumulated CPU time (s) 1048.52
Current children cumulated vsize (Kb) 66336

[startup+1060.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21516 0 0 0 105707 144 0 0 25 0 1 0 1840199686 68063232 15615 4294967295 134512640 134736556 3221224560 3221223036 134536623 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16617 15615 1116 68 0 16549 0
[pid=6735] vsize: 66468
Current children cumulated CPU time (s) 1058.51
Current children cumulated vsize (Kb) 66468

[startup+1070.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21556 0 0 0 106705 145 0 0 25 0 1 0 1840199686 68198400 15655 4294967295 134512640 134736556 3221224560 3221223136 134544634 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16650 15655 1116 68 0 16582 0
[pid=6735] vsize: 66600
Current children cumulated CPU time (s) 1068.5
Current children cumulated vsize (Kb) 66600

[startup+1080.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21603 0 0 0 107703 145 0 0 25 0 1 0 1840199686 68333568 15702 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16683 15702 1116 68 0 16615 0
[pid=6735] vsize: 66732
Current children cumulated CPU time (s) 1078.48
Current children cumulated vsize (Kb) 66732

[startup+1090.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21645 0 0 0 108701 146 0 0 25 0 1 0 1840199686 68603904 15744 4294967295 134512640 134736556 3221224560 3221223012 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16749 15744 1116 68 0 16681 0
[pid=6735] vsize: 66996
Current children cumulated CPU time (s) 1088.47
Current children cumulated vsize (Kb) 66996

[startup+1100.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21673 0 0 0 109699 148 0 0 25 0 1 0 1840199686 68603904 15772 4294967295 134512640 134736556 3221224560 3221223248 134524409 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16749 15772 1116 68 0 16681 0
[pid=6735] vsize: 66996
Current children cumulated CPU time (s) 1098.47
Current children cumulated vsize (Kb) 66996

[startup+1110.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21708 0 0 0 110698 149 0 0 25 0 1 0 1840199686 68739072 15807 4294967295 134512640 134736556 3221224560 3221223296 134529164 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16782 15807 1116 68 0 16714 0
[pid=6735] vsize: 67128
Current children cumulated CPU time (s) 1108.47
Current children cumulated vsize (Kb) 67128

[startup+1120.07 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) T 6734 6735 5245 0 -1 0 21725 0 0 0 111697 150 0 0 25 0 1 0 1840199686 68874240 15824 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16815 15824 1116 68 0 16747 0
[pid=6735] vsize: 67260
Current children cumulated CPU time (s) 1118.47
Current children cumulated vsize (Kb) 67260

[startup+1130.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21747 0 0 0 112696 150 0 0 25 0 1 0 1840199686 69009408 15846 4294967295 134512640 134736556 3221224560 3221223296 134529152 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16848 15846 1116 68 0 16780 0
[pid=6735] vsize: 67392
Current children cumulated CPU time (s) 1128.46
Current children cumulated vsize (Kb) 67392

[startup+1140.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21756 0 0 0 113696 150 0 0 25 0 1 0 1840199686 69009408 15855 4294967295 134512640 134736556 3221224560 3221223088 134543586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16848 15855 1116 68 0 16780 0
[pid=6735] vsize: 67392
Current children cumulated CPU time (s) 1138.46
Current children cumulated vsize (Kb) 67392

[startup+1150.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21805 0 0 0 114694 151 0 0 25 0 1 0 1840199686 69144576 15904 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16881 15904 1116 68 0 16813 0
[pid=6735] vsize: 67524
Current children cumulated CPU time (s) 1148.45
Current children cumulated vsize (Kb) 67524

[startup+1160.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21844 0 0 0 115693 152 0 0 25 0 1 0 1840199686 69398528 15943 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16943 15943 1116 68 0 16875 0
[pid=6735] vsize: 67772
Current children cumulated CPU time (s) 1158.45
Current children cumulated vsize (Kb) 67772

[startup+1170.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21889 0 0 0 116691 153 0 0 25 0 1 0 1840199686 69533696 15988 4294967295 134512640 134736556 3221224560 3221223232 134528461 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16976 15988 1116 68 0 16908 0
[pid=6735] vsize: 67904
Current children cumulated CPU time (s) 1168.44
Current children cumulated vsize (Kb) 67904

[startup+1180.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21903 0 0 0 117690 154 0 0 25 0 1 0 1840199686 69533696 16002 4294967295 134512640 134736556 3221224560 3221223312 134597473 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 16976 16002 1116 68 0 16908 0
[pid=6735] vsize: 67904
Current children cumulated CPU time (s) 1178.44
Current children cumulated vsize (Kb) 67904

[startup+1190.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 6735
Raw data (/proc/6735/stat): 6735 (bsolo) R 6734 6735 5245 0 -1 0 21968 0 0 0 118689 154 0 0 25 0 1 0 1840199686 69808128 16067 4294967295 134512640 134736556 3221224560 3221223072 134543163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6735/statm): 17043 16067 1116 68 0 16975 0
[pid=6735] vsize: 68172
Current children cumulated CPU time (s) 1188.43
Current children cumulated vsize (Kb) 68172
One traced child (pid=6735) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.73
CPU time (s): 1195.09
CPU user time (s): 1193.51
CPU system time (s): 1.58176
CPU usage (%): 99.8631
Max. virtual memory (cumulated for all children) (Kb): 68172

Verifier Data

ERROR: no interpretation found !