Trace number 4401086

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

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

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT68 183.319 173.466

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark50.7103
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.74/0.54	c Concrete v3.12.2.1568631193530 running
8.25/3.69	o 77
8.58/3.75	o 76
8.58/3.80	o 75
9.88/4.13	o 74
10.78/4.44	o 73
11.51/4.88	o 72
11.65/4.94	o 71
11.65/4.95	o 70
15.09/7.65	o 69
32.65/24.36	o 68
183.23/173.45	v <instantiation
183.23/173.45	v         cost = '68'>
183.23/173.45	v       <list>
183.23/173.45	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
183.23/173.45	v       </list>
183.23/173.45	v       <values>
183.23/173.45	v         0 0 0 0 6 4 6 16 9 16 6 39 15 36 8 4 13 16 13 15 18 25 13 17 8 47 36 11 28 32 33 23 13 24 15 18 25 17 9 22 22 32 36 54 41 9 38 11 23 33 25 31 18 45 27 44 32 35 4 10 22 41 36 38 55 38 41 31 41 36 34 46 45 44 54 54 35 50 44 49 47 56 46 55 54 57 51 59 64 65 62 68
183.23/173.45	v       </values>
183.23/173.45	v     </instantiation>
183.23/173.45	s OPTIMUM FOUND

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401086-1568684375/watcher-4401086-1568684375 -o /tmp/evaluation-result-4401086-1568684375/solver-4401086-1568684375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1979184242 HOME/instance-4401086-1568684375.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=21686, runsolver pid=21683
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.36 1.32 1.42 3/218 21743
/proc/meminfo: memFree=29554728/32770624 swapFree=66926532/67108860
[pid=21686] ppid=21683 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 4540 13376 0 0 1 1 5 3 20 0 6 0 444693342 10212057088 4270 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2493178 4270 1935 1 0 2481616 0
[pid=21686/tid=21739] ppid=21683 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 2348 13376 0 0 0 0 5 3 20 0 6 0 444693351 10212057088 4336 33554432000 4194304 4196468 140729452030512 140616210965072 140616223208798 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 444693352 10212057088 4336 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=9972712 memory=140539242329245 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 444693352 10212057088 4336 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 6 0 444693352 10212057088 4336 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 6 0 444693352 10212057088 4336 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209909 s]*
/proc/loadavg: 1.36 1.32 1.42 4/227 21752
/proc/meminfo: memFree=29535616/32770624 swapFree=66926532/67108860
[pid=21686] ppid=21683 vsize=10820196 memory=42508 CPUtime=0.27 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 7419 13376 0 0 17 2 5 3 20 0 15 0 444693342 11079880704 10627 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2705049 10627 3294 1 0 2667149 0
[pid=21686/tid=21739] ppid=21683 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 3911 13376 0 0 10 1 5 3 20 0 15 0 444693351 11079880704 10627 33554432000 4194304 4196468 140729452030512 140616210944304 140616239150237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 10627 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10820196 memory=140539242329245 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 10627 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 10627 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 444693353 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 13 13376 0 0 0 0 5 3 20 0 15 0 444693353 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615215998240 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693354 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615014671984 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11079880704 10627 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 487 13376 0 0 1 0 5 3 20 0 15 0 444693356 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 183 13376 0 0 1 0 5 3 20 0 15 0 444693356 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10820196 memory=140539242309248 CPUtime=0.11 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) S 21683 21686 18141 0 -1 1077944384 605 13376 0 0 3 0 5 3 20 0 15 0 444693356 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11079880704 10627 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10820196 memory=140539242309248 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693357 11079880704 10627 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42508 KiB

[startup+0.310517 s]*
/proc/loadavg: 1.36 1.32 1.42 4/227 21752
/proc/meminfo: memFree=29523736/32770624 swapFree=66926532/67108860
[pid=21686] ppid=21683 vsize=10820196 memory=50544 CPUtime=0.4 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 10883 13376 0 0 29 3 5 3 20 0 15 0 444693342 11079880704 12636 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2705049 12636 3305 1 0 2667149 0
[pid=21686/tid=21739] ppid=21683 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 7365 13376 0 0 19 2 5 3 20 0 15 0 444693351 11079880704 12636 33554432000 4194304 4196468 140729452030512 140616210945936 140616239140246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 12636 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 12636 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 12636 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 444693352 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10820196 memory=140539242309247 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 444693353 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 13 13376 0 0 0 0 5 3 20 0 15 0 444693353 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615215998240 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693354 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615014671984 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11079880704 12636 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 487 13376 0 0 2 0 5 3 20 0 15 0 444693356 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 184 13376 0 0 1 0 5 3 20 0 15 0 444693356 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10820196 memory=140539242309248 CPUtime=0.13 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) R 21683 21686 18141 0 -1 4202560 613 13376 0 0 5 0 5 3 20 0 15 0 444693356 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615306414448 140616239140246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11079880704 12636 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10820196 memory=140539242309248 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693357 11079880704 12636 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50544 KiB

[startup+0.702796 s]
/proc/loadavg: 1.36 1.32 1.42 3/227 21752
/proc/meminfo: memFree=29509716/32770624 swapFree=66926532/67108860
[pid=21686] ppid=21683 vsize=10824364 memory=83684 CPUtime=1.13 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 15101 13376 0 0 99 6 5 3 20 0 15 0 444693342 11084148736 20921 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2706091 20921 3513 1 0 2668173 0
[pid=21686/tid=21739] ppid=21683 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 10367 13376 0 0 55 4 5 3 20 0 15 0 444693351 11084148736 20921 33554432000 4194304 4196468 140729452030512 140616210955264 140616223208798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10824364 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11084148736 20921 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10824364 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11084148736 20921 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693352 11084148736 20921 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2 13376 0 0 0 0 5 3 20 0 15 0 444693352 11084148736 20921 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 5 13376 0 0 0 0 5 3 20 0 15 0 444693353 11084148736 20921 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 13 13376 0 0 0 0 5 3 20 0 15 0 444693353 11084148736 20921 33554432000 4194304 4196468 140729452030512 140615215998240 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693354 11085197312 20921 33554432000 4194304 4196468 140729452030512 140615014671984 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11085197312 20921 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10825388 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 1031 13376 0 0 13 0 5 3 20 0 15 0 444693356 11085197312 20921 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10825388 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) R 21683 21686 18141 0 -1 4202560 604 13376 0 0 13 0 5 3 20 0 15 0 444693356 11085197312 20986 33554432000 4194304 4196468 140729452030512 140615307466736 140616224237887 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10825388 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) R 21683 21686 18141 0 -1 1077944384 863 13376 0 0 17 0 5 3 20 0 15 0 444693356 11085197312 20986 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11084148736 20961 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10824364 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693357 11084148736 20961 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83684 KiB

[startup+1.50086 s]
/proc/loadavg: 1.57 1.37 1.43 4/227 21752
/proc/meminfo: memFree=29465196/32770624 swapFree=66926532/67108860
[pid=21686] ppid=21683 vsize=10834680 memory=169144 CPUtime=2.45 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 21773 13376 0 0 227 10 5 3 20 0 15 0 444693342 11094712320 42286 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2708670 42286 3578 1 0 2670733 0
[pid=21686/tid=21739] ppid=21683 vsize=10834680 memory=140539114558040 CPUtime=1.44 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 15226 13376 0 0 130 6 5 3 20 0 15 0 444693351 11094712320 42286 33554432000 4194304 4196468 140729452030512 140616210928624 140616239140246 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 339 13376 0 0 1 0 5 3 20 0 15 0 444693352 11094712320 42286 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10834680 memory=6628 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 31 13376 0 0 1 0 5 3 20 0 15 0 444693352 11094712320 42286 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10834680 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 57 13376 0 0 1 0 5 3 20 0 15 0 444693352 11094712320 42286 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10834680 memory=281078229522848 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 73 13376 0 0 1 0 5 3 20 0 15 0 444693352 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10834680 memory=233663400815010 CPUtime=0.09 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 163 13376 0 0 1 0 5 3 20 0 15 0 444693353 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 14 13376 0 0 0 0 5 3 20 0 15 0 444693353 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615215998304 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10834680 memory=6011696218788229936 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693354 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615014672000 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11094712320 42286 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10834680 memory=-7668917182949848256 CPUtime=0.3 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 1137 13376 0 0 22 0 5 3 20 0 15 0 444693356 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10834680 memory=8514726395714956677 CPUtime=0.33 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) R 21683 21686 18141 0 -1 4202560 847 13376 0 0 25 0 5 3 20 0 15 0 444693356 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615307453376 140616217575611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10834680 memory=7100839887184299122 CPUtime=0.5 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) R 21683 21686 18141 0 -1 4202560 1673 13376 0 0 42 0 5 3 20 0 15 0 444693356 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615306414448 140616232225147 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10834680 memory=4628420171383865741 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11094712320 42286 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 1 13376 0 0 0 0 5 3 20 0 15 0 444693357 11094712320 42286 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=21686/tid=21751] ppid=21683 vsize=10846988 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10846988 memory=708 CPUtime=0.16 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 468 13376 0 0 4 4 5 3 20 0 15 0 444693357 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 179.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 678836 KiB

[startup+171.201 s]
/proc/loadavg: 1.20 1.32 1.41 3/228 21773
/proc/meminfo: memFree=28932444/32770624 swapFree=66926536/67108860
[pid=21686] ppid=21683 vsize=10846988 memory=678836 CPUtime=181.01 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 98328 13376 0 0 18043 50 5 3 20 0 15 0 444693342 11107315712 169709 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2711747 169709 3629 1 0 2673805 0
[pid=21686/tid=21739] ppid=21683 vsize=10846988 memory=1120 CPUtime=169.98 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 30740 13376 0 0 16973 17 5 3 20 0 15 0 444693351 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616210964448 140615851855508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10846988 memory=776 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 3479 13376 0 0 43 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10846988 memory=1552 CPUtime=0.55 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 424 13376 0 0 43 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10846988 memory=6791534058613427641 CPUtime=0.55 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 3228 13376 0 0 42 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10846988 memory=708 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2923 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10846988 memory=678836 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 4345 13376 0 0 47 2 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10846988 memory=30908 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 15 13376 0 0 0 0 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615215998368 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 4 13376 0 0 0 0 5 3 20 0 15 0 444693354 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615014672000 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10846988 memory=7100839861465685612 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 20586 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10846988 memory=-7175204567652784766 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 15154 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10846988 memory=2924 CPUtime=1.85 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) S 21683 21686 18141 0 -1 1077944384 14750 13376 0 0 173 4 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10846988 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10846988 memory=33 CPUtime=0.16 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 468 13376 0 0 4 4 5 3 20 0 15 0 444693357 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 181.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 678836 KiB

[startup+172.801 s]
/proc/loadavg: 1.20 1.32 1.41 3/228 21773
/proc/meminfo: memFree=28932308/32770624 swapFree=66926536/67108860
[pid=21686] ppid=21683 vsize=10846988 memory=678836 CPUtime=182.63 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 98339 13376 0 0 18205 50 5 3 20 0 15 0 444693342 11107315712 169709 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2711747 169709 3629 1 0 2673805 0
[pid=21686/tid=21739] ppid=21683 vsize=10846988 memory=678836 CPUtime=171.56 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 30750 13376 0 0 17131 17 5 3 20 0 15 0 444693351 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616210963328 140615851518722 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10846988 memory=6791534058613427641 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 3479 13376 0 0 43 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10846988 memory=3848 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 424 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10846988 memory=2768 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 3229 13376 0 0 43 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10846988 memory=30908 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2923 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10846988 memory=988 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 4345 13376 0 0 47 2 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10846988 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 15 13376 0 0 0 0 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615215998368 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10846988 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 4 13376 0 0 0 0 5 3 20 0 15 0 444693354 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615014672000 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10846988 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10846988 memory=708 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 20586 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10846988 memory=678836 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 15154 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10846988 memory=281078230843424 CPUtime=1.85 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) S 21683 21686 18141 0 -1 1077944384 14750 13376 0 0 173 4 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10846988 memory=2147 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10846988 memory=3580 CPUtime=0.16 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 468 13376 0 0 4 4 5 3 20 0 15 0 444693357 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 182.63 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 678836 KiB

[startup+173.201 s]
/proc/loadavg: 1.20 1.32 1.41 3/228 21773
/proc/meminfo: memFree=28932308/32770624 swapFree=66926536/67108860
[pid=21686] ppid=21683 vsize=10846988 memory=678836 CPUtime=183.03 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 98341 13376 0 0 18245 50 5 3 20 0 15 0 444693342 11107315712 169709 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2711747 169709 3629 1 0 2673805 0
[pid=21686/tid=21739] ppid=21683 vsize=10846988 memory=708 CPUtime=171.96 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 30752 13376 0 0 17171 17 5 3 20 0 15 0 444693351 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616210963696 140615837880615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10846988 memory=9364 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 3479 13376 0 0 44 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10846988 memory=1120 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 424 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10846988 memory=3580 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 3229 13376 0 0 43 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10846988 memory=30908 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2923 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10846988 memory=988 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 4345 13376 0 0 47 2 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10846988 memory=678836 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 15 13376 0 0 0 0 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615215998368 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10846988 memory=3008 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 4 13376 0 0 0 0 5 3 20 0 15 0 444693354 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615014672000 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10846988 memory=678828 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10846988 memory=0 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 20586 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10846988 memory=3472468835340130580 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 15154 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10846988 memory=7719363301148655408 CPUtime=1.85 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) S 21683 21686 18141 0 -1 1077944384 14750 13376 0 0 173 4 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10846988 memory=3618554365451112867 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10846988 memory=3617719827619580754 CPUtime=0.16 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 468 13376 0 0 4 4 5 3 20 0 15 0 444693357 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 183.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 678836 KiB

[startup+173.401 s]
/proc/loadavg: 1.20 1.32 1.41 3/228 21773
/proc/meminfo: memFree=28932308/32770624 swapFree=66926536/67108860
[pid=21686] ppid=21683 vsize=10846988 memory=678836 CPUtime=183.23 cores=1,3,5,7
/proc/21686/stat : 21686 (java) S 21683 21686 18141 0 -1 1077944320 98342 13376 0 0 18265 50 5 3 20 0 15 0 444693342 11107315712 169709 33554432000 4194304 4196468 140729452030512 140729452013056 140616239128311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
/proc/21686/statm: 2711747 169709 3629 1 0 2673805 0
[pid=21686/tid=21739] ppid=21683 vsize=10846988 memory=1680 CPUtime=172.15 cores=1,3,5,7
/proc/21686/task/21739/stat : 21739 (java) R 21683 21686 18141 0 -1 4202560 30753 13376 0 0 17190 17 5 3 20 0 15 0 444693351 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616210963264 140615851519078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21740] ppid=21683 vsize=10846988 memory=1444 CPUtime=0.57 cores=1,3,5,7
/proc/21686/task/21740/stat : 21740 (java) S 21683 21686 18141 0 -1 1077944384 3479 13376 0 0 44 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616243370384 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21741] ppid=21683 vsize=10846988 memory=896 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21741/stat : 21741 (java) S 21683 21686 18141 0 -1 1077944384 424 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616158189840 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21742] ppid=21683 vsize=10846988 memory=1984 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21742/stat : 21742 (java) S 21683 21686 18141 0 -1 1077944384 3229 13376 0 0 43 5 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140616157137552 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21743] ppid=21683 vsize=10846988 memory=2552 CPUtime=0.56 cores=1,3,5,7
/proc/21686/task/21743/stat : 21743 (java) S 21683 21686 18141 0 -1 1077944384 2923 13376 0 0 44 4 5 3 20 0 15 0 444693352 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615810210320 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21744] ppid=21683 vsize=10846988 memory=678836 CPUtime=0.58 cores=1,3,5,7
/proc/21686/task/21744/stat : 21744 (java) S 21683 21686 18141 0 -1 1077944384 4345 13376 0 0 48 2 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615309572720 140616239139458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21745] ppid=21683 vsize=10846988 memory=2768 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21745/stat : 21745 (java) S 21683 21686 18141 0 -1 1077944384 15 13376 0 0 0 0 5 3 20 0 15 0 444693353 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615215998368 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21746] ppid=21683 vsize=10846988 memory=2924 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21746/stat : 21746 (java) S 21683 21686 18141 0 -1 1077944384 4 13376 0 0 0 0 5 3 20 0 15 0 444693354 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615014672000 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21747] ppid=21683 vsize=10846988 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21747/stat : 21747 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614774381136 140616239146907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21748] ppid=21683 vsize=10846988 memory=1408 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21748/stat : 21748 (java) S 21683 21686 18141 0 -1 1077944384 20586 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615308519536 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21749] ppid=21683 vsize=10846988 memory=3172 CPUtime=3.42 cores=1,3,5,7
/proc/21686/task/21749/stat : 21749 (java) S 21683 21686 18141 0 -1 1077944384 15154 13376 0 0 332 2 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615307466736 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21750] ppid=21683 vsize=10846988 memory=1096640 CPUtime=1.85 cores=1,3,5,7
/proc/21686/task/21750/stat : 21750 (java) S 21683 21686 18141 0 -1 1077944384 14750 13376 0 0 173 4 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615306414448 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21751] ppid=21683 vsize=10846988 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/21686/task/21751/stat : 21751 (java) S 21683 21686 18141 0 -1 1077944384 3 13376 0 0 0 0 5 3 20 0 15 0 444693356 11107315712 169709 33554432000 4194304 4196468 140729452030512 140614740822496 140616239138517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
[pid=21686/tid=21752] ppid=21683 vsize=10846988 memory=288230574492221466 CPUtime=0.16 cores=1,3,5,7
/proc/21686/task/21752/stat : 21752 (java) S 21683 21686 18141 0 -1 1077944384 468 13376 0 0 4 4 5 3 20 0 15 0 444693357 11107315712 169709 33554432000 4194304 4196468 140729452030512 140615305362352 140616239139458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19832832 140729452034799 140729452037317 140729452037317 140729452040143 0
Current children cumulated CPU time: 183.23 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 678836 KiB

Child status: 0
Real time (s): 173.466
CPU time (s): 183.319
CPU user time (s): 182.767
CPU system time (s): 0.551721
CPU usage (%): 105.68
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 687952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.767
system time used= 0.551721
maximum resident set size= 690000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114320
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20064
involuntary context switches= 494


# summary of solver processes directly reported to runsolver:
#   pid: 21686
#   total CPU time (s): 183.319
#   total CPU user time (s): 182.767
#   total CPU system time (s): 0.551721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.964999 second user time and 1.75544 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-17 02:37:37
IDJOB=4401086
IDBENCH=128773
IDSOLVER=2857
FILE ID=node107/4401086-1568684375
RUNJOBID= node107-1568669613-18173
PBS_JOBID= 21703793
Free space on /tmp= 59004 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401086-1568684375/watcher-4401086-1568684375 -o /tmp/evaluation-result-4401086-1568684375/solver-4401086-1568684375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568669613-18173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1979184242 HOME/instance-4401086-1568684375.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=1979184242

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        29562412 kB
MemAvailable:   30694976 kB
Buffers:          216396 kB
Cached:          1197584 kB
SwapCached:        76492 kB
Active:          1812632 kB
Inactive:         800936 kB
Active(anon):    1133600 kB
Inactive(anon):   109016 kB
Active(file):     679032 kB
Inactive(file):   691920 kB
Unevictable:      111204 kB
Mlocked:          111204 kB
SwapTotal:      67108860 kB
SwapFree:       66926532 kB
Dirty:             35432 kB
Writeback:             0 kB
AnonPages:       1243764 kB
Mapped:            55888 kB
Shmem:             34148 kB
Slab:             184396 kB
SReclaimable:     154896 kB
SUnreclaim:        29500 kB
KernelStack:        3984 kB
PageTables:         7912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2303768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 58968 MiB
End job on node107 at 2019-09-17 02:40:30