Trace number 4391996

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.10OPT1049 2342.46 2293.25

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-11.xml
MD5SUMf07db2d4579cd982e010e3ec5f98a04a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1049
Best CPU time to get the best result obtained on this benchmark43.918
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
4.89/2.60	o 435
6.05/3.08	o 478
6.05/3.08	o 505
6.05/3.08	o 509
6.05/3.08	o 512
6.05/3.08	o 521
6.05/3.08	o 574
6.05/3.08	o 647
6.05/3.08	o 661
6.05/3.08	o 689
6.05/3.08	o 692
6.05/3.08	o 699
6.05/3.08	o 727
6.05/3.08	o 743
6.05/3.08	o 818
6.05/3.08	o 821
6.05/3.08	o 828
6.05/3.08	o 832
6.05/3.08	o 856
6.05/3.08	o 867
6.05/3.08	o 874
6.05/3.08	o 875
6.05/3.08	o 876
6.05/3.08	o 894
6.05/3.08	o 913
6.05/3.08	o 918
6.05/3.08	o 940
6.05/3.08	o 944
6.05/3.08	o 952
6.05/3.08	o 972
6.05/3.08	o 985
6.05/3.08	o 1000
6.05/3.08	o 1002
7.80/3.61	o 1031
8.47/4.05	o 1032
8.47/4.05	o 1038
8.47/4.05	o 1039
8.77/4.22	o 1049
2342.40/2293.23	v <instantiation
2342.40/2293.23	v         cost = '1049'>
2342.40/2293.23	v       <list>
2342.40/2293.23	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
2342.40/2293.23	v       </list>
2342.40/2293.23	v       <values>
2342.40/2293.23	v         0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0
2342.40/2293.23	v       </values>
2342.40/2293.23	v     </instantiation>
2342.40/2293.23	s OPTIMUM FOUND

Verifier Data

OK	1049

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391996-1568319391/watcher-4391996-1568319391 -o /tmp/evaluation-result-4391996-1568319391/solver-4391996-1568319391 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2083820202 HOME/instance-4391996-1568319391.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=1255, runsolver pid=1252
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 2.04 1.62 1.43 3/221 1312
/proc/meminfo: memFree=29737244/32770624 swapFree=66915760/67108860
[pid=1255] ppid=1252 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 4422 13301 0 0 1 0 5 3 20 0 6 0 408189633 10212057088 4715 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2493178 4715 1935 1 0 2481616 0
[pid=1255/tid=1308] ppid=1252 vsize=9988792 memory=4627829660337606006 CPUtime=0.09 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 2292 13301 0 0 1 0 5 3 20 0 6 0 408189642 10228523008 4781 33554432000 4194304 4196468 140735099558960 140533905576528 140533919327840 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=9988792 memory=7948963741541478447 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 408189643 10228523008 4781 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=9988792 memory=139956273751680 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 408189643 10228523008 4781 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 408189643 10228523008 4781 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 6 0 408189643 10228523008 4781 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210074 s]*
/proc/loadavg: 2.04 1.62 1.43 4/230 1321
/proc/meminfo: memFree=29717780/32770624 swapFree=66915760/67108860
[pid=1255] ppid=1252 vsize=10818940 memory=40072 CPUtime=0.26 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 6916 13301 0 0 17 1 5 3 20 0 15 0 408189633 11078594560 10018 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2704735 10018 2950 1 0 2667149 0
[pid=1255/tid=1308] ppid=1252 vsize=10818940 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 3426 13301 0 0 11 1 5 3 20 0 15 0 408189642 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533905580048 140533933761693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10818940 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10818940 memory=288370332425463424 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189643 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10818940 memory=139956273751680 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189644 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533391512992 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189645 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533276075504 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11078594560 10083 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 448 13301 0 0 1 0 5 3 20 0 15 0 408189647 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 184 13301 0 0 0 0 5 3 20 0 15 0 408189647 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10818940 memory=139956273751680 CPUtime=0.11 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) R 1252 1255 30895 0 -1 4202560 635 13301 0 0 3 0 5 3 20 0 15 0 408189647 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533355849968 140533917820254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11078594560 10083 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10818940 memory=139956273751680 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189648 11078594560 10083 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40072 KiB

[startup+0.310655 s]*
/proc/loadavg: 2.04 1.62 1.43 3/230 1321
/proc/meminfo: memFree=29706884/32770624 swapFree=66915760/67108860
[pid=1255] ppid=1252 vsize=10820096 memory=51716 CPUtime=0.4 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 10699 13301 0 0 29 3 5 3 20 0 15 0 408189633 11079778304 12929 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2705024 12929 3251 1 0 2667149 0
[pid=1255/tid=1308] ppid=1252 vsize=10820244 memory=7588684550706915689 CPUtime=0.29 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 7196 13301 0 0 19 2 5 3 20 0 15 0 408189642 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533905567440 140533917820254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10820244 memory=4294967295 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10820244 memory=139956273751680 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10820244 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10820244 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189643 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189644 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533391512992 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189645 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533276075504 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11079929856 12929 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 450 13301 0 0 2 0 5 3 20 0 15 0 408189647 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10820244 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) R 1252 1255 30895 0 -1 4202560 184 13301 0 0 1 0 5 3 20 0 15 0 408189647 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533356902512 140533914438597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10820244 memory=139956273751680 CPUtime=0.13 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 658 13301 0 0 5 0 5 3 20 0 15 0 408189647 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11079929856 12929 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10820244 memory=139956273751680 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189648 11079929856 12929 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51716 KiB

[startup+0.700767 s]
/proc/loadavg: 2.04 1.62 1.43 5/230 1321
/proc/meminfo: memFree=29690828/32770624 swapFree=66915760/67108860
[pid=1255] ppid=1252 vsize=10824340 memory=82556 CPUtime=1.15 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 15026 13301 0 0 101 6 5 3 20 0 15 0 408189633 11084124160 20639 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2706085 20639 3506 1 0 2668173 0
[pid=1255/tid=1308] ppid=1252 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 10664 13301 0 0 55 4 5 3 20 0 15 0 408189642 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533905557728 140533915133498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10824340 memory=620 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189643 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10824340 memory=3356 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189643 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10824340 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 5 13301 0 0 0 0 5 3 20 0 15 0 408189644 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10824340 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533391512992 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189645 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533276075504 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10824340 memory=139960099275344 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11084124160 20639 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10824340 memory=139960099275351 CPUtime=0.22 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 789 13301 0 0 14 0 5 3 20 0 15 0 408189647 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10824340 memory=139960099275353 CPUtime=0.2 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 471 13301 0 0 12 0 5 3 20 0 15 0 408189647 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10824340 memory=139960099275354 CPUtime=0.25 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 850 13301 0 0 17 0 5 3 20 0 15 0 408189647 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10824340 memory=139960099275355 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11084124160 20639 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10824340 memory=139960099275359 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189648 11084124160 20639 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82556 KiB

[startup+1.50118 s]
/proc/loadavg: 2.04 1.62 1.43 4/230 1321
/proc/meminfo: memFree=29645788/32770624 swapFree=66915760/67108860
[pid=1255] ppid=1252 vsize=10834656 memory=167824 CPUtime=2.5 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 20203 13301 0 0 232 10 5 3 20 0 15 0 408189633 11094687744 41956 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2708664 41956 3561 1 0 2670733 0
[pid=1255/tid=1308] ppid=1252 vsize=10834656 memory=4120854352152769621 CPUtime=1.44 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 14985 13301 0 0 130 6 5 3 20 0 15 0 408189642 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533905556208 140533933751702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10834656 memory=8297876817799 CPUtime=0.09 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 37 13301 0 0 1 0 5 3 20 0 15 0 408189643 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 28 13301 0 0 0 0 5 3 20 0 15 0 408189643 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 6 13301 0 0 0 0 5 3 20 0 15 0 408189643 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10834656 memory=82556 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 36 13301 0 0 0 0 5 3 20 0 15 0 408189643 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 43 13301 0 0 1 0 5 3 20 0 15 0 408189644 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533391512992 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189645 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533276075504 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10834656 memory=279912279791232 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11094687744 41956 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10834656 memory=288230596017403102 CPUtime=0.37 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 838 13301 0 0 29 0 5 3 20 0 15 0 408189647 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10834656 memory=288288887450817825 CPUtime=0.32 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 544 13301 0 0 24 0 5 3 20 0 15 0 408189647 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10834656 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 1439 13301 0 0 40 0 5 3 20 0 15 0 408189647 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11094687744 41956 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 408189648 11094687744 41956 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=1255/tid=1320] ppid=1252 vsize=10844916 memory=11936 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10844916 memory=2116 CPUtime=1.42 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 783 13301 0 0 62 72 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2337.05 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 649628 KiB

[startup+2291.2 s]
/proc/loadavg: 1.35 1.30 1.32 3/230 1667
/proc/meminfo: memFree=29095312/32770624 swapFree=66915768/67108860
[pid=1255] ppid=1252 vsize=10844916 memory=649628 CPUtime=2340.29 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 164584 13301 0 0 233646 375 5 3 20 0 15 0 408189633 11105193984 162407 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2711229 162407 3617 1 0 2673293 0
[pid=1255/tid=1308] ppid=1252 vsize=10844916 memory=4126316290023845779 CPUtime=2264.7 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 52783 13301 0 0 226415 47 5 3 20 0 15 0 408189642 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533905576000 140533499769759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10844916 memory=992 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 15082 13301 0 0 1097 58 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10844916 memory=2044 CPUtime=11.66 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 8129 13301 0 0 1091 67 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10844916 memory=3356 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 9403 13301 0 0 1093 62 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10844916 memory=2828 CPUtime=11.62 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 7995 13301 0 0 1091 63 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10844916 memory=1712 CPUtime=11.19 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 10136 13301 0 0 1045 66 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10844916 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533391513120 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10844916 memory=944 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 8 13301 0 0 0 0 5 3 20 0 15 0 408189645 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533276075520 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10844916 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10844916 memory=1052 CPUtime=6.07 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 17001 13301 0 0 593 6 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10844916 memory=5952 CPUtime=5.93 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 15192 13301 0 0 580 5 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10844916 memory=8300 CPUtime=5.04 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 25828 13301 0 0 488 8 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10844916 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10844916 memory=14012 CPUtime=1.43 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 783 13301 0 0 63 72 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2340.29 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 649628 KiB

[startup+2292 s]*
/proc/loadavg: 1.35 1.30 1.32 3/230 1667
/proc/meminfo: memFree=29095312/32770624 swapFree=66915768/67108860
[pid=1255] ppid=1252 vsize=10844916 memory=649628 CPUtime=2341.1 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 164589 13301 0 0 233727 375 5 3 20 0 15 0 408189633 11105193984 162407 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2711229 162407 3617 1 0 2673293 0
[pid=1255/tid=1308] ppid=1252 vsize=10844916 memory=6935054825532540783 CPUtime=2265.5 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 52788 13301 0 0 226495 47 5 3 20 0 15 0 408189642 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533905575376 140533505573200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10844916 memory=4126316290023845779 CPUtime=11.64 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 15082 13301 0 0 1098 58 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10844916 memory=649628 CPUtime=11.66 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 8129 13301 0 0 1091 67 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10844916 memory=920 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 9403 13301 0 0 1093 62 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10844916 memory=3848 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 7995 13301 0 0 1092 63 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10844916 memory=2608 CPUtime=11.2 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 10136 13301 0 0 1046 66 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10844916 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533391513120 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10844916 memory=6935054825532540783 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 8 13301 0 0 0 0 5 3 20 0 15 0 408189645 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533276075520 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10844916 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10844916 memory=14012 CPUtime=6.07 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 17001 13301 0 0 593 6 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10844916 memory=19160 CPUtime=5.93 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 15192 13301 0 0 580 5 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10844916 memory=8112282956445269571 CPUtime=5.04 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 25828 13301 0 0 488 8 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10844916 memory=7444843076533644388 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10844916 memory=279912281138336 CPUtime=1.43 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 783 13301 0 0 63 72 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2341.1 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 649628 KiB

[startup+2292.8 s]
/proc/loadavg: 1.35 1.30 1.32 3/230 1667
/proc/meminfo: memFree=29095312/32770624 swapFree=66915768/67108860
[pid=1255] ppid=1252 vsize=10844916 memory=649628 CPUtime=2341.91 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 164595 13301 0 0 233808 375 5 3 20 0 15 0 408189633 11105193984 162407 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2711229 162407 3617 1 0 2673293 0
[pid=1255/tid=1308] ppid=1252 vsize=10844916 memory=649628 CPUtime=2266.28 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 52794 13301 0 0 226573 47 5 3 20 0 15 0 408189642 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533905575168 140533503304173 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10844916 memory=36800 CPUtime=11.64 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 15082 13301 0 0 1098 58 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10844916 memory=912 CPUtime=11.67 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 8129 13301 0 0 1092 67 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10844916 memory=1444 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 9403 13301 0 0 1093 62 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10844916 memory=649628 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 7995 13301 0 0 1092 63 5 3 20 0 15 0 408189643 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10844916 memory=649628 CPUtime=11.2 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 10136 13301 0 0 1046 66 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10844916 memory=3196 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533391513120 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10844916 memory=649628 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 8 13301 0 0 0 0 5 3 20 0 15 0 408189645 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533276075520 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10844916 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10844916 memory=1556 CPUtime=6.07 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 17001 13301 0 0 593 6 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10844916 memory=928 CPUtime=5.93 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 15192 13301 0 0 580 5 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10844916 memory=1412 CPUtime=5.04 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 25828 13301 0 0 488 8 5 3 20 0 15 0 408189647 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10844916 memory=3196 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10844916 memory=36800 CPUtime=1.43 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 783 13301 0 0 63 72 5 3 20 0 15 0 408189648 11105193984 162407 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2341.91 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 649628 KiB

[startup+2293.2 s]
/proc/loadavg: 1.35 1.30 1.32 3/230 1667
/proc/meminfo: memFree=29095312/32770624 swapFree=66915768/67108860
[pid=1255] ppid=1252 vsize=10844916 memory=649652 CPUtime=2342.4 cores=1,3,5,7
/proc/1255/stat : 1255 (java) S 1252 1255 30895 0 -1 1077944320 165595 13301 0 0 233857 375 5 3 20 0 15 0 408189633 11105193984 162413 33554432000 4194304 4196468 140735099558960 140735099541504 140533933739767 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
/proc/1255/statm: 2711229 162413 3617 1 0 2673293 0
[pid=1255/tid=1308] ppid=1252 vsize=10844916 memory=288230583166042425 CPUtime=2266.68 cores=1,3,5,7
/proc/1255/task/1308/stat : 1308 (java) R 1252 1255 30895 0 -1 4202560 52841 13301 0 0 226613 47 5 3 20 0 15 0 408189642 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533905574320 140533505626823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1309] ppid=1252 vsize=10844916 memory=13852958274094509 CPUtime=11.64 cores=1,3,5,7
/proc/1255/task/1309/stat : 1309 (java) S 1252 1255 30895 0 -1 1077944384 15082 13301 0 0 1098 58 5 3 20 0 15 0 408189643 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533937981712 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1310] ppid=1252 vsize=10844916 memory=2044 CPUtime=11.67 cores=1,3,5,7
/proc/1255/task/1310/stat : 1310 (java) S 1252 1255 30895 0 -1 1077944384 8129 13301 0 0 1092 67 5 3 20 0 15 0 408189643 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533826255248 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1311] ppid=1252 vsize=10844916 memory=1296 CPUtime=11.64 cores=1,3,5,7
/proc/1255/task/1311/stat : 1311 (java) S 1252 1255 30895 0 -1 1077944384 9403 13301 0 0 1094 62 5 3 20 0 15 0 408189643 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533825202704 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1312] ppid=1252 vsize=10844916 memory=620 CPUtime=11.63 cores=1,3,5,7
/proc/1255/task/1312/stat : 1312 (java) S 1252 1255 30895 0 -1 1077944384 7995 13301 0 0 1092 63 5 3 20 0 15 0 408189643 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533824150160 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1313] ppid=1252 vsize=10844916 memory=3356 CPUtime=11.2 cores=1,3,5,7
/proc/1255/task/1313/stat : 1313 (java) S 1252 1255 30895 0 -1 1077944384 10140 13301 0 0 1046 66 5 3 20 0 15 0 408189644 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533392566768 140533933750914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1314] ppid=1252 vsize=10844916 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1314/stat : 1314 (java) S 1252 1255 30895 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 408189644 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533391513120 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1315] ppid=1252 vsize=10844916 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1315/stat : 1315 (java) S 1252 1255 30895 0 -1 1077944384 8 13301 0 0 0 0 5 3 20 0 15 0 408189645 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533276075520 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1316] ppid=1252 vsize=10844916 memory=1156 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1316/stat : 1316 (java) S 1252 1255 30895 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 408189647 11105193984 162413 33554432000 4194304 4196468 140735099558960 140532672096976 140533933758363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1317] ppid=1252 vsize=10844916 memory=944 CPUtime=6.12 cores=1,3,5,7
/proc/1255/task/1317/stat : 1317 (java) S 1252 1255 30895 0 -1 1077944384 17397 13301 0 0 598 6 5 3 20 0 15 0 408189647 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533357955056 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1318] ppid=1252 vsize=10844916 memory=1552 CPUtime=5.96 cores=1,3,5,7
/proc/1255/task/1318/stat : 1318 (java) S 1252 1255 30895 0 -1 1077944384 15743 13301 0 0 583 5 5 3 20 0 15 0 408189647 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533356902512 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1319] ppid=1252 vsize=10844916 memory=1052 CPUtime=5.04 cores=1,3,5,7
/proc/1255/task/1319/stat : 1319 (java) S 1252 1255 30895 0 -1 1077944384 25828 13301 0 0 488 8 5 3 20 0 15 0 408189647 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533355849968 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1320] ppid=1252 vsize=10844916 memory=5952 CPUtime=0.08 cores=1,3,5,7
/proc/1255/task/1320/stat : 1320 (java) S 1252 1255 30895 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 408189648 11105193984 162413 33554432000 4194304 4196468 140735099558960 140532202334816 140533933749973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
[pid=1255/tid=1321] ppid=1252 vsize=10844916 memory=649628 CPUtime=1.43 cores=1,3,5,7
/proc/1255/task/1321/stat : 1321 (java) S 1252 1255 30895 0 -1 1077944384 785 13301 0 0 63 72 5 3 20 0 15 0 408189648 11105193984 162413 33554432000 4194304 4196468 140735099558960 140533354797872 140533933750914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30928896 140735099562741 140735099565253 140735099565253 140735099568079 0
Current children cumulated CPU time: 2342.4 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 649652 KiB

Child status: 0
Real time (s): 2293.25
CPU time (s): 2342.46
CPU user time (s): 2338.66
CPU system time (s): 3.79812
CPU usage (%): 102.146
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 649652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2338.66
system time used= 3.79812
maximum resident set size= 651736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321034
involuntary context switches= 7733


# summary of solver processes directly reported to runsolver:
#   pid: 1255
#   total CPU time (s): 2342.46
#   total CPU user time (s): 2338.66
#   total CPU system time (s): 3.79812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7449 second user time and 22.3523 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-12 22:15:49
IDJOB=4391996
IDBENCH=133458
IDSOLVER=2837
FILE ID=node134/4391996-1568319391
RUNJOBID= node134-1568307244-30927
PBS_JOBID= 21701121
Free space on /tmp= 56084 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391996-1568319391/watcher-4391996-1568319391 -o /tmp/evaluation-result-4391996-1568319391/solver-4391996-1568319391 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568307244-30927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2083820202 HOME/instance-4391996-1568319391.xml

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

MD5SUM BENCH= f07db2d4579cd982e010e3ec5f98a04a
RANDOM SEED=2083820202

node134.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.76
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.76
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.76
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.76
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:        29745456 kB
MemAvailable:   31169780 kB
Buffers:          140312 kB
Cached:          1549116 kB
SwapCached:        90648 kB
Active:          1056596 kB
Inactive:        1348780 kB
Active(anon):     649948 kB
Inactive(anon):   105832 kB
Active(file):     406648 kB
Inactive(file):  1242948 kB
Unevictable:      110944 kB
Mlocked:          110944 kB
SwapTotal:      67108860 kB
SwapFree:       66915760 kB
Dirty:             35048 kB
Writeback:             0 kB
AnonPages:        750488 kB
Mapped:            55504 kB
Shmem:             30692 kB
Slab:             211004 kB
SReclaimable:     181128 kB
SUnreclaim:        29876 kB
KernelStack:        4032 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1900448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56052 MiB
End job on node134 at 2019-09-12 22:54:03