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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-kb2.opb
MD5SUMcdf1de396fe048a09eaf2f98435758ef
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 48
Biggest coefficient in the objective function 4325376
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 12058535
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 5715913739337728
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 75299293548900036
Number of bits of the biggest sum of numbers57
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1229.44
Number of variables1096
Total number of constraints52
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints52
Minimum length of a constraint13
Maximum length of a constraint300

Trace number 511

Launcher Data

LAUNCH ON wulflinc9 THE 2005-09-18 10:42:34 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=440 boxname=wulflinc9 idbench=440 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  cdf1de396fe048a09eaf2f98435758ef  /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-20-10-kb2.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-20-10-kb2.opb
IDLAUNCH: 440
/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	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        949128 kB
Buffers:         33472 kB
Cached:          26140 kB
SwapCached:       1044 kB
Active:          53428 kB
Inactive:         8872 kB
HighTotal:      131008 kB
HighFree:       101332 kB
LowTotal:       903652 kB
LowFree:        847796 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5656 kB
Slab:            17660 kB
Committed_AS:    64152 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:02:49 (client local time) WITH STATUS 0 IN 1195.11 SECONDS
stats: 440 7 1195.11 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 1096 variables and 68 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.755
c After prepocess the problem consists of 682 variables and 68 constraints.
c Initial Lower Bound: -8650719
c Restart #1 #Var: 682 #Dec: 3542 LB: -8650719 @ 1.062
c Restart #2 #Var: 682 #Dec: 10521 LB: -8650719 @ 1.717
c Restart #3 #Var: 682 #Dec: 21900 LB: -8650719 @ 2.788
c Restart #4 #Var: 682 #Dec: 36818 LB: -8650719 @ 4.239
c Restart #5 #Var: 682 #Dec: 55467 LB: -8650719 @ 6.106
c Restart #6 #Var: 682 #Dec: 77117 LB: -8650719 @ 8.2
c Restart #7 #Var: 682 #Dec: 114625 LB: -8650719 @ 11.694
c Restart #8 #Var: 682 #Dec: 128557 LB: -8650719 @ 13.732
c Restart #9 #Var: 682 #Dec: 134974 LB: -8650719 @ 15.722
c Restart #10 #Var: 682 #Dec: 137005 LB: -8650719 @ 17.58
c Restart #11 #Var: 682 #Dec: 139233 LB: -8650719 @ 19.413
c Restart #12 #Var: 682 #Dec: 142161 LB: -8650719 @ 20.963
c Restart #13 #Var: 682 #Dec: 144892 LB: -8650719 @ 22.825
c Restart #14 #Var: 682 #Dec: 147771 LB: -8650719 @ 24.83
c Restart #15 #Var: 682 #Dec: 150799 LB: -8650719 @ 27.136
c Restart #16 #Var: 682 #Dec: 154485 LB: -8650719 @ 29.486
c Restart #17 #Var: 682 #Dec: 158091 LB: -8650719 @ 32.237
c Restart #18 #Var: 682 #Dec: 161732 LB: -8650719 @ 35.671
c Restart #19 #Var: 682 #Dec: 165565 LB: -8650719 @ 39.447
c Restart #20 #Var: 682 #Dec: 169604 LB: -8650719 @ 42.629
c Restart #21 #Var: 682 #Dec: 173838 LB: -8650719 @ 46.312
c Restart #22 #Var: 682 #Dec: 178270 LB: -8650719 @ 49.527
c Restart #23 #Var: 682 #Dec: 183510 LB: -8650719 @ 56.473
c Restart #24 #Var: 679 #Dec: 188939 LB: -8650719 @ 64.648
c Restart #25 #Var: 674 #Dec: 194535 LB: -8650719 @ 72.296
c Restart #26 #Var: 674 #Dec: 200214 LB: -8650719 @ 79.99
c Restart #27 #Var: 674 #Dec: 205657 LB: -8650719 @ 85.931
c Restart #28 #Var: 674 #Dec: 211678 LB: -8650719 @ 95.132
c Restart #29 #Var: 674 #Dec: 218536 LB: -8650719 @ 105.47
c Restart #30 #Var: 674 #Dec: 225477 LB: -8650719 @ 119.97
c Restart #31 #Var: 674 #Dec: 232213 LB: -8650719 @ 140.81
c Restart #32 #Var: 674 #Dec: 239131 LB: -8650719 @ 179.88
c Restart #33 #Var: 674 #Dec: 246192 LB: -8650719 @ 195.41
c Restart #34 #Var: 674 #Dec: 253561 LB: -8650719 @ 207.99
c Restart #35 #Var: 674 #Dec: 261636 LB: -8650719 @ 218.98
c Restart #36 #Var: 674 #Dec: 269434 LB: -8650719 @ 235.93
c Restart #37 #Var: 674 #Dec: 278157 LB: -8650719 @ 253.91
c Restart #38 #Var: 674 #Dec: 286994 LB: -8650719 @ 281.26
c Restart #39 #Var: 674 #Dec: 295921 LB: -8650719 @ 296.32
c Restart #40 #Var: 674 #Dec: 304411 LB: -8650719 @ 309.84
c Restart #41 #Var: 674 #Dec: 312885 LB: -8650719 @ 329.1
c Restart #42 #Var: 674 #Dec: 321804 LB: -8650719 @ 343.48
c Restart #43 #Var: 674 #Dec: 332172 LB: -8650719 @ 364.47
c Restart #44 #Var: 674 #Dec: 341922 LB: -8650719 @ 388.37
c Restart #45 #Var: 674 #Dec: 352241 LB: -8650719 @ 402.92
c Restart #46 #Var: 674 #Dec: 361793 LB: -8650719 @ 417.98
c Restart #47 #Var: 674 #Dec: 372124 LB: -8650719 @ 442.35
c Restart #48 #Var: 674 #Dec: 384175 LB: -8650719 @ 457.4
c Restart #49 #Var: 674 #Dec: 398405 LB: -8650719 @ 492.61
c Restart #50 #Var: 674 #Dec: 410200 LB: -8650719 @ 537.31
c Restart #51 #Var: 674 #Dec: 425037 LB: -8650719 @ 556.99
c CHANGE Heuristic... 
c Restart #0 #Var: 674 #Dec: 436244 LB: -8650719 @ 632.03
c Restart #1 #Var: 674 #Dec: 436627 LB: -8650719 @ 632.47
c Restart #2 #Var: 674 #Dec: 437398 LB: -8650719 @ 634.99
c Restart #3 #Var: 674 #Dec: 438771 LB: -8650719 @ 638.81
c Restart #4 #Var: 674 #Dec: 439941 LB: -8650719 @ 640.73
c Restart #5 #Var: 674 #Dec: 441078 LB: -8650719 @ 648.98
c Restart #6 #Var: 674 #Dec: 442670 LB: -8650719 @ 652.2
c Restart #7 #Var: 674 #Dec: 444137 LB: -8650719 @ 668.83
c Restart #8 #Var: 674 #Dec: 445861 LB: -8650719 @ 677.84
c Restart #9 #Var: 674 #Dec: 447869 LB: -8650719 @ 681.6
c Restart #10 #Var: 674 #Dec: 450115 LB: -8650719 @ 685.69
c Restart #11 #Var: 674 #Dec: 452562 LB: -8650719 @ 690.2
c Restart #12 #Var: 674 #Dec: 455163 LB: -8650719 @ 695.53
c Restart #13 #Var: 674 #Dec: 458382 LB: -8650719 @ 708.36
c Restart #14 #Var: 674 #Dec: 461527 LB: -8650719 @ 712.95
c Restart #15 #Var: 674 #Dec: 464719 LB: -8650719 @ 717.9
c Restart #16 #Var: 674 #Dec: 469624 LB: -8650719 @ 723.3
c Restart #17 #Var: 674 #Dec: 473200 LB: -8650719 @ 729.3
c Restart #18 #Var: 674 #Dec: 477123 LB: -8650719 @ 736.13
c Restart #19 #Var: 674 #Dec: 483349 LB: -8650719 @ 756.15
c Restart #20 #Var: 674 #Dec: 488024 LB: -8650719 @ 763.24
c Restart #21 #Var: 674 #Dec: 492908 LB: -8650719 @ 770.4
c Restart #22 #Var: 674 #Dec: 497991 LB: -8650719 @ 788.19
c Restart #23 #Var: 674 #Dec: 503079 LB: -8650719 @ 797.23
c Restart #24 #Var: 674 #Dec: 508424 LB: -8650719 @ 807.33
c Restart #25 #Var: 674 #Dec: 513459 LB: -8650719 @ 828.43
c Restart #26 #Var: 674 #Dec: 519043 LB: -8650719 @ 871.69
c Restart #27 #Var: 674 #Dec: 525462 LB: -8650719 @ 897.21
c Restart #28 #Var: 674 #Dec: 531396 LB: -8650719 @ 909.7
c Restart #29 #Var: 674 #Dec: 537285 LB: -8650719 @ 916.97
c Restart #30 #Var: 674 #Dec: 543387 LB: -8650719 @ 974.58
c Restart #31 #Var: 674 #Dec: 550787 LB: -8650719 @ 992.15
c Restart #32 #Var: 674 #Dec: 557785 LB: -8650719 @ 1061.8
c Restart #33 #Var: 674 #Dec: 565862 LB: -8650719 @ 1076.4
c Restart #34 #Var: 674 #Dec: 574634 LB: -8650719 @ 1088.5
c Restart #35 #Var: 674 #Dec: 582526 LB: -8650719 @ 1103.8
c Restart #36 #Var: 674 #Dec: 590418 LB: -8650719 @ 1114
c Restart #37 #Var: 674 #Dec: 599509 LB: -8650719 @ 1151.7
c Restart #38 #Var: 674 #Dec: 608084 LB: -8650719 @ 1188.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/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1782393335 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 107 3 90 68 0 39 0
[pid=32040] 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/wulflinc9/normalized-mps-v2-20-10-kb2.opb

[startup+10.0026 s]
Raw data (loadavg): 0.87 0.95 0.90 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 4873 0 0 0 676 115 0 0 19 0 1 0 1782393335 23126016 4784 4294967295 134512640 134736556 3221224560 3221223264 134609111 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 5646 4784 1116 68 0 5578 0
[pid=32040] vsize: 22584
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (Kb) 22584

[startup+20.0044 s]
Raw data (loadavg): 0.89 0.95 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 9156 0 0 0 1410 209 0 0 25 0 1 0 1782393335 40726528 9065 4294967295 134512640 134736556 3221224560 3221223136 134550707 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 9943 9065 1116 68 0 9875 0
[pid=32040] vsize: 39772
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (Kb) 39772

[startup+30.0051 s]
Raw data (loadavg): 0.90 0.95 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 19388 0 0 0 2312 258 0 0 25 0 1 0 1782393335 82657280 19297 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 20180 19297 1116 68 0 20112 0
[pid=32040] vsize: 80720
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (Kb) 80720

[startup+40.0049 s]
Raw data (loadavg): 0.92 0.95 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 28752 0 0 0 3222 305 0 0 25 0 1 0 1782393335 120922112 28660 4294967295 134512640 134736556 3221224560 3221223104 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 29522 28660 1116 68 0 29454 0
[pid=32040] vsize: 118088
Current children cumulated CPU time (s) 35.27
Current children cumulated vsize (Kb) 118088

[startup+50.0057 s]
Raw data (loadavg): 0.93 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 35469 0 0 0 4148 339 0 0 25 0 1 0 1782393335 148492288 35376 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 36253 35376 1116 68 0 36185 0
[pid=32040] vsize: 145012
Current children cumulated CPU time (s) 44.87
Current children cumulated vsize (Kb) 145012

[startup+60.0055 s]
Raw data (loadavg): 0.94 0.96 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 39356 0 0 0 5090 367 0 0 25 0 1 0 1782393335 164442112 39262 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 40147 39262 1116 68 0 40079 0
[pid=32040] vsize: 160588
Current children cumulated CPU time (s) 54.57
Current children cumulated vsize (Kb) 160588

[startup+70.0533 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 39361 0 0 0 6058 377 0 0 25 0 1 0 1782393335 164442112 39267 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 40147 39267 1116 68 0 40079 0
[pid=32040] vsize: 160588
Current children cumulated CPU time (s) 64.35
Current children cumulated vsize (Kb) 160588

[startup+80.054 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 39403 0 0 0 7024 389 0 0 25 0 1 0 1782393335 164712448 39309 4294967295 134512640 134736556 3221224560 3221223260 134532880 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 40213 39309 1116 68 0 40145 0
[pid=32040] vsize: 160852
Current children cumulated CPU time (s) 74.13
Current children cumulated vsize (Kb) 160852

[startup+90.0538 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 39412 0 0 0 7987 402 0 0 25 0 1 0 1782393335 164712448 39318 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 40213 39318 1116 68 0 40145 0
[pid=32040] vsize: 160852
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (Kb) 160852

[startup+100.055 s]
Raw data (loadavg): 0.97 0.96 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 40137 0 0 0 8950 417 0 0 25 0 1 0 1782393335 167624704 40043 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 40924 40043 1116 68 0 40856 0
[pid=32040] vsize: 163696
Current children cumulated CPU time (s) 93.67
Current children cumulated vsize (Kb) 163696

[startup+110.055 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40234 0 0 0 9920 428 0 0 25 0 1 0 1782393335 168108032 40140 4294967295 134512640 134736556 3221224560 3221223336 134560329 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 41042 40140 1116 68 0 40974 0
[pid=32040] vsize: 164168
Current children cumulated CPU time (s) 103.48
Current children cumulated vsize (Kb) 164168

[startup+120.056 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40389 0 0 0 10894 438 0 0 25 0 1 0 1782393335 168755200 40295 4294967295 134512640 134736556 3221224560 3221223260 1076648036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41200 40295 1116 68 0 41132 0
[pid=32040] vsize: 164800
Current children cumulated CPU time (s) 113.32
Current children cumulated vsize (Kb) 164800

[startup+130.057 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40591 0 0 0 11866 447 0 0 25 0 1 0 1782393335 169562112 40497 4294967295 134512640 134736556 3221224560 3221223096 1077378387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41397 40497 1116 68 0 41329 0
[pid=32040] vsize: 165588
Current children cumulated CPU time (s) 123.13
Current children cumulated vsize (Kb) 165588

[startup+140.058 s]
Raw data (loadavg): 0.98 0.96 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40848 0 0 0 12851 453 0 0 25 0 1 0 1782393335 170631168 40754 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41658 40754 1116 68 0 41590 0
[pid=32040] vsize: 166632
Current children cumulated CPU time (s) 133.04
Current children cumulated vsize (Kb) 166632

[startup+150.059 s]
Raw data (loadavg): 0.98 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40860 0 0 0 13829 462 0 0 25 0 1 0 1782393335 170631168 40766 4294967295 134512640 134736556 3221224560 3221223200 134523820 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41658 40766 1116 68 0 41590 0
[pid=32040] vsize: 166632
Current children cumulated CPU time (s) 142.91
Current children cumulated vsize (Kb) 166632

[startup+160.059 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40892 0 0 0 14817 467 0 0 25 0 1 0 1782393335 170766336 40798 4294967295 134512640 134736556 3221224560 3221223200 134543756 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41691 40798 1116 68 0 41623 0
[pid=32040] vsize: 166764
Current children cumulated CPU time (s) 152.84
Current children cumulated vsize (Kb) 166764

[startup+170.06 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40911 0 0 0 15807 471 0 0 25 0 1 0 1782393335 170901504 40817 4294967295 134512640 134736556 3221224560 3221223232 134524959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41724 40817 1116 68 0 41656 0
[pid=32040] vsize: 166896
Current children cumulated CPU time (s) 162.78
Current children cumulated vsize (Kb) 166896

[startup+180.061 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40918 0 0 0 16798 474 0 0 25 0 1 0 1782393335 170901504 40824 4294967295 134512640 134736556 3221224560 3221223180 1076530932 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41724 40824 1116 68 0 41656 0
[pid=32040] vsize: 166896
Current children cumulated CPU time (s) 172.72
Current children cumulated vsize (Kb) 166896

[startup+190.062 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40950 0 0 0 17786 479 0 0 25 0 1 0 1782393335 171036672 40856 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41757 40856 1116 68 0 41689 0
[pid=32040] vsize: 167028
Current children cumulated CPU time (s) 182.65
Current children cumulated vsize (Kb) 167028

[startup+200.062 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 40972 0 0 0 18759 488 0 0 25 0 1 0 1782393335 171171840 40878 4294967295 134512640 134736556 3221224560 3221223168 134537373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 41790 40878 1116 68 0 41722 0
[pid=32040] vsize: 167160
Current children cumulated CPU time (s) 192.47
Current children cumulated vsize (Kb) 167160

[startup+210.063 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41228 0 0 0 19730 499 0 0 25 0 1 0 1782393335 172118016 41134 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42021 41134 1116 68 0 41953 0
[pid=32040] vsize: 168084
Current children cumulated CPU time (s) 202.29
Current children cumulated vsize (Kb) 168084

[startup+220.065 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41229 0 0 0 20701 510 0 0 25 0 1 0 1782393335 172118016 41135 4294967295 134512640 134736556 3221224560 3221223268 134560272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 42021 41135 1116 68 0 41953 0
[pid=32040] vsize: 168084
Current children cumulated CPU time (s) 212.11
Current children cumulated vsize (Kb) 168084

[startup+230.066 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41287 0 0 0 21669 522 0 0 25 0 1 0 1782393335 172388352 41193 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 42087 41193 1116 68 0 42019 0
[pid=32040] vsize: 168348
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (Kb) 168348

[startup+240.066 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41408 0 0 0 22642 532 0 0 25 0 1 0 1782393335 172929024 41314 4294967295 134512640 134736556 3221224560 3221223096 1077377227 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42219 41314 1116 68 0 42151 0
[pid=32040] vsize: 168876
Current children cumulated CPU time (s) 231.74
Current children cumulated vsize (Kb) 168876

[startup+250.066 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41440 0 0 0 23619 539 0 0 25 0 1 0 1782393335 173064192 41346 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42252 41346 1116 68 0 42184 0
[pid=32040] vsize: 169008
Current children cumulated CPU time (s) 241.58
Current children cumulated vsize (Kb) 169008

[startup+260.067 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41489 0 0 0 24594 548 0 0 25 0 1 0 1782393335 173199360 41395 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42285 41395 1116 68 0 42217 0
[pid=32040] vsize: 169140
Current children cumulated CPU time (s) 251.42
Current children cumulated vsize (Kb) 169140

[startup+270.068 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41772 0 0 0 25574 555 0 0 25 0 1 0 1782393335 174399488 41678 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42578 41678 1116 68 0 42510 0
[pid=32040] vsize: 170312
Current children cumulated CPU time (s) 261.29
Current children cumulated vsize (Kb) 170312

[startup+280.069 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41863 0 0 0 26560 561 0 0 25 0 1 0 1782393335 174804992 41769 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42677 41769 1116 68 0 42609 0
[pid=32040] vsize: 170708
Current children cumulated CPU time (s) 271.21
Current children cumulated vsize (Kb) 170708

[startup+290.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41899 0 0 0 27538 569 0 0 25 0 1 0 1782393335 174915584 41805 4294967295 134512640 134736556 3221224560 3221223040 134535752 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42704 41805 1116 68 0 42636 0
[pid=32040] vsize: 170816
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (Kb) 170816

[startup+300.07 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41955 0 0 0 28512 577 0 0 25 0 1 0 1782393335 175185920 41861 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42770 41861 1116 68 0 42702 0
[pid=32040] vsize: 171080
Current children cumulated CPU time (s) 290.89
Current children cumulated vsize (Kb) 171080

[startup+310.071 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41973 0 0 0 29481 589 0 0 25 0 1 0 1782393335 175185920 41879 4294967295 134512640 134736556 3221224560 3221223296 134605567 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42770 41879 1116 68 0 42702 0
[pid=32040] vsize: 171080
Current children cumulated CPU time (s) 300.7
Current children cumulated vsize (Kb) 171080

[startup+320.073 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 41978 0 0 0 30451 600 0 0 25 0 1 0 1782393335 175185920 41884 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 42770 41884 1116 68 0 42702 0
[pid=32040] vsize: 171080
Current children cumulated CPU time (s) 310.51
Current children cumulated vsize (Kb) 171080

[startup+330.074 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42031 0 0 0 31424 609 0 0 25 0 1 0 1782393335 175456256 41937 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42836 41937 1116 68 0 42768 0
[pid=32040] vsize: 171344
Current children cumulated CPU time (s) 320.33
Current children cumulated vsize (Kb) 171344

[startup+340.074 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42144 0 0 0 32405 616 0 0 25 0 1 0 1782393335 175861760 42050 4294967295 134512640 134736556 3221224560 3221223152 134716141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42935 42050 1116 68 0 42867 0
[pid=32040] vsize: 171740
Current children cumulated CPU time (s) 330.21
Current children cumulated vsize (Kb) 171740

[startup+350.075 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42153 0 0 0 33374 627 0 0 25 0 1 0 1782393335 175988736 42059 4294967295 134512640 134736556 3221224560 3221223336 134560337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42966 42059 1116 68 0 42898 0
[pid=32040] vsize: 171864
Current children cumulated CPU time (s) 340.01
Current children cumulated vsize (Kb) 171864

[startup+360.076 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42181 0 0 0 34349 636 0 0 25 0 1 0 1782393335 175984640 42084 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 42965 42084 1116 68 0 42897 0
[pid=32040] vsize: 171860
Current children cumulated CPU time (s) 349.85
Current children cumulated vsize (Kb) 171860

[startup+370.077 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42185 0 0 0 35326 646 0 0 25 0 1 0 1782393335 176095232 42088 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 42992 42088 1116 68 0 42924 0
[pid=32040] vsize: 171968
Current children cumulated CPU time (s) 359.72
Current children cumulated vsize (Kb) 171968

[startup+380.078 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42272 0 0 0 36300 655 0 0 25 0 1 0 1782393335 176365568 42175 4294967295 134512640 134736556 3221224560 3221223136 134543161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43058 42175 1116 68 0 42990 0
[pid=32040] vsize: 172232
Current children cumulated CPU time (s) 369.55
Current children cumulated vsize (Kb) 172232

[startup+390.078 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42341 0 0 0 37282 663 0 0 25 0 1 0 1782393335 176746496 42244 4294967295 134512640 134736556 3221224560 3221223232 134536482 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43151 42244 1116 68 0 43083 0
[pid=32040] vsize: 172604
Current children cumulated CPU time (s) 379.45
Current children cumulated vsize (Kb) 172604

[startup+400.079 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42351 0 0 0 38260 672 0 0 25 0 1 0 1782393335 176746496 42254 4294967295 134512640 134736556 3221224560 3221223248 134536442 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43151 42254 1116 68 0 43083 0
[pid=32040] vsize: 172604
Current children cumulated CPU time (s) 389.32
Current children cumulated vsize (Kb) 172604

[startup+410.08 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42401 0 0 0 39225 685 0 0 25 0 1 0 1782393335 177016832 42304 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43217 42304 1116 68 0 43149 0
[pid=32040] vsize: 172868
Current children cumulated CPU time (s) 399.1
Current children cumulated vsize (Kb) 172868

[startup+420.081 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 42401 0 0 0 40193 696 0 0 25 0 1 0 1782393335 176934912 42304 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 43197 42304 1116 68 0 43129 0
[pid=32040] vsize: 172788
Current children cumulated CPU time (s) 408.89
Current children cumulated vsize (Kb) 172788

[startup+430.081 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 42401 0 0 0 41162 708 0 0 25 0 1 0 1782393335 176934912 42304 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43197 42304 1116 68 0 43129 0
[pid=32040] vsize: 172788
Current children cumulated CPU time (s) 418.7
Current children cumulated vsize (Kb) 172788

[startup+440.082 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42498 0 0 0 42138 717 0 0 25 0 1 0 1782393335 177340416 42401 4294967295 134512640 134736556 3221224560 3221223244 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43296 42401 1116 68 0 43228 0
[pid=32040] vsize: 173184
Current children cumulated CPU time (s) 428.55
Current children cumulated vsize (Kb) 173184

[startup+450.083 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42659 0 0 0 43114 726 0 0 25 0 1 0 1782393335 177963008 42562 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43448 42562 1116 68 0 43380 0
[pid=32040] vsize: 173792
Current children cumulated CPU time (s) 438.4
Current children cumulated vsize (Kb) 173792

[startup+460.084 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42746 0 0 0 44084 737 0 0 25 0 1 0 1782393335 178364416 42649 4294967295 134512640 134736556 3221224560 3221223312 134556565 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43546 42649 1116 68 0 43478 0
[pid=32040] vsize: 174184
Current children cumulated CPU time (s) 448.21
Current children cumulated vsize (Kb) 174184

[startup+470.085 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42747 0 0 0 45050 751 0 0 25 0 1 0 1782393335 178282496 42646 4294967295 134512640 134736556 3221224560 3221223232 134528755 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43526 42646 1116 68 0 43458 0
[pid=32040] vsize: 174104
Current children cumulated CPU time (s) 458.01
Current children cumulated vsize (Kb) 174104

[startup+480.085 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 42858 0 0 0 46020 761 0 0 25 0 1 0 1782393335 178810880 42757 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43655 42757 1116 68 0 43587 0
[pid=32040] vsize: 174620
Current children cumulated CPU time (s) 467.81
Current children cumulated vsize (Kb) 174620

[startup+490.086 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 43217 0 0 0 47003 767 0 0 25 0 1 0 1782393335 180211712 43116 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 43997 43116 1116 68 0 43929 0
[pid=32040] vsize: 175988
Current children cumulated CPU time (s) 477.7
Current children cumulated vsize (Kb) 175988

[startup+500.088 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 44228 0 0 0 47989 776 0 0 25 0 1 0 1782393335 184401920 44127 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 45020 44127 1116 68 0 44952 0
[pid=32040] vsize: 180080
Current children cumulated CPU time (s) 487.65
Current children cumulated vsize (Kb) 180080

[startup+510.088 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 46072 0 0 0 48962 789 0 0 25 0 1 0 1782393335 191971328 45971 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 46868 45971 1116 68 0 46800 0
[pid=32040] vsize: 187472
Current children cumulated CPU time (s) 497.51
Current children cumulated vsize (Kb) 187472

[startup+520.09 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 46083 0 0 0 49950 793 0 0 25 0 1 0 1782393335 191971328 45982 4294967295 134512640 134736556 3221224560 3221223120 134550935 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 46868 45982 1116 68 0 46800 0
[pid=32040] vsize: 187472
Current children cumulated CPU time (s) 507.43
Current children cumulated vsize (Kb) 187472

[startup+530.09 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 46096 0 0 0 50944 796 0 0 25 0 1 0 1782393335 192106496 45995 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 46901 45995 1116 68 0 46833 0
[pid=32040] vsize: 187604
Current children cumulated CPU time (s) 517.4
Current children cumulated vsize (Kb) 187604

[startup+540.091 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 46139 0 0 0 51934 800 0 0 25 0 1 0 1782393335 192221184 46038 4294967295 134512640 134736556 3221224560 3221223100 134536596 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 46929 46038 1116 68 0 46861 0
[pid=32040] vsize: 187716
Current children cumulated CPU time (s) 527.34
Current children cumulated vsize (Kb) 187716

[startup+550.092 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47614 0 0 0 52905 813 0 0 25 0 1 0 1782393335 198303744 47513 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 48414 47513 1116 68 0 48346 0
[pid=32040] vsize: 193656
Current children cumulated CPU time (s) 537.18
Current children cumulated vsize (Kb) 193656

[startup+560.093 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47666 0 0 0 53879 821 0 0 25 0 1 0 1782393335 198569984 47565 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48479 47565 1116 68 0 48411 0
[pid=32040] vsize: 193916
Current children cumulated CPU time (s) 547
Current children cumulated vsize (Kb) 193916

[startup+570.093 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 47672 0 0 0 54833 837 0 0 25 0 1 0 1782393335 198549504 47571 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48474 47571 1116 68 0 48406 0
[pid=32040] vsize: 193896
Current children cumulated CPU time (s) 556.7
Current children cumulated vsize (Kb) 193896

[startup+580.094 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47716 0 0 0 55827 840 0 0 25 0 1 0 1782393335 198684672 47615 4294967295 134512640 134736556 3221224560 3221223168 134537420 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48507 47615 1116 68 0 48439 0
[pid=32040] vsize: 194028
Current children cumulated CPU time (s) 566.67
Current children cumulated vsize (Kb) 194028

[startup+590.094 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47763 0 0 0 56822 842 0 0 25 0 1 0 1782393335 198934528 47662 4294967295 134512640 134736556 3221224560 3221223088 134716610 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 48568 47662 1116 68 0 48500 0
[pid=32040] vsize: 194272
Current children cumulated CPU time (s) 576.64
Current children cumulated vsize (Kb) 194272

[startup+600.096 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47843 0 0 0 57816 845 0 0 25 0 1 0 1782393335 199184384 47742 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48629 47742 1116 68 0 48561 0
[pid=32040] vsize: 194516
Current children cumulated CPU time (s) 586.61
Current children cumulated vsize (Kb) 194516

[startup+610.096 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 47945 0 0 0 58807 847 0 0 25 0 1 0 1782393335 199589888 47844 4294967295 134512640 134736556 3221224560 3221223296 134529232 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48728 47844 1116 68 0 48660 0
[pid=32040] vsize: 194912
Current children cumulated CPU time (s) 596.54
Current children cumulated vsize (Kb) 194912

[startup+620.095 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 48019 0 0 0 59794 853 0 0 25 0 1 0 1782393335 199995392 47918 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 48827 47918 1116 68 0 48759 0
[pid=32040] vsize: 195308
Current children cumulated CPU time (s) 606.47
Current children cumulated vsize (Kb) 195308

[startup+630.096 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 48054 0 0 0 60779 859 0 0 25 0 1 0 1782393335 200130560 47953 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 48860 47953 1116 68 0 48792 0
[pid=32040] vsize: 195440
Current children cumulated CPU time (s) 616.38
Current children cumulated vsize (Kb) 195440

[startup+640.096 s]
Raw data (loadavg): 0.99 0.97 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 48066 0 0 0 61766 864 0 0 25 0 1 0 1782393335 200130560 47965 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 48860 47965 1116 68 0 48792 0
[pid=32040] vsize: 195440
Current children cumulated CPU time (s) 626.3
Current children cumulated vsize (Kb) 195440

[startup+650.097 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 48090 0 0 0 62747 870 0 0 25 0 1 0 1782393335 200253440 47989 4294967295 134512640 134736556 3221224560 3221223224 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 48890 47989 1116 68 0 48822 0
[pid=32040] vsize: 195560
Current children cumulated CPU time (s) 636.17
Current children cumulated vsize (Kb) 195560

[startup+660.097 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 48312 0 0 0 63732 875 0 0 25 0 1 0 1782393335 201101312 48210 4294967295 134512640 134736556 3221224560 3221223020 1077782939 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 49097 48210 1116 68 0 49029 0
[pid=32040] vsize: 196388
Current children cumulated CPU time (s) 646.07
Current children cumulated vsize (Kb) 196388

[startup+670.097 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 48696 0 0 0 64716 882 0 0 25 0 1 0 1782393335 202702848 48594 4294967295 134512640 134736556 3221224560 3221223248 134524332 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 49488 48594 1116 68 0 49420 0
[pid=32040] vsize: 197952
Current children cumulated CPU time (s) 655.98
Current children cumulated vsize (Kb) 197952

[startup+680.098 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 48717 0 0 0 65708 884 0 0 25 0 1 0 1782393335 202797056 48615 4294967295 134512640 134736556 3221224560 3221223320 134560337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 49511 48615 1116 68 0 49443 0
[pid=32040] vsize: 198044
Current children cumulated CPU time (s) 665.92
Current children cumulated vsize (Kb) 198044

[startup+690.099 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 48939 0 0 0 66695 889 0 0 25 0 1 0 1782393335 203739136 48837 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 49741 48837 1116 68 0 49673 0
[pid=32040] vsize: 198964
Current children cumulated CPU time (s) 675.84
Current children cumulated vsize (Kb) 198964

[startup+700.1 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49190 0 0 0 67671 897 0 0 25 0 1 0 1782393335 204820480 49088 4294967295 134512640 134736556 3221224560 3221223280 134529492 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50005 49088 1116 68 0 49937 0
[pid=32040] vsize: 200020
Current children cumulated CPU time (s) 685.68
Current children cumulated vsize (Kb) 200020

[startup+710.1 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49365 0 0 0 68646 907 0 0 25 0 1 0 1782393335 205443072 49263 4294967295 134512640 134736556 3221224560 3221223148 134537480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50157 49263 1116 68 0 50089 0
[pid=32040] vsize: 200628
Current children cumulated CPU time (s) 695.53
Current children cumulated vsize (Kb) 200628

[startup+720.1 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49419 0 0 0 69629 912 0 0 25 0 1 0 1782393335 205717504 49317 4294967295 134512640 134736556 3221224560 3221223152 134540277 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 50224 49317 1116 68 0 50156 0
[pid=32040] vsize: 200896
Current children cumulated CPU time (s) 705.41
Current children cumulated vsize (Kb) 200896

[startup+730.101 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49456 0 0 0 70603 921 0 0 25 0 1 0 1782393335 205848576 49354 4294967295 134512640 134736556 3221224560 3221223136 134550025 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50256 49354 1116 68 0 50188 0
[pid=32040] vsize: 201024
Current children cumulated CPU time (s) 715.24
Current children cumulated vsize (Kb) 201024

[startup+740.102 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49478 0 0 0 71563 936 0 0 25 0 1 0 1782393335 205979648 49376 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50288 49376 1116 68 0 50220 0
[pid=32040] vsize: 201152
Current children cumulated CPU time (s) 724.99
Current children cumulated vsize (Kb) 201152

[startup+750.102 s]
Raw data (loadavg): 0.99 0.97 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49497 0 0 0 72531 948 0 0 25 0 1 0 1782393335 205967360 49395 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50285 49395 1116 68 0 50217 0
[pid=32040] vsize: 201140
Current children cumulated CPU time (s) 734.79
Current children cumulated vsize (Kb) 201140

[startup+760.103 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 49820 0 0 0 73511 955 0 0 25 0 1 0 1782393335 207310848 49718 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 50613 49718 1116 68 0 50545 0
[pid=32040] vsize: 202452
Current children cumulated CPU time (s) 744.66
Current children cumulated vsize (Kb) 202452

[startup+770.103 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50518 0 0 0 74495 962 0 0 25 0 1 0 1782393335 210247680 50416 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51330 50416 1116 68 0 51262 0
[pid=32040] vsize: 205320
Current children cumulated CPU time (s) 754.57
Current children cumulated vsize (Kb) 205320

[startup+780.104 s]
Raw data (loadavg): 1.05 0.99 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 50857 0 0 0 75464 973 0 0 25 0 1 0 1782393335 211550208 50755 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51648 50755 1116 68 0 51580 0
[pid=32040] vsize: 206592
Current children cumulated CPU time (s) 764.37
Current children cumulated vsize (Kb) 206592

[startup+790.105 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50861 0 0 0 76437 983 0 0 25 0 1 0 1782393335 211550208 50759 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51648 50759 1116 68 0 51580 0
[pid=32040] vsize: 206592
Current children cumulated CPU time (s) 774.2
Current children cumulated vsize (Kb) 206592

[startup+800.105 s]
Raw data (loadavg): 1.04 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50870 0 0 0 77425 988 0 0 25 0 1 0 1782393335 211685376 50768 4294967295 134512640 134736556 3221224560 3221223088 134716576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51681 50768 1116 68 0 51613 0
[pid=32040] vsize: 206724
Current children cumulated CPU time (s) 784.13
Current children cumulated vsize (Kb) 206724

[startup+810.106 s]
Raw data (loadavg): 1.03 0.99 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 50908 0 0 0 78399 995 0 0 25 0 1 0 1782393335 211808256 50806 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51711 50806 1116 68 0 51643 0
[pid=32040] vsize: 206844
Current children cumulated CPU time (s) 793.94
Current children cumulated vsize (Kb) 206844

[startup+820.107 s]
Raw data (loadavg): 1.03 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50915 0 0 0 79371 1005 0 0 25 0 1 0 1782393335 211808256 50813 4294967295 134512640 134736556 3221224560 3221223096 1077377712 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51711 50813 1116 68 0 51643 0
[pid=32040] vsize: 206844
Current children cumulated CPU time (s) 803.76
Current children cumulated vsize (Kb) 206844

[startup+830.108 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50915 0 0 0 80354 1012 0 0 25 0 1 0 1782393335 211808256 50813 4294967295 134512640 134736556 3221224560 3221223228 134534796 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 51711 50813 1116 68 0 51643 0
[pid=32040] vsize: 206844
Current children cumulated CPU time (s) 813.66
Current children cumulated vsize (Kb) 206844

[startup+840.108 s]
Raw data (loadavg): 1.02 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 50915 0 0 0 81339 1017 0 0 25 0 1 0 1782393335 211808256 50813 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 51711 50813 1116 68 0 51643 0
[pid=32040] vsize: 206844
Current children cumulated CPU time (s) 823.56
Current children cumulated vsize (Kb) 206844

[startup+850.108 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51158 0 0 0 82323 1022 0 0 25 0 1 0 1782393335 212889600 51056 4294967295 134512640 134736556 3221224560 3221223296 134529164 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51975 51056 1116 68 0 51907 0
[pid=32040] vsize: 207900
Current children cumulated CPU time (s) 833.45
Current children cumulated vsize (Kb) 207900

[startup+860.109 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51162 0 0 0 83317 1025 0 0 25 0 1 0 1782393335 212889600 51060 4294967295 134512640 134736556 3221224560 3221223248 134524403 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51975 51060 1116 68 0 51907 0
[pid=32040] vsize: 207900
Current children cumulated CPU time (s) 843.42
Current children cumulated vsize (Kb) 207900

[startup+870.109 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51163 0 0 0 84309 1029 0 0 25 0 1 0 1782393335 212889600 51061 4294967295 134512640 134736556 3221224560 3221223104 134551043 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 51975 51061 1116 68 0 51907 0
[pid=32040] vsize: 207900
Current children cumulated CPU time (s) 853.38
Current children cumulated vsize (Kb) 207900

[startup+880.11 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51163 0 0 0 85299 1034 0 0 25 0 1 0 1782393335 212889600 51061 4294967295 134512640 134736556 3221224560 3221223284 134529474 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 51975 51061 1116 68 0 51907 0
[pid=32040] vsize: 207900
Current children cumulated CPU time (s) 863.33
Current children cumulated vsize (Kb) 207900

[startup+890.11 s]
Raw data (loadavg): 1.01 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51189 0 0 0 86291 1036 0 0 25 0 1 0 1782393335 213024768 51087 4294967295 134512640 134736556 3221224560 3221223120 134550925 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52008 51087 1116 68 0 51940 0
[pid=32040] vsize: 208032
Current children cumulated CPU time (s) 873.27
Current children cumulated vsize (Kb) 208032

[startup+900.111 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51470 0 0 0 87283 1040 0 0 25 0 1 0 1782393335 214106112 51368 4294967295 134512640 134736556 3221224560 3221223296 134529164 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52272 51368 1116 68 0 52204 0
[pid=32040] vsize: 209088
Current children cumulated CPU time (s) 883.23
Current children cumulated vsize (Kb) 209088

[startup+910.111 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51753 0 0 0 88268 1047 0 0 25 0 1 0 1782393335 215252992 51651 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52552 51651 1116 68 0 52484 0
[pid=32040] vsize: 210208
Current children cumulated CPU time (s) 893.15
Current children cumulated vsize (Kb) 210208

[startup+920.112 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51776 0 0 0 89241 1058 0 0 25 0 1 0 1782393335 215388160 51674 4294967295 134512640 134736556 3221224560 3221223248 134597321 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52585 51674 1116 68 0 52517 0
[pid=32040] vsize: 210340
Current children cumulated CPU time (s) 902.99
Current children cumulated vsize (Kb) 210340

[startup+930.113 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51787 0 0 0 90214 1065 0 0 25 0 1 0 1782393335 215388160 51685 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52585 51685 1116 68 0 52517 0
[pid=32040] vsize: 210340
Current children cumulated CPU time (s) 912.79
Current children cumulated vsize (Kb) 210340

[startup+940.113 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51793 0 0 0 91194 1072 0 0 25 0 1 0 1782393335 215388160 51691 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52585 51691 1116 68 0 52517 0
[pid=32040] vsize: 210340
Current children cumulated CPU time (s) 922.66
Current children cumulated vsize (Kb) 210340

[startup+950.114 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51797 0 0 0 92187 1075 0 0 25 0 1 0 1782393335 215388160 51695 4294967295 134512640 134736556 3221224560 3221223084 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52585 51695 1116 68 0 52517 0
[pid=32040] vsize: 210340
Current children cumulated CPU time (s) 932.62
Current children cumulated vsize (Kb) 210340

[startup+960.115 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51800 0 0 0 93180 1078 0 0 25 0 1 0 1782393335 215523328 51698 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52618 51698 1116 68 0 52550 0
[pid=32040] vsize: 210472
Current children cumulated CPU time (s) 942.58
Current children cumulated vsize (Kb) 210472

[startup+970.115 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51800 0 0 0 94173 1081 0 0 25 0 1 0 1782393335 215523328 51698 4294967295 134512640 134736556 3221224560 3221223232 134536510 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52618 51698 1116 68 0 52550 0
[pid=32040] vsize: 210472
Current children cumulated CPU time (s) 952.54
Current children cumulated vsize (Kb) 210472

[startup+980.115 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51818 0 0 0 95165 1084 0 0 25 0 1 0 1782393335 215523328 51716 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52618 51716 1116 68 0 52550 0
[pid=32040] vsize: 210472
Current children cumulated CPU time (s) 962.49
Current children cumulated vsize (Kb) 210472

[startup+990.116 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 51822 0 0 0 96157 1087 0 0 25 0 1 0 1782393335 215523328 51720 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52618 51720 1116 68 0 52550 0
[pid=32040] vsize: 210472
Current children cumulated CPU time (s) 972.44
Current children cumulated vsize (Kb) 210472

[startup+1000.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52086 0 0 0 97150 1090 0 0 25 0 1 0 1782393335 216604672 51984 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52882 51984 1116 68 0 52814 0
[pid=32040] vsize: 211528
Current children cumulated CPU time (s) 982.4
Current children cumulated vsize (Kb) 211528

[startup+1010.12 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 52186 0 0 0 98117 1101 0 0 25 0 1 0 1782393335 217071616 52084 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52996 52084 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 992.18
Current children cumulated vsize (Kb) 211984

[startup+1020.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52191 0 0 0 99106 1105 0 0 25 0 1 0 1782393335 217075712 52080 4294967295 134512640 134736556 3221224560 3221223232 134528720 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52997 52080 1116 68 0 52929 0
[pid=32040] vsize: 211988
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (Kb) 211988

[startup+1030.12 s]
Raw data (loadavg): 1.00 0.99 0.91 1/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 52192 0 0 0 100100 1108 0 0 25 0 1 0 1782393335 217075712 52081 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52997 52081 1116 68 0 52929 0
[pid=32040] vsize: 211988
Current children cumulated CPU time (s) 1012.08
Current children cumulated vsize (Kb) 211988

[startup+1040.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52203 0 0 0 101095 1109 0 0 25 0 1 0 1782393335 217071616 52092 4294967295 134512640 134736556 3221224560 3221222924 1077379908 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52996 52092 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 1022.04
Current children cumulated vsize (Kb) 211984

[startup+1050.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52205 0 0 0 102088 1112 0 0 25 0 1 0 1782393335 217071616 52094 4294967295 134512640 134736556 3221224560 3221223104 134551260 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52996 52094 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 1032
Current children cumulated vsize (Kb) 211984

[startup+1060.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52206 0 0 0 103082 1114 0 0 25 0 1 0 1782393335 217071616 52095 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52996 52095 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 1041.96
Current children cumulated vsize (Kb) 211984

[startup+1070.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52208 0 0 0 104076 1116 0 0 25 0 1 0 1782393335 217071616 52097 4294967295 134512640 134736556 3221224560 3221223280 134529206 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 52996 52097 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 1051.92
Current children cumulated vsize (Kb) 211984

[startup+1080.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52208 0 0 0 105070 1118 0 0 25 0 1 0 1782393335 217071616 52097 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 52996 52097 1116 68 0 52928 0
[pid=32040] vsize: 211984
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (Kb) 211984

[startup+1090.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52237 0 0 0 106048 1127 0 0 25 0 1 0 1782393335 217169920 52126 4294967295 134512640 134736556 3221224560 3221223152 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 53020 52126 1116 68 0 52952 0
[pid=32040] vsize: 212080
Current children cumulated CPU time (s) 1071.75
Current children cumulated vsize (Kb) 212080

[startup+1100.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52425 0 0 0 107011 1140 0 0 25 0 1 0 1782393335 217993216 52314 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53221 52314 1116 68 0 53153 0
[pid=32040] vsize: 212884
Current children cumulated CPU time (s) 1081.51
Current children cumulated vsize (Kb) 212884

[startup+1110.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52532 0 0 0 107982 1151 0 0 25 0 1 0 1782393335 218398720 52421 4294967295 134512640 134736556 3221224560 3221223172 134524344 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53320 52421 1116 68 0 53252 0
[pid=32040] vsize: 213280
Current children cumulated CPU time (s) 1091.33
Current children cumulated vsize (Kb) 213280

[startup+1120.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52582 0 0 0 108956 1161 0 0 25 0 1 0 1782393335 218656768 52471 4294967295 134512640 134736556 3221224560 3221223084 134536690 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53383 52471 1116 68 0 53315 0
[pid=32040] vsize: 213532
Current children cumulated CPU time (s) 1101.17
Current children cumulated vsize (Kb) 213532

[startup+1130.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52582 0 0 0 109923 1172 0 0 25 0 1 0 1782393335 218656768 52471 4294967295 134512640 134736556 3221224560 3221223160 134716007 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53383 52471 1116 68 0 53315 0
[pid=32040] vsize: 213532
Current children cumulated CPU time (s) 1110.95
Current children cumulated vsize (Kb) 213532

[startup+1140.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52680 0 0 0 110905 1178 0 0 25 0 1 0 1782393335 219062272 52569 4294967295 134512640 134736556 3221224560 3221223156 134544618 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53482 52569 1116 68 0 53414 0
[pid=32040] vsize: 213928
Current children cumulated CPU time (s) 1120.83
Current children cumulated vsize (Kb) 213928

[startup+1150.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52711 0 0 0 111883 1186 0 0 25 0 1 0 1782393335 219144192 52600 4294967295 134512640 134736556 3221224560 3221223168 134634114 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53502 52600 1116 68 0 53434 0
[pid=32040] vsize: 214008
Current children cumulated CPU time (s) 1130.69
Current children cumulated vsize (Kb) 214008

[startup+1160.12 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52743 0 0 0 112871 1191 0 0 25 0 1 0 1782393335 219267072 52632 4294967295 134512640 134736556 3221224560 3221223276 134524324 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53532 52632 1116 68 0 53464 0
[pid=32040] vsize: 214128
Current children cumulated CPU time (s) 1140.62
Current children cumulated vsize (Kb) 214128

[startup+1170.13 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52770 0 0 0 113859 1195 0 0 25 0 1 0 1782393335 219402240 52659 4294967295 134512640 134736556 3221224560 3221223296 134529331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53565 52659 1116 68 0 53497 0
[pid=32040] vsize: 214260
Current children cumulated CPU time (s) 1150.54
Current children cumulated vsize (Kb) 214260

[startup+1180.13 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52800 0 0 0 114841 1201 0 0 25 0 1 0 1782393335 219537408 52689 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53598 52689 1116 68 0 53530 0
[pid=32040] vsize: 214392
Current children cumulated CPU time (s) 1160.42
Current children cumulated vsize (Kb) 214392

[startup+1190.13 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) T 32039 32040 30740 0 -1 0 52854 0 0 0 115827 1206 0 0 25 0 1 0 1782393335 219672576 52743 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/32040/statm): 53631 52743 1116 68 0 53563 0
[pid=32040] vsize: 214524
Current children cumulated CPU time (s) 1170.33
Current children cumulated vsize (Kb) 214524

[startup+1200.13 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 52978 0 0 0 116813 1211 0 0 25 0 1 0 1782393335 220205056 52867 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/32040/statm): 53761 52867 1116 68 0 53693 0
[pid=32040] vsize: 215044
Current children cumulated CPU time (s) 1180.24
Current children cumulated vsize (Kb) 215044

[startup+1210.13 s]
Raw data (loadavg): 1.00 0.99 0.91 2/56 32040
Raw data (/proc/32040/stat): 32040 (bsolo) R 32039 32040 30740 0 -1 0 53044 0 0 0 117802 1216 0 0 25 0 1 0 1782393335 220475392 52933 4294967295 134512640 134736556 3221224560 3221223284 134605913 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/32040/statm): 53827 52933 1116 68 0 53759 0
[pid=32040] vsize: 215308
Current children cumulated CPU time (s) 1190.18
Current children cumulated vsize (Kb) 215308
One traced child (pid=32040) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1215.17
CPU time (s): 1195.11
CPU user time (s): 1182.79
CPU system time (s): 12.3161
CPU usage (%): 98.3493
Max. virtual memory (cumulated for all children) (Kb): 215308

Verifier Data

ERROR: no interpretation found !