Trace number 4402739

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT887 142.403 135.783

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark6.93093
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
4.55/2.59	o 363
4.91/2.60	o 364
4.91/2.61	o 381
4.91/2.62	o 387
4.91/2.62	o 415
4.91/2.69	o 463
4.91/2.70	o 487
5.22/2.70	o 504
5.22/2.70	o 519
5.22/2.71	o 543
5.22/2.71	o 550
5.22/2.71	o 553
5.22/2.72	o 558
5.22/2.72	o 562
5.22/2.73	o 569
5.22/2.73	o 587
5.22/2.75	o 592
5.22/2.75	o 640
5.22/2.75	o 676
5.22/2.76	o 679
5.22/2.77	o 690
5.22/2.79	o 709
5.55/2.81	o 713
5.55/2.82	o 723
5.55/2.84	o 739
5.55/2.85	o 748
5.55/2.85	o 790
5.55/2.86	o 793
5.55/2.86	o 807
5.91/2.95	o 809
5.91/2.96	o 816
5.91/2.96	o 834
5.91/2.97	o 843
5.91/2.97	o 850
6.25/3.02	o 854
6.25/3.02	o 865
6.25/3.03	o 866
6.25/3.07	o 870
6.83/3.30	o 874
8.04/3.68	o 876
8.04/3.68	o 877
9.17/4.07	o 887
142.31/135.77	v <instantiation
142.31/135.77	v         cost = '887'>
142.31/135.77	v       <list>
142.31/135.77	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39]
142.31/135.77	v       </list>
142.31/135.77	v       <values>
142.31/135.77	v         1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0
142.31/135.77	v       </values>
142.31/135.77	v     </instantiation>
142.31/135.77	s OPTIMUM FOUND

Verifier Data

OK	887

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3911 MiB free)
  memory of node 1: 16384 MiB (6277 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402739-1568978579/watcher-4402739-1568978579 -o /var/tmp/evaluation-result-4402739-1568978579/solver-4402739-1568978579 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402739-1568978579.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=30303, runsolver pid=30300
Current StackSize limit: 8192 KiB


[startup+0.101457 s]*
/proc/loadavg: 1.38 1.47 1.53 3/223 30360
/proc/meminfo: memFree=10424880/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=9972712 memory=19116 CPUtime=0.09 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 4497 13304 0 0 1 0 5 3 20 0 6 0 474097512 10212057088 4779 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2493178 4779 1935 1 0 2481616 0
[pid=30303/tid=30356] ppid=30300 vsize=9972712 memory=4279135704013569680 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 2298 13304 0 0 1 0 5 3 20 0 6 0 474097521 10212057088 4779 33554432000 4194304 4196468 140734705836608 140666884821584 140666898159504 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 6 0 474097522 10212057088 4779 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=9972712 memory=140268187317888 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 6 0 474097522 10212057088 4779 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 6 0 474097522 10212057088 4779 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 6 0 474097522 10212057088 4779 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19116 KiB

[startup+0.210139 s]*
/proc/loadavg: 1.38 1.47 1.53 3/232 30369
/proc/meminfo: memFree=10407104/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10820196 memory=41692 CPUtime=0.27 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 7348 13304 0 0 18 1 5 3 20 0 15 0 474097512 11079880704 10423 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2705049 10423 3285 1 0 2667149 0
[pid=30303/tid=30356] ppid=30300 vsize=10820196 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 3856 13304 0 0 11 0 5 3 20 0 15 0 474097521 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666884795856 140666913006749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10820196 memory=140268187317888 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10820196 memory=140268187317888 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097523 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 13 13304 0 0 0 0 5 3 20 0 15 0 474097524 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666017408416 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097524 11079880704 10423 33554432000 4194304 4196468 140734705836608 140665748973040 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11079880704 10423 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) R 30300 30303 26338 0 -1 4202560 487 13304 0 0 1 0 5 3 20 0 15 0 474097527 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666438350832 140666890859008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 180 13304 0 0 0 0 5 3 20 0 15 0 474097527 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10820196 memory=140268187317888 CPUtime=0.11 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) R 30300 30303 26338 0 -1 1077944384 599 13304 0 0 3 0 5 3 20 0 15 0 474097527 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11079880704 10423 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10820196 memory=140268187317888 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097527 11079880704 10423 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41692 KiB

[startup+0.311712 s]*
/proc/loadavg: 1.38 1.47 1.53 3/232 30369
/proc/meminfo: memFree=10394432/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10820196 memory=50008 CPUtime=0.41 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 10742 13304 0 0 30 3 5 3 20 0 15 0 474097512 11079880704 12502 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2705049 12502 3305 1 0 2667149 0
[pid=30303/tid=30356] ppid=30300 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 7223 13304 0 0 19 2 5 3 20 0 15 0 474097521 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666884797720 140666913006749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097523 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 13 13304 0 0 0 0 5 3 20 0 15 0 474097524 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666017408416 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097524 11079880704 12502 33554432000 4194304 4196468 140734705836608 140665748973040 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11079880704 12502 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 488 13304 0 0 2 0 5 3 20 0 15 0 474097527 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 181 13304 0 0 1 0 5 3 20 0 15 0 474097527 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 619 13304 0 0 5 0 5 3 20 0 15 0 474097527 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11079880704 12502 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097527 11079880704 12502 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50008 KiB

[startup+0.702663 s]
/proc/loadavg: 1.38 1.47 1.53 3/232 30369
/proc/meminfo: memFree=10379512/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10824364 memory=83640 CPUtime=1.15 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 15094 13304 0 0 103 4 5 3 20 0 15 0 474097512 11084148736 20910 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2706091 20910 3514 1 0 2668173 0
[pid=30303/tid=30356] ppid=30300 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 10480 13304 0 0 56 3 5 3 20 0 15 0 474097521 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666884814368 140666897065310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10824364 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097522 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097522 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 5 13304 0 0 0 0 5 3 20 0 15 0 474097523 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 13 13304 0 0 0 0 5 3 20 0 15 0 474097524 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666017408416 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097524 11084148736 20910 33554432000 4194304 4196468 140734705836608 140665748973040 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11084148736 20910 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10824364 memory=13252 CPUtime=0.24 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) R 30300 30303 26338 0 -1 4202560 974 13304 0 0 16 0 5 3 20 0 15 0 474097527 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666438336928 140666890213985 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10824364 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 608 13304 0 0 12 0 5 3 20 0 15 0 474097527 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 798 13304 0 0 17 0 5 3 20 0 15 0 474097527 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11084148736 20910 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097527 11084148736 20910 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83640 KiB

[startup+1.50198 s]
/proc/loadavg: 1.38 1.47 1.53 3/232 30369
/proc/meminfo: memFree=10309512/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10834680 memory=169148 CPUtime=2.46 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 20450 13304 0 0 230 8 5 3 20 0 15 0 474097512 11094712320 42287 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2708670 42287 3574 1 0 2670733 0
[pid=30303/tid=30356] ppid=30300 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 15008 13304 0 0 131 5 5 3 20 0 15 0 474097521 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666884795536 140666912996758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 43 13304 0 0 1 0 5 3 20 0 15 0 474097522 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 27 13304 0 0 0 0 5 3 20 0 15 0 474097522 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 24 13304 0 0 1 0 5 3 20 0 15 0 474097522 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 13 13304 0 0 1 0 5 3 20 0 15 0 474097522 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 43 13304 0 0 1 0 5 3 20 0 15 0 474097523 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10834680 memory=280536123779328 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 14 13304 0 0 0 0 5 3 20 0 15 0 474097524 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666017408480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 2 13304 0 0 0 0 5 3 20 0 15 0 474097524 11094712320 42287 33554432000 4194304 4196468 140734705836608 140665748973056 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10834680 memory=8560 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11094712320 42287 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10834680 memory=6132 CPUtime=0.36 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 1043 13304 0 0 28 0 5 3 20 0 15 0 474097527 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10834680 memory=1056 CPUtime=0.32 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 671 13304 0 0 24 0 5 3 20 0 15 0 474097527 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10834680 memory=1540 CPUtime=0.47 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) R 30300 30303 26338 0 -1 4202560 1353 13304 0 0 39 0 5 3 20 0 15 0 474097527 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666436245744 140666913006170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10834680 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11094712320 42287 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10834680 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 1 13304 0 0 0 0 5 3 20 0 15 0 474097527 11094712320 42287 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 2.46 s

################
# More data... #
################

[pid=30303/tid=30368] ppid=30300 vsize=10844940 memory=6153433744107399532 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10844940 memory=7161658458027878757 CPUtime=0.15 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 279 13304 0 0 3 4 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 139.35 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 819436 KiB

[startup+134.401 s]
/proc/loadavg: 1.52 1.51 1.54 3/233 30380
/proc/meminfo: memFree=9465108/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10844940 memory=819436 CPUtime=140.97 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 59646 13304 0 0 14044 45 5 3 20 0 15 0 474097512 11105218560 204859 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2711235 204859 3621 1 0 2673293 0
[pid=30303/tid=30356] ppid=30300 vsize=10844940 memory=819436 CPUtime=133.35 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 25320 13304 0 0 13311 16 5 3 20 0 15 0 474097521 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666884820624 140666515088829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10844940 memory=37 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 1414 13304 0 0 36 5 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10844940 memory=36 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1949 13304 0 0 37 5 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10844940 memory=38 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 3273 13304 0 0 37 4 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 1763 13304 0 0 36 4 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10844940 memory=54236 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2251 13304 0 0 39 3 5 3 20 0 15 0 474097523 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10844940 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 14 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666017408544 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10844940 memory=2052 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 11 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665748973056 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10844940 memory=54236 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10844940 memory=988 CPUtime=2.1 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 6066 13304 0 0 201 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10844940 memory=2052 CPUtime=2.26 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 7928 13304 0 0 217 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10844940 memory=1428 CPUtime=1.23 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 7170 13304 0 0 114 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10844940 memory=4629799980814403699 CPUtime=0.16 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 279 13304 0 0 4 4 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 140.97 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 819436 KiB

[startup+135.201 s]
/proc/loadavg: 1.52 1.51 1.54 3/233 30380
/proc/meminfo: memFree=9465108/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10844940 memory=819436 CPUtime=141.78 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 59655 13304 0 0 14125 45 5 3 20 0 15 0 474097512 11105218560 204859 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2711235 204859 3621 1 0 2673293 0
[pid=30303/tid=30356] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=134.14 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) S 30300 30303 26338 0 -1 1077944384 25328 13304 0 0 13390 16 5 3 20 0 15 0 474097521 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666884821184 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10844940 memory=6451477232734144915 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) R 30300 30303 26338 0 -1 4202560 1414 13304 0 0 37 5 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666917226768 140666912996758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10844940 memory=280536123949320 CPUtime=0.51 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) R 30300 30303 26338 0 -1 1077944384 1950 13304 0 0 38 5 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10844940 memory=1540 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) R 30300 30303 26338 0 -1 4202560 3273 13304 0 0 37 4 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666830993936 140666906090510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10844940 memory=728 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) R 30300 30303 26338 0 -1 4202560 1763 13304 0 0 37 4 5 3 20 0 15 0 474097522 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666829941392 140666912996758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2251 13304 0 0 39 3 5 3 20 0 15 0 474097523 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666439402528 140666912995029 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10844940 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 14 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666017408544 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10844940 memory=1212 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 11 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665748973056 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10844940 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10844940 memory=56 CPUtime=2.1 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 6066 13304 0 0 201 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10844940 memory=7738429246420969318 CPUtime=2.26 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 7928 13304 0 0 217 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10844940 memory=7738429246420969318 CPUtime=1.23 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 7170 13304 0 0 114 1 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10844940 memory=7738429246420969318 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10844940 memory=7738429246420969318 CPUtime=0.16 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 279 13304 0 0 4 4 5 3 20 0 15 0 474097527 11105218560 204859 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 141.78 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 819436 KiB

[startup+135.601 s]
/proc/loadavg: 1.52 1.51 1.54 3/233 30380
/proc/meminfo: memFree=9465108/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10844940 memory=819552 CPUtime=142.2 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 61286 13304 0 0 14166 46 5 3 20 0 15 0 474097512 11105218560 204888 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2711235 204888 3621 1 0 2673293 0
[pid=30303/tid=30356] ppid=30300 vsize=10844940 memory=54236 CPUtime=134.53 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 25349 13304 0 0 13429 16 5 3 20 0 15 0 474097521 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666884820704 140666515393280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10844940 memory=988 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 1414 13304 0 0 37 5 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10844940 memory=2052 CPUtime=0.51 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1950 13304 0 0 38 5 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10844940 memory=1428 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 3273 13304 0 0 38 4 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10844940 memory=1716 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 1763 13304 0 0 37 4 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10844940 memory=784 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2251 13304 0 0 39 3 5 3 20 0 15 0 474097523 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10844940 memory=8560 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 14 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666017408544 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10844940 memory=6132 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 11 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665748973056 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10844940 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10844940 memory=1564 CPUtime=2.11 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 7366 13304 0 0 202 1 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10844940 memory=928 CPUtime=2.27 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 8233 13304 0 0 217 2 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10844940 memory=1744 CPUtime=1.23 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 7170 13304 0 0 114 1 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10844940 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10844940 memory=1440 CPUtime=0.16 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 284 13304 0 0 4 4 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 142.2 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 819552 KiB

[startup+135.701 s]
/proc/loadavg: 1.52 1.51 1.54 3/233 30380
/proc/meminfo: memFree=9465108/32770624 swapFree=67001832/67108860
[pid=30303] ppid=30300 vsize=10844940 memory=819552 CPUtime=142.31 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 26338 0 -1 1077944320 61287 13304 0 0 14177 46 5 3 20 0 15 0 474097512 11105218560 204888 33554432000 4194304 4196468 140734705836608 140734705819152 140666912984823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
/proc/30303/statm: 2711235 204888 3621 1 0 2673293 0
[pid=30303/tid=30356] ppid=30300 vsize=10844940 memory=819436 CPUtime=134.63 cores=1,3,5,7
/proc/30303/task/30356/stat : 30356 (java) R 30300 30303 26338 0 -1 4202560 25350 13304 0 0 13439 16 5 3 20 0 15 0 474097521 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666884820688 140666515131867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30357] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30357/stat : 30357 (java) S 30300 30303 26338 0 -1 1077944384 1414 13304 0 0 37 5 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666917226768 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30358] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.51 cores=1,3,5,7
/proc/30303/task/30358/stat : 30358 (java) S 30300 30303 26338 0 -1 1077944384 1950 13304 0 0 38 5 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666832046480 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30359] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30359/stat : 30359 (java) S 30300 30303 26338 0 -1 1077944384 3273 13304 0 0 38 4 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666830993936 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30360] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.49 cores=1,3,5,7
/proc/30303/task/30360/stat : 30360 (java) S 30300 30303 26338 0 -1 1077944384 1763 13304 0 0 37 4 5 3 20 0 15 0 474097522 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666829941392 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30361] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.5 cores=1,3,5,7
/proc/30303/task/30361/stat : 30361 (java) S 30300 30303 26338 0 -1 1077944384 2251 13304 0 0 39 3 5 3 20 0 15 0 474097523 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666439404016 140666912995970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30362] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30362/stat : 30362 (java) S 30300 30303 26338 0 -1 1077944384 14 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666017408544 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30363] ppid=30300 vsize=10844940 memory=819436 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30363/stat : 30363 (java) S 30300 30303 26338 0 -1 1077944384 11 13304 0 0 0 0 5 3 20 0 15 0 474097524 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665748973056 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30364] ppid=30300 vsize=10844940 memory=819552 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30364/stat : 30364 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097526 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665441573584 140666913003419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30365] ppid=30300 vsize=10844940 memory=7812448391013361232 CPUtime=2.11 cores=1,3,5,7
/proc/30303/task/30365/stat : 30365 (java) S 30300 30303 26338 0 -1 1077944384 7366 13304 0 0 202 1 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666438350832 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30366] ppid=30300 vsize=10844940 memory=819436 CPUtime=2.27 cores=1,3,5,7
/proc/30303/task/30366/stat : 30366 (java) S 30300 30303 26338 0 -1 1077944384 8233 13304 0 0 217 2 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666437298288 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30367] ppid=30300 vsize=10844940 memory=12024 CPUtime=1.23 cores=1,3,5,7
/proc/30303/task/30367/stat : 30367 (java) S 30300 30303 26338 0 -1 1077944384 7170 13304 0 0 114 1 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666436245744 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30368] ppid=30300 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30303/task/30368/stat : 30368 (java) S 30300 30303 26338 0 -1 1077944384 3 13304 0 0 0 0 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140665408014944 140666912995029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
[pid=30303/tid=30369] ppid=30300 vsize=10844940 memory=1428 CPUtime=0.16 cores=1,3,5,7
/proc/30303/task/30369/stat : 30369 (java) S 30300 30303 26338 0 -1 1077944384 284 13304 0 0 4 4 5 3 20 0 15 0 474097527 11105218560 204888 33554432000 4194304 4196468 140734705836608 140666435193648 140666912995970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37138432 140734705838691 140734705841333 140734705841333 140734705844175 0
Current children cumulated CPU time: 142.31 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 819552 KiB

Child status: 0
Real time (s): 135.783
CPU time (s): 142.403
CPU user time (s): 141.896
CPU system time (s): 0.506824
CPU usage (%): 104.875
Max. virtual memory (cumulated for all children) (KiB): 10847744
Max. memory (cumulated for all children) (KiB): 822808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.896
system time used= 0.506824
maximum resident set size= 822808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75814
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16825
involuntary context switches= 437


# summary of solver processes directly reported to runsolver:
#   pid: 30303
#   total CPU time (s): 142.403
#   total CPU user time (s): 141.896
#   total CPU system time (s): 0.506824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.784796 second user time and 1.41348 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 13:22:19
IDJOB=4402739
IDBENCH=133505
IDSOLVER=2861
FILE ID=node133/4402739-1568978579
RUNJOBID= node133-1568967598-26370
PBS_JOBID= 21704620
Free space on /var/tmp= 13456 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402739-1568978579/watcher-4402739-1568978579 -o /var/tmp/evaluation-result-4402739-1568978579/solver-4402739-1568978579 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4402739-1568978579.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1467329244

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10434516 kB
MemAvailable:   31207480 kB
Buffers:          138124 kB
Cached:         20519624 kB
SwapCached:         5396 kB
Active:         10941860 kB
Inactive:       10367408 kB
Active(anon):     648804 kB
Inactive(anon):    49404 kB
Active(file):   10293056 kB
Inactive(file): 10318004 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001832 kB
Dirty:             35696 kB
Writeback:             0 kB
AnonPages:        766048 kB
Mapped:            65144 kB
Shmem:             37672 kB
Slab:             619728 kB
SReclaimable:     590364 kB
SUnreclaim:        29364 kB
KernelStack:        4064 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1969380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13420 MiB
End job on node133 at 2019-09-20 13:24:35