Trace number 4402641

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 33.4427 28.8183

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-40-3-5.xml
MD5SUMb9738aa7a21d23764c9c35483473acef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.4427
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":91}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":9},{"degree":1,"count":19},{"degree":2,"count":29},{"degree":3,"count":25},{"degree":4,"count":15},{"degree":6,"count":3}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":8},{"arity":5,"count":9},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
33.26/28.79	v <instantiation
33.26/28.79	v         >
33.26/28.79	v       <list>
33.26/28.79	v         x[0] x[2] x[3] x[4] x[5] x[6] 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[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[31] x[32] x[33] x[34] x[35] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[93] x[94] x[95] x[96] x[97] x[98] x[99]
33.26/28.79	v       </list>
33.26/28.79	v       <values>
33.26/28.79	v         16 9 6 21 6 8 24 3 18 18 3 7 7 23 6 21 19 17 5 13 23 3 11 5 8 28 9 3 25 27 13 29 10 3 13 10 5 2 11 8 27 14 6 4 6 16 4 3 5 18 15 4 18 3 25 13 5 16 6 11 6 29 8 24 5 12 16 8 19 18 20 7 2 27 6 20 25 14 5 3 2 7 28 5 15 20 2 3 17 26 26
33.26/28.79	v       </values>
33.26/28.79	v     </instantiation>
33.26/28.79	s SATISFIABLE

Verifier Data

OK	

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 (1884 MiB free)
  memory of node 1: 16384 MiB (1041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402641-1568978262/watcher-4402641-1568978262 -o /var/tmp/evaluation-result-4402641-1568978262/solver-4402641-1568978262 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1427589599 HOME/instance-4402641-1568978262.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=24201, runsolver pid=24198


[startup+0.100127 s]*
/proc/loadavg: 1.54 1.69 1.63 3/219 24258
/proc/meminfo: memFree=2988056/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=9972712 memory=19120 CPUtime=0.08 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 4501 13158 0 0 1 0 5 2 20 0 6 0 474064851 10212057088 4780 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2493178 4780 1935 1 0 2481616 0
[pid=24201/tid=24254] ppid=24198 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 2289 13158 0 0 1 0 5 2 20 0 6 0 474064860 10212057088 4780 33554432000 4194304 4196468 140726803948704 140658020479568 140658031836758 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=9972712 memory=5793855842035907001 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 6 0 474064861 10212057088 4780 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=9972712 memory=140591026013824 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 6 0 474064861 10212057088 4780 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 6 0 474064861 10212057088 4780 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 6 0 474064861 10212057088 4780 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19120 KiB

[startup+0.21033 s]*
/proc/loadavg: 1.54 1.69 1.63 3/228 24267
/proc/meminfo: memFree=2968892/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10823808 memory=44804 CPUtime=0.26 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 7998 13158 0 0 18 1 5 2 20 0 15 0 474064851 11083579392 11201 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2705952 11201 3297 1 0 2668052 0
[pid=24201/tid=24254] ppid=24198 vsize=10823808 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 4584 13158 0 0 11 1 5 2 20 0 15 0 474064860 11083579392 11333 33554432000 4194304 4196468 140726803948704 140658020455168 140658041322525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10823808 memory=4211974317230804362 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11083579392 11333 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10823808 memory=140591026013824 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11083579392 11333 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11083579392 11333 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 15 0 474064861 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10823808 memory=140591026013824 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 15 0 474064862 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 13 13158 0 0 0 0 5 2 20 0 15 0 474064862 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657494582432 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11083579392 11399 33554432000 4194304 4196468 140726803948704 140656890602224 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11083579392 11399 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 337 13158 0 0 1 0 5 2 20 0 15 0 474064865 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 331 13158 0 0 1 0 5 2 20 0 15 0 474064865 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10823808 memory=140591026013824 CPUtime=0.1 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 608 13158 0 0 3 0 5 2 20 0 15 0 474064865 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11083579392 11399 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10823808 memory=140591026013824 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064866 11083579392 11399 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 44804 KiB

[startup+0.310494 s]*
/proc/loadavg: 1.54 1.69 1.63 4/228 24267
/proc/meminfo: memFree=2958500/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10820196 memory=50476 CPUtime=0.39 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 10756 13158 0 0 29 3 5 2 20 0 15 0 474064851 11079880704 12619 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2705049 12619 3338 1 0 2667149 0
[pid=24201/tid=24254] ppid=24198 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 7226 13158 0 0 19 2 5 2 20 0 15 0 474064860 11079880704 12619 33554432000 4194304 4196468 140726803948704 140658020451728 140658034009535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11079880704 12619 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 15 0 474064861 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10820196 memory=140591026013823 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 15 0 474064862 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 13 13158 0 0 0 0 5 2 20 0 15 0 474064862 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657494582432 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10820196 memory=140591026013824 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11079880704 12619 33554432000 4194304 4196468 140726803948704 140656890602224 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11079880704 12619 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 338 13158 0 0 1 0 5 2 20 0 15 0 474064865 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 331 13158 0 0 2 0 5 2 20 0 15 0 474064865 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 626 13158 0 0 5 0 5 2 20 0 15 0 474064865 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11079880704 12619 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064866 11079880704 12619 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50476 KiB

[startup+0.705558 s]
/proc/loadavg: 1.54 1.69 1.63 3/228 24267
/proc/meminfo: memFree=2943480/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10824364 memory=83992 CPUtime=1.15 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 15177 13158 0 0 104 4 5 2 20 0 15 0 474064851 11084148736 20998 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2706091 20998 3509 1 0 2668173 0
[pid=24201/tid=24254] ppid=24198 vsize=10824364 memory=54364 CPUtime=0.66 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 10453 13158 0 0 56 3 5 2 20 0 15 0 474064860 11084148736 20998 33554432000 4194304 4196468 140726803948704 140658020469760 140658048654742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11084148736 20998 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10824364 memory=140590922899967 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10824364 memory=140591459468154 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064861 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10824364 memory=31648 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 2 13158 0 0 0 0 5 2 20 0 15 0 474064861 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10824364 memory=7305218370954225241 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 5 13158 0 0 0 0 5 2 20 0 15 0 474064862 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10824364 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 13 13158 0 0 0 0 5 2 20 0 15 0 474064862 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657494582432 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10824364 memory=5787213827113576551 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11084148736 20998 33554432000 4194304 4196468 140726803948704 140656890602224 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10824364 memory=-7028383565733675155 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11084148736 20998 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10824364 memory=8326441112149131687 CPUtime=0.2 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 765 13158 0 0 13 0 5 2 20 0 15 0 474064865 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10824364 memory=-8990767739041718176 CPUtime=0.23 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) R 24198 24201 20037 0 -1 4202560 905 13158 0 0 16 0 5 2 20 0 15 0 474064865 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657573152032 140658030186966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10824364 memory=-7384994778349281184 CPUtime=0.24 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) R 24198 24201 20037 0 -1 4202560 817 13158 0 0 17 0 5 2 20 0 15 0 474064865 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657572112880 140658032723294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10824364 memory=1399103955520229747 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11084148736 20998 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064866 11084148736 20998 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83992 KiB

[startup+1.50067 s]
/proc/loadavg: 1.54 1.69 1.63 3/228 24267
/proc/meminfo: memFree=2899312/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10834680 memory=169792 CPUtime=2.45 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 22174 13158 0 0 229 9 5 2 20 0 15 0 474064851 11094712320 42448 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2708670 42448 3587 1 0 2670733 0
[pid=24201/tid=24254] ppid=24198 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 15223 13158 0 0 130 6 5 2 20 0 15 0 474064860 11094712320 42448 33554432000 4194304 4196468 140726803948704 140658020455432 140657645734608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10834680 memory=100392 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 69 13158 0 0 1 0 5 2 20 0 15 0 474064861 11094712320 42448 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10834680 memory=5790086053191909267 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 24 13158 0 0 0 0 5 2 20 0 15 0 474064861 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 377 13158 0 0 1 0 5 2 20 0 15 0 474064861 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 86 13158 0 0 1 0 5 2 20 0 15 0 474064861 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 179 13158 0 0 1 0 5 2 20 0 15 0 474064862 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10834680 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 14 13158 0 0 0 0 5 2 20 0 15 0 474064862 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657494582496 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10834680 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11094712320 42448 33554432000 4194304 4196468 140726803948704 140656890602240 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10834680 memory=1764 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11094712320 42448 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10834680 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 1058 13158 0 0 21 0 5 2 20 0 15 0 474064865 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10834680 memory=244782534300898 CPUtime=0.34 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 1121 13158 0 0 27 0 5 2 20 0 15 0 474064865 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10834680 memory=4423489559692849184 CPUtime=0.48 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) R 24198 24201 20037 0 -1 4202560 1816 13158 0 0 41 0 5 2 20 0 15 0 474064865 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657572112880 140658027599145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10834680 memory=7660992747008972117 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11094712320 42448 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10834680 memory=6935649255928654929 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064866 11094712320 42448 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=24201/tid=24265] ppid=24198 vsize=10844940 memory=780 CPUtime=1.22 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 6815 13158 0 0 113 2 5 2 20 0 15 0 474064865 11105218560 201088 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10844940 memory=6032 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11105218560 201088 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10844940 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 307 13158 0 0 0 1 5 2 20 0 15 0 474064866 11105218560 201088 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 30.16 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 804352 KiB

[startup+27.2007 s]
/proc/loadavg: 1.78 1.74 1.65 3/228 24269
/proc/meminfo: memFree=2208592/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10844940 memory=816668 CPUtime=31.77 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 54642 13158 0 0 3138 32 5 2 20 0 15 0 474064851 11105218560 204167 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2711235 204167 3620 1 0 2673293 0
[pid=24201/tid=24254] ppid=24198 vsize=10844940 memory=3620 CPUtime=26.98 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 22909 13158 0 0 2675 16 5 2 20 0 15 0 474064860 11105218560 204167 33554432000 4194304 4196468 140726803948704 140658020478640 140657655635987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10844940 memory=54364 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1348 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204167 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10844940 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 602 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10844940 memory=988 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 763 13158 0 0 4 2 5 2 20 0 15 0 474064861 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10844940 memory=1428 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 1131 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10844940 memory=1728 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2206 13158 0 0 6 0 5 2 20 0 15 0 474064862 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10844940 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 14 13158 0 0 0 0 5 2 20 0 15 0 474064862 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657494582496 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10844940 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11105218560 204167 33554432000 4194304 4196468 140726803948704 140656890602240 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10844940 memory=11632 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11105218560 204167 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10844940 memory=1732 CPUtime=1.62 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 6458 13158 0 0 154 1 5 2 20 0 15 0 474064865 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10844940 memory=1088 CPUtime=1.72 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 9873 13158 0 0 164 1 5 2 20 0 15 0 474064865 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10844940 memory=988 CPUtime=1.22 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 6817 13158 0 0 113 2 5 2 20 0 15 0 474064865 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10844940 memory=780 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11105218560 204167 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10844940 memory=6032 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 307 13158 0 0 0 1 5 2 20 0 15 0 474064866 11105218560 204167 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 31.77 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 816668 KiB

[startup+28.0007 s]*
/proc/loadavg: 1.78 1.74 1.65 3/228 24269
/proc/meminfo: memFree=2206428/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10844940 memory=818740 CPUtime=32.57 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 54889 13158 0 0 3218 32 5 2 20 0 15 0 474064851 11105218560 204685 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2711235 204685 3620 1 0 2673293 0
[pid=24201/tid=24254] ppid=24198 vsize=10844940 memory=6791534058613427641 CPUtime=27.78 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 23125 13158 0 0 2755 16 5 2 20 0 15 0 474064860 11105218560 204685 33554432000 4194304 4196468 140726803948704 140658020478336 140657655633433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10844940 memory=-7003737579269690708 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1349 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10844940 memory=2864 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 604 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10844940 memory=4104 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 766 13158 0 0 4 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10844940 memory=1408 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 1132 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10844940 memory=2972 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2212 13158 0 0 6 0 5 2 20 0 15 0 474064862 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10844940 memory=977228 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 14 13158 0 0 0 0 5 2 20 0 15 0 474064862 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657494582496 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10844940 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656890602240 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10844940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10844940 memory=0 CPUtime=1.62 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 6458 13158 0 0 154 1 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10844940 memory=0 CPUtime=1.72 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 9873 13158 0 0 164 1 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10844940 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 6817 13158 0 0 113 2 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10844940 memory=3472592183261933599 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10844940 memory=8242264893812663142 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 325 13158 0 0 0 1 5 2 20 0 15 0 474064866 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 32.57 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 818740 KiB

[startup+28.4007 s]
/proc/loadavg: 1.78 1.74 1.65 3/228 24269
/proc/meminfo: memFree=2206428/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10844940 memory=818740 CPUtime=32.96 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 55024 13158 0 0 3257 32 5 2 20 0 15 0 474064851 11105218560 204685 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2711235 204685 3620 1 0 2673293 0
[pid=24201/tid=24254] ppid=24198 vsize=10844940 memory=7955160576582702701 CPUtime=28.17 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) R 24198 24201 20037 0 -1 4202560 23260 13158 0 0 2794 16 5 2 20 0 15 0 474064860 11105218560 204685 33554432000 4194304 4196468 140726803948704 140658020478336 140657655635755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10844940 memory=7741522185882594663 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1349 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10844940 memory=7738986699184105831 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 604 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10844940 memory=7669746062561207641 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 766 13158 0 0 4 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10844940 memory=-2245088631185882904 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 1132 13158 0 0 5 2 5 2 20 0 15 0 474064861 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10844940 memory=6944656592455360604 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2212 13158 0 0 6 0 5 2 20 0 15 0 474064862 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657575270640 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10844940 memory=818716 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 14 13158 0 0 0 0 5 2 20 0 15 0 474064862 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657494582496 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10844940 memory=4099100467457 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 1 13158 0 0 0 0 5 2 20 0 15 0 474064863 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656890602240 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10844940 memory=4249424322817 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656583202768 140658048661403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10844940 memory=6521462022401 CPUtime=1.62 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 6458 13158 0 0 154 1 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657574218480 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10844940 memory=9300305862913 CPUtime=1.72 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 9873 13158 0 0 164 1 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10844940 memory=9356140437761 CPUtime=1.22 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 6817 13158 0 0 113 2 5 2 20 0 15 0 474064865 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657572112880 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10844940 memory=9381910241537 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 15 0 474064866 11105218560 204685 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24267] ppid=24198 vsize=10844940 memory=9386205208833 CPUtime=0.08 cores=0,2,4,6
/proc/24201/task/24267/stat : 24267 (java) S 24198 24201 20037 0 -1 1077944384 325 13158 0 0 0 1 5 2 20 0 15 0 474064866 11105218560 204685 33554432000 4194304 4196468 140726803948704 140657571060272 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 32.96 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 818740 KiB

[startup+28.8007 s]
/proc/loadavg: 1.78 1.74 1.65 3/228 24269
/proc/meminfo: memFree=2206428/32770624 swapFree=66956604/67108860
[pid=24201] ppid=24198 vsize=10943248 memory=831380 CPUtime=33.41 cores=0,2,4,6
/proc/24201/stat : 24201 (java) S 24198 24201 20037 0 -1 1077944320 62424 13158 0 0 3301 33 5 2 20 0 14 0 474064851 11205885952 207845 33554432000 4194304 4196468 140726803948704 140726803931248 140658048642807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
/proc/24201/statm: 2735812 207845 3622 1 0 2697870 0
[pid=24201/tid=24254] ppid=24198 vsize=10943248 memory=6791534058613427641 CPUtime=28.57 cores=0,2,4,6
/proc/24201/task/24254/stat : 24254 (java) S 24198 24201 20037 0 -1 1077944384 26287 13158 0 0 2833 17 5 2 20 0 14 0 474064860 11205885952 207845 33554432000 4194304 4196468 140726803948704 140658020486288 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24255] ppid=24198 vsize=10943248 memory=6944656592455359580 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24255/stat : 24255 (java) S 24198 24201 20037 0 -1 1077944384 1623 13158 0 0 5 2 5 2 20 0 14 0 474064861 11205885952 207845 33554432000 4194304 4196468 140726803948704 140658052885520 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24256] ppid=24198 vsize=10943248 memory=1944217 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24256/stat : 24256 (java) S 24198 24201 20037 0 -1 1077944384 606 13158 0 0 5 2 5 2 20 0 14 0 474064861 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657967705232 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24257] ppid=24198 vsize=10943248 memory=6297835844906604903 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24257/stat : 24257 (java) S 24198 24201 20037 0 -1 1077944384 771 13158 0 0 5 2 5 2 20 0 14 0 474064861 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657966652176 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24258] ppid=24198 vsize=10943248 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/24201/task/24258/stat : 24258 (java) S 24198 24201 20037 0 -1 1077944384 1135 13158 0 0 5 2 5 2 20 0 14 0 474064861 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657965599632 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24259] ppid=24198 vsize=10943248 memory=6791534058613427641 CPUtime=0.13 cores=0,2,4,6
/proc/24201/task/24259/stat : 24259 (java) S 24198 24201 20037 0 -1 1077944384 2373 13158 0 0 6 0 5 2 20 0 14 0 474064862 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657575270848 140658048653954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24260] ppid=24198 vsize=10943248 memory=281181846326496 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24260/stat : 24260 (java) S 24198 24201 20037 0 -1 1077944384 17 13158 0 0 0 0 5 2 20 0 14 0 474064862 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657494582496 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24261] ppid=24198 vsize=10943248 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24261/stat : 24261 (java) S 24198 24201 20037 0 -1 1077944384 9 13158 0 0 0 0 5 2 20 0 14 0 474064863 11205885952 207845 33554432000 4194304 4196468 140726803948704 140656890602240 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24262] ppid=24198 vsize=10943248 memory=140590923170080 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24262/stat : 24262 (java) S 24198 24201 20037 0 -1 1077944384 5 13158 0 0 0 0 5 2 20 0 14 0 474064865 11205885952 207845 33554432000 4194304 4196468 140726803948704 140656583202416 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24263] ppid=24198 vsize=10943248 memory=804352 CPUtime=1.63 cores=0,2,4,6
/proc/24201/task/24263/stat : 24263 (java) S 24198 24201 20037 0 -1 1077944384 7146 13158 0 0 155 1 5 2 20 0 14 0 474064865 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657574203024 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24264] ppid=24198 vsize=10943248 memory=3620 CPUtime=1.73 cores=0,2,4,6
/proc/24201/task/24264/stat : 24264 (java) S 24198 24201 20037 0 -1 1077944384 10151 13158 0 0 165 1 5 2 20 0 14 0 474064865 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657573165936 140658048653954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24265] ppid=24198 vsize=10943248 memory=3620 CPUtime=1.24 cores=0,2,4,6
/proc/24201/task/24265/stat : 24265 (java) S 24198 24201 20037 0 -1 1077944384 9686 13158 0 0 115 2 5 2 20 0 14 0 474064865 11205885952 207845 33554432000 4194304 4196468 140726803948704 140657572108752 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
[pid=24201/tid=24266] ppid=24198 vsize=10943248 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/24201/task/24266/stat : 24266 (java) S 24198 24201 20037 0 -1 1077944384 3 13158 0 0 0 0 5 2 20 0 14 0 474064866 11205885952 207845 33554432000 4194304 4196468 140726803948704 140656549645152 140658048653013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31019008 140726803954275 140726803956917 140726803956917 140726803959759 0
Current children cumulated CPU time: 33.41 s
Current children cumulated vsize: 10943248 KiB
Current children cumulated memory: 831380 KiB

Child status: 0
Real time (s): 28.8183
CPU time (s): 33.4427
CPU user time (s): 33.073
CPU system time (s): 0.369673
CPU usage (%): 116.047
Max. virtual memory (cumulated for all children) (KiB): 10943248
Max. memory (cumulated for all children) (KiB): 831380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.073
system time used= 0.369673
maximum resident set size= 833384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7510
involuntary context switches= 111


# summary of solver processes directly reported to runsolver:
#   pid: 24201
#   total CPU time (s): 33.4427
#   total CPU user time (s): 33.073
#   total CPU system time (s): 0.369673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.192252 second user time and 0.305775 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 13:17:04
IDJOB=4402641
IDBENCH=133440
IDSOLVER=2861
FILE ID=node149/4402641-1568978262
RUNJOBID= node149-1568967598-20068
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-40-3-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402641-1568978262/watcher-4402641-1568978262 -o /var/tmp/evaluation-result-4402641-1568978262/solver-4402641-1568978262 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1427589599 HOME/instance-4402641-1568978262.xml

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

MD5SUM BENCH= b9738aa7a21d23764c9c35483473acef
RANDOM SEED=1427589599

node149.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.81
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.81
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.81
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.81
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:         2996280 kB
MemAvailable:   30840356 kB
Buffers:          143752 kB
Cached:         27625760 kB
SwapCached:        41588 kB
Active:         14822752 kB
Inactive:       13967232 kB
Active(anon):     978872 kB
Inactive(anon):    85708 kB
Active(file):   13843880 kB
Inactive(file): 13881524 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956604 kB
Dirty:             35484 kB
Writeback:             0 kB
AnonPages:       1093448 kB
Mapped:            65248 kB
Shmem:             35620 kB
Slab:             576796 kB
SReclaimable:     547132 kB
SUnreclaim:        29664 kB
KernelStack:        3888 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2260300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 13:17:33