Trace number 4402918

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.3OPT54 88.2986 76.5427

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
16.11/7.74	o -5958
16.11/7.76	o -5955
16.11/7.80	o -4958
16.65/7.93	o -4954
16.99/8.09	o -4953
17.48/8.27	o -3964
17.48/8.27	o -3960
18.38/8.60	o -3955
19.25/9.30	o -3954
19.25/9.36	o -3951
19.42/9.42	o -3946
19.42/9.47	o -3943
19.54/9.58	o -2951
19.76/9.71	o -2945
20.34/10.12	o -2941
20.34/10.13	o -1946
20.64/10.41	o -946
20.64/10.42	o -943
20.75/10.50	o -942
21.70/11.40	o -939
21.70/11.48	o -938
22.02/11.73	o -937
70.99/59.51	o 54
88.24/76.52	v <instantiation
88.24/76.52	v         cost = '54'>
88.24/76.52	v       <list>
88.24/76.52	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19]
88.24/76.52	v       </list>
88.24/76.52	v       <values>
88.24/76.52	v         1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7
88.24/76.52	v       </values>
88.24/76.52	v     </instantiation>
88.24/76.52	s OPTIMUM FOUND

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402918-1568976966/watcher-4402918-1568976966 -o /tmp/evaluation-result-4402918-1568976966/solver-4402918-1568976966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22251 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4402918-1568976966.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
Current StackSize limit: 8192 KiB

solver pid=25699, runsolver pid=25696

[startup+0.100118 s]*
/proc/loadavg: 1.97 1.67 1.56 3/218 25756
/proc/meminfo: memFree=8495312/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=9972712 memory=16816 CPUtime=0.1 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 4466 13316 0 0 1 1 5 3 20 0 6 0 473950860 10212057088 4204 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2493178 4204 1935 1 0 2481616 0
[pid=25699/tid=25752] ppid=25696 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 2255 13316 0 0 0 0 5 3 20 0 6 0 473950869 10212057088 4716 33554432000 4194304 4196468 140735861251792 140324696199760 140324708443486 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 6 0 473950869 10212057088 4716 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=9972712 memory=139657808115246 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 6 0 473950869 10212057088 4716 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 6 0 473950869 10212057088 4716 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 6 0 473950869 10212057088 4716 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209957 s]*
/proc/loadavg: 1.97 1.67 1.56 3/227 25765
/proc/meminfo: memFree=8475332/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10820196 memory=41704 CPUtime=0.27 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 7351 13316 0 0 17 2 5 3 20 0 15 0 473950860 11079880704 10426 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2705049 10426 3282 1 0 2667149 0
[pid=25699/tid=25752] ppid=25696 vsize=10820196 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 3863 13316 0 0 10 1 5 3 20 0 15 0 473950869 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324696174032 140324708443486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10820196 memory=139657808115246 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950871 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 473950871 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324164854688 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950872 11079880704 10426 33554432000 4194304 4196468 140735861251792 140323560874992 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11079880704 10426 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) R 25696 25699 22219 0 -1 4202560 475 13316 0 0 1 0 5 3 20 0 15 0 473950874 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324249983472 140324702158891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 181 13316 0 0 1 0 5 3 20 0 15 0 473950874 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10820196 memory=139657808090752 CPUtime=0.11 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 602 13316 0 0 3 0 5 3 20 0 15 0 473950874 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11079880704 10426 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10820196 memory=139657808090752 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950875 11079880704 10426 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41704 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.97 1.67 1.56 3/227 25765
/proc/meminfo: memFree=8462476/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10820196 memory=50300 CPUtime=0.41 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 10394 13316 0 0 30 3 5 3 20 0 15 0 473950860 11079880704 12575 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2705049 12575 3307 1 0 2667149 0
[pid=25699/tid=25752] ppid=25696 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 6877 13316 0 0 19 2 5 3 20 0 15 0 473950869 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324696171920 140324708443486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10820196 memory=139657808090751 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950871 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 473950871 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324164854688 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950872 11079880704 12575 33554432000 4194304 4196468 140735861251792 140323560874992 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11079880704 12575 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 477 13316 0 0 2 0 5 3 20 0 15 0 473950874 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 182 13316 0 0 2 0 5 3 20 0 15 0 473950874 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10820196 memory=139657808090752 CPUtime=0.13 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 620 13316 0 0 5 0 5 3 20 0 15 0 473950874 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11079880704 12575 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10820196 memory=139657808090752 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950875 11079880704 12575 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50300 KiB

[startup+0.702525 s]
/proc/loadavg: 1.97 1.67 1.56 3/227 25765
/proc/meminfo: memFree=8446696/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10824364 memory=83608 CPUtime=1.16 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 15146 13316 0 0 103 5 5 3 20 0 15 0 473950860 11084148736 20902 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2706091 20902 3506 1 0 2668173 0
[pid=25699/tid=25752] ppid=25696 vsize=10824364 memory=7810487918915055718 CPUtime=0.67 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 10458 13316 0 0 56 3 5 3 20 0 15 0 473950869 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324696188944 140324315955680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10824364 memory=1376 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10824364 memory=1128 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950869 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950869 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 6 13316 0 0 0 0 5 3 20 0 15 0 473950871 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 473950871 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324164854688 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950872 11084148736 20902 33554432000 4194304 4196468 140735861251792 140323560874992 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11084148736 20902 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 964 13316 0 0 16 0 5 3 20 0 15 0 473950874 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 650 13316 0 0 13 0 5 3 20 0 15 0 473950874 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) R 25696 25699 22219 0 -1 4202560 831 13316 0 0 17 0 5 3 20 0 15 0 473950874 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324247878384 140324703272378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11084148736 20902 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950875 11084148736 20902 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83608 KiB

[startup+1.50073 s]
/proc/loadavg: 1.97 1.67 1.56 5/227 25765
/proc/meminfo: memFree=8387924/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10834680 memory=202232 CPUtime=2.95 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 24796 13316 0 0 276 11 5 3 20 0 15 0 473950860 11094712320 50558 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2708670 50558 3583 1 0 2670733 0
[pid=25699/tid=25752] ppid=25696 vsize=10834680 memory=-7097481891625773097 CPUtime=1.44 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 15686 13316 0 0 130 6 5 3 20 0 15 0 473950869 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324696188912 140324724374934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 61 13316 0 0 0 0 5 3 20 0 15 0 473950869 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 72 13316 0 0 1 0 5 3 20 0 15 0 473950869 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 324 13316 0 0 1 0 5 3 20 0 15 0 473950869 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10834680 memory=-6237260532469557610 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 36 13316 0 0 1 0 5 3 20 0 15 0 473950869 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 106 13316 0 0 1 0 5 3 20 0 15 0 473950871 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10834680 memory=279315413697472 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 13 13316 0 0 0 0 5 3 20 0 15 0 473950871 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324164854752 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10834680 memory=198224 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 2 13316 0 0 0 0 5 3 20 0 15 0 473950872 11094712320 50558 33554432000 4194304 4196468 140735861251792 140323560875008 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10834680 memory=221259535272250 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11094712320 50558 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10834680 memory=279315413480544 CPUtime=0.61 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 2394 13316 0 0 53 0 5 3 20 0 15 0 473950874 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10834680 memory=279315413482784 CPUtime=0.55 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 1887 13316 0 0 47 0 5 3 20 0 15 0 473950874 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10834680 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) R 25696 25699 22219 0 -1 4202560 1998 13316 0 0 37 1 5 3 20 0 15 0 473950874 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324247878384 140324724384346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11094712320 50558 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 1 13316 0 0 0 0 5 3 20 0 15 0 473950875 11094712320 50558 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10834680 KiB

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

[pid=25699/tid=25764] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298563 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 225 13316 0 0 1 1 5 3 20 0 15 0 473950875 11109412864 298563 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 85.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1194252 KiB

[startup+75.2007 s]
/proc/loadavg: 2.09 1.77 1.61 3/227 25772
/proc/meminfo: memFree=7308552/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10849036 memory=1195236 CPUtime=86.92 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 100330 13316 0 0 8636 48 5 3 20 0 15 0 473950860 11109412864 298809 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2712259 298809 3629 1 0 2674317 0
[pid=25699/tid=25752] ppid=25696 vsize=10849036 memory=6005656096036449892 CPUtime=74.94 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 37671 13316 0 0 7464 22 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324696196488 140324328598752 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10849036 memory=6791534058613427641 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 254 13316 0 0 9 4 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10849036 memory=43092 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 3887 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10849036 memory=984 CPUtime=0.2 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 2268 13316 0 0 9 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10849036 memory=2024 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 566 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10849036 memory=1376 CPUtime=0.14 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 5465 13316 0 0 6 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10849036 memory=1128 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 23 13316 0 0 0 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324164854752 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10849036 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 10 13316 0 0 0 0 5 3 20 0 15 0 473950872 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323560875008 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10849036 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10849036 memory=43092 CPUtime=4.7 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 21001 13316 0 0 459 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10849036 memory=984 CPUtime=4.92 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 17093 13316 0 0 483 1 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10849036 memory=2024 CPUtime=1.87 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 9651 13316 0 0 176 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10849036 memory=1376 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10849036 memory=1128 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 225 13316 0 0 1 1 5 3 20 0 15 0 473950875 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 86.92 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1195236 KiB

[startup+76.0007 s]*
/proc/loadavg: 2.09 1.77 1.61 3/227 25772
/proc/meminfo: memFree=7308676/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10849036 memory=1195236 CPUtime=87.73 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 100375 13316 0 0 8717 48 5 3 20 0 15 0 473950860 11109412864 298809 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2712259 298809 3629 1 0 2674317 0
[pid=25699/tid=25752] ppid=25696 vsize=10849036 memory=8317482817917895235 CPUtime=75.75 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 37710 13316 0 0 7545 22 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324696191856 140324328598792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10849036 memory=43092 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 254 13316 0 0 9 4 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10849036 memory=984 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 3887 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10849036 memory=2024 CPUtime=0.2 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 2268 13316 0 0 9 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10849036 memory=1376 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 566 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10849036 memory=1128 CPUtime=0.14 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 5465 13316 0 0 6 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10849036 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 23 13316 0 0 0 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324164854752 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10849036 memory=3648 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 10 13316 0 0 0 0 5 3 20 0 15 0 473950872 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323560875008 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10849036 memory=948 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10849036 memory=2832 CPUtime=4.7 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 21007 13316 0 0 459 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10849036 memory=9492 CPUtime=4.92 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 17093 13316 0 0 483 1 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10849036 memory=1548 CPUtime=1.87 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 9651 13316 0 0 176 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10849036 memory=628 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10849036 memory=1056 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 225 13316 0 0 1 1 5 3 20 0 15 0 473950875 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 87.73 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1195236 KiB

[startup+76.4007 s]
/proc/loadavg: 2.09 1.77 1.61 3/227 25772
/proc/meminfo: memFree=7308676/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10849036 memory=1195236 CPUtime=88.12 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 100392 13316 0 0 8756 48 5 3 20 0 15 0 473950860 11109412864 298809 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2712259 298809 3629 1 0 2674317 0
[pid=25699/tid=25752] ppid=25696 vsize=10849036 memory=920 CPUtime=76.14 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 37727 13316 0 0 7584 22 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324696191856 140324330327563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10849036 memory=3852 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 254 13316 0 0 9 4 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10849036 memory=2780 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 3887 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10849036 memory=2788 CPUtime=0.2 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 2268 13316 0 0 9 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10849036 memory=4104 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 566 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10849036 memory=1408 CPUtime=0.14 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 5465 13316 0 0 6 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10849036 memory=1195236 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 23 13316 0 0 0 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324164854752 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 10 13316 0 0 0 0 5 3 20 0 15 0 473950872 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323560875008 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10849036 memory=6048 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10849036 memory=14012 CPUtime=4.7 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 21007 13316 0 0 459 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10849036 memory=2116 CPUtime=4.92 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 17093 13316 0 0 483 1 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10849036 memory=18320 CPUtime=1.87 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 9651 13316 0 0 176 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10849036 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10849036 memory=1556 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 225 13316 0 0 1 1 5 3 20 0 15 0 473950875 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 88.12 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1195236 KiB

[startup+76.5007 s]
/proc/loadavg: 2.09 1.77 1.61 3/227 25772
/proc/meminfo: memFree=7308676/32770624 swapFree=66998048/67108860
[pid=25699] ppid=25696 vsize=10849036 memory=1195236 CPUtime=88.24 cores=1,3,5,7
/proc/25699/stat : 25699 (java) S 25696 25699 22219 0 -1 1077944320 100417 13316 0 0 8768 48 5 3 20 0 15 0 473950860 11109412864 298809 33554432000 4194304 4196468 140735861251792 140735861234336 140324724362999 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
/proc/25699/statm: 2712259 298809 3629 1 0 2674317 0
[pid=25699/tid=25752] ppid=25696 vsize=10849036 memory=0 CPUtime=76.24 cores=1,3,5,7
/proc/25699/task/25752/stat : 25752 (java) R 25696 25699 22219 0 -1 4202560 37732 13316 0 0 7594 22 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324696191856 140324330160428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25753] ppid=25696 vsize=10849036 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25753/stat : 25753 (java) S 25696 25699 22219 0 -1 1077944384 254 13316 0 0 9 4 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324728605456 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25754] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25754/stat : 25754 (java) S 25696 25699 22219 0 -1 1077944384 3887 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324643425168 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25755] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.2 cores=1,3,5,7
/proc/25699/task/25755/stat : 25755 (java) S 25696 25699 22219 0 -1 1077944384 2268 13316 0 0 9 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324642372624 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25756] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.21 cores=1,3,5,7
/proc/25699/task/25756/stat : 25756 (java) S 25696 25699 22219 0 -1 1077944384 566 13316 0 0 10 3 5 3 20 0 15 0 473950869 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324641320080 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25757] ppid=25696 vsize=10849036 memory=1195236 CPUtime=0.14 cores=1,3,5,7
/proc/25699/task/25757/stat : 25757 (java) S 25696 25699 22219 0 -1 1077944384 5465 13316 0 0 6 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324251035632 140324724374146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25758] ppid=25696 vsize=10849036 memory=1195236 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25758/stat : 25758 (java) S 25696 25699 22219 0 -1 1077944384 23 13316 0 0 0 0 5 3 20 0 15 0 473950871 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324164854752 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25759] ppid=25696 vsize=10849036 memory=279315414058928 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25759/stat : 25759 (java) S 25696 25699 22219 0 -1 1077944384 10 13316 0 0 0 0 5 3 20 0 15 0 473950872 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323560875008 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25760] ppid=25696 vsize=10849036 memory=1194252 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25760/stat : 25760 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323253475536 140324724381595 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25761] ppid=25696 vsize=10849036 memory=3648 CPUtime=4.72 cores=1,3,5,7
/proc/25699/task/25761/stat : 25761 (java) S 25696 25699 22219 0 -1 1077944384 21027 13316 0 0 461 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324249983472 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25762] ppid=25696 vsize=10849036 memory=1194252 CPUtime=4.92 cores=1,3,5,7
/proc/25699/task/25762/stat : 25762 (java) S 25696 25699 22219 0 -1 1077944384 17093 13316 0 0 483 1 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324248930928 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25763] ppid=25696 vsize=10849036 memory=1194252 CPUtime=1.87 cores=1,3,5,7
/proc/25699/task/25763/stat : 25763 (java) S 25696 25699 22219 0 -1 1077944384 9651 13316 0 0 176 3 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324247878384 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25764] ppid=25696 vsize=10849036 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/25699/task/25764/stat : 25764 (java) S 25696 25699 22219 0 -1 1077944384 3 13316 0 0 0 0 5 3 20 0 15 0 473950874 11109412864 298809 33554432000 4194304 4196468 140735861251792 140323219917920 140324724373205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
[pid=25699/tid=25765] ppid=25696 vsize=10849036 memory=3648 CPUtime=0.1 cores=1,3,5,7
/proc/25699/task/25765/stat : 25765 (java) S 25696 25699 22219 0 -1 1077944384 225 13316 0 0 1 1 5 3 20 0 15 0 473950875 11109412864 298809 33554432000 4194304 4196468 140735861251792 140324246825264 140324724374146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32555008 140735861258991 140735861261509 140735861261509 140735861264335 0
Current children cumulated CPU time: 88.24 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1195236 KiB

Child status: 0
Real time (s): 76.5427
CPU time (s): 88.2986
CPU user time (s): 87.7637
CPU system time (s): 0.534895
CPU usage (%): 115.359
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 1195236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.7637
system time used= 0.534895
maximum resident set size= 1197300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114201
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10420
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 25699
#   total CPU time (s): 88.2986
#   total CPU user time (s): 87.7637
#   total CPU system time (s): 0.534895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.456339 second user time and 0.781628 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 11:54:45
IDJOB=4402918
IDBENCH=128043
IDSOLVER=2861
FILE ID=node106/4402918-1568976966
RUNJOBID= node106-1568963957-22251
PBS_JOBID= 21704632
Free space on /tmp= 23244 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402918-1568976966/watcher-4402918-1568976966 -o /tmp/evaluation-result-4402918-1568976966/solver-4402918-1568976966 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22251 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4402918-1568976966.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1308241223

node106.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:         8500708 kB
MemAvailable:   29932904 kB
Buffers:           87116 kB
Cached:         21352148 kB
SwapCached:         3988 kB
Active:         12581120 kB
Inactive:       10787432 kB
Active(anon):    1924544 kB
Inactive(anon):    47692 kB
Active(file):   10656576 kB
Inactive(file): 10739740 kB
Unevictable:      109408 kB
Mlocked:          109408 kB
SwapTotal:      67108860 kB
SwapFree:       66998048 kB
Dirty:             35852 kB
Writeback:             0 kB
AnonPages:       1978360 kB
Mapped:            61816 kB
Shmem:             33812 kB
Slab:             493272 kB
SReclaimable:     464340 kB
SUnreclaim:        28932 kB
KernelStack:        3984 kB
PageTables:         9464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3280072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1814528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23212 MiB
End job on node106 at 2019-09-20 11:56:02