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/MIPLIB/miplib/normalized-mps-v2-20-10-set1ch.opb
MD5SUM68664c9c03d64725e7986525f71ad273
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 569806848
Optimality of the best value was proved NO
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616658659871
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616658659871
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1205.43
Number of variables14400
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint630

Trace number 589

Launcher Data

LAUNCH ON wulflinc13 THE 2005-09-18 11:23:57 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=542 boxname=wulflinc13 idbench=542 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  68664c9c03d64725e7986525f71ad273  /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-set1ch.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-set1ch.opb
IDLAUNCH: 542
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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	: 2
cpu MHz		: 451.242
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        946108 kB
Buffers:         33492 kB
Cached:          28360 kB
SwapCached:        708 kB
Active:          55072 kB
Inactive:         9416 kB
HighTotal:      131008 kB
HighFree:        99008 kB
LowTotal:       903652 kB
LowFree:        847100 kB
SwapTotal:     2097136 kB
SwapFree:      2095936 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            18372 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:44:00 (client local time) WITH STATUS 0 IN 1195.05 SECONDS
stats: 542 7 1195.05 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 14400 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 7.151
c After prepocess the problem consists of 9262 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 9262 #Dec: 41634 LB: 0 @ 273.7
c CHANGE Heuristic... 
c Restart #0 #Var: 9262 #Dec: 149536 LB: 0 @ 947.69
c Restart #1 #Var: 9161 #Dec: 158854 LB: 0 @ 1107.5
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/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1782661087 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 107 3 90 68 0 39 0
[pid=3315] 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/wulflinc13/normalized-mps-v2-20-10-set1ch.opb

[startup+10.0033 s]
Raw data (loadavg): 0.92 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11681 0 0 0 955 32 0 0 25 0 1 0 1782661087 51494912 11592 4294967295 134512640 134736556 3221224560 3221223192 134544045 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11592 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (Kb) 50288

[startup+20.004 s]
Raw data (loadavg): 0.93 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11681 0 0 0 1951 33 0 0 25 0 1 0 1782661087 51494912 11592 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11592 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (Kb) 50288

[startup+30.0046 s]
Raw data (loadavg): 0.94 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11683 0 0 0 2947 35 0 0 25 0 1 0 1782661087 51494912 11594 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11594 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (Kb) 50288

[startup+40.0043 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11685 0 0 0 3941 38 0 0 25 0 1 0 1782661087 51494912 11596 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11596 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 39.79
Current children cumulated vsize (Kb) 50288

[startup+50.0049 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11685 0 0 0 4936 40 0 0 25 0 1 0 1782661087 51494912 11596 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11596 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (Kb) 50288

[startup+60.0056 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11687 0 0 0 5929 42 0 0 25 0 1 0 1782661087 51494912 11598 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11598 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 59.71
Current children cumulated vsize (Kb) 50288

[startup+70.0053 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 11689 0 0 0 6920 46 0 0 25 0 1 0 1782661087 51494912 11600 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 12572 11600 1116 68 0 12504 0
[pid=3315] vsize: 50288
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (Kb) 50288

[startup+80.0059 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12420 0 0 0 7907 52 0 0 25 0 1 0 1782661087 54460416 12331 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13296 12331 1116 68 0 13228 0
[pid=3315] vsize: 53184
Current children cumulated CPU time (s) 79.59
Current children cumulated vsize (Kb) 53184

[startup+90.0066 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12546 0 0 0 8896 56 0 0 25 0 1 0 1782661087 54874112 12457 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13397 12457 1116 68 0 13329 0
[pid=3315] vsize: 53588
Current children cumulated CPU time (s) 89.52
Current children cumulated vsize (Kb) 53588

[startup+100.007 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12830 0 0 0 9883 61 0 0 25 0 1 0 1782661087 56131584 12740 4294967295 134512640 134736556 3221224560 3221223120 134558421 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13704 12740 1116 68 0 13636 0
[pid=3315] vsize: 54816
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (Kb) 54816

[startup+110.008 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12938 0 0 0 10870 67 0 0 25 0 1 0 1782661087 56561664 12848 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13809 12848 1116 68 0 13741 0
[pid=3315] vsize: 55236
Current children cumulated CPU time (s) 109.37
Current children cumulated vsize (Kb) 55236

[startup+120.008 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12951 0 0 0 11855 72 0 0 25 0 1 0 1782661087 56561664 12861 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13809 12861 1116 68 0 13741 0
[pid=3315] vsize: 55236
Current children cumulated CPU time (s) 119.27
Current children cumulated vsize (Kb) 55236

[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12958 0 0 0 12843 77 0 0 25 0 1 0 1782661087 56561664 12868 4294967295 134512640 134736556 3221224560 3221223216 134648955 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13809 12868 1116 68 0 13741 0
[pid=3315] vsize: 55236
Current children cumulated CPU time (s) 129.2
Current children cumulated vsize (Kb) 55236

[startup+140.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12962 0 0 0 13830 81 0 0 25 0 1 0 1782661087 56561664 12872 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13809 12872 1116 68 0 13741 0
[pid=3315] vsize: 55236
Current children cumulated CPU time (s) 139.11
Current children cumulated vsize (Kb) 55236

[startup+150.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12962 0 0 0 14816 87 0 0 25 0 1 0 1782661087 56561664 12872 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13809 12872 1116 68 0 13741 0
[pid=3315] vsize: 55236
Current children cumulated CPU time (s) 149.03
Current children cumulated vsize (Kb) 55236

[startup+160.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12971 0 0 0 15805 91 0 0 25 0 1 0 1782661087 56696832 12881 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13842 12881 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 158.96
Current children cumulated vsize (Kb) 55368

[startup+170.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12972 0 0 0 16790 96 0 0 25 0 1 0 1782661087 56696832 12882 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13842 12882 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 168.86
Current children cumulated vsize (Kb) 55368

[startup+180.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12977 0 0 0 17778 99 0 0 25 0 1 0 1782661087 56696832 12887 4294967295 134512640 134736556 3221224560 3221223152 134558409 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 13842 12887 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 178.77
Current children cumulated vsize (Kb) 55368

[startup+190.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12977 0 0 0 18767 104 0 0 25 0 1 0 1782661087 56696832 12887 4294967295 134512640 134736556 3221224560 3221223192 134558385 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13842 12887 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 188.71
Current children cumulated vsize (Kb) 55368

[startup+200.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12977 0 0 0 19755 108 0 0 25 0 1 0 1782661087 56696832 12887 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13842 12887 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 198.63
Current children cumulated vsize (Kb) 55368

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 12994 0 0 0 20743 113 0 0 25 0 1 0 1782661087 56696832 12904 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13842 12904 1116 68 0 13774 0
[pid=3315] vsize: 55368
Current children cumulated CPU time (s) 208.56
Current children cumulated vsize (Kb) 55368

[startup+220.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13005 0 0 0 21729 117 0 0 25 0 1 0 1782661087 56832000 12915 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13875 12915 1116 68 0 13807 0
[pid=3315] vsize: 55500
Current children cumulated CPU time (s) 218.46
Current children cumulated vsize (Kb) 55500

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13005 0 0 0 22718 122 0 0 25 0 1 0 1782661087 56832000 12915 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13875 12915 1116 68 0 13807 0
[pid=3315] vsize: 55500
Current children cumulated CPU time (s) 228.4
Current children cumulated vsize (Kb) 55500

[startup+240.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13016 0 0 0 23708 125 0 0 25 0 1 0 1782661087 56832000 12926 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13875 12926 1116 68 0 13807 0
[pid=3315] vsize: 55500
Current children cumulated CPU time (s) 238.33
Current children cumulated vsize (Kb) 55500

[startup+250.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13016 0 0 0 24697 130 0 0 25 0 1 0 1782661087 56832000 12926 4294967295 134512640 134736556 3221224560 3221223136 134558542 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13875 12926 1116 68 0 13807 0
[pid=3315] vsize: 55500
Current children cumulated CPU time (s) 248.27
Current children cumulated vsize (Kb) 55500

[startup+260.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13016 0 0 0 25686 134 0 0 25 0 1 0 1782661087 56832000 12926 4294967295 134512640 134736556 3221224560 3221223120 134716576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 13875 12926 1116 68 0 13807 0
[pid=3315] vsize: 55500
Current children cumulated CPU time (s) 258.2
Current children cumulated vsize (Kb) 55500

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13136 0 0 0 26672 139 0 0 25 0 1 0 1782661087 57393152 13046 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13046 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 268.11
Current children cumulated vsize (Kb) 56048

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) T 3314 3315 1333 0 -1 0 13140 0 0 0 27663 143 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 278.06
Current children cumulated vsize (Kb) 56048

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 28658 144 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223280 134645793 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 288.02
Current children cumulated vsize (Kb) 56048

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 29654 146 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 298
Current children cumulated vsize (Kb) 56048

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 30649 147 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 307.96
Current children cumulated vsize (Kb) 56048

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 31642 150 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 317.92
Current children cumulated vsize (Kb) 56048

[startup+330.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 32635 152 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 327.87
Current children cumulated vsize (Kb) 56048

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 33627 155 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 337.82
Current children cumulated vsize (Kb) 56048

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13140 0 0 0 34615 159 0 0 25 0 1 0 1782661087 57393152 13050 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13050 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 347.74
Current children cumulated vsize (Kb) 56048

[startup+360.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13141 0 0 0 35605 162 0 0 25 0 1 0 1782661087 57393152 13051 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13051 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 357.67
Current children cumulated vsize (Kb) 56048

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 36591 168 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 367.59
Current children cumulated vsize (Kb) 56048

[startup+380.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 37579 173 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 377.52
Current children cumulated vsize (Kb) 56048

[startup+390.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 38565 178 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 387.43
Current children cumulated vsize (Kb) 56048

[startup+400.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 39553 183 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 397.36
Current children cumulated vsize (Kb) 56048

[startup+410.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 40542 187 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 407.29
Current children cumulated vsize (Kb) 56048

[startup+420.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 41530 191 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 417.21
Current children cumulated vsize (Kb) 56048

[startup+430.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 42519 195 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 427.14
Current children cumulated vsize (Kb) 56048

[startup+440.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 43507 199 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 437.06
Current children cumulated vsize (Kb) 56048

[startup+450.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 44496 203 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223184 134539531 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 446.99
Current children cumulated vsize (Kb) 56048

[startup+460.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 45486 207 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223200 134648974 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 456.93
Current children cumulated vsize (Kb) 56048

[startup+470.021 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) T 3314 3315 1333 0 -1 0 13142 0 0 0 46476 211 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 466.87
Current children cumulated vsize (Kb) 56048

[startup+480.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 47463 216 0 0 21 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 476.79
Current children cumulated vsize (Kb) 56048

[startup+490.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 48452 220 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223148 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 486.72
Current children cumulated vsize (Kb) 56048

[startup+500.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 49439 224 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 496.63
Current children cumulated vsize (Kb) 56048

[startup+510.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 50426 230 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 506.56
Current children cumulated vsize (Kb) 56048

[startup+520.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 51416 233 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 516.49
Current children cumulated vsize (Kb) 56048

[startup+530.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 52404 237 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 526.41
Current children cumulated vsize (Kb) 56048

[startup+540.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 53391 242 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 536.33
Current children cumulated vsize (Kb) 56048

[startup+550.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 54380 246 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 546.26
Current children cumulated vsize (Kb) 56048

[startup+560.023 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 55367 250 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 556.17
Current children cumulated vsize (Kb) 56048

[startup+570.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 56356 254 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 566.1
Current children cumulated vsize (Kb) 56048

[startup+580.023 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) T 3314 3315 1333 0 -1 0 13142 0 0 0 57346 259 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 576.05
Current children cumulated vsize (Kb) 56048

[startup+590.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 58335 263 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 585.98
Current children cumulated vsize (Kb) 56048

[startup+600.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 59323 269 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 595.92
Current children cumulated vsize (Kb) 56048

[startup+610.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 60310 273 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 605.83
Current children cumulated vsize (Kb) 56048

[startup+620.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 61299 278 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 615.77
Current children cumulated vsize (Kb) 56048

[startup+630.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 62288 282 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223256 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 625.7
Current children cumulated vsize (Kb) 56048

[startup+640.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 63275 286 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 635.61
Current children cumulated vsize (Kb) 56048

[startup+650.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 64261 291 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 645.52
Current children cumulated vsize (Kb) 56048

[startup+660.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 65251 295 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 655.46
Current children cumulated vsize (Kb) 56048

[startup+670.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 66240 299 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 665.39
Current children cumulated vsize (Kb) 56048

[startup+680.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 67230 302 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 675.32
Current children cumulated vsize (Kb) 56048

[startup+690.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 68217 307 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 685.24
Current children cumulated vsize (Kb) 56048

[startup+700.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 69207 311 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 695.18
Current children cumulated vsize (Kb) 56048

[startup+710.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 70196 315 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134544067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 705.11
Current children cumulated vsize (Kb) 56048

[startup+720.028 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 71181 321 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 715.02
Current children cumulated vsize (Kb) 56048

[startup+730.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 72169 325 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 724.94
Current children cumulated vsize (Kb) 56048

[startup+740.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 73156 330 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 734.86
Current children cumulated vsize (Kb) 56048

[startup+750.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 74146 332 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 744.78
Current children cumulated vsize (Kb) 56048

[startup+760.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 75136 337 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134648955 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 754.73
Current children cumulated vsize (Kb) 56048

[startup+770.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 76126 341 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223192 134558385 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 764.67
Current children cumulated vsize (Kb) 56048

[startup+780.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 77116 344 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 774.6
Current children cumulated vsize (Kb) 56048

[startup+790.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 78104 348 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 784.52
Current children cumulated vsize (Kb) 56048

[startup+800.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13142 0 0 0 79094 351 0 0 25 0 1 0 1782661087 57393152 13052 4294967295 134512640 134736556 3221224560 3221223088 134554620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14012 13052 1116 68 0 13944 0
[pid=3315] vsize: 56048
Current children cumulated CPU time (s) 794.45
Current children cumulated vsize (Kb) 56048

[startup+810.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13255 0 0 0 80081 356 0 0 25 0 1 0 1782661087 57823232 13165 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14117 13165 1116 68 0 14049 0
[pid=3315] vsize: 56468
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (Kb) 56468

[startup+820.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13319 0 0 0 81068 361 0 0 25 0 1 0 1782661087 57511936 13104 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14041 13104 1116 68 0 13973 0
[pid=3315] vsize: 56164
Current children cumulated CPU time (s) 814.29
Current children cumulated vsize (Kb) 56164

[startup+830.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13458 0 0 0 82054 366 0 0 25 0 1 0 1782661087 57958400 13181 4294967295 134512640 134736556 3221224560 3221223168 134558195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13181 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 824.2
Current children cumulated vsize (Kb) 56600

[startup+840.031 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) T 3314 3315 1333 0 -1 0 13458 0 0 0 83042 370 0 0 25 0 1 0 1782661087 57958400 13181 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13181 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 834.12
Current children cumulated vsize (Kb) 56600

[startup+850.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13458 0 0 0 84030 375 0 0 25 0 1 0 1782661087 57958400 13181 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13181 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 844.05
Current children cumulated vsize (Kb) 56600

[startup+860.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13474 0 0 0 85018 381 0 0 25 0 1 0 1782661087 57958400 13197 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13197 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 853.99
Current children cumulated vsize (Kb) 56600

[startup+870.032 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13474 0 0 0 86007 385 0 0 25 0 1 0 1782661087 57958400 13197 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13197 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 863.92
Current children cumulated vsize (Kb) 56600

[startup+880.033 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13492 0 0 0 86995 389 0 0 25 0 1 0 1782661087 57958400 13215 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14150 13215 1116 68 0 14082 0
[pid=3315] vsize: 56600
Current children cumulated CPU time (s) 873.84
Current children cumulated vsize (Kb) 56600

[startup+890.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13499 0 0 0 87980 394 0 0 25 0 1 0 1782661087 58093568 13222 4294967295 134512640 134736556 3221224560 3221223168 134558258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13222 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 883.74
Current children cumulated vsize (Kb) 56732

[startup+900.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13499 0 0 0 88968 399 0 0 25 0 1 0 1782661087 58093568 13222 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13222 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 893.67
Current children cumulated vsize (Kb) 56732

[startup+910.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13499 0 0 0 89957 403 0 0 25 0 1 0 1782661087 58093568 13222 4294967295 134512640 134736556 3221224560 3221223152 134558480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13222 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 903.6
Current children cumulated vsize (Kb) 56732

[startup+920.034 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13509 0 0 0 90944 407 0 0 25 0 1 0 1782661087 58093568 13232 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13232 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 913.51
Current children cumulated vsize (Kb) 56732

[startup+930.035 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13511 0 0 0 91934 411 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 923.45
Current children cumulated vsize (Kb) 56732

[startup+940.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13511 0 0 0 92922 417 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223236 134524950 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 933.39
Current children cumulated vsize (Kb) 56732

[startup+950.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13511 0 0 0 93909 421 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223156 134558405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 943.3
Current children cumulated vsize (Kb) 56732

[startup+960.036 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 94902 425 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 953.27
Current children cumulated vsize (Kb) 56732

[startup+970.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 95899 426 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 963.25
Current children cumulated vsize (Kb) 56732

[startup+980.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 96894 427 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 973.21
Current children cumulated vsize (Kb) 56732

[startup+990.037 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 97890 429 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223152 134558288 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 983.19
Current children cumulated vsize (Kb) 56732

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 98886 431 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 993.17
Current children cumulated vsize (Kb) 56732

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 99882 433 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223184 134649009 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1003.15
Current children cumulated vsize (Kb) 56732

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 100877 435 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1013.12
Current children cumulated vsize (Kb) 56732

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 101872 436 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1023.08
Current children cumulated vsize (Kb) 56732

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 102868 438 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1033.06
Current children cumulated vsize (Kb) 56732

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 103862 440 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1043.02
Current children cumulated vsize (Kb) 56732

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 104857 442 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1052.99
Current children cumulated vsize (Kb) 56732

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 105853 444 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1062.97
Current children cumulated vsize (Kb) 56732

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 106849 445 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223132 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1072.94
Current children cumulated vsize (Kb) 56732

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 107845 447 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1082.92
Current children cumulated vsize (Kb) 56732

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 108841 449 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1092.9
Current children cumulated vsize (Kb) 56732

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 109836 450 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1102.86
Current children cumulated vsize (Kb) 56732

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 110832 452 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1112.84
Current children cumulated vsize (Kb) 56732

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 111827 454 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1122.81
Current children cumulated vsize (Kb) 56732

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 112822 455 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1132.77
Current children cumulated vsize (Kb) 56732

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 113818 457 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1142.75
Current children cumulated vsize (Kb) 56732

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 114814 459 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1152.73
Current children cumulated vsize (Kb) 56732

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 115809 461 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1162.7
Current children cumulated vsize (Kb) 56732

[startup+1180.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 116806 462 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1172.68
Current children cumulated vsize (Kb) 56732

[startup+1190.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 117801 464 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1182.65
Current children cumulated vsize (Kb) 56732

[startup+1200.05 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 3315
Raw data (/proc/3315/stat): 3315 (bsolo) R 3314 3315 1333 0 -1 0 13530 0 0 0 118796 466 0 0 25 0 1 0 1782661087 58093568 13234 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3315/statm): 14183 13234 1116 68 0 14115 0
[pid=3315] vsize: 56732
Current children cumulated CPU time (s) 1192.62
Current children cumulated vsize (Kb) 56732
One traced child (pid=3315) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.48
CPU time (s): 1195.05
CPU user time (s): 1190.36
CPU system time (s): 4.68929
CPU usage (%): 99.3817
Max. virtual memory (cumulated for all children) (Kb): 56732

Verifier Data

ERROR: no interpretation found !