Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-bg512142.opb
MD5SUMbad364b24a8c9bb1cd282751f54245c6
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 161061586616320
Optimality of the best value was proved NO
Number of terms in the objective function 9600
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 773893279252632
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 773893279252632
Number of bits of the biggest sum of numbers50
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1241.78
Number of variables16800
Total number of constraints1307
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint1
Maximum length of a constraint183

Trace number 4981

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        907452 kB
Buffers:         32180 kB
Cached:          64680 kB
SwapCached:        788 kB
Active:          44456 kB
Inactive:        55012 kB
HighTotal:      131008 kB
HighFree:        63392 kB
LowTotal:       903652 kB
LowFree:        844060 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            21960 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:02:18 (client local time) WITH STATUS 0 IN 1195.25 SECONDS
stats: 749 7 1195.25 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 16800 variables and 1185 constraints.
c	preprocess terminated. Elapsed time: 12.202
c After prepocess the problem consists of 13530 variables and 1169 constraints.
c Initial Lower Bound: 12615680
c Restart #1 #Var: 13530 #Dec: 21555 LB: 12615680 @ 219.1
c Restart #2 #Var: 13530 #Dec: 47358 LB: 12615680 @ 432.1
c CHANGE Heuristic... 
c Restart #0 #Var: 13530 #Dec: 103374 LB: 12615680 @ 692.11
c Restart #1 #Var: 13523 #Dec: 112257 LB: 12615680 @ 903.39
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/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 25 0 0 0 0 0 0 0 22 0 1 0 1730490717 438272 9 4294967295 134512640 134736556 3221224560 3221223920 1073813229 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 107 9 90 68 0 39 0
[pid=6385] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-bg512142.opb

[startup+10.0028 s]
Raw data (loadavg): 0.93 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 11530 0 0 0 952 36 0 0 25 0 1 0 1730490717 50561024 11441 4294967295 134512640 134736556 3221224560 3221221404 1077253364 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 12344 11441 1116 68 0 12276 0
[pid=6385] vsize: 49376
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 49376

[startup+20.0034 s]
Raw data (loadavg): 0.94 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14145 0 0 0 1941 45 0 0 25 0 1 0 1730490717 61730816 14056 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14056 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (Kb) 60284

[startup+30.0041 s]
Raw data (loadavg): 0.95 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14145 0 0 0 2938 46 0 0 25 0 1 0 1730490717 61730816 14056 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14056 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 29.84
Current children cumulated vsize (Kb) 60284

[startup+40.0038 s]
Raw data (loadavg): 0.95 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14147 0 0 0 3936 47 0 0 25 0 1 0 1730490717 61730816 14058 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14058 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 39.83
Current children cumulated vsize (Kb) 60284

[startup+50.0045 s]
Raw data (loadavg): 0.96 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14147 0 0 0 4933 48 0 0 25 0 1 0 1730490717 61730816 14058 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14058 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (Kb) 60284

[startup+60.0052 s]
Raw data (loadavg): 0.97 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14147 0 0 0 5931 49 0 0 25 0 1 0 1730490717 61730816 14058 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14058 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 59.8
Current children cumulated vsize (Kb) 60284

[startup+70.0049 s]
Raw data (loadavg): 0.97 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14149 0 0 0 6927 51 0 0 25 0 1 0 1730490717 61730816 14060 4294967295 134512640 134736556 3221224560 3221223192 134648986 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14060 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 69.78
Current children cumulated vsize (Kb) 60284

[startup+80.0055 s]
Raw data (loadavg): 0.98 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14149 0 0 0 7923 52 0 0 25 0 1 0 1730490717 61730816 14060 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14060 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 79.75
Current children cumulated vsize (Kb) 60284

[startup+90.0052 s]
Raw data (loadavg): 0.98 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14151 0 0 0 8920 53 0 0 25 0 1 0 1730490717 61730816 14062 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14062 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 89.73
Current children cumulated vsize (Kb) 60284

[startup+100.006 s]
Raw data (loadavg): 0.98 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14151 0 0 0 9918 55 0 0 25 0 1 0 1730490717 61730816 14062 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14062 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 99.73
Current children cumulated vsize (Kb) 60284

[startup+110.007 s]
Raw data (loadavg): 0.98 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14151 0 0 0 10914 56 0 0 25 0 1 0 1730490717 61730816 14062 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14062 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 109.7
Current children cumulated vsize (Kb) 60284

[startup+120.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14153 0 0 0 11910 58 0 0 25 0 1 0 1730490717 61730816 14064 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14064 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 119.68
Current children cumulated vsize (Kb) 60284

[startup+130.006 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14153 0 0 0 12906 60 0 0 25 0 1 0 1730490717 61730816 14064 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14064 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 129.66
Current children cumulated vsize (Kb) 60284

[startup+140.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14155 0 0 0 13902 61 0 0 25 0 1 0 1730490717 61730816 14066 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14066 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 139.63
Current children cumulated vsize (Kb) 60284

[startup+150.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14157 0 0 0 14897 63 0 0 25 0 1 0 1730490717 61730816 14068 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14068 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 149.6
Current children cumulated vsize (Kb) 60284

[startup+160.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 14157 0 0 0 15893 64 0 0 25 0 1 0 1730490717 61730816 14068 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 15071 14068 1116 68 0 15003 0
[pid=6385] vsize: 60284
Current children cumulated CPU time (s) 159.57
Current children cumulated vsize (Kb) 60284

[startup+170.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 22320 0 0 0 16868 83 0 0 25 0 1 0 1730490717 95182848 22231 4294967295 134512640 134736556 3221224560 3221223180 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 23238 22231 1116 68 0 23170 0
[pid=6385] vsize: 92952
Current children cumulated CPU time (s) 169.51
Current children cumulated vsize (Kb) 92952

[startup+180.007 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 50625 0 0 0 17793 145 0 0 25 0 1 0 1730490717 225849344 50535 4294967295 134512640 134736556 3221224560 3221223172 134539489 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 55139 50535 1116 68 0 55071 0
[pid=6385] vsize: 220556
Current children cumulated CPU time (s) 179.38
Current children cumulated vsize (Kb) 220556

[startup+190.007 s]
Raw data (loadavg): 0.99 0.98 0.99 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 96082 0 0 0 18679 237 0 0 25 0 1 0 1730490717 441442304 95969 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 107774 95969 1116 68 0 107706 0
[pid=6385] vsize: 431096
Current children cumulated CPU time (s) 189.16
Current children cumulated vsize (Kb) 431096

[startup+200.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 96945 0 0 0 19645 250 0 0 25 0 1 0 1730490717 444919808 96758 4294967295 134512640 134736556 3221224560 3221223172 134558377 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108623 96758 1116 68 0 108555 0
[pid=6385] vsize: 434492
Current children cumulated CPU time (s) 198.95
Current children cumulated vsize (Kb) 434492

[startup+210.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97015 0 0 0 20614 261 0 0 25 0 1 0 1730490717 444956672 96826 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 108632 96826 1116 68 0 108564 0
[pid=6385] vsize: 434528
Current children cumulated CPU time (s) 208.75
Current children cumulated vsize (Kb) 434528

[startup+220.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 21602 266 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223132 134536396 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 218.68
Current children cumulated vsize (Kb) 434708

[startup+230.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 22601 266 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 228.67
Current children cumulated vsize (Kb) 434708

[startup+240.008 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 23599 267 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 238.66
Current children cumulated vsize (Kb) 434708

[startup+250.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 24596 269 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 248.65
Current children cumulated vsize (Kb) 434708

[startup+260.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 25593 270 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 258.63
Current children cumulated vsize (Kb) 434708

[startup+270.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 26590 271 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 268.61
Current children cumulated vsize (Kb) 434708

[startup+280.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 27588 273 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 278.61
Current children cumulated vsize (Kb) 434708

[startup+290.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 28583 274 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649110 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 288.57
Current children cumulated vsize (Kb) 434708

[startup+300.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 29579 276 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 298.55
Current children cumulated vsize (Kb) 434708

[startup+310.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 30576 277 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 308.53
Current children cumulated vsize (Kb) 434708

[startup+320.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 31572 278 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 318.5
Current children cumulated vsize (Kb) 434708

[startup+330.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 32567 280 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 328.47
Current children cumulated vsize (Kb) 434708

[startup+340.009 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 33563 282 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 338.45
Current children cumulated vsize (Kb) 434708

[startup+350.01 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 34560 283 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223280 134645798 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 348.43
Current children cumulated vsize (Kb) 434708

[startup+360.011 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 97043 0 0 0 35555 286 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 358.41
Current children cumulated vsize (Kb) 434708

[startup+370.01 s]
Raw data (loadavg): 0.99 0.98 0.99 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 97043 0 0 0 36549 288 0 0 25 0 1 0 1730490717 445140992 96846 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 96846 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 368.37
Current children cumulated vsize (Kb) 434708

[startup+380.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 98720 0 0 0 37540 294 0 0 25 0 1 0 1730490717 445140992 98519 4294967295 134512640 134736556 3221224560 3221223168 134558258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 98519 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 378.34
Current children cumulated vsize (Kb) 434708

[startup+390.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 104482 0 0 0 38525 307 0 0 25 0 1 0 1730490717 445140992 104269 4294967295 134512640 134736556 3221224560 3221223296 134646172 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 104269 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 388.32
Current children cumulated vsize (Kb) 434708

[startup+400.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106223 0 0 0 39504 317 0 0 21 0 1 0 1730490717 445140992 106010 4294967295 134512640 134736556 3221224560 3221223184 134539531 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 106010 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 398.21
Current children cumulated vsize (Kb) 434708

[startup+410.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106223 0 0 0 40480 325 0 0 25 0 1 0 1730490717 445140992 106010 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108677 106010 1116 68 0 108609 0
[pid=6385] vsize: 434708
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (Kb) 434708

[startup+420.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106240 0 0 0 41455 333 0 0 25 0 1 0 1730490717 445214720 106027 4294967295 134512640 134736556 3221224560 3221222888 1077379959 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108695 106027 1116 68 0 108627 0
[pid=6385] vsize: 434780
Current children cumulated CPU time (s) 417.88
Current children cumulated vsize (Kb) 434780

[startup+430.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 42433 343 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223132 134536254 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 427.76
Current children cumulated vsize (Kb) 434848

[startup+440.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 43430 344 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223204 134649522 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 437.74
Current children cumulated vsize (Kb) 434848

[startup+450.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 44428 344 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 447.72
Current children cumulated vsize (Kb) 434848

[startup+460.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 45425 345 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 457.7
Current children cumulated vsize (Kb) 434848

[startup+470.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 46423 347 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 467.7
Current children cumulated vsize (Kb) 434848

[startup+480.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 47419 349 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 477.68
Current children cumulated vsize (Kb) 434848

[startup+490.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 48416 350 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 487.66
Current children cumulated vsize (Kb) 434848

[startup+500.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 49414 351 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 497.65
Current children cumulated vsize (Kb) 434848

[startup+510.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 50410 352 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 507.62
Current children cumulated vsize (Kb) 434848

[startup+520.014 s]
Raw data (loadavg): 0.99 0.98 0.99 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 106384 0 0 0 51407 354 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 517.61
Current children cumulated vsize (Kb) 434848

[startup+530.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 52403 355 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 527.58
Current children cumulated vsize (Kb) 434848

[startup+540.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 53400 357 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 537.57
Current children cumulated vsize (Kb) 434848

[startup+550.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 54396 359 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 547.55
Current children cumulated vsize (Kb) 434848

[startup+560.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 55392 360 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 557.52
Current children cumulated vsize (Kb) 434848

[startup+570.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106384 0 0 0 56388 361 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 567.49
Current children cumulated vsize (Kb) 434848

[startup+580.017 s]
Raw data (loadavg): 0.99 0.98 0.99 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 106384 0 0 0 57382 364 0 0 25 0 1 0 1730490717 445284352 106051 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106051 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 577.46
Current children cumulated vsize (Kb) 434848

[startup+590.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106393 0 0 0 58378 366 0 0 25 0 1 0 1730490717 445284352 106060 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106060 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 587.44
Current children cumulated vsize (Kb) 434848

[startup+600.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 106770 0 0 0 59373 368 0 0 25 0 1 0 1730490717 445284352 106437 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 106437 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 597.41
Current children cumulated vsize (Kb) 434848

[startup+610.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 107377 0 0 0 60359 374 0 0 25 0 1 0 1730490717 445284352 107044 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 107044 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 607.33
Current children cumulated vsize (Kb) 434848

[startup+620.016 s]
Raw data (loadavg): 0.99 0.98 0.99 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 107377 0 0 0 61328 386 0 0 25 0 1 0 1730490717 445284352 107044 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 107044 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 617.14
Current children cumulated vsize (Kb) 434848

[startup+630.017 s]
Raw data (loadavg): 0.99 0.98 0.99 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 107377 0 0 0 62295 398 0 0 25 0 1 0 1730490717 445284352 107044 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 107044 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 626.93
Current children cumulated vsize (Kb) 434848

[startup+640.017 s]
Raw data (loadavg): 1.07 1.00 1.00 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 107377 0 0 0 63267 408 0 0 25 0 1 0 1730490717 445284352 107044 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108712 107044 1116 68 0 108644 0
[pid=6385] vsize: 434848
Current children cumulated CPU time (s) 636.75
Current children cumulated vsize (Kb) 434848

[startup+650.017 s]
Raw data (loadavg): 1.06 1.00 1.00 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 107427 0 0 0 64234 421 0 0 25 0 1 0 1730490717 445468672 107050 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108757 107050 1116 68 0 108689 0
[pid=6385] vsize: 435028
Current children cumulated CPU time (s) 646.55
Current children cumulated vsize (Kb) 435028

[startup+660.018 s]
Raw data (loadavg): 1.05 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 107651 0 0 0 65202 430 0 0 25 0 1 0 1730490717 445468672 107072 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108757 107072 1116 68 0 108689 0
[pid=6385] vsize: 435028
Current children cumulated CPU time (s) 656.32
Current children cumulated vsize (Kb) 435028

[startup+670.018 s]
Raw data (loadavg): 1.04 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 107850 0 0 0 66169 442 0 0 25 0 1 0 1730490717 445296640 107057 4294967295 134512640 134736556 3221224560 3221223152 134558480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108715 107057 1116 68 0 108647 0
[pid=6385] vsize: 434860
Current children cumulated CPU time (s) 666.11
Current children cumulated vsize (Kb) 434860

[startup+680.018 s]
Raw data (loadavg): 1.03 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 108081 0 0 0 67138 453 0 0 25 0 1 0 1730490717 445370368 107074 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108733 107074 1116 68 0 108665 0
[pid=6385] vsize: 434932
Current children cumulated CPU time (s) 675.91
Current children cumulated vsize (Kb) 434932

[startup+690.018 s]
Raw data (loadavg): 1.03 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 68109 464 0 0 25 0 1 0 1730490717 445370368 107075 4294967295 134512640 134736556 3221224560 3221222920 1077379843 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108733 107075 1116 68 0 108665 0
[pid=6385] vsize: 434932
Current children cumulated CPU time (s) 685.73
Current children cumulated vsize (Kb) 434932

[startup+700.02 s]
Raw data (loadavg): 1.02 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 69108 465 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 695.73
Current children cumulated vsize (Kb) 434452

[startup+710.019 s]
Raw data (loadavg): 1.02 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 70105 466 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 705.71
Current children cumulated vsize (Kb) 434452

[startup+720.019 s]
Raw data (loadavg): 1.02 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 71103 467 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223152 134558146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 715.7
Current children cumulated vsize (Kb) 434452

[startup+730.02 s]
Raw data (loadavg): 1.01 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 72100 468 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 725.68
Current children cumulated vsize (Kb) 434452

[startup+740.019 s]
Raw data (loadavg): 1.01 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 73097 469 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 735.66
Current children cumulated vsize (Kb) 434452

[startup+750.02 s]
Raw data (loadavg): 1.01 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 74094 470 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 745.64
Current children cumulated vsize (Kb) 434452

[startup+760.02 s]
Raw data (loadavg): 1.01 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 75092 471 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 755.63
Current children cumulated vsize (Kb) 434452

[startup+770.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 76089 472 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223100 134555082 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 765.61
Current children cumulated vsize (Kb) 434452

[startup+780.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 77084 474 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 775.58
Current children cumulated vsize (Kb) 434452

[startup+790.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108295 0 0 0 78081 476 0 0 25 0 1 0 1730490717 444878848 106994 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 106994 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 785.57
Current children cumulated vsize (Kb) 434452

[startup+800.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 108747 0 0 0 79077 478 0 0 25 0 1 0 1730490717 444878848 107446 4294967295 134512640 134736556 3221224560 3221223184 134539507 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 108613 107446 1116 68 0 108545 0
[pid=6385] vsize: 434452
Current children cumulated CPU time (s) 795.55
Current children cumulated vsize (Kb) 434452

[startup+810.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120227 0 0 0 80046 502 0 0 25 0 1 0 1730490717 496537600 118926 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118926 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 805.48
Current children cumulated vsize (Kb) 484900

[startup+820.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 81043 503 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223100 134536340 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 815.46
Current children cumulated vsize (Kb) 484900

[startup+830.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 82040 504 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 825.44
Current children cumulated vsize (Kb) 484900

[startup+840.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 83037 505 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 835.42
Current children cumulated vsize (Kb) 484900

[startup+850.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 84034 507 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223208 134649673 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 845.41
Current children cumulated vsize (Kb) 484900

[startup+860.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 85030 509 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 855.39
Current children cumulated vsize (Kb) 484900

[startup+870.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 86026 510 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 865.36
Current children cumulated vsize (Kb) 484900

[startup+880.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 87024 511 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 875.35
Current children cumulated vsize (Kb) 484900

[startup+890.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 88021 512 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 885.33
Current children cumulated vsize (Kb) 484900

[startup+900.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 89018 513 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 895.31
Current children cumulated vsize (Kb) 484900

[startup+910.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 90016 515 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 905.31
Current children cumulated vsize (Kb) 484900

[startup+920.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 91012 516 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 915.28
Current children cumulated vsize (Kb) 484900

[startup+930.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 92010 517 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 925.27
Current children cumulated vsize (Kb) 484900

[startup+940.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 93007 519 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 935.26
Current children cumulated vsize (Kb) 484900

[startup+950.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 94003 520 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 945.23
Current children cumulated vsize (Kb) 484900

[startup+960.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 95001 520 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 955.21
Current children cumulated vsize (Kb) 484900

[startup+970.025 s]
Raw data (loadavg): 1.00 1.00 1.00 1/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 120244 0 0 0 95997 522 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 965.19
Current children cumulated vsize (Kb) 484900

[startup+980.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 96994 524 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 975.18
Current children cumulated vsize (Kb) 484900

[startup+990.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 97991 526 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 985.17
Current children cumulated vsize (Kb) 484900

[startup+1000.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 98989 527 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 995.16
Current children cumulated vsize (Kb) 484900

[startup+1010.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 99987 528 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1005.15
Current children cumulated vsize (Kb) 484900

[startup+1020.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 100984 529 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1015.13
Current children cumulated vsize (Kb) 484900

[startup+1030.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 101982 531 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1025.13
Current children cumulated vsize (Kb) 484900

[startup+1040.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 102979 532 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223200 134648999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1035.11
Current children cumulated vsize (Kb) 484900

[startup+1050.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 103976 533 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1045.09
Current children cumulated vsize (Kb) 484900

[startup+1060.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 104973 534 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223180 134558581 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1055.07
Current children cumulated vsize (Kb) 484900

[startup+1070.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 105970 536 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1065.06
Current children cumulated vsize (Kb) 484900

[startup+1080.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 106967 537 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223180 134537576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1075.04
Current children cumulated vsize (Kb) 484900

[startup+1090.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 107964 538 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223088 134555076 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1085.02
Current children cumulated vsize (Kb) 484900

[startup+1100.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 108962 539 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1095.01
Current children cumulated vsize (Kb) 484900

[startup+1110.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 109959 540 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223196 134649606 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1104.99
Current children cumulated vsize (Kb) 484900

[startup+1120.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6385
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 110956 541 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1114.97
Current children cumulated vsize (Kb) 484900

[startup+1130.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 111954 542 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1124.96
Current children cumulated vsize (Kb) 484900

[startup+1140.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 112951 543 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223200 134649136 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1134.94
Current children cumulated vsize (Kb) 484900

[startup+1150.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 113949 544 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1144.93
Current children cumulated vsize (Kb) 484900

[startup+1160.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 114946 545 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223120 134649758 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1154.91
Current children cumulated vsize (Kb) 484900

[startup+1170.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 115943 546 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1164.89
Current children cumulated vsize (Kb) 484900

[startup+1180.03 s]
Raw data (loadavg): 1.00 1.00 1.00 1/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) T 6384 6385 20602 0 -1 0 120244 0 0 0 116941 547 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1174.88
Current children cumulated vsize (Kb) 484900

[startup+1190.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 117938 547 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223152 134558561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1184.85
Current children cumulated vsize (Kb) 484900

[startup+1200.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/57 6387
Raw data (/proc/6385/stat): 6385 (bsolo) R 6384 6385 20602 0 -1 0 120244 0 0 0 118934 549 0 0 25 0 1 0 1730490717 496537600 118943 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/6385/statm): 121225 118943 1116 68 0 121157 0
[pid=6385] vsize: 484900
Current children cumulated CPU time (s) 1194.83
Current children cumulated vsize (Kb) 484900
One traced child (pid=6385) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1200.45
CPU time (s): 1195.25
CPU user time (s): 1189.54
CPU system time (s): 5.71313
CPU usage (%): 99.5671
Max. virtual memory (cumulated for all children) (Kb): 484900

Verifier Data

ERROR: no interpretation found !