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

Namesubmitted/aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
MD5SUM6c328ef6f9d8d5a179eec9bf3550b7fd
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Number of variables1000
Total number of constraints90
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25

Trace number 80

Launcher Data

LAUNCH ON wulflinc18 THE 2005-09-18 07:59:40 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=7 boxname=wulflinc18 idbench=7 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  6c328ef6f9d8d5a179eec9bf3550b7fd  /oldhome/oroussel/tmp/wulflinc18/normalized-chnl20_25_pb.cnf.cr.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc18/normalized-chnl20_25_pb.cnf.cr.opb
IDLAUNCH: 7
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.177
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.177
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:        943004 kB
Buffers:         34232 kB
Cached:          22792 kB
SwapCached:        844 kB
Active:          52712 kB
Inactive:         6960 kB
HighTotal:      131008 kB
HighFree:       105280 kB
LowTotal:       903652 kB
LowFree:        837724 kB
SwapTotal:     2097892 kB
SwapFree:      2096548 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5764 kB
Slab:            26376 kB
Committed_AS:    64148 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 08:19:45 (client local time) WITH STATUS 0 IN 1195.06 SECONDS
stats: 7 7 1195.06 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 1000 variables and 90 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.107
c After prepocess the problem consists of 1000 variables and 90 constraints.
c Restart #1 #Var: 1000 #Dec: 773 LB: 0 @ 0.312
c Restart #2 #Var: 1000 #Dec: 1198 LB: 0 @ 0.619
c Restart #3 #Var: 1000 #Dec: 1821 LB: 0 @ 1.35
c Restart #4 #Var: 1000 #Dec: 2673 LB: 0 @ 2.615
c Restart #5 #Var: 1000 #Dec: 3745 LB: 0 @ 4.815
c Restart #6 #Var: 1000 #Dec: 4988 LB: 0 @ 8.387
c Restart #7 #Var: 1000 #Dec: 6429 LB: 0 @ 12.851
c Restart #8 #Var: 1000 #Dec: 8054 LB: 0 @ 18.056
c Restart #9 #Var: 1000 #Dec: 9886 LB: 0 @ 24.35
c Restart #10 #Var: 1000 #Dec: 11949 LB: 0 @ 32.579
c Restart #11 #Var: 1000 #Dec: 14182 LB: 0 @ 41.975
c Restart #12 #Var: 1000 #Dec: 16620 LB: 0 @ 52.859
c Restart #13 #Var: 1000 #Dec: 19272 LB: 0 @ 64.333
c Restart #14 #Var: 1000 #Dec: 22128 LB: 0 @ 77.513
c Restart #15 #Var: 1000 #Dec: 25186 LB: 0 @ 92.961
c Restart #16 #Var: 1000 #Dec: 28498 LB: 0 @ 109.92
c Restart #17 #Var: 1000 #Dec: 31993 LB: 0 @ 127.89
c Restart #18 #Var: 1000 #Dec: 35688 LB: 0 @ 147.07
c Restart #19 #Var: 1000 #Dec: 39565 LB: 0 @ 170.24
c Restart #20 #Var: 1000 #Dec: 43650 LB: 0 @ 195.56
c Restart #21 #Var: 1000 #Dec: 47958 LB: 0 @ 220.11
c Restart #22 #Var: 1000 #Dec: 52480 LB: 0 @ 248.58
c Restart #23 #Var: 1000 #Dec: 57231 LB: 0 @ 281.18
c Restart #24 #Var: 1000 #Dec: 62143 LB: 0 @ 313.74
c Restart #25 #Var: 1000 #Dec: 67303 LB: 0 @ 352.88
c Restart #26 #Var: 1000 #Dec: 72619 LB: 0 @ 391.04
c Restart #27 #Var: 1000 #Dec: 78196 LB: 0 @ 434.89
c Restart #28 #Var: 1000 #Dec: 83941 LB: 0 @ 479.55
c Restart #29 #Var: 1000 #Dec: 89907 LB: 0 @ 528.91
c Restart #30 #Var: 1000 #Dec: 96120 LB: 0 @ 576.19
c CHANGE Heuristic... 
c Restart #0 #Var: 1000 #Dec: 102414 LB: 0 @ 627.88
c Restart #1 #Var: 1000 #Dec: 102692 LB: 0 @ 628.13
c Restart #2 #Var: 1000 #Dec: 103113 LB: 0 @ 628.55
c Restart #3 #Var: 1000 #Dec: 103739 LB: 0 @ 629.35
c Restart #4 #Var: 1000 #Dec: 104572 LB: 0 @ 630.65
c Restart #5 #Var: 1000 #Dec: 105602 LB: 0 @ 632.55
c Restart #6 #Var: 1000 #Dec: 106825 LB: 0 @ 635.19
c Restart #7 #Var: 1000 #Dec: 108257 LB: 0 @ 638.82
c Restart #8 #Var: 1000 #Dec: 109909 LB: 0 @ 643.45
c Restart #9 #Var: 1000 #Dec: 111744 LB: 0 @ 648.36
c Restart #10 #Var: 1000 #Dec: 113767 LB: 0 @ 653.98
c Restart #11 #Var: 1000 #Dec: 115995 LB: 0 @ 660.51
c Restart #12 #Var: 1000 #Dec: 118488 LB: 0 @ 668.96
c Restart #13 #Var: 1000 #Dec: 121145 LB: 0 @ 678.81
c Restart #14 #Var: 1000 #Dec: 123987 LB: 0 @ 690.17
c Restart #15 #Var: 1000 #Dec: 127069 LB: 0 @ 703.96
c Restart #16 #Var: 1000 #Dec: 130319 LB: 0 @ 719.45
c Restart #17 #Var: 1000 #Dec: 133775 LB: 0 @ 738.72
c Restart #18 #Var: 1000 #Dec: 137500 LB: 0 @ 758.23
c Restart #19 #Var: 1000 #Dec: 141400 LB: 0 @ 779.04
c Restart #20 #Var: 1000 #Dec: 145467 LB: 0 @ 802.31
c Restart #21 #Var: 1000 #Dec: 149713 LB: 0 @ 826.48
c Restart #22 #Var: 1000 #Dec: 154215 LB: 0 @ 858.49
c Restart #23 #Var: 1000 #Dec: 158907 LB: 0 @ 888.81
c Restart #24 #Var: 1000 #Dec: 163786 LB: 0 @ 919.16
c Restart #25 #Var: 1000 #Dec: 168901 LB: 0 @ 954.32
c Restart #26 #Var: 1000 #Dec: 174218 LB: 0 @ 995
c Restart #27 #Var: 1000 #Dec: 179750 LB: 0 @ 1037.5
c Restart #28 #Var: 1000 #Dec: 185502 LB: 0 @ 1078.6
c Restart #29 #Var: 1000 #Dec: 191395 LB: 0 @ 1115.1
c Restart #30 #Var: 1000 #Dec: 197544 LB: 0 @ 1160.8
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/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1839609668 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 107 3 90 68 0 39 0
[pid=31365] 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/wulflinc18/normalized-chnl20_25_pb.cnf.cr.opb

[startup+10.0046 s]
Raw data (loadavg): 0.93 0.95 0.72 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 2769 0 0 0 954 18 0 0 25 0 1 0 1839609668 14438400 2680 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 3525 2680 1116 68 0 3457 0
[pid=31365] vsize: 14100
Current children cumulated CPU time (s) 9.72
Current children cumulated vsize (Kb) 14100

[startup+20.0055 s]
Raw data (loadavg): 0.94 0.96 0.72 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 3740 0 0 0 1932 29 0 0 25 0 1 0 1839609668 18350080 3651 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 4480 3651 1116 68 0 4412 0
[pid=31365] vsize: 17920
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (Kb) 17920

[startup+30.0065 s]
Raw data (loadavg): 0.95 0.96 0.72 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 4333 0 0 0 2914 36 0 0 25 0 1 0 1839609668 20787200 4244 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 5075 4244 1116 68 0 5007 0
[pid=31365] vsize: 20300
Current children cumulated CPU time (s) 29.5
Current children cumulated vsize (Kb) 20300

[startup+40.0064 s]
Raw data (loadavg): 0.96 0.96 0.73 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 4840 0 0 0 3896 44 0 0 25 0 1 0 1839609668 22937600 4751 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 5600 4751 1116 68 0 5532 0
[pid=31365] vsize: 22400
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (Kb) 22400

[startup+50.0073 s]
Raw data (loadavg): 0.96 0.96 0.73 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 5164 0 0 0 4880 51 0 0 25 0 1 0 1839609668 24289280 5075 4294967295 134512640 134736556 3221224560 3221223276 134553972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 5930 5075 1116 68 0 5862 0
[pid=31365] vsize: 23720
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (Kb) 23720

[startup+60.0073 s]
Raw data (loadavg): 0.97 0.96 0.73 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 5494 0 0 0 5864 57 0 0 25 0 1 0 1839609668 25624576 5405 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 6256 5405 1116 68 0 6188 0
[pid=31365] vsize: 25024
Current children cumulated CPU time (s) 59.21
Current children cumulated vsize (Kb) 25024

[startup+70.0082 s]
Raw data (loadavg): 0.97 0.96 0.73 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 5777 0 0 0 6849 63 0 0 25 0 1 0 1839609668 26705920 5688 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 6520 5688 1116 68 0 6452 0
[pid=31365] vsize: 26080
Current children cumulated CPU time (s) 69.12
Current children cumulated vsize (Kb) 26080

[startup+80.0092 s]
Raw data (loadavg): 0.98 0.96 0.73 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6001 0 0 0 7835 68 0 0 25 0 1 0 1839609668 27668480 5912 4294967295 134512640 134736556 3221224560 3221223184 134537458 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 6755 5912 1116 68 0 6687 0
[pid=31365] vsize: 27020
Current children cumulated CPU time (s) 79.03
Current children cumulated vsize (Kb) 27020

[startup+90.0091 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6212 0 0 0 8819 73 0 0 25 0 1 0 1839609668 28479488 6123 4294967295 134512640 134736556 3221224560 3221223152 134716177 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 6953 6123 1116 68 0 6885 0
[pid=31365] vsize: 27812
Current children cumulated CPU time (s) 88.92
Current children cumulated vsize (Kb) 27812

[startup+100.01 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6311 0 0 0 9805 78 0 0 25 0 1 0 1839609668 28884992 6222 4294967295 134512640 134736556 3221224560 3221223272 134553060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 7052 6222 1116 68 0 6984 0
[pid=31365] vsize: 28208
Current children cumulated CPU time (s) 98.83
Current children cumulated vsize (Kb) 28208

[startup+110.011 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6449 0 0 0 10792 82 0 0 25 0 1 0 1839609668 29564928 6360 4294967295 134512640 134736556 3221224560 3221223152 134543947 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 7218 6360 1116 68 0 7150 0
[pid=31365] vsize: 28872
Current children cumulated CPU time (s) 108.74
Current children cumulated vsize (Kb) 28872

[startup+120.013 s]
Raw data (loadavg): 0.99 0.97 0.74 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6684 0 0 0 11779 88 0 0 25 0 1 0 1839609668 30511104 6595 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 7449 6595 1116 68 0 7381 0
[pid=31365] vsize: 29796
Current children cumulated CPU time (s) 118.67
Current children cumulated vsize (Kb) 29796

[startup+130.013 s]
Raw data (loadavg): 0.99 0.97 0.74 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 6845 0 0 0 12764 95 0 0 25 0 1 0 1839609668 31186944 6756 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 7614 6756 1116 68 0 7546 0
[pid=31365] vsize: 30456
Current children cumulated CPU time (s) 128.59
Current children cumulated vsize (Kb) 30456

[startup+140.013 s]
Raw data (loadavg): 0.99 0.97 0.75 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 6954 0 0 0 13751 100 0 0 25 0 1 0 1839609668 31592448 6865 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 7713 6865 1116 68 0 7645 0
[pid=31365] vsize: 30852
Current children cumulated CPU time (s) 138.51
Current children cumulated vsize (Kb) 30852

[startup+150.014 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 7416 0 0 0 14737 105 0 0 25 0 1 0 1839609668 33464320 7327 4294967295 134512640 134736556 3221224560 3221223152 134537400 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 8170 7327 1116 68 0 8102 0
[pid=31365] vsize: 32680
Current children cumulated CPU time (s) 148.42
Current children cumulated vsize (Kb) 32680

[startup+160.014 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 7602 0 0 0 15724 111 0 0 25 0 1 0 1839609668 34263040 7513 4294967295 134512640 134736556 3221224560 3221223024 134536153 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 8365 7513 1116 68 0 8297 0
[pid=31365] vsize: 33460
Current children cumulated CPU time (s) 158.35
Current children cumulated vsize (Kb) 33460

[startup+170.015 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 7759 0 0 0 16711 115 0 0 25 0 1 0 1839609668 34938880 7670 4294967295 134512640 134736556 3221224560 3221223120 134551233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 8530 7670 1116 68 0 8462 0
[pid=31365] vsize: 34120
Current children cumulated CPU time (s) 168.26
Current children cumulated vsize (Kb) 34120

[startup+180.016 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 7934 0 0 0 17699 120 0 0 25 0 1 0 1839609668 35586048 7845 4294967295 134512640 134736556 3221224560 3221223232 134528735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 8688 7845 1116 68 0 8620 0
[pid=31365] vsize: 34752
Current children cumulated CPU time (s) 178.19
Current children cumulated vsize (Kb) 34752

[startup+190.016 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 8092 0 0 0 18686 126 0 0 25 0 1 0 1839609668 36257792 8003 4294967295 134512640 134736556 3221224560 3221223136 134716332 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 8852 8003 1116 68 0 8784 0
[pid=31365] vsize: 35408
Current children cumulated CPU time (s) 188.12
Current children cumulated vsize (Kb) 35408

[startup+200.017 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 8202 0 0 0 19674 132 0 0 25 0 1 0 1839609668 36659200 8113 4294967295 134512640 134736556 3221224560 3221222940 1077379898 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 8950 8113 1116 68 0 8882 0
[pid=31365] vsize: 35800
Current children cumulated CPU time (s) 198.06
Current children cumulated vsize (Kb) 35800

[startup+210.018 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 8327 0 0 0 20660 136 0 0 25 0 1 0 1839609668 37199872 8238 4294967295 134512640 134736556 3221224560 3221223136 134550254 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 9082 8238 1116 68 0 9014 0
[pid=31365] vsize: 36328
Current children cumulated CPU time (s) 207.96
Current children cumulated vsize (Kb) 36328

[startup+220.019 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 8455 0 0 0 21645 142 0 0 25 0 1 0 1839609668 37736448 8366 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 9213 8366 1116 68 0 9145 0
[pid=31365] vsize: 36852
Current children cumulated CPU time (s) 217.87
Current children cumulated vsize (Kb) 36852

[startup+230.02 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 8602 0 0 0 22635 146 0 0 25 0 1 0 1839609668 38273024 8513 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 9344 8513 1116 68 0 9276 0
[pid=31365] vsize: 37376
Current children cumulated CPU time (s) 227.81
Current children cumulated vsize (Kb) 37376

[startup+240.021 s]
Raw data (loadavg): 0.99 0.97 0.77 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 8727 0 0 0 23623 150 0 0 25 0 1 0 1839609668 38813696 8638 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 9476 8638 1116 68 0 9408 0
[pid=31365] vsize: 37904
Current children cumulated CPU time (s) 237.73
Current children cumulated vsize (Kb) 37904

[startup+250.022 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 9058 0 0 0 24610 155 0 0 25 0 1 0 1839609668 40300544 8969 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 9839 8969 1116 68 0 9771 0
[pid=31365] vsize: 39356
Current children cumulated CPU time (s) 247.65
Current children cumulated vsize (Kb) 39356

[startup+260.023 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 9225 0 0 0 25600 159 0 0 25 0 1 0 1839609668 40984576 9136 4294967295 134512640 134736556 3221224560 3221223272 134553056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 10006 9136 1116 68 0 9938 0
[pid=31365] vsize: 40024
Current children cumulated CPU time (s) 257.59
Current children cumulated vsize (Kb) 40024

[startup+270.024 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 9352 0 0 0 26589 162 0 0 25 0 1 0 1839609668 41525248 9263 4294967295 134512640 134736556 3221224560 3221223216 134536527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 10138 9263 1116 68 0 10070 0
[pid=31365] vsize: 40552
Current children cumulated CPU time (s) 267.51
Current children cumulated vsize (Kb) 40552

[startup+280.024 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 9454 0 0 0 27580 165 0 0 25 0 1 0 1839609668 41930752 9365 4294967295 134512640 134736556 3221224560 3221223384 134602653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 10237 9365 1116 68 0 10169 0
[pid=31365] vsize: 40948
Current children cumulated CPU time (s) 277.45
Current children cumulated vsize (Kb) 40948

[startup+290.024 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 9963 0 0 0 28564 172 0 0 25 0 1 0 1839609668 43950080 9874 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 10730 9874 1116 68 0 10662 0
[pid=31365] vsize: 42920
Current children cumulated CPU time (s) 287.36
Current children cumulated vsize (Kb) 42920

[startup+300.025 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10088 0 0 0 29554 176 0 0 25 0 1 0 1839609668 44490752 9999 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 10862 9999 1116 68 0 10794 0
[pid=31365] vsize: 43448
Current children cumulated CPU time (s) 297.3
Current children cumulated vsize (Kb) 43448

[startup+310.025 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10161 0 0 0 30544 179 0 0 25 0 1 0 1839609668 44761088 10072 4294967295 134512640 134736556 3221224560 3221223296 134605786 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 10928 10072 1116 68 0 10860 0
[pid=31365] vsize: 43712
Current children cumulated CPU time (s) 307.23
Current children cumulated vsize (Kb) 43712

[startup+320.026 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10435 0 0 0 31531 184 0 0 25 0 1 0 1839609668 45969408 10346 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 11223 10346 1116 68 0 11155 0
[pid=31365] vsize: 44892
Current children cumulated CPU time (s) 317.15
Current children cumulated vsize (Kb) 44892

[startup+330.026 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10528 0 0 0 32521 189 0 0 25 0 1 0 1839609668 46239744 10439 4294967295 134512640 134736556 3221224560 3221223152 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 11289 10439 1116 68 0 11221 0
[pid=31365] vsize: 45156
Current children cumulated CPU time (s) 327.1
Current children cumulated vsize (Kb) 45156

[startup+340.026 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10654 0 0 0 33511 192 0 0 25 0 1 0 1839609668 46776320 10565 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 11420 10565 1116 68 0 11352 0
[pid=31365] vsize: 45680
Current children cumulated CPU time (s) 337.03
Current children cumulated vsize (Kb) 45680

[startup+350.027 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 10915 0 0 0 34500 198 0 0 25 0 1 0 1839609668 47849472 10826 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 11682 10826 1116 68 0 11614 0
[pid=31365] vsize: 46728
Current children cumulated CPU time (s) 346.98
Current children cumulated vsize (Kb) 46728

[startup+360.028 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11164 0 0 0 35488 203 0 0 25 0 1 0 1839609668 48930816 11075 4294967295 134512640 134736556 3221224560 3221223288 134605832 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 11946 11075 1116 68 0 11878 0
[pid=31365] vsize: 47784
Current children cumulated CPU time (s) 356.91
Current children cumulated vsize (Kb) 47784

[startup+370.029 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11254 0 0 0 36480 207 0 0 25 0 1 0 1839609668 49201152 11165 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12012 11165 1116 68 0 11944 0
[pid=31365] vsize: 48048
Current children cumulated CPU time (s) 366.87
Current children cumulated vsize (Kb) 48048

[startup+380.03 s]
Raw data (loadavg): 0.99 0.97 0.79 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 11293 0 0 0 37474 209 0 0 25 0 1 0 1839609668 49463296 11204 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12076 11204 1116 68 0 12008 0
[pid=31365] vsize: 48304
Current children cumulated CPU time (s) 376.83
Current children cumulated vsize (Kb) 48304

[startup+390.03 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11511 0 0 0 38461 214 0 0 25 0 1 0 1839609668 50270208 11422 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 12273 11422 1116 68 0 12205 0
[pid=31365] vsize: 49092
Current children cumulated CPU time (s) 386.75
Current children cumulated vsize (Kb) 49092

[startup+400.031 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11640 0 0 0 39450 219 0 0 25 0 1 0 1839609668 50810880 11551 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12405 11551 1116 68 0 12337 0
[pid=31365] vsize: 49620
Current children cumulated CPU time (s) 396.69
Current children cumulated vsize (Kb) 49620

[startup+410.031 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11693 0 0 0 40441 222 0 0 25 0 1 0 1839609668 51081216 11604 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12471 11604 1116 68 0 12403 0
[pid=31365] vsize: 49884
Current children cumulated CPU time (s) 406.63
Current children cumulated vsize (Kb) 49884

[startup+420.032 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 11855 0 0 0 41431 226 0 0 25 0 1 0 1839609668 51757056 11766 4294967295 134512640 134736556 3221224560 3221223232 134528678 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12636 11766 1116 68 0 12568 0
[pid=31365] vsize: 50544
Current children cumulated CPU time (s) 416.57
Current children cumulated vsize (Kb) 50544

[startup+430.033 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12074 0 0 0 42418 231 0 0 25 0 1 0 1839609668 52666368 11985 4294967295 134512640 134736556 3221224560 3221223120 134550956 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 12858 11985 1116 68 0 12790 0
[pid=31365] vsize: 51432
Current children cumulated CPU time (s) 426.49
Current children cumulated vsize (Kb) 51432

[startup+440.033 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12260 0 0 0 43408 236 0 0 25 0 1 0 1839609668 53321728 12171 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13018 12171 1116 68 0 12950 0
[pid=31365] vsize: 52072
Current children cumulated CPU time (s) 436.44
Current children cumulated vsize (Kb) 52072

[startup+450.034 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12390 0 0 0 44398 238 0 0 25 0 1 0 1839609668 53862400 12301 4294967295 134512640 134736556 3221224560 3221223096 134536597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13150 12301 1116 68 0 13082 0
[pid=31365] vsize: 52600
Current children cumulated CPU time (s) 446.36
Current children cumulated vsize (Kb) 52600

[startup+460.034 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12489 0 0 0 45389 242 0 0 25 0 1 0 1839609668 54267904 12400 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 13249 12400 1116 68 0 13181 0
[pid=31365] vsize: 52996
Current children cumulated CPU time (s) 456.31
Current children cumulated vsize (Kb) 52996

[startup+470.035 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12600 0 0 0 46378 246 0 0 25 0 1 0 1839609668 54808576 12511 4294967295 134512640 134736556 3221224560 3221223296 134597464 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 13381 12511 1116 68 0 13313 0
[pid=31365] vsize: 53524
Current children cumulated CPU time (s) 466.24
Current children cumulated vsize (Kb) 53524

[startup+480.036 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 12715 0 0 0 47369 250 0 0 25 0 1 0 1839609668 55214080 12626 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13480 12626 1116 68 0 13412 0
[pid=31365] vsize: 53920
Current children cumulated CPU time (s) 476.19
Current children cumulated vsize (Kb) 53920

[startup+490.036 s]
Raw data (loadavg): 0.99 0.97 0.81 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 12942 0 0 0 48357 254 0 0 25 0 1 0 1839609668 56152064 12853 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13709 12853 1116 68 0 13641 0
[pid=31365] vsize: 54836
Current children cumulated CPU time (s) 486.11
Current children cumulated vsize (Kb) 54836

[startup+500.037 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13041 0 0 0 49349 258 0 0 25 0 1 0 1839609668 56557568 12952 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13808 12952 1116 68 0 13740 0
[pid=31365] vsize: 55232
Current children cumulated CPU time (s) 496.07
Current children cumulated vsize (Kb) 55232

[startup+510.037 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13161 0 0 0 50337 263 0 0 25 0 1 0 1839609668 57098240 13072 4294967295 134512640 134736556 3221224560 3221223232 134528729 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 13940 13072 1116 68 0 13872 0
[pid=31365] vsize: 55760
Current children cumulated CPU time (s) 506
Current children cumulated vsize (Kb) 55760

[startup+520.038 s]
Raw data (loadavg): 0.99 0.97 0.82 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 13227 0 0 0 51328 266 0 0 25 0 1 0 1839609668 57368576 13138 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14006 13138 1116 68 0 13938 0
[pid=31365] vsize: 56024
Current children cumulated CPU time (s) 515.94
Current children cumulated vsize (Kb) 56024

[startup+530.039 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13297 0 0 0 52320 269 0 0 25 0 1 0 1839609668 57638912 13208 4294967295 134512640 134736556 3221224560 3221223088 134536601 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14072 13208 1116 68 0 14004 0
[pid=31365] vsize: 56288
Current children cumulated CPU time (s) 525.89
Current children cumulated vsize (Kb) 56288

[startup+540.039 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13495 0 0 0 53308 274 0 0 25 0 1 0 1839609668 58466304 13406 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14274 13406 1116 68 0 14206 0
[pid=31365] vsize: 57096
Current children cumulated CPU time (s) 535.82
Current children cumulated vsize (Kb) 57096

[startup+550.04 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13560 0 0 0 54300 277 0 0 25 0 1 0 1839609668 58736640 13471 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14340 13471 1116 68 0 14272 0
[pid=31365] vsize: 57360
Current children cumulated CPU time (s) 545.77
Current children cumulated vsize (Kb) 57360

[startup+560.04 s]
Raw data (loadavg): 0.99 0.97 0.82 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 13608 0 0 0 55291 280 0 0 25 0 1 0 1839609668 58867712 13519 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14372 13519 1116 68 0 14304 0
[pid=31365] vsize: 57488
Current children cumulated CPU time (s) 555.71
Current children cumulated vsize (Kb) 57488

[startup+570.041 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13688 0 0 0 56282 284 0 0 25 0 1 0 1839609668 59273216 13599 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14471 13599 1116 68 0 14403 0
[pid=31365] vsize: 57884
Current children cumulated CPU time (s) 565.66
Current children cumulated vsize (Kb) 57884

[startup+580.042 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13862 0 0 0 57268 290 0 0 25 0 1 0 1839609668 59949056 13773 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14636 13773 1116 68 0 14568 0
[pid=31365] vsize: 58544
Current children cumulated CPU time (s) 575.58
Current children cumulated vsize (Kb) 58544

[startup+590.042 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13909 0 0 0 58261 293 0 0 25 0 1 0 1839609668 60219392 13820 4294967295 134512640 134736556 3221224560 3221223180 134537572 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14702 13820 1116 68 0 14634 0
[pid=31365] vsize: 58808
Current children cumulated CPU time (s) 585.54
Current children cumulated vsize (Kb) 58808

[startup+600.043 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13955 0 0 0 59255 296 0 0 25 0 1 0 1839609668 60354560 13866 4294967295 134512640 134736556 3221224560 3221223024 134536182 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14735 13866 1116 68 0 14667 0
[pid=31365] vsize: 58940
Current children cumulated CPU time (s) 595.51
Current children cumulated vsize (Kb) 58940

[startup+610.043 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 13980 0 0 0 60248 298 0 0 25 0 1 0 1839609668 60489728 13891 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 14768 13891 1116 68 0 14700 0
[pid=31365] vsize: 59072
Current children cumulated CPU time (s) 605.46
Current children cumulated vsize (Kb) 59072

[startup+620.043 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 14203 0 0 0 61237 303 0 0 25 0 1 0 1839609668 61435904 14114 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 14999 14114 1116 68 0 14931 0
[pid=31365] vsize: 59996
Current children cumulated CPU time (s) 615.4
Current children cumulated vsize (Kb) 59996

[startup+630.044 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 14410 0 0 0 62222 309 0 0 25 0 1 0 1839609668 62255104 14319 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 15199 14319 1116 68 0 15131 0
[pid=31365] vsize: 60796
Current children cumulated CPU time (s) 625.31
Current children cumulated vsize (Kb) 60796

[startup+640.045 s]
Raw data (loadavg): 0.99 0.97 0.83 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 15681 0 0 0 63193 320 0 0 25 0 1 0 1839609668 67526656 15590 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/31365/statm): 16486 15590 1116 68 0 16418 0
[pid=31365] vsize: 65944
Current children cumulated CPU time (s) 635.13
Current children cumulated vsize (Kb) 65944

[startup+650.046 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 16179 0 0 0 64168 329 0 0 25 0 1 0 1839609668 69529600 16088 4294967295 134512640 134736556 3221224560 3221223152 134716144 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 16975 16088 1116 68 0 16907 0
[pid=31365] vsize: 67900
Current children cumulated CPU time (s) 644.97
Current children cumulated vsize (Kb) 67900

[startup+660.047 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 16592 0 0 0 65142 339 0 0 25 0 1 0 1839609668 71151616 16501 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 17371 16501 1116 68 0 17303 0
[pid=31365] vsize: 69484
Current children cumulated CPU time (s) 654.81
Current children cumulated vsize (Kb) 69484

[startup+670.048 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 16953 0 0 0 66121 348 0 0 25 0 1 0 1839609668 72638464 16862 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 17734 16862 1116 68 0 17666 0
[pid=31365] vsize: 70936
Current children cumulated CPU time (s) 664.69
Current children cumulated vsize (Kb) 70936

[startup+680.049 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 17388 0 0 0 67100 358 0 0 25 0 1 0 1839609668 74522624 17297 4294967295 134512640 134736556 3221224560 3221223336 134560326 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 18194 17297 1116 68 0 18126 0
[pid=31365] vsize: 72776
Current children cumulated CPU time (s) 674.58
Current children cumulated vsize (Kb) 72776

[startup+690.049 s]
Raw data (loadavg): 0.99 0.97 0.84 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 17905 0 0 0 68079 366 0 0 25 0 1 0 1839609668 76546048 17814 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 18688 17814 1116 68 0 18620 0
[pid=31365] vsize: 74752
Current children cumulated CPU time (s) 684.45
Current children cumulated vsize (Kb) 74752

[startup+700.05 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 18316 0 0 0 69061 372 0 0 25 0 1 0 1839609668 78303232 18225 4294967295 134512640 134736556 3221224560 3221223284 134605611 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 19117 18225 1116 68 0 19049 0
[pid=31365] vsize: 76468
Current children cumulated CPU time (s) 694.33
Current children cumulated vsize (Kb) 76468

[startup+710.051 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 18513 0 0 0 70045 378 0 0 25 0 1 0 1839609668 79110144 18422 4294967295 134512640 134736556 3221224560 3221223248 134536564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 19314 18422 1116 68 0 19246 0
[pid=31365] vsize: 77256
Current children cumulated CPU time (s) 704.23
Current children cumulated vsize (Kb) 77256

[startup+720.052 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 18693 0 0 0 71032 383 0 0 25 0 1 0 1839609668 79785984 18602 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 19479 18602 1116 68 0 19411 0
[pid=31365] vsize: 77916
Current children cumulated CPU time (s) 714.15
Current children cumulated vsize (Kb) 77916

[startup+730.053 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 18859 0 0 0 72017 388 0 0 25 0 1 0 1839609668 80461824 18768 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 19644 18768 1116 68 0 19576 0
[pid=31365] vsize: 78576
Current children cumulated CPU time (s) 724.05
Current children cumulated vsize (Kb) 78576

[startup+740.054 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 19222 0 0 0 73001 394 0 0 25 0 1 0 1839609668 81940480 19131 4294967295 134512640 134736556 3221224560 3221223212 134554110 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20005 19131 1116 68 0 19937 0
[pid=31365] vsize: 80020
Current children cumulated CPU time (s) 733.95
Current children cumulated vsize (Kb) 80020

[startup+750.055 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 19379 0 0 0 73989 398 0 0 25 0 1 0 1839609668 82599936 19288 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20166 19288 1116 68 0 20098 0
[pid=31365] vsize: 80664
Current children cumulated CPU time (s) 743.87
Current children cumulated vsize (Kb) 80664

[startup+760.055 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 19527 0 0 0 74975 402 0 0 25 0 1 0 1839609668 83275776 19436 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20331 19436 1116 68 0 20263 0
[pid=31365] vsize: 81324
Current children cumulated CPU time (s) 753.77
Current children cumulated vsize (Kb) 81324

[startup+770.056 s]
Raw data (loadavg): 0.99 0.97 0.84 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 19717 0 0 0 75964 407 0 0 25 0 1 0 1839609668 83951616 19626 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20496 19626 1116 68 0 20428 0
[pid=31365] vsize: 81984
Current children cumulated CPU time (s) 763.71
Current children cumulated vsize (Kb) 81984

[startup+780.057 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 19977 0 0 0 76949 413 0 0 25 0 1 0 1839609668 85024768 19886 4294967295 134512640 134736556 3221224560 3221223184 134537427 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20758 19886 1116 68 0 20690 0
[pid=31365] vsize: 83032
Current children cumulated CPU time (s) 773.62
Current children cumulated vsize (Kb) 83032

[startup+790.057 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 20142 0 0 0 77936 418 0 0 25 0 1 0 1839609668 85700608 20051 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 20923 20051 1116 68 0 20855 0
[pid=31365] vsize: 83692
Current children cumulated CPU time (s) 783.54
Current children cumulated vsize (Kb) 83692

[startup+800.058 s]
Raw data (loadavg): 0.99 0.97 0.85 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 20357 0 0 0 78925 423 0 0 25 0 1 0 1839609668 86646784 20266 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21154 20266 1116 68 0 21086 0
[pid=31365] vsize: 84616
Current children cumulated CPU time (s) 793.48
Current children cumulated vsize (Kb) 84616

[startup+810.059 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 20506 0 0 0 79911 428 0 0 25 0 1 0 1839609668 87187456 20415 4294967295 134512640 134736556 3221224560 3221222940 1077379908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21286 20415 1116 68 0 21218 0
[pid=31365] vsize: 85144
Current children cumulated CPU time (s) 803.39
Current children cumulated vsize (Kb) 85144

[startup+820.06 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 20720 0 0 0 80898 433 0 0 25 0 1 0 1839609668 88133632 20629 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21517 20629 1116 68 0 21449 0
[pid=31365] vsize: 86068
Current children cumulated CPU time (s) 813.31
Current children cumulated vsize (Kb) 86068

[startup+830.061 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 20897 0 0 0 81886 438 0 0 25 0 1 0 1839609668 88797184 20806 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21679 20806 1116 68 0 21611 0
[pid=31365] vsize: 86716
Current children cumulated CPU time (s) 823.24
Current children cumulated vsize (Kb) 86716

[startup+840.062 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21042 0 0 0 82876 442 0 0 25 0 1 0 1839609668 89468928 20951 4294967295 134512640 134736556 3221224560 3221223120 134551150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21843 20951 1116 68 0 21775 0
[pid=31365] vsize: 87372
Current children cumulated CPU time (s) 833.18
Current children cumulated vsize (Kb) 87372

[startup+850.062 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21148 0 0 0 83865 447 0 0 25 0 1 0 1839609668 89874432 21057 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 21942 21057 1116 68 0 21874 0
[pid=31365] vsize: 87768
Current children cumulated CPU time (s) 843.12
Current children cumulated vsize (Kb) 87768

[startup+860.062 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21200 0 0 0 84854 450 0 0 25 0 1 0 1839609668 90140672 21109 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22007 21109 1116 68 0 21939 0
[pid=31365] vsize: 88028
Current children cumulated CPU time (s) 853.04
Current children cumulated vsize (Kb) 88028

[startup+870.063 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21317 0 0 0 85845 453 0 0 25 0 1 0 1839609668 90546176 21226 4294967295 134512640 134736556 3221224560 3221223272 134553045 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22106 21226 1116 68 0 22038 0
[pid=31365] vsize: 88424
Current children cumulated CPU time (s) 862.98
Current children cumulated vsize (Kb) 88424

[startup+880.064 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21385 0 0 0 86833 459 0 0 25 0 1 0 1839609668 90935296 21294 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 22201 21294 1116 68 0 22133 0
[pid=31365] vsize: 88804
Current children cumulated CPU time (s) 872.92
Current children cumulated vsize (Kb) 88804

[startup+890.064 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21445 0 0 0 87821 463 0 0 25 0 1 0 1839609668 91070464 21354 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 22234 21354 1116 68 0 22166 0
[pid=31365] vsize: 88936
Current children cumulated CPU time (s) 882.84
Current children cumulated vsize (Kb) 88936

[startup+900.065 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21518 0 0 0 88811 466 0 0 25 0 1 0 1839609668 91471872 21427 4294967295 134512640 134736556 3221224560 3221223220 134528665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22332 21427 1116 68 0 22264 0
[pid=31365] vsize: 89328
Current children cumulated CPU time (s) 892.77
Current children cumulated vsize (Kb) 89328

[startup+910.065 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21579 0 0 0 89799 470 0 0 25 0 1 0 1839609668 91742208 21488 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 22398 21488 1116 68 0 22330 0
[pid=31365] vsize: 89592
Current children cumulated CPU time (s) 902.69
Current children cumulated vsize (Kb) 89592

[startup+920.066 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21689 0 0 0 90784 475 0 0 25 0 1 0 1839609668 92143616 21598 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22496 21598 1116 68 0 22428 0
[pid=31365] vsize: 89984
Current children cumulated CPU time (s) 912.59
Current children cumulated vsize (Kb) 89984

[startup+930.067 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21770 0 0 0 91774 479 0 0 25 0 1 0 1839609668 92516352 21679 4294967295 134512640 134736556 3221224560 3221223120 134551178 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22587 21679 1116 68 0 22519 0
[pid=31365] vsize: 90348
Current children cumulated CPU time (s) 922.53
Current children cumulated vsize (Kb) 90348

[startup+940.067 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21826 0 0 0 92764 482 0 0 25 0 1 0 1839609668 92651520 21735 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22620 21735 1116 68 0 22552 0
[pid=31365] vsize: 90480
Current children cumulated CPU time (s) 932.46
Current children cumulated vsize (Kb) 90480

[startup+950.068 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21876 0 0 0 93751 487 0 0 25 0 1 0 1839609668 92934144 21785 4294967295 134512640 134736556 3221224560 3221223296 134605555 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22689 21785 1116 68 0 22621 0
[pid=31365] vsize: 90756
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (Kb) 90756

[startup+960.069 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 21952 0 0 0 94740 491 0 0 25 0 1 0 1839609668 93200384 21861 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 22754 21861 1116 68 0 22686 0
[pid=31365] vsize: 91016
Current children cumulated CPU time (s) 952.31
Current children cumulated vsize (Kb) 91016

[startup+970.07 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22055 0 0 0 95731 494 0 0 25 0 1 0 1839609668 93581312 21964 4294967295 134512640 134736556 3221224560 3221223152 134540180 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 22847 21964 1116 68 0 22779 0
[pid=31365] vsize: 91388
Current children cumulated CPU time (s) 962.25
Current children cumulated vsize (Kb) 91388

[startup+980.071 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22115 0 0 0 96719 500 0 0 25 0 1 0 1839609668 93851648 22024 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 22913 22024 1116 68 0 22845 0
[pid=31365] vsize: 91652
Current children cumulated CPU time (s) 972.19
Current children cumulated vsize (Kb) 91652

[startup+990.071 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22220 0 0 0 97707 505 0 0 25 0 1 0 1839609668 94257152 22129 4294967295 134512640 134736556 3221224560 3221223120 134536705 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23012 22129 1116 68 0 22944 0
[pid=31365] vsize: 92048
Current children cumulated CPU time (s) 982.12
Current children cumulated vsize (Kb) 92048

[startup+1000.07 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22311 0 0 0 98697 508 0 0 25 0 1 0 1839609668 94650368 22220 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23108 22220 1116 68 0 23040 0
[pid=31365] vsize: 92432
Current children cumulated CPU time (s) 992.05
Current children cumulated vsize (Kb) 92432

[startup+1010.07 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22402 0 0 0 99688 511 0 0 25 0 1 0 1839609668 95051776 22311 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23206 22311 1116 68 0 23138 0
[pid=31365] vsize: 92824
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (Kb) 92824

[startup+1020.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22486 0 0 0 100677 515 0 0 25 0 1 0 1839609668 95457280 22395 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23305 22395 1116 68 0 23237 0
[pid=31365] vsize: 93220
Current children cumulated CPU time (s) 1011.92
Current children cumulated vsize (Kb) 93220

[startup+1030.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22599 0 0 0 101665 519 0 0 25 0 1 0 1839609668 95862784 22508 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23404 22508 1116 68 0 23336 0
[pid=31365] vsize: 93616
Current children cumulated CPU time (s) 1021.84
Current children cumulated vsize (Kb) 93616

[startup+1040.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22661 0 0 0 102655 523 0 0 25 0 1 0 1839609668 96133120 22570 4294967295 134512640 134736556 3221224560 3221223276 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23470 22570 1116 68 0 23402 0
[pid=31365] vsize: 93880
Current children cumulated CPU time (s) 1031.78
Current children cumulated vsize (Kb) 93880

[startup+1050.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22755 0 0 0 103645 527 0 0 25 0 1 0 1839609668 96538624 22664 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23569 22664 1116 68 0 23501 0
[pid=31365] vsize: 94276
Current children cumulated CPU time (s) 1041.72
Current children cumulated vsize (Kb) 94276

[startup+1060.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22823 0 0 0 104635 531 0 0 25 0 1 0 1839609668 96800768 22732 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23633 22732 1116 68 0 23565 0
[pid=31365] vsize: 94532
Current children cumulated CPU time (s) 1051.66
Current children cumulated vsize (Kb) 94532

[startup+1070.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 22894 0 0 0 105625 534 0 0 25 0 1 0 1839609668 97071104 22803 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23699 22803 1116 68 0 23631 0
[pid=31365] vsize: 94796
Current children cumulated CPU time (s) 1061.59
Current children cumulated vsize (Kb) 94796

[startup+1080.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 22925 0 0 0 106613 539 0 0 25 0 1 0 1839609668 97206272 22834 4294967295 134512640 134736556 3221224560 3221223040 134535746 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23732 22834 1116 68 0 23664 0
[pid=31365] vsize: 94928
Current children cumulated CPU time (s) 1071.52
Current children cumulated vsize (Kb) 94928

[startup+1090.08 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23030 0 0 0 107602 543 0 0 25 0 1 0 1839609668 97611776 22939 4294967295 134512640 134736556 3221224560 3221223200 134553321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23831 22939 1116 68 0 23763 0
[pid=31365] vsize: 95324
Current children cumulated CPU time (s) 1081.45
Current children cumulated vsize (Kb) 95324

[startup+1100.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23108 0 0 0 108591 547 0 0 25 0 1 0 1839609668 98013184 23017 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23929 23017 1116 68 0 23861 0
[pid=31365] vsize: 95716
Current children cumulated CPU time (s) 1091.38
Current children cumulated vsize (Kb) 95716

[startup+1110.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23169 0 0 0 109579 552 0 0 25 0 1 0 1839609668 98283520 23078 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 23995 23078 1116 68 0 23927 0
[pid=31365] vsize: 95980
Current children cumulated CPU time (s) 1101.31
Current children cumulated vsize (Kb) 95980

[startup+1120.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23197 0 0 0 110567 557 0 0 25 0 1 0 1839609668 98283520 23106 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 23995 23106 1116 68 0 23927 0
[pid=31365] vsize: 95980
Current children cumulated CPU time (s) 1111.24
Current children cumulated vsize (Kb) 95980

[startup+1130.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23221 0 0 0 111559 560 0 0 25 0 1 0 1839609668 98418688 23130 4294967295 134512640 134736556 3221224560 3221223164 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 24028 23130 1116 68 0 23960 0
[pid=31365] vsize: 96112
Current children cumulated CPU time (s) 1121.19
Current children cumulated vsize (Kb) 96112

[startup+1140.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23254 0 0 0 112548 564 0 0 25 0 1 0 1839609668 98553856 23163 4294967295 134512640 134736556 3221224560 3221223280 134605919 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24061 23163 1116 68 0 23993 0
[pid=31365] vsize: 96244
Current children cumulated CPU time (s) 1131.12
Current children cumulated vsize (Kb) 96244

[startup+1150.08 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23313 0 0 0 113537 569 0 0 25 0 1 0 1839609668 98824192 23222 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/31365/statm): 24127 23222 1116 68 0 24059 0
[pid=31365] vsize: 96508
Current children cumulated CPU time (s) 1141.06
Current children cumulated vsize (Kb) 96508

[startup+1160.09 s]
Raw data (loadavg): 0.99 0.97 0.88 1/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) T 31364 31365 31027 0 -1 0 23368 0 0 0 114530 572 0 0 25 0 1 0 1839609668 99094528 23277 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24193 23277 1116 68 0 24125 0
[pid=31365] vsize: 96772
Current children cumulated CPU time (s) 1151.02
Current children cumulated vsize (Kb) 96772

[startup+1170.09 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23759 0 0 0 115518 576 0 0 25 0 1 0 1839609668 100581376 23668 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24556 23668 1116 68 0 24488 0
[pid=31365] vsize: 98224
Current children cumulated CPU time (s) 1160.94
Current children cumulated vsize (Kb) 98224

[startup+1180.09 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23861 0 0 0 116507 581 0 0 25 0 1 0 1839609668 101117952 23770 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24687 23770 1116 68 0 24619 0
[pid=31365] vsize: 98748
Current children cumulated CPU time (s) 1170.88
Current children cumulated vsize (Kb) 98748

[startup+1190.09 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23910 0 0 0 117497 585 0 0 25 0 1 0 1839609668 101253120 23819 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24720 23819 1116 68 0 24652 0
[pid=31365] vsize: 98880
Current children cumulated CPU time (s) 1180.82
Current children cumulated vsize (Kb) 98880

[startup+1200.09 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 31365
Raw data (/proc/31365/stat): 31365 (bsolo) R 31364 31365 31027 0 -1 0 23965 0 0 0 118487 588 0 0 25 0 1 0 1839609668 101523456 23874 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/31365/statm): 24786 23874 1116 68 0 24718 0
[pid=31365] vsize: 99144
Current children cumulated CPU time (s) 1190.75
Current children cumulated vsize (Kb) 99144
One traced child (pid=31365) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1204.42
CPU time (s): 1195.06
CPU user time (s): 1189.11
CPU system time (s): 5.95309
CPU usage (%): 99.2232
Max. virtual memory (cumulated for all children) (Kb): 99144

Verifier Data

ERROR: no interpretation found !