Trace number 4395776

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.2SAT 36.3961 28.3586

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-rand/
Subisomorphism-si2-r001-m400-05.xml
MD5SUM5f006248f7b4f652f1c0eb398f87a4da
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 benchmark9.50125
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints172
Number of domains1
Minimum domain size400
Maximum domain size400
Distribution of domain sizes[{"size":400,"count":80}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":20},{"degree":4,"count":19},{"degree":5,"count":18},{"degree":6,"count":11},{"degree":7,"count":8},{"degree":8,"count":2},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":60},{"arity":2,"count":111},{"arity":80,"count":1}]
Number of extensional constraints171
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":171},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
36.29/28.34	v <instantiation
36.29/28.34	v         >
36.29/28.34	v       <list>
36.29/28.34	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] 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[52] 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[77] x[78] x[79]
36.29/28.34	v       </list>
36.29/28.34	v       <values>
36.29/28.34	v         367 15 181 310 197 87 221 94 24 88 379 316 7 315 307 282 57 275 53 311 55 327 20 99 228 297 43 30 23 67 110 52 349 40 337 280 131 300 319 112 225 360 259 173 338 188 77 145 276 374 355 326 132 375 86 381 143 328 378 256 17 396 371 160 163 201 13 290 146 399 71 49 180 387 127 126 351 273 117 362
36.29/28.34	v       </values>
36.29/28.34	v     </instantiation>
36.29/28.34	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 (9344 MiB free)
  memory of node 1: 16384 MiB (15633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395776-1568403981/watcher-4395776-1568403981 -o /tmp/evaluation-result-4395776-1568403981/solver-4395776-1568403981 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=992274961 HOME/instance-4395776-1568403981.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23014, runsolver pid=23011
Current StackSize limit: 8192 KiB


[startup+0.107843 s]*
/proc/loadavg: 1.60 1.50 1.47 3/218 23071
/proc/meminfo: memFree=25489708/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10355560 memory=26292 CPUtime=0.1 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 4760 13272 0 0 2 0 5 3 20 0 9 0 416670726 10604093440 6573 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2588890 6573 2100 1 0 2551431 0
[pid=23014/tid=23067] ppid=23011 vsize=10355560 memory=4351193297984913293 CPUtime=0.1 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 2545 13272 0 0 2 0 5 3 20 0 9 0 416670734 10604093440 6577 33554432000 4194304 4196468 140731669901376 140099194974064 140099205426448 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10355560 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 9 0 416670735 10604093440 6577 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10355560 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 9 0 416670735 10604093440 6577 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 9 0 416670735 10604093440 6577 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 9 0 416670735 10604093440 6577 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10355560 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 9 0 416670736 10604093440 6577 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 13 13272 0 0 0 0 5 3 20 0 9 0 416670737 10604093440 6577 33554432000 4194304 4196468 140731669901376 140098679072032 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 9 0 416670737 10604093440 6577 33554432000 4194304 4196468 140731669901376 140098209310384 140099223148245 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 26292 KiB

[startup+0.210219 s]*
/proc/loadavg: 1.60 1.50 1.47 3/227 23080
/proc/meminfo: memFree=25432028/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10819664 memory=44940 CPUtime=0.26 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 7043 13272 0 0 17 1 5 3 20 0 15 0 416670726 11079335936 11235 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2704916 11235 3174 1 0 2667149 0
[pid=23014/tid=23067] ppid=23011 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 3526 13272 0 0 11 0 5 3 20 0 15 0 416670734 11079335936 11235 33554432000 4194304 4196468 140731669901376 140099194968032 140099223149974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079335936 11235 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10819664 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079335936 11235 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10819664 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670736 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 13 13272 0 0 0 0 5 3 20 0 15 0 416670737 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098679072032 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670737 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098209310320 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 600 13272 0 0 1 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 46 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10819664 memory=139869973608064 CPUtime=0.11 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) R 23011 23014 22142 0 -1 4202560 643 13272 0 0 3 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098645514608 140099205012352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10819664 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079335936 11235 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44940 KiB

[startup+0.310385 s]*
/proc/loadavg: 1.60 1.50 1.47 4/227 23080
/proc/meminfo: memFree=25419480/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10820148 memory=56556 CPUtime=0.4 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 10764 13272 0 0 30 2 5 3 20 0 15 0 416670726 11079831552 14139 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2705037 14139 3312 1 0 2667149 0
[pid=23014/tid=23067] ppid=23011 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 7211 13272 0 0 20 2 5 3 20 0 15 0 416670734 11079831552 14139 33554432000 4194304 4196468 140731669901376 140099194937952 140099223149974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079831552 14139 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10820148 memory=139869973615057 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079831552 14139 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670735 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670736 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 13 13272 0 0 0 0 5 3 20 0 15 0 416670737 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098679072032 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670737 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098209310320 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 600 13272 0 0 1 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 56 13272 0 0 1 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10820148 memory=139869973608064 CPUtime=0.13 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 666 13272 0 0 5 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10820148 memory=139869973608064 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670740 11079831552 14139 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 56556 KiB

[startup+0.704911 s]
/proc/loadavg: 1.60 1.50 1.47 3/228 23082
/proc/meminfo: memFree=25403376/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10824360 memory=89504 CPUtime=1.14 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 15072 13272 0 0 101 5 5 3 20 0 15 0 416670726 11084144640 22376 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2706090 22376 3495 1 0 2668173 0
[pid=23014/tid=23067] ppid=23011 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 10352 13272 0 0 55 4 5 3 20 0 15 0 416670734 11084144640 22376 33554432000 4194304 4196468 140731669901376 140099194964912 140099223161629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10824360 memory=139869840899846 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11084144640 22376 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11084144640 22376 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670735 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670735 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10824360 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 5 13272 0 0 0 0 5 3 20 0 15 0 416670736 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 13 13272 0 0 0 0 5 3 20 0 15 0 416670737 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098679072032 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670737 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098209310320 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10824360 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) R 23011 23014 22142 0 -1 4202560 1083 13272 0 0 15 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098748751616 140099206624093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10824360 memory=11076 CPUtime=0.2 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 519 13272 0 0 12 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10824360 memory=139869837882512 CPUtime=0.25 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 884 13272 0 0 17 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670740 11084144640 22376 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 89504 KiB

[startup+1.5007 s]
/proc/loadavg: 1.55 1.49 1.47 3/228 23082
/proc/meminfo: memFree=25357164/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10834676 memory=182388 CPUtime=2.55 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 24521 13272 0 0 236 11 5 3 20 0 15 0 416670726 11094708224 45597 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2708669 45597 3579 1 0 2670733 0
[pid=23014/tid=23067] ppid=23011 vsize=10834676 memory=106600 CPUtime=1.44 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 15937 13272 0 0 130 6 5 3 20 0 15 0 416670734 11094708224 45597 33554432000 4194304 4196468 140731669901376 140099194931376 140099223148245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 46 13272 0 0 1 0 5 3 20 0 15 0 416670735 11094708224 45597 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10834676 memory=7893295687695688210 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 34 13272 0 0 1 0 5 3 20 0 15 0 416670735 11094708224 45597 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10834676 memory=7066839153879201916 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 327 13272 0 0 0 0 5 3 20 0 15 0 416670735 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10834676 memory=4498404016631593315 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 99 13272 0 0 1 0 5 3 20 0 15 0 416670735 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10834676 memory=11496502292 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 1576 13272 0 0 1 0 5 3 20 0 15 0 416670736 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10834676 memory=279739675740696 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 14 13272 0 0 0 0 5 3 20 0 15 0 416670737 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098679072032 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 1 13272 0 0 0 0 5 3 20 0 15 0 416670737 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098209310320 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10834676 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11094708224 45597 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10834676 memory=15816698942982814 CPUtime=0.4 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 1654 13272 0 0 32 0 5 3 20 0 15 0 416670740 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10834676 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 935 13272 0 0 25 0 5 3 20 0 15 0 416670740 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10834676 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 1690 13272 0 0 40 0 5 3 20 0 15 0 416670740 11094708224 45597 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0

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

[pid=23014/tid=23079] ppid=23011 vsize=10846984 memory=3824 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 327593 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10846984 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 532 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 327593 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 33.54 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1310372 KiB

[startup+27.2007 s]
/proc/loadavg: 1.64 1.52 1.48 3/227 23083
/proc/meminfo: memFree=23672400/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10846984 memory=1310440 CPUtime=35.17 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 68778 13272 0 0 3455 54 5 3 20 0 15 0 416670726 11107311616 327610 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2711746 327610 3622 1 0 2673805 0
[pid=23014/tid=23067] ppid=23011 vsize=10846984 memory=297237782420783418 CPUtime=26.65 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 28186 13272 0 0 2635 22 5 3 20 0 15 0 416670734 11107311616 327610 33554432000 4194304 4196468 140731669901376 140099194970208 140098838249890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10846984 memory=15816698942982814 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 472 13272 0 0 10 5 5 3 20 0 15 0 416670735 11107311616 327610 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10846984 memory=5788067138599740504 CPUtime=0.22 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 680 13272 0 0 9 5 5 3 20 0 15 0 416670735 11107311616 327610 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10846984 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 522 13272 0 0 9 5 5 3 20 0 15 0 416670735 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10846984 memory=1007776 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 1322 13272 0 0 10 5 5 3 20 0 15 0 416670735 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10846984 memory=2184 CPUtime=0.14 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 3625 13272 0 0 6 0 5 3 20 0 15 0 416670736 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10846984 memory=1844 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 17 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098679072160 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10846984 memory=4120 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 6 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098209310336 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10846984 memory=22296 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10846984 memory=1296 CPUtime=2.97 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 8452 13272 0 0 287 2 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10846984 memory=2184 CPUtime=3.48 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 14554 13272 0 0 337 3 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10846984 memory=1844 CPUtime=1.54 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 8201 13272 0 0 144 2 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10846984 memory=1235072 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10846984 memory=22296 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 532 13272 0 0 1 0 5 3 20 0 15 0 416670740 11107311616 327610 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 35.17 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1310440 KiB

[startup+28.0007 s]*
/proc/loadavg: 1.64 1.52 1.48 3/227 23083
/proc/meminfo: memFree=23664208/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10846984 memory=1318784 CPUtime=36 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 68795 13272 0 0 3537 55 5 3 20 0 15 0 416670726 11107311616 329696 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2711746 329696 3622 1 0 2673805 0
[pid=23014/tid=23067] ppid=23011 vsize=10846984 memory=6791534058613427641 CPUtime=27.45 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 28187 13272 0 0 2715 22 5 3 20 0 15 0 416670734 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099194972624 140098838250380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10846984 memory=4872558044660077418 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 476 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10846984 memory=6935649255759570776 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 684 13272 0 0 9 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10846984 memory=5787233549853667370 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 526 13272 0 0 10 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10846984 memory=4640185777511492963 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 1326 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10846984 memory=2876 CPUtime=0.14 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 3625 13272 0 0 6 0 5 3 20 0 15 0 416670736 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10846984 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 17 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098679072160 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10846984 memory=880 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 6 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098209310336 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10846984 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10846984 memory=111632 CPUtime=2.97 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 8452 13272 0 0 287 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10846984 memory=804 CPUtime=3.48 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 14554 13272 0 0 337 3 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10846984 memory=4096 CPUtime=1.54 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 8201 13272 0 0 144 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10846984 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10846984 memory=916 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 532 13272 0 0 1 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 36 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1318784 KiB

[startup+28.2007 s]
/proc/loadavg: 1.64 1.52 1.48 3/227 23083
/proc/meminfo: memFree=23664208/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10846984 memory=1318784 CPUtime=36.19 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 68818 13272 0 0 3556 55 5 3 20 0 15 0 416670726 11107311616 329696 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2711746 329696 3622 1 0 2673805 0
[pid=23014/tid=23067] ppid=23011 vsize=10846984 memory=288230583166042426 CPUtime=27.64 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 28187 13272 0 0 2734 22 5 3 20 0 15 0 416670734 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099194972624 140098837677382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10846984 memory=15816698942982814 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 476 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10846984 memory=3110397 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 684 13272 0 0 9 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10846984 memory=239959 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 526 13272 0 0 10 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10846984 memory=18289 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 1326 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10846984 memory=16081 CPUtime=0.14 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 3625 13272 0 0 6 0 5 3 20 0 15 0 416670736 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10846984 memory=13873 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 17 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098679072160 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10846984 memory=11665 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 6 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098209310336 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10846984 memory=9457 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10846984 memory=7267 CPUtime=2.97 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 8452 13272 0 0 287 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10846984 memory=5059 CPUtime=3.48 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 14577 13272 0 0 337 3 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10846984 memory=2833 CPUtime=1.54 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 8201 13272 0 0 144 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10846984 memory=643 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10846984 memory=3816 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 532 13272 0 0 1 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 36.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1318784 KiB

[startup+28.3007 s]
/proc/loadavg: 1.64 1.52 1.48 3/227 23083
/proc/meminfo: memFree=23664208/32770624 swapFree=67020720/67108860
[pid=23014] ppid=23011 vsize=10846984 memory=1318784 CPUtime=36.29 cores=1,3,5,7
/proc/23014/stat : 23014 (java) S 23011 23014 22142 0 -1 1077944320 68819 13272 0 0 3566 55 5 3 20 0 15 0 416670726 11107311616 329696 33554432000 4194304 4196468 140731669901376 140731669883920 140099223138039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
/proc/23014/statm: 2711746 329696 3622 1 0 2673805 0
[pid=23014/tid=23067] ppid=23011 vsize=10846984 memory=1318784 CPUtime=27.74 cores=1,3,5,7
/proc/23014/task/23067/stat : 23067 (java) R 23011 23014 22142 0 -1 4202560 28188 13272 0 0 2744 22 5 3 20 0 15 0 416670734 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099194970320 140098839698428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23068] ppid=23011 vsize=10846984 memory=1227208 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23068/stat : 23068 (java) S 23011 23014 22142 0 -1 1077944384 476 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099227380112 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23069] ppid=23011 vsize=10846984 memory=1007776 CPUtime=0.23 cores=1,3,5,7
/proc/23014/task/23069/stat : 23069 (java) S 23011 23014 22142 0 -1 1077944384 684 13272 0 0 9 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140099150539024 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23070] ppid=23011 vsize=10846984 memory=604974435178409766 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23070/stat : 23070 (java) S 23011 23014 22142 0 -1 1077944384 526 13272 0 0 10 6 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098795182736 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23071] ppid=23011 vsize=10846984 memory=1135312 CPUtime=0.24 cores=1,3,5,7
/proc/23014/task/23071/stat : 23071 (java) S 23011 23014 22142 0 -1 1077944384 1326 13272 0 0 11 5 5 3 20 0 15 0 416670735 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098794129936 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23072] ppid=23011 vsize=10846984 memory=4872558044660077418 CPUtime=0.14 cores=1,3,5,7
/proc/23014/task/23072/stat : 23072 (java) S 23011 23014 22142 0 -1 1077944384 3625 13272 0 0 6 0 5 3 20 0 15 0 416670736 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098749823600 140099223149186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23073] ppid=23011 vsize=10846984 memory=1310440 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23073/stat : 23073 (java) S 23011 23014 22142 0 -1 1077944384 17 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098679072160 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23074] ppid=23011 vsize=10846984 memory=1310372 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23074/stat : 23074 (java) S 23011 23014 22142 0 -1 1077944384 6 13272 0 0 0 0 5 3 20 0 15 0 416670737 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098209310336 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23075] ppid=23011 vsize=10846984 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23075/stat : 23075 (java) S 23011 23014 22142 0 -1 1077944384 2 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097940875856 140099223156635 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23076] ppid=23011 vsize=10846984 memory=8 CPUtime=2.97 cores=1,3,5,7
/proc/23014/task/23076/stat : 23076 (java) S 23011 23014 22142 0 -1 1077944384 8452 13272 0 0 287 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098748770416 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23077] ppid=23011 vsize=10846984 memory=279739676058872 CPUtime=3.48 cores=1,3,5,7
/proc/23014/task/23077/stat : 23077 (java) S 23011 23014 22142 0 -1 1077944384 14577 13272 0 0 337 3 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098747717616 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23078] ppid=23011 vsize=10846984 memory=5790086053191909267 CPUtime=1.54 cores=1,3,5,7
/proc/23014/task/23078/stat : 23078 (java) S 23011 23014 22142 0 -1 1077944384 8201 13272 0 0 144 2 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098645514608 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23079] ppid=23011 vsize=10846984 memory=4120 CPUtime=0.08 cores=1,3,5,7
/proc/23014/task/23079/stat : 23079 (java) S 23011 23014 22142 0 -1 1077944384 3 13272 0 0 0 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140097471113696 140099223148245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
[pid=23014/tid=23080] ppid=23011 vsize=10846984 memory=1318784 CPUtime=0.09 cores=1,3,5,7
/proc/23014/task/23080/stat : 23080 (java) S 23011 23014 22142 0 -1 1077944384 532 13272 0 0 1 0 5 3 20 0 15 0 416670740 11107311616 329696 33554432000 4194304 4196468 140731669901376 140098644462512 140099223149186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 18432000 140731669908208 140731669910725 140731669910725 140731669913551 0
Current children cumulated CPU time: 36.29 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 1318784 KiB

Child status: 0
Real time (s): 28.3586
CPU time (s): 36.3961
CPU user time (s): 35.7896
CPU system time (s): 0.606489
CPU usage (%): 128.342
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 1318784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7896
system time used= 0.606489
maximum resident set size= 1321048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83041
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= 7882
involuntary context switches= 86


# summary of solver processes directly reported to runsolver:
#   pid: 23014
#   total CPU time (s): 36.3961
#   total CPU user time (s): 35.7896
#   total CPU system time (s): 0.606489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161175 second user time and 0.350873 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 21:45:41
IDJOB=4395776
IDBENCH=131036
IDSOLVER=2846
FILE ID=node150/4395776-1568403981
RUNJOBID= node150-1568401436-22174
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-rand/Subisomorphism-si2-r001-m400-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395776-1568403981/watcher-4395776-1568403981 -o /tmp/evaluation-result-4395776-1568403981/solver-4395776-1568403981 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22174 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=992274961 HOME/instance-4395776-1568403981.xml

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

MD5SUM BENCH= 5f006248f7b4f652f1c0eb398f87a4da
RANDOM SEED=992274961

node150.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.79
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.79
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.79
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.79
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:        25578832 kB
MemAvailable:   30329820 kB
Buffers:          189524 kB
Cached:          4772884 kB
SwapCached:        13308 kB
Active:          2656380 kB
Inactive:        3856308 kB
Active(anon):    1515448 kB
Inactive(anon):    60156 kB
Active(file):    1140932 kB
Inactive(file):  3796152 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020720 kB
Dirty:             36232 kB
Writeback:             0 kB
AnonPages:       1647496 kB
Mapped:            51976 kB
Shmem:             16060 kB
Slab:             273148 kB
SReclaimable:     242364 kB
SUnreclaim:        30784 kB
KernelStack:        3696 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2791420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1482752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 21:46:10