Some explanations

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

General information on the benchmark

Namesubmitted/aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr.opb
MD5SUM808390b13d2d87ec4e78f628ed3af9ba
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Number of variables750
Total number of constraints80
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25

Trace number 74

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-18 07:51:12 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5 boxname=wulflinc1 idbench=5 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  808390b13d2d87ec4e78f628ed3af9ba  /oldhome/oroussel/tmp/wulflinc1/normalized-chnl15_25_pb.cnf.cr.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc1/normalized-chnl15_25_pb.cnf.cr.opb
IDLAUNCH: 5
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        911648 kB
Buffers:         36728 kB
Cached:          56204 kB
SwapCached:        908 kB
Active:          82516 kB
Inactive:        13876 kB
HighTotal:      131008 kB
HighFree:        77980 kB
LowTotal:       903652 kB
LowFree:        833668 kB
SwapTotal:     2097136 kB
SwapFree:      2095620 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           7736 kB
Slab:            20856 kB
Committed_AS:    97148 kB
PageTables:        388 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 08:11:12 (client local time) WITH STATUS 0 IN 1195.14 SECONDS
stats: 5 7 1195.14 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 750 variables and 80 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.102
c After prepocess the problem consists of 750 variables and 80 constraints.
c Restart #1 #Var: 750 #Dec: 476 LB: 0 @ 0.246
c Restart #2 #Var: 750 #Dec: 895 LB: 0 @ 0.568
c Restart #3 #Var: 750 #Dec: 1518 LB: 0 @ 1.317
c Restart #4 #Var: 750 #Dec: 2336 LB: 0 @ 2.538
c Restart #5 #Var: 750 #Dec: 3363 LB: 0 @ 4.692
c Restart #6 #Var: 750 #Dec: 4583 LB: 0 @ 8.122
c Restart #7 #Var: 750 #Dec: 5997 LB: 0 @ 12.409
c Restart #8 #Var: 750 #Dec: 7610 LB: 0 @ 17.447
c Restart #9 #Var: 750 #Dec: 9434 LB: 0 @ 26.668
c Restart #10 #Var: 750 #Dec: 11494 LB: 0 @ 36.493
c Restart #11 #Var: 750 #Dec: 13740 LB: 0 @ 49.039
c Restart #12 #Var: 750 #Dec: 16212 LB: 0 @ 62.208
c Restart #13 #Var: 750 #Dec: 18844 LB: 0 @ 77.49
c Restart #14 #Var: 750 #Dec: 21703 LB: 0 @ 99.279
c Restart #15 #Var: 750 #Dec: 24755 LB: 0 @ 121.8
c Restart #16 #Var: 750 #Dec: 28045 LB: 0 @ 156.51
c Restart #17 #Var: 750 #Dec: 31506 LB: 0 @ 194.51
c Restart #18 #Var: 750 #Dec: 35175 LB: 0 @ 240.04
c Restart #19 #Var: 750 #Dec: 39037 LB: 0 @ 290.13
c Restart #20 #Var: 750 #Dec: 43142 LB: 0 @ 345.46
c Restart #21 #Var: 750 #Dec: 47421 LB: 0 @ 396.59
c Restart #22 #Var: 750 #Dec: 51887 LB: 0 @ 552.37
c Restart #23 #Var: 750 #Dec: 56584 LB: 0 @ 587.44
c CHANGE Heuristic... 
c Restart #0 #Var: 750 #Dec: 61492 LB: 0 @ 647.76
c Restart #1 #Var: 750 #Dec: 61733 LB: 0 @ 650.52
c Restart #2 #Var: 750 #Dec: 62146 LB: 0 @ 659.53
c Restart #3 #Var: 750 #Dec: 62757 LB: 0 @ 672.03
c Restart #4 #Var: 750 #Dec: 63593 LB: 0 @ 689.5
c Restart #5 #Var: 750 #Dec: 64608 LB: 0 @ 705.6
c Restart #6 #Var: 750 #Dec: 65841 LB: 0 @ 722
c Restart #7 #Var: 750 #Dec: 67261 LB: 0 @ 743.85
c Restart #8 #Var: 750 #Dec: 68878 LB: 0 @ 766.37
c Restart #9 #Var: 750 #Dec: 70705 LB: 0 @ 787.95
c Restart #10 #Var: 750 #Dec: 72742 LB: 0 @ 819.47
c Restart #11 #Var: 750 #Dec: 74975 LB: 0 @ 850.93
c Restart #12 #Var: 750 #Dec: 77412 LB: 0 @ 883.42
c Restart #13 #Var: 750 #Dec: 80062 LB: 0 @ 924.3
c Restart #14 #Var: 750 #Dec: 82953 LB: 0 @ 965.69
c Restart #15 #Var: 750 #Dec: 85984 LB: 0 @ 1033.4
c Restart #16 #Var: 750 #Dec: 89217 LB: 0 @ 1089.7
c Restart #17 #Var: 750 #Dec: 92650 LB: 0 @ 1169.2
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/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1724509204 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 107 3 90 68 0 39 0
[pid=18261] 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/wulflinc1/normalized-chnl15_25_pb.cnf.cr.opb

[startup+10.0023 s]
Raw data (loadavg): 0.93 0.90 0.65 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 3762 0 0 0 952 22 0 0 25 0 1 0 1724509204 18485248 3673 4294967295 134512640 134736556 3221224560 3221223196 134634092 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 4513 3673 1116 68 0 4445 0
[pid=18261] vsize: 18052
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (Kb) 18052

[startup+20.0031 s]
Raw data (loadavg): 0.94 0.90 0.65 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 5818 0 0 0 1924 36 0 0 25 0 1 0 1724509204 26861568 5729 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 6558 5729 1116 68 0 6490 0
[pid=18261] vsize: 26232
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (Kb) 26232

[startup+30.0038 s]
Raw data (loadavg): 0.95 0.91 0.65 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 7296 0 0 0 2903 46 0 0 25 0 1 0 1724509204 32968704 7207 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 8049 7207 1116 68 0 7981 0
[pid=18261] vsize: 32196
Current children cumulated CPU time (s) 29.49
Current children cumulated vsize (Kb) 32196

[startup+40.0036 s]
Raw data (loadavg): 0.95 0.91 0.66 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 8654 0 0 0 3883 56 0 0 25 0 1 0 1724509204 38674432 8564 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 9442 8564 1116 68 0 9374 0
[pid=18261] vsize: 37768
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (Kb) 37768

[startup+50.0044 s]
Raw data (loadavg): 0.96 0.91 0.66 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 9746 0 0 0 4867 64 0 0 25 0 1 0 1724509204 43188224 9654 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 10544 9654 1116 68 0 10476 0
[pid=18261] vsize: 42176
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (Kb) 42176

[startup+60.0042 s]
Raw data (loadavg): 0.97 0.91 0.66 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 10959 0 0 0 5850 73 0 0 25 0 1 0 1724509204 48054272 10867 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 11732 10867 1116 68 0 11664 0
[pid=18261] vsize: 46928
Current children cumulated CPU time (s) 59.23
Current children cumulated vsize (Kb) 46928

[startup+70.0039 s]
Raw data (loadavg): 0.97 0.92 0.66 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 12103 0 0 0 6831 82 0 0 25 0 1 0 1724509204 52854784 12008 4294967295 134512640 134736556 3221224560 3221223120 134551076 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 12904 12008 1116 68 0 12836 0
[pid=18261] vsize: 51616
Current children cumulated CPU time (s) 69.13
Current children cumulated vsize (Kb) 51616

[startup+80.0047 s]
Raw data (loadavg): 0.98 0.92 0.67 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 13034 0 0 0 7819 88 0 0 25 0 1 0 1724509204 56672256 12937 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 13836 12937 1116 68 0 13768 0
[pid=18261] vsize: 55344
Current children cumulated CPU time (s) 79.07
Current children cumulated vsize (Kb) 55344

[startup+90.0045 s]
Raw data (loadavg): 0.98 0.92 0.67 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 13773 0 0 0 8808 94 0 0 25 0 1 0 1724509204 59944960 13675 4294967295 134512640 134736556 3221224560 3221222984 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 14635 13675 1116 68 0 14567 0
[pid=18261] vsize: 58540
Current children cumulated CPU time (s) 89.02
Current children cumulated vsize (Kb) 58540

[startup+100.005 s]
Raw data (loadavg): 0.98 0.92 0.67 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 14794 0 0 0 9793 101 0 0 25 0 1 0 1724509204 64147456 14695 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 15661 14695 1116 68 0 15593 0
[pid=18261] vsize: 62644
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (Kb) 62644

[startup+110.006 s]
Raw data (loadavg): 0.98 0.92 0.68 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 15389 0 0 0 10784 106 0 0 25 0 1 0 1724509204 66625536 15288 4294967295 134512640 134736556 3221224560 3221223272 134554078 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 16266 15288 1116 68 0 16198 0
[pid=18261] vsize: 65064
Current children cumulated CPU time (s) 108.9
Current children cumulated vsize (Kb) 65064

[startup+120.006 s]
Raw data (loadavg): 0.99 0.93 0.68 1/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) T 18260 18261 17733 0 -1 0 16398 0 0 0 11767 114 0 0 25 0 1 0 1724509204 70692864 16297 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18261/statm): 17259 16297 1116 68 0 17191 0
[pid=18261] vsize: 69036
Current children cumulated CPU time (s) 118.81
Current children cumulated vsize (Kb) 69036

[startup+130.007 s]
Raw data (loadavg): 0.99 0.93 0.68 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 17079 0 0 0 12759 119 0 0 25 0 1 0 1724509204 73605120 16973 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 17970 16973 1116 68 0 17902 0
[pid=18261] vsize: 71880
Current children cumulated CPU time (s) 128.78
Current children cumulated vsize (Kb) 71880

[startup+140.006 s]
Raw data (loadavg): 0.99 0.93 0.69 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 17798 0 0 0 13748 124 0 0 25 0 1 0 1724509204 76455936 17692 4294967295 134512640 134736556 3221224560 3221223024 134536162 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 18666 17692 1116 68 0 18598 0
[pid=18261] vsize: 74664
Current children cumulated CPU time (s) 138.72
Current children cumulated vsize (Kb) 74664

[startup+150.007 s]
Raw data (loadavg): 0.99 0.93 0.69 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 18514 0 0 0 14737 129 0 0 25 0 1 0 1724509204 79466496 18404 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 19401 18404 1116 68 0 19333 0
[pid=18261] vsize: 77604
Current children cumulated CPU time (s) 148.66
Current children cumulated vsize (Kb) 77604

[startup+160.007 s]
Raw data (loadavg): 0.99 0.93 0.69 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 19026 0 0 0 15729 134 0 0 25 0 1 0 1724509204 81494016 18916 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 19896 18916 1116 68 0 19828 0
[pid=18261] vsize: 79584
Current children cumulated CPU time (s) 158.63
Current children cumulated vsize (Kb) 79584

[startup+170.007 s]
Raw data (loadavg): 0.99 0.94 0.69 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 19614 0 0 0 16719 139 0 0 25 0 1 0 1724509204 83959808 19503 4294967295 134512640 134736556 3221224560 3221223020 134554060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 20498 19503 1116 68 0 20430 0
[pid=18261] vsize: 81992
Current children cumulated CPU time (s) 168.58
Current children cumulated vsize (Kb) 81992

[startup+180.008 s]
Raw data (loadavg): 0.99 0.94 0.70 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 20339 0 0 0 17707 145 0 0 25 0 1 0 1724509204 86958080 20228 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 21230 20228 1116 68 0 21162 0
[pid=18261] vsize: 84920
Current children cumulated CPU time (s) 178.52
Current children cumulated vsize (Kb) 84920

[startup+190.007 s]
Raw data (loadavg): 0.99 0.94 0.70 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 20955 0 0 0 18698 149 0 0 25 0 1 0 1724509204 89526272 20844 4294967295 134512640 134736556 3221224560 3221223204 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 21857 20844 1116 68 0 21789 0
[pid=18261] vsize: 87428
Current children cumulated CPU time (s) 188.47
Current children cumulated vsize (Kb) 87428

[startup+200.008 s]
Raw data (loadavg): 0.99 0.94 0.70 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 21512 0 0 0 19691 153 0 0 25 0 1 0 1724509204 91938816 21397 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 22446 21397 1116 68 0 22378 0
[pid=18261] vsize: 89784
Current children cumulated CPU time (s) 198.44
Current children cumulated vsize (Kb) 89784

[startup+210.008 s]
Raw data (loadavg): 0.99 0.94 0.71 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 22185 0 0 0 20680 159 0 0 25 0 1 0 1724509204 94674944 22067 4294967295 134512640 134736556 3221224560 3221223024 134536055 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 23114 22067 1116 68 0 23046 0
[pid=18261] vsize: 92456
Current children cumulated CPU time (s) 208.39
Current children cumulated vsize (Kb) 92456

[startup+220.008 s]
Raw data (loadavg): 0.99 0.94 0.71 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 22735 0 0 0 21672 162 0 0 25 0 1 0 1724509204 96915456 22616 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 23661 22616 1116 68 0 23593 0
[pid=18261] vsize: 94644
Current children cumulated CPU time (s) 218.34
Current children cumulated vsize (Kb) 94644

[startup+230.007 s]
Raw data (loadavg): 0.99 0.94 0.71 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 23202 0 0 0 22666 165 0 0 25 0 1 0 1724509204 98836480 23081 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 24130 23081 1116 68 0 24062 0
[pid=18261] vsize: 96520
Current children cumulated CPU time (s) 228.31
Current children cumulated vsize (Kb) 96520

[startup+240.007 s]
Raw data (loadavg): 0.99 0.95 0.71 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 23646 0 0 0 23659 169 0 0 25 0 1 0 1724509204 100618240 23524 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 24565 23524 1116 68 0 24497 0
[pid=18261] vsize: 98260
Current children cumulated CPU time (s) 238.28
Current children cumulated vsize (Kb) 98260

[startup+250.008 s]
Raw data (loadavg): 0.99 0.95 0.72 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 24188 0 0 0 24650 173 0 0 25 0 1 0 1724509204 102780928 24064 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 25093 24064 1116 68 0 25025 0
[pid=18261] vsize: 100372
Current children cumulated CPU time (s) 248.23
Current children cumulated vsize (Kb) 100372

[startup+260.008 s]
Raw data (loadavg): 0.99 0.95 0.72 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 24604 0 0 0 25643 177 0 0 25 0 1 0 1724509204 104464384 24477 4294967295 134512640 134736556 3221224560 3221223296 134529193 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 25504 24477 1116 68 0 25436 0
[pid=18261] vsize: 102016
Current children cumulated CPU time (s) 258.2
Current children cumulated vsize (Kb) 102016

[startup+270.008 s]
Raw data (loadavg): 0.99 0.95 0.72 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 25090 0 0 0 26635 180 0 0 25 0 1 0 1724509204 106528768 24962 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 26008 24962 1116 68 0 25940 0
[pid=18261] vsize: 104032
Current children cumulated CPU time (s) 268.15
Current children cumulated vsize (Kb) 104032

[startup+280.008 s]
Raw data (loadavg): 0.99 0.95 0.73 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 25535 0 0 0 27629 183 0 0 25 0 1 0 1724509204 108285952 25406 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 26437 25406 1116 68 0 26369 0
[pid=18261] vsize: 105748
Current children cumulated CPU time (s) 278.12
Current children cumulated vsize (Kb) 105748

[startup+290.008 s]
Raw data (loadavg): 0.99 0.95 0.73 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 26002 0 0 0 28624 186 0 0 25 0 1 0 1724509204 110260224 25872 4294967295 134512640 134736556 3221224560 3221223172 134634320 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 26919 25872 1116 68 0 26851 0
[pid=18261] vsize: 107676
Current children cumulated CPU time (s) 288.1
Current children cumulated vsize (Kb) 107676

[startup+300.009 s]
Raw data (loadavg): 0.99 0.95 0.73 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 26649 0 0 0 29615 191 0 0 25 0 1 0 1724509204 113020928 26518 4294967295 134512640 134736556 3221224560 3221223024 134536162 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 27593 26518 1116 68 0 27525 0
[pid=18261] vsize: 110372
Current children cumulated CPU time (s) 298.06
Current children cumulated vsize (Kb) 110372

[startup+310.01 s]
Raw data (loadavg): 0.99 0.95 0.73 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 27053 0 0 0 30610 193 0 0 25 0 1 0 1724509204 114671616 26920 4294967295 134512640 134736556 3221224560 3221223152 134716144 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 27996 26920 1116 68 0 27928 0
[pid=18261] vsize: 111984
Current children cumulated CPU time (s) 308.03
Current children cumulated vsize (Kb) 111984

[startup+320.009 s]
Raw data (loadavg): 0.99 0.95 0.73 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 27436 0 0 0 31605 196 0 0 25 0 1 0 1724509204 116334592 27302 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 28402 27302 1116 68 0 28334 0
[pid=18261] vsize: 113608
Current children cumulated CPU time (s) 318.01
Current children cumulated vsize (Kb) 113608

[startup+330.009 s]
Raw data (loadavg): 0.99 0.95 0.74 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 27723 0 0 0 32600 199 0 0 25 0 1 0 1724509204 117551104 27589 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 28699 27589 1116 68 0 28631 0
[pid=18261] vsize: 114796
Current children cumulated CPU time (s) 327.99
Current children cumulated vsize (Kb) 114796

[startup+340.009 s]
Raw data (loadavg): 0.99 0.96 0.74 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 28266 0 0 0 33593 202 0 0 25 0 1 0 1724509204 119762944 28130 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 29239 28130 1116 68 0 29171 0
[pid=18261] vsize: 116956
Current children cumulated CPU time (s) 337.95
Current children cumulated vsize (Kb) 116956

[startup+350.011 s]
Raw data (loadavg): 0.99 0.96 0.74 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 29029 0 0 0 34580 209 0 0 25 0 1 0 1724509204 122875904 28893 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 29999 28893 1116 68 0 29931 0
[pid=18261] vsize: 119996
Current children cumulated CPU time (s) 347.89
Current children cumulated vsize (Kb) 119996

[startup+360.011 s]
Raw data (loadavg): 0.99 0.96 0.74 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 29406 0 0 0 35574 212 0 0 25 0 1 0 1724509204 124383232 29266 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 30367 29266 1116 68 0 30299 0
[pid=18261] vsize: 121468
Current children cumulated CPU time (s) 357.86
Current children cumulated vsize (Kb) 121468

[startup+370.01 s]
Raw data (loadavg): 0.99 0.96 0.74 1/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) T 18260 18261 17733 0 -1 0 29694 0 0 0 36569 214 0 0 25 0 1 0 1724509204 125665280 29553 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18261/statm): 30680 29553 1116 68 0 30612 0
[pid=18261] vsize: 122720
Current children cumulated CPU time (s) 367.83
Current children cumulated vsize (Kb) 122720

[startup+380.011 s]
Raw data (loadavg): 0.99 0.96 0.75 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 30176 0 0 0 37562 218 0 0 25 0 1 0 1724509204 127557632 30035 4294967295 134512640 134736556 3221224560 3221223220 134536526 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 31142 30035 1116 68 0 31074 0
[pid=18261] vsize: 124568
Current children cumulated CPU time (s) 377.8
Current children cumulated vsize (Kb) 124568

[startup+390.011 s]
Raw data (loadavg): 0.99 0.96 0.75 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 30796 0 0 0 38553 222 0 0 25 0 1 0 1724509204 130228224 30649 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 31794 30649 1116 68 0 31726 0
[pid=18261] vsize: 127176
Current children cumulated CPU time (s) 387.75
Current children cumulated vsize (Kb) 127176

[startup+400.012 s]
Raw data (loadavg): 0.99 0.96 0.75 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 31672 0 0 0 39539 228 0 0 25 0 1 0 1724509204 133771264 31525 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 32659 31525 1116 68 0 32591 0
[pid=18261] vsize: 130636
Current children cumulated CPU time (s) 397.67
Current children cumulated vsize (Kb) 130636

[startup+410.013 s]
Raw data (loadavg): 0.99 0.96 0.75 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 31819 0 0 0 40536 229 0 0 25 0 1 0 1724509204 134524928 31668 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 32843 31668 1116 68 0 32775 0
[pid=18261] vsize: 131372
Current children cumulated CPU time (s) 407.65
Current children cumulated vsize (Kb) 131372

[startup+420.012 s]
Raw data (loadavg): 0.99 0.96 0.75 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 32191 0 0 0 41531 233 0 0 25 0 1 0 1724509204 135925760 32040 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 33185 32040 1116 68 0 33117 0
[pid=18261] vsize: 132740
Current children cumulated CPU time (s) 417.64
Current children cumulated vsize (Kb) 132740

[startup+430.013 s]
Raw data (loadavg): 0.99 0.96 0.76 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 32471 0 0 0 42527 235 0 0 25 0 1 0 1724509204 137076736 32318 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 33466 32318 1116 68 0 33398 0
[pid=18261] vsize: 133864
Current children cumulated CPU time (s) 427.62
Current children cumulated vsize (Kb) 133864

[startup+440.013 s]
Raw data (loadavg): 0.99 0.97 0.76 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) T 18260 18261 17733 0 -1 0 32728 0 0 0 43523 237 0 0 25 0 1 0 1724509204 138158080 32575 4294967295 134512640 134736556 3221224560 3221222760 1077799011 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18261/statm): 33730 32575 1116 68 0 33662 0
[pid=18261] vsize: 134920
Current children cumulated CPU time (s) 437.6
Current children cumulated vsize (Kb) 134920

[startup+450.014 s]
Raw data (loadavg): 0.99 0.97 0.76 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 32988 0 0 0 44520 238 0 0 25 0 1 0 1724509204 139374592 32825 4294967295 134512640 134736556 3221224560 3221223112 134551113 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 34027 32825 1116 68 0 33959 0
[pid=18261] vsize: 136108
Current children cumulated CPU time (s) 447.58
Current children cumulated vsize (Kb) 136108

[startup+460.013 s]
Raw data (loadavg): 0.99 0.97 0.76 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 33183 0 0 0 45517 240 0 0 25 0 1 0 1724509204 140238848 33020 4294967295 134512640 134736556 3221224560 3221223084 134536617 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 34238 33020 1116 68 0 34170 0
[pid=18261] vsize: 136952
Current children cumulated CPU time (s) 457.57
Current children cumulated vsize (Kb) 136952

[startup+470.014 s]
Raw data (loadavg): 0.99 0.97 0.76 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 33375 0 0 0 46515 241 0 0 25 0 1 0 1724509204 141115392 33208 4294967295 134512640 134736556 3221224560 3221223248 134528776 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 34452 33208 1116 68 0 34384 0
[pid=18261] vsize: 137808
Current children cumulated CPU time (s) 467.56
Current children cumulated vsize (Kb) 137808

[startup+480.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 33641 0 0 0 47511 243 0 0 25 0 1 0 1724509204 142290944 33473 4294967295 134512640 134736556 3221224560 3221222968 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 34739 33473 1116 68 0 34671 0
[pid=18261] vsize: 138956
Current children cumulated CPU time (s) 477.54
Current children cumulated vsize (Kb) 138956

[startup+490.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 33847 0 0 0 48509 245 0 0 25 0 1 0 1724509204 143101952 33679 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 34937 33679 1116 68 0 34869 0
[pid=18261] vsize: 139748
Current children cumulated CPU time (s) 487.54
Current children cumulated vsize (Kb) 139748

[startup+500.016 s]
Raw data (loadavg): 0.99 0.97 0.77 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 34078 0 0 0 49506 246 0 0 25 0 1 0 1724509204 144306176 33901 4294967295 134512640 134736556 3221224560 3221223120 134551088 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 35231 33901 1116 68 0 35163 0
[pid=18261] vsize: 140924
Current children cumulated CPU time (s) 497.52
Current children cumulated vsize (Kb) 140924

[startup+510.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 34300 0 0 0 50503 248 0 0 25 0 1 0 1724509204 145117184 34123 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 35429 34123 1116 68 0 35361 0
[pid=18261] vsize: 141716
Current children cumulated CPU time (s) 507.51
Current children cumulated vsize (Kb) 141716

[startup+520.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 34482 0 0 0 51501 249 0 0 25 0 1 0 1724509204 145793024 34305 4294967295 134512640 134736556 3221224560 3221223024 134536153 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 35594 34305 1116 68 0 35526 0
[pid=18261] vsize: 142376
Current children cumulated CPU time (s) 517.5
Current children cumulated vsize (Kb) 142376

[startup+530.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 34735 0 0 0 52498 251 0 0 25 0 1 0 1724509204 146989056 34554 4294967295 134512640 134736556 3221224560 3221223220 134528770 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 35886 34554 1116 68 0 35818 0
[pid=18261] vsize: 143544
Current children cumulated CPU time (s) 527.49
Current children cumulated vsize (Kb) 143544

[startup+540.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 34894 0 0 0 53496 252 0 0 25 0 1 0 1724509204 147566592 34710 4294967295 134512640 134736556 3221224560 3221223296 134529506 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 36027 34710 1116 68 0 35959 0
[pid=18261] vsize: 144108
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (Kb) 144108

[startup+550.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 35071 0 0 0 54495 253 0 0 25 0 1 0 1724509204 148320256 34887 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 36211 34887 1116 68 0 36143 0
[pid=18261] vsize: 144844
Current children cumulated CPU time (s) 547.48
Current children cumulated vsize (Kb) 144844

[startup+560.017 s]
Raw data (loadavg): 0.99 0.97 0.78 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 35694 0 0 0 55483 260 0 0 25 0 1 0 1724509204 150896640 35506 4294967295 134512640 134736556 3221224560 3221223296 134529509 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 36840 35506 1116 68 0 36772 0
[pid=18261] vsize: 147360
Current children cumulated CPU time (s) 557.43
Current children cumulated vsize (Kb) 147360

[startup+570.017 s]
Raw data (loadavg): 0.99 0.97 0.78 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 36513 0 0 0 56471 266 0 0 25 0 1 0 1724509204 154279936 36325 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 37666 36325 1116 68 0 37598 0
[pid=18261] vsize: 150664
Current children cumulated CPU time (s) 567.37
Current children cumulated vsize (Kb) 150664

[startup+580.018 s]
Raw data (loadavg): 0.99 0.97 0.79 2/60 18261
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 37279 0 0 0 57460 273 0 0 25 0 1 0 1724509204 157388800 37090 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 38425 37090 1116 68 0 38357 0
[pid=18261] vsize: 153700
Current children cumulated CPU time (s) 577.33
Current children cumulated vsize (Kb) 153700

[startup+590.019 s]
Raw data (loadavg): 0.99 0.97 0.79 2/62 18263
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 37863 0 0 0 58450 278 0 0 25 0 1 0 1724509204 159715328 37672 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 38993 37672 1116 68 0 38925 0
[pid=18261] vsize: 155972
Current children cumulated CPU time (s) 587.28
Current children cumulated vsize (Kb) 155972

[startup+600.019 s]
Raw data (loadavg): 0.99 0.97 0.79 2/60 18263
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 38341 0 0 0 59442 282 0 0 25 0 1 0 1724509204 161751040 38150 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 39490 38150 1116 68 0 39422 0
[pid=18261] vsize: 157960
Current children cumulated CPU time (s) 597.24
Current children cumulated vsize (Kb) 157960

[startup+610.02 s]
Raw data (loadavg): 0.99 0.97 0.79 2/60 18263
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 39067 0 0 0 60431 287 0 0 25 0 1 0 1724509204 164724736 38874 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 40216 38874 1116 68 0 40148 0
[pid=18261] vsize: 160864
Current children cumulated CPU time (s) 607.18
Current children cumulated vsize (Kb) 160864

[startup+620.021 s]
Raw data (loadavg): 0.99 0.97 0.79 2/60 18263
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 39607 0 0 0 61422 291 0 0 25 0 1 0 1724509204 166928384 39410 4294967295 134512640 134736556 3221224560 3221223272 134560225 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 40754 39410 1116 68 0 40686 0
[pid=18261] vsize: 163016
Current children cumulated CPU time (s) 617.13
Current children cumulated vsize (Kb) 163016

[startup+630.022 s]
Raw data (loadavg): 0.99 0.97 0.80 2/60 18263
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 40068 0 0 0 62415 294 0 0 25 0 1 0 1724509204 168820736 39871 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 41216 39871 1116 68 0 41148 0
[pid=18261] vsize: 164864
Current children cumulated CPU time (s) 627.09
Current children cumulated vsize (Kb) 164864

[startup+640.022 s]
Raw data (loadavg): 0.99 0.97 0.80 2/60 18264
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 40490 0 0 0 63408 297 0 0 25 0 1 0 1724509204 170577920 40293 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 41645 40293 1116 68 0 41577 0
[pid=18261] vsize: 166580
Current children cumulated CPU time (s) 637.05
Current children cumulated vsize (Kb) 166580

[startup+650.022 s]
Raw data (loadavg): 0.99 0.97 0.80 2/60 18264
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 40833 0 0 0 64403 300 0 0 25 0 1 0 1724509204 171929600 40635 4294967295 134512640 134736556 3221224560 3221223120 134551088 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 41975 40635 1116 68 0 41907 0
[pid=18261] vsize: 167900
Current children cumulated CPU time (s) 647.03
Current children cumulated vsize (Kb) 167900

[startup+660.023 s]
Raw data (loadavg): 0.99 0.97 0.80 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 41201 0 0 0 65396 303 0 0 25 0 1 0 1724509204 173572096 41003 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 42376 41003 1116 68 0 42308 0
[pid=18261] vsize: 169504
Current children cumulated CPU time (s) 656.99
Current children cumulated vsize (Kb) 169504

[startup+670.023 s]
Raw data (loadavg): 0.99 0.97 0.80 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 41434 0 0 0 66392 305 0 0 25 0 1 0 1724509204 174518272 41236 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 42607 41236 1116 68 0 42539 0
[pid=18261] vsize: 170428
Current children cumulated CPU time (s) 666.97
Current children cumulated vsize (Kb) 170428

[startup+680.024 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 41659 0 0 0 67388 307 0 0 25 0 1 0 1724509204 175329280 41460 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 42805 41460 1116 68 0 42737 0
[pid=18261] vsize: 171220
Current children cumulated CPU time (s) 676.95
Current children cumulated vsize (Kb) 171220

[startup+690.024 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 41918 0 0 0 68384 310 0 0 25 0 1 0 1724509204 176414720 41718 4294967295 134512640 134736556 3221224560 3221223152 134716149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 43070 41718 1116 68 0 43002 0
[pid=18261] vsize: 172280
Current children cumulated CPU time (s) 686.94
Current children cumulated vsize (Kb) 172280

[startup+700.025 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 42174 0 0 0 69378 312 0 0 25 0 1 0 1724509204 177532928 41973 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 43343 41973 1116 68 0 43275 0
[pid=18261] vsize: 173372
Current children cumulated CPU time (s) 696.9
Current children cumulated vsize (Kb) 173372

[startup+710.025 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 42457 0 0 0 70372 316 0 0 25 0 1 0 1724509204 178749440 42256 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 43640 42256 1116 68 0 43572 0
[pid=18261] vsize: 174560
Current children cumulated CPU time (s) 706.88
Current children cumulated vsize (Kb) 174560

[startup+720.025 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 42795 0 0 0 71366 319 0 0 25 0 1 0 1724509204 180101120 42591 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 43970 42591 1116 68 0 43902 0
[pid=18261] vsize: 175880
Current children cumulated CPU time (s) 716.85
Current children cumulated vsize (Kb) 175880

[startup+730.026 s]
Raw data (loadavg): 0.99 0.97 0.81 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 43185 0 0 0 72359 322 0 0 25 0 1 0 1724509204 181723136 42981 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 44366 42981 1116 68 0 44298 0
[pid=18261] vsize: 177464
Current children cumulated CPU time (s) 726.81
Current children cumulated vsize (Kb) 177464

[startup+740.025 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 43515 0 0 0 73353 325 0 0 25 0 1 0 1724509204 183074816 43311 4294967295 134512640 134736556 3221224560 3221223248 134536560 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 44696 43311 1116 68 0 44628 0
[pid=18261] vsize: 178784
Current children cumulated CPU time (s) 736.78
Current children cumulated vsize (Kb) 178784

[startup+750.026 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 43838 0 0 0 74345 329 0 0 25 0 1 0 1724509204 184434688 43634 4294967295 134512640 134736556 3221224560 3221223228 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 45028 43634 1116 68 0 44960 0
[pid=18261] vsize: 180112
Current children cumulated CPU time (s) 746.74
Current children cumulated vsize (Kb) 180112

[startup+760.027 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 44175 0 0 0 75339 332 0 0 25 0 1 0 1724509204 185786368 43971 4294967295 134512640 134736556 3221224560 3221223228 134716000 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 45358 43971 1116 68 0 45290 0
[pid=18261] vsize: 181432
Current children cumulated CPU time (s) 756.71
Current children cumulated vsize (Kb) 181432

[startup+770.027 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 44470 0 0 0 76332 334 0 0 25 0 1 0 1724509204 186998784 44266 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 45654 44266 1116 68 0 45586 0
[pid=18261] vsize: 182616
Current children cumulated CPU time (s) 766.66
Current children cumulated vsize (Kb) 182616

[startup+780.028 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 44853 0 0 0 77324 338 0 0 25 0 1 0 1724509204 188620800 44649 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 46050 44649 1116 68 0 45982 0
[pid=18261] vsize: 184200
Current children cumulated CPU time (s) 776.62
Current children cumulated vsize (Kb) 184200

[startup+790.027 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 45106 0 0 0 78317 342 0 0 25 0 1 0 1724509204 189571072 44902 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 46282 44902 1116 68 0 46214 0
[pid=18261] vsize: 185128
Current children cumulated CPU time (s) 786.59
Current children cumulated vsize (Kb) 185128

[startup+800.028 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 45332 0 0 0 79310 346 0 0 25 0 1 0 1724509204 190517248 45128 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 46513 45128 1116 68 0 46445 0
[pid=18261] vsize: 186052
Current children cumulated CPU time (s) 796.56
Current children cumulated vsize (Kb) 186052

[startup+810.028 s]
Raw data (loadavg): 0.99 0.97 0.82 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 45508 0 0 0 80305 348 0 0 25 0 1 0 1724509204 191193088 45304 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 46678 45304 1116 68 0 46610 0
[pid=18261] vsize: 186712
Current children cumulated CPU time (s) 806.53
Current children cumulated vsize (Kb) 186712

[startup+820.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 45778 0 0 0 81298 351 0 0 25 0 1 0 1724509204 192405504 45574 4294967295 134512640 134736556 3221224560 3221223232 134528735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 46974 45574 1116 68 0 46906 0
[pid=18261] vsize: 187896
Current children cumulated CPU time (s) 816.49
Current children cumulated vsize (Kb) 187896

[startup+830.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 46046 0 0 0 82292 354 0 0 25 0 1 0 1724509204 193490944 45842 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 47239 45842 1116 68 0 47171 0
[pid=18261] vsize: 188956
Current children cumulated CPU time (s) 826.46
Current children cumulated vsize (Kb) 188956

[startup+840.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 46251 0 0 0 83286 357 0 0 25 0 1 0 1724509204 194301952 46047 4294967295 134512640 134736556 3221224560 3221223456 134592021 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 47437 46047 1116 68 0 47369 0
[pid=18261] vsize: 189748
Current children cumulated CPU time (s) 836.43
Current children cumulated vsize (Kb) 189748

[startup+850.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 46436 0 0 0 84280 360 0 0 25 0 1 0 1724509204 194977792 46232 4294967295 134512640 134736556 3221224560 3221223120 134550999 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 47602 46232 1116 68 0 47534 0
[pid=18261] vsize: 190408
Current children cumulated CPU time (s) 846.4
Current children cumulated vsize (Kb) 190408

[startup+860.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 46762 0 0 0 85272 363 0 0 25 0 1 0 1724509204 196329472 46558 4294967295 134512640 134736556 3221224560 3221223092 134536600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 47932 46558 1116 68 0 47864 0
[pid=18261] vsize: 191728
Current children cumulated CPU time (s) 856.35
Current children cumulated vsize (Kb) 191728

[startup+870.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 46923 0 0 0 86266 365 0 0 25 0 1 0 1724509204 197013504 46719 4294967295 134512640 134736556 3221224560 3221223164 134537524 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 48099 46719 1116 68 0 48031 0
[pid=18261] vsize: 192396
Current children cumulated CPU time (s) 866.31
Current children cumulated vsize (Kb) 192396

[startup+880.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 47250 0 0 0 87261 368 0 0 25 0 1 0 1724509204 198365184 47046 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 48429 47046 1116 68 0 48361 0
[pid=18261] vsize: 193716
Current children cumulated CPU time (s) 876.29
Current children cumulated vsize (Kb) 193716

[startup+890.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 47600 0 0 0 88253 371 0 0 25 0 1 0 1724509204 199852032 47396 4294967295 134512640 134736556 3221224560 3221223120 134551188 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 48792 47396 1116 68 0 48724 0
[pid=18261] vsize: 195168
Current children cumulated CPU time (s) 886.24
Current children cumulated vsize (Kb) 195168

[startup+900.03 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 47795 0 0 0 89248 373 0 0 25 0 1 0 1724509204 200663040 47591 4294967295 134512640 134736556 3221224560 3221223296 134529424 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 48990 47591 1116 68 0 48922 0
[pid=18261] vsize: 195960
Current children cumulated CPU time (s) 896.21
Current children cumulated vsize (Kb) 195960

[startup+910.03 s]
Raw data (loadavg): 0.99 0.97 0.83 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 48135 0 0 0 90243 375 0 0 25 0 1 0 1724509204 202014720 47931 4294967295 134512640 134736556 3221224560 3221223232 134528717 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 49320 47931 1116 68 0 49252 0
[pid=18261] vsize: 197280
Current children cumulated CPU time (s) 906.18
Current children cumulated vsize (Kb) 197280

[startup+920.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 48532 0 0 0 91234 380 0 0 25 0 1 0 1724509204 203636736 48328 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 49716 48328 1116 68 0 49648 0
[pid=18261] vsize: 198864
Current children cumulated CPU time (s) 916.14
Current children cumulated vsize (Kb) 198864

[startup+930.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 48837 0 0 0 92229 382 0 0 25 0 1 0 1724509204 204988416 48632 4294967295 134512640 134736556 3221224560 3221223024 134536188 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 50046 48632 1116 68 0 49978 0
[pid=18261] vsize: 200184
Current children cumulated CPU time (s) 926.11
Current children cumulated vsize (Kb) 200184

[startup+940.031 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 49077 0 0 0 93223 385 0 0 25 0 1 0 1724509204 205942784 48870 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 50279 48870 1116 68 0 50211 0
[pid=18261] vsize: 201116
Current children cumulated CPU time (s) 936.08
Current children cumulated vsize (Kb) 201116

[startup+950.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 49417 0 0 0 94216 388 0 0 25 0 1 0 1724509204 207294464 49210 4294967295 134512640 134736556 3221224560 3221223164 134537548 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 50609 49210 1116 68 0 50541 0
[pid=18261] vsize: 202436
Current children cumulated CPU time (s) 946.04
Current children cumulated vsize (Kb) 202436

[startup+960.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 49644 0 0 0 95210 391 0 0 25 0 1 0 1724509204 208269312 49435 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 50847 49435 1116 68 0 50779 0
[pid=18261] vsize: 203388
Current children cumulated CPU time (s) 956.01
Current children cumulated vsize (Kb) 203388

[startup+970.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 50036 0 0 0 96203 395 0 0 25 0 1 0 1724509204 209911808 49827 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 51248 49827 1116 68 0 51180 0
[pid=18261] vsize: 204992
Current children cumulated CPU time (s) 965.98
Current children cumulated vsize (Kb) 204992

[startup+980.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 50230 0 0 0 97198 398 0 0 25 0 1 0 1724509204 210726912 50020 4294967295 134512640 134736556 3221224560 3221223028 134536046 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 51447 50020 1116 68 0 51379 0
[pid=18261] vsize: 205788
Current children cumulated CPU time (s) 975.96
Current children cumulated vsize (Kb) 205788

[startup+990.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 50385 0 0 0 98195 399 0 0 25 0 1 0 1724509204 211304448 50175 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 51588 50175 1116 68 0 51520 0
[pid=18261] vsize: 206352
Current children cumulated CPU time (s) 985.94
Current children cumulated vsize (Kb) 206352

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 50580 0 0 0 99191 401 0 0 25 0 1 0 1724509204 212115456 50370 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 51786 50370 1116 68 0 51718 0
[pid=18261] vsize: 207144
Current children cumulated CPU time (s) 995.92
Current children cumulated vsize (Kb) 207144

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.97 0.84 1/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) T 18260 18261 17733 0 -1 0 50834 0 0 0 100185 404 0 0 25 0 1 0 1724509204 213196800 50624 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52050 50624 1116 68 0 51982 0
[pid=18261] vsize: 208200
Current children cumulated CPU time (s) 1005.89
Current children cumulated vsize (Kb) 208200

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51013 0 0 0 101179 407 0 0 25 0 1 0 1724509204 214007808 50803 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52248 50803 1116 68 0 52180 0
[pid=18261] vsize: 208992
Current children cumulated CPU time (s) 1015.86
Current children cumulated vsize (Kb) 208992

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51153 0 0 0 102175 408 0 0 25 0 1 0 1724509204 214548480 50943 4294967295 134512640 134736556 3221224560 3221223296 134529337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52380 50943 1116 68 0 52312 0
[pid=18261] vsize: 209520
Current children cumulated CPU time (s) 1025.83
Current children cumulated vsize (Kb) 209520

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51268 0 0 0 103172 410 0 0 25 0 1 0 1724509204 214953984 51058 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52479 51058 1116 68 0 52411 0
[pid=18261] vsize: 209916
Current children cumulated CPU time (s) 1035.82
Current children cumulated vsize (Kb) 209916

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51458 0 0 0 104167 412 0 0 25 0 1 0 1724509204 215764992 51248 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52677 51248 1116 68 0 52609 0
[pid=18261] vsize: 210708
Current children cumulated CPU time (s) 1045.79
Current children cumulated vsize (Kb) 210708

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51676 0 0 0 105162 414 0 0 25 0 1 0 1724509204 216576000 51466 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 52875 51466 1116 68 0 52807 0
[pid=18261] vsize: 211500
Current children cumulated CPU time (s) 1055.76
Current children cumulated vsize (Kb) 211500

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 51892 0 0 0 106158 416 0 0 25 0 1 0 1724509204 217522176 51682 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 53106 51682 1116 68 0 53038 0
[pid=18261] vsize: 212424
Current children cumulated CPU time (s) 1065.74
Current children cumulated vsize (Kb) 212424

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 52206 0 0 0 107151 420 0 0 25 0 1 0 1724509204 218882048 51995 4294967295 134512640 134736556 3221224560 3221223184 134553387 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 53438 51995 1116 68 0 53370 0
[pid=18261] vsize: 213752
Current children cumulated CPU time (s) 1075.71
Current children cumulated vsize (Kb) 213752

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 52489 0 0 0 108144 423 0 0 25 0 1 0 1724509204 219963392 52278 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 53702 52278 1116 68 0 53634 0
[pid=18261] vsize: 214808
Current children cumulated CPU time (s) 1085.67
Current children cumulated vsize (Kb) 214808

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 52568 0 0 0 109141 424 0 0 25 0 1 0 1724509204 220372992 52357 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 53802 52357 1116 68 0 53734 0
[pid=18261] vsize: 215208
Current children cumulated CPU time (s) 1095.65
Current children cumulated vsize (Kb) 215208

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 52684 0 0 0 110137 426 0 0 25 0 1 0 1724509204 220778496 52473 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 53901 52473 1116 68 0 53833 0
[pid=18261] vsize: 215604
Current children cumulated CPU time (s) 1105.63
Current children cumulated vsize (Kb) 215604

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 52891 0 0 0 111133 428 0 0 25 0 1 0 1724509204 221724672 52680 4294967295 134512640 134736556 3221224560 3221223232 134528681 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54132 52680 1116 68 0 54064 0
[pid=18261] vsize: 216528
Current children cumulated CPU time (s) 1115.61
Current children cumulated vsize (Kb) 216528

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53040 0 0 0 112128 431 0 0 25 0 1 0 1724509204 222265344 52829 4294967295 134512640 134736556 3221224560 3221223304 134597459 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/18261/statm): 54264 52829 1116 68 0 54196 0
[pid=18261] vsize: 217056
Current children cumulated CPU time (s) 1125.59
Current children cumulated vsize (Kb) 217056

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53135 0 0 0 113125 431 0 0 25 0 1 0 1724509204 222670848 52924 4294967295 134512640 134736556 3221224560 3221223068 134634654 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54363 52924 1116 68 0 54295 0
[pid=18261] vsize: 217452
Current children cumulated CPU time (s) 1135.56
Current children cumulated vsize (Kb) 217452

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53294 0 0 0 114121 433 0 0 25 0 1 0 1724509204 223346688 53083 4294967295 134512640 134736556 3221224560 3221223276 134554112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54528 53083 1116 68 0 54460 0
[pid=18261] vsize: 218112
Current children cumulated CPU time (s) 1145.54
Current children cumulated vsize (Kb) 218112

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53407 0 0 0 115116 435 0 0 25 0 1 0 1724509204 223752192 53196 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54627 53196 1116 68 0 54559 0
[pid=18261] vsize: 218508
Current children cumulated CPU time (s) 1155.51
Current children cumulated vsize (Kb) 218508

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53559 0 0 0 116112 437 0 0 25 0 1 0 1724509204 224428032 53348 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54792 53348 1116 68 0 54724 0
[pid=18261] vsize: 219168
Current children cumulated CPU time (s) 1165.49
Current children cumulated vsize (Kb) 219168

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53638 0 0 0 117110 439 0 0 25 0 1 0 1724509204 224722944 53427 4294967295 134512640 134736556 3221224560 3221223272 134553041 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 54864 53427 1116 68 0 54796 0
[pid=18261] vsize: 219456
Current children cumulated CPU time (s) 1175.49
Current children cumulated vsize (Kb) 219456

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/57 18265
Raw data (/proc/18261/stat): 18261 (bsolo) R 18260 18261 17733 0 -1 0 53879 0 0 0 118107 440 0 0 25 0 1 0 1724509204 225832960 53667 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/18261/statm): 55135 53667 1116 68 0 55067 0
[pid=18261] vsize: 220540
Current children cumulated CPU time (s) 1185.47
Current children cumulated vsize (Kb) 220540
One traced child (pid=18261) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1199.72
CPU time (s): 1195.14
CPU user time (s): 1190.61
CPU system time (s): 4.52531
CPU usage (%): 99.6177
Max. virtual memory (cumulated for all children) (Kb): 220540

Verifier Data

ERROR: no interpretation found !