Trace number 4396166

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.2OPT2 2416.61 2391.19

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.31504
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.2.1568380929293 running
19.63/11.36	o 77
22.85/14.23	o 76
26.29/17.55	o 75
28.55/19.73	o 74
31.12/22.12	o 73
32.86/23.84	o 72
34.51/25.49	o 71
36.34/27.28	o 70
37.87/28.71	o 69
38.48/29.30	o 68
38.89/29.71	o 3
1157.11/1139.45	o 2
2416.52/2391.18	v <instantiation
2416.52/2391.18	v         cost = '2'>
2416.52/2391.18	v       <list>
2416.52/2391.18	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
2416.52/2391.18	v       </list>
2416.52/2391.18	v       <values>
2416.52/2391.18	v         0 2 1 0 1 1 0 2 2 1 0 2 2 1 2 0 1 2 1 2 0 1 0 0 0 1 1 0 1 1 2 2 0 2 0 2 1 2 1 0 0 2 1 0 1 1 0 2 2 1 0 0 2 2 2 1 2 1 0 2 2 2 1 2 0 2 1 2 0 1 2 0 0 0 1 1 1 2
2416.52/2391.18	v       </values>
2416.52/2391.18	v     </instantiation>
2416.52/2391.18	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396166-1568412472/watcher-4396166-1568412472 -o /tmp/evaluation-result-4396166-1568412472/solver-4396166-1568412472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5833 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1002463422 HOME/instance-4396166-1568412472.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6334, runsolver pid=6331
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 1.62 1.24 0.96 3/219 6391
/proc/meminfo: memFree=31162672/32770624 swapFree=66995396/67108860
[pid=6334] ppid=6331 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 4526 13039 0 0 1 0 5 3 20 0 6 0 417498665 10212057088 4270 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2493178 4270 1935 1 0 2481616 0
[pid=6334/tid=6387] ppid=6331 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 2348 13039 0 0 1 0 5 3 20 0 6 0 417498674 10212057088 4336 33554432000 4194304 4196468 140722597837424 139885096624720 139885108868446 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 6 0 417498675 10212057088 4336 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=9972712 memory=140039329486464 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 6 0 417498675 10212057088 4336 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 6 0 417498675 10212057088 4336 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 6 0 417498675 10212057088 4336 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209901 s]*
/proc/loadavg: 1.62 1.24 0.96 3/228 6400
/proc/meminfo: memFree=31146592/32770624 swapFree=66995396/67108860
[pid=6334] ppid=6331 vsize=10819664 memory=36720 CPUtime=0.26 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 7113 13039 0 0 17 1 5 3 20 0 15 0 417498665 11079335936 9180 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2704916 9180 3148 1 0 2667149 0
[pid=6334/tid=6387] ppid=6331 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 3612 13039 0 0 11 0 5 3 20 0 15 0 417498674 11079335936 9756 33554432000 4194304 4196468 140722597837424 139885096619200 139885117025086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10819664 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079335936 9756 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10819664 memory=140039329493055 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079335936 9756 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079335936 9756 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079335936 9756 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10819664 memory=140039329486464 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 33 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884583015712 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079335936 9756 33554432000 4194304 4196468 140722597837424 139883997816432 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 575 13039 0 0 1 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 60 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10819664 memory=140039329486464 CPUtime=0.11 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) R 6331 6334 5801 0 -1 4202560 631 13039 0 0 3 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884547352944 139885117025086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10819664 memory=140039329486464 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079335936 9756 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36720 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.62 1.24 0.96 4/228 6400
/proc/meminfo: memFree=31133920/32770624 swapFree=66995396/67108860
[pid=6334] ppid=6331 vsize=10820148 memory=48100 CPUtime=0.4 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 10809 13039 0 0 30 2 5 3 20 0 15 0 417498665 11079831552 12025 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2705037 12025 3306 1 0 2667149 0
[pid=6334/tid=6387] ppid=6331 vsize=10820148 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 7266 13039 0 0 20 2 5 3 20 0 15 0 417498674 11079831552 12025 33554432000 4194304 4196468 140722597837424 139885096613136 139885124799894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079831552 12025 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079831552 12025 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079831552 12025 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11079831552 12025 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 33 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884583015712 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498677 11079831552 12025 33554432000 4194304 4196468 140722597837424 139883997816432 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 576 13039 0 0 2 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 69 13039 0 0 1 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10820148 memory=140039329486464 CPUtime=0.13 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 639 13039 0 0 5 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10820148 memory=140039329486464 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498680 11079831552 12025 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48100 KiB

[startup+0.701416 s]
/proc/loadavg: 1.62 1.24 0.96 6/228 6400
/proc/meminfo: memFree=31118752/32770624 swapFree=66995396/67108860
[pid=6334] ppid=6331 vsize=10824360 memory=81764 CPUtime=1.15 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 15200 13039 0 0 102 5 5 3 20 0 15 0 417498665 11084144640 20441 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2706090 20441 3507 1 0 2668173 0
[pid=6334/tid=6387] ppid=6331 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 10454 13039 0 0 55 4 5 3 20 0 15 0 417498674 11084144640 20441 33554432000 4194304 4196468 140722597837424 139885096613432 139884685688953 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498675 11084144640 20441 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11084144640 20441 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10824360 memory=68 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11084144640 20441 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 2 13039 0 0 0 0 5 3 20 0 15 0 417498675 11084144640 20441 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 5 13039 0 0 0 0 5 3 20 0 15 0 417498677 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 33 13039 0 0 0 0 5 3 20 0 15 0 417498677 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884583015712 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10824360 memory=140039220768976 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498677 11084144640 20441 33554432000 4194304 4196468 140722597837424 139883997816432 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10824360 memory=140041703653978 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10824360 memory=1000 CPUtime=0.21 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) R 6331 6334 5801 0 -1 4202560 1032 13039 0 0 13 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884549458032 139885102602058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10824360 memory=7014751519734584657 CPUtime=0.22 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 549 13039 0 0 14 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10824360 memory=7812449391807648871 CPUtime=0.25 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 902 13039 0 0 17 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10824360 memory=3632 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498680 11084144640 20441 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81764 KiB

[startup+1.50064 s]
/proc/loadavg: 1.62 1.24 0.96 3/228 6400
/proc/meminfo: memFree=31076496/32770624 swapFree=66995396/67108860
[pid=6334] ppid=6331 vsize=10834676 memory=171396 CPUtime=2.51 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 21863 13039 0 0 233 10 5 3 20 0 15 0 417498665 11094708224 42849 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2708669 42849 3583 1 0 2670733 0
[pid=6334/tid=6387] ppid=6331 vsize=10834676 memory=2809127 CPUtime=1.44 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 15323 13039 0 0 130 6 5 3 20 0 15 0 417498674 11094708224 42849 33554432000 4194304 4196468 140722597837424 139885096581152 139885124799894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 43 13039 0 0 1 0 5 3 20 0 15 0 417498675 11094708224 42849 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10834676 memory=377816 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 272 13039 0 0 1 0 5 3 20 0 15 0 417498675 11094708224 42849 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10834676 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 12 13039 0 0 0 0 5 3 20 0 15 0 417498675 11094708224 42849 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10834676 memory=81764 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 68 13039 0 0 1 0 5 3 20 0 15 0 417498675 11094708224 42849 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 121 13039 0 0 1 0 5 3 20 0 15 0 417498677 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10834676 memory=280078441480736 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 34 13039 0 0 0 0 5 3 20 0 15 0 417498677 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884583015776 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10834676 memory=280078441531344 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498677 11094708224 42849 33554432000 4194304 4196468 140722597837424 139883997816448 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10834676 memory=6944656575208382560 CPUtime=0.33 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 1341 13039 0 0 25 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10834676 memory=6655300316396806240 CPUtime=0.35 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 750 13039 0 0 27 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10834676 memory=9023629670928638048 CPUtime=0.51 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) R 6331 6334 5801 0 -1 4202560 1682 13039 0 0 43 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884547353072 139885117893641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10834676 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10834676 memory=6944656592455088490 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1 13039 0 0 0 0 5 3 20 0 15 0 417498680 11094708224 42849 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

[pid=6334/tid=6399] ppid=6331 vsize=10846984 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10846984 memory=3632 CPUtime=1.11 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1087 13039 0 0 55 48 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2414.19 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 480852 KiB

[startup+2390.4 s]
/proc/loadavg: 1.36 1.34 1.31 3/227 6879
/proc/meminfo: memFree=30271348/32770624 swapFree=66995432/67108860
[pid=6334] ppid=6331 vsize=10846984 memory=480852 CPUtime=2415.8 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 169399 13039 0 0 241397 175 5 3 20 0 15 0 417498665 11107311616 120213 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2711746 120213 3627 1 0 2673805 0
[pid=6334/tid=6387] ppid=6331 vsize=10846984 memory=21440 CPUtime=2379.5 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 46501 13039 0 0 237923 19 5 3 20 0 15 0 417498674 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885096624352 139884702851815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10846984 memory=8112282956445269571 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 4373 13039 0 0 464 21 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10846984 memory=2016 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 5625 13039 0 0 462 22 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10846984 memory=1384 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 10645 13039 0 0 456 28 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10846984 memory=776 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 4999 13039 0 0 460 25 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10846984 memory=140039329485297 CPUtime=4.85 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 12350 13039 0 0 453 24 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 44 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884583015840 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 6 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883997816448 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10846984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10846984 memory=8112282956445269571 CPUtime=4.54 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 26931 13039 0 0 442 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.63 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 32721 13039 0 0 451 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10846984 memory=480852 CPUtime=2.09 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 21900 13039 0 0 196 5 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10846984 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10846984 memory=776 CPUtime=1.11 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1088 13039 0 0 55 48 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2415.8 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 480852 KiB

[startup+2390.8 s]
/proc/loadavg: 1.36 1.34 1.31 3/227 6879
/proc/meminfo: memFree=30271348/32770624 swapFree=66995432/67108860
[pid=6334] ppid=6331 vsize=10846984 memory=480852 CPUtime=2416.21 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 169400 13039 0 0 241437 176 5 3 20 0 15 0 417498665 11107311616 120213 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2711746 120213 3627 1 0 2673805 0
[pid=6334/tid=6387] ppid=6331 vsize=10846984 memory=8556 CPUtime=2379.9 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 46502 13039 0 0 237963 19 5 3 20 0 15 0 417498674 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885096623776 139884702850973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10846984 memory=8112282956445269571 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 4373 13039 0 0 464 21 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10846984 memory=1556 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 5625 13039 0 0 462 22 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10846984 memory=496 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 10645 13039 0 0 456 28 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10846984 memory=928 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 4999 13039 0 0 460 25 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10846984 memory=1604 CPUtime=4.85 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 12350 13039 0 0 453 24 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10846984 memory=1980 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 44 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884583015840 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10846984 memory=2356 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 6 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883997816448 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10846984 memory=1440 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10846984 memory=820 CPUtime=4.54 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 26931 13039 0 0 442 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10846984 memory=664 CPUtime=4.63 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 32721 13039 0 0 451 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10846984 memory=1156 CPUtime=2.09 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 21900 13039 0 0 196 5 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10846984 memory=480852 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10846984 memory=14008 CPUtime=1.11 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1088 13039 0 0 55 48 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2416.21 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 480852 KiB

[startup+2391 s]*
/proc/loadavg: 1.36 1.34 1.31 3/227 6879
/proc/meminfo: memFree=30271348/32770624 swapFree=66995432/67108860
[pid=6334] ppid=6331 vsize=10846984 memory=480852 CPUtime=2416.42 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 169401 13039 0 0 241458 176 5 3 20 0 15 0 417498665 11107311616 120213 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2711746 120213 3627 1 0 2673805 0
[pid=6334/tid=6387] ppid=6331 vsize=10846984 memory=8317482817917895235 CPUtime=2380.11 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 46503 13039 0 0 237984 19 5 3 20 0 15 0 417498674 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885096624208 139884702850869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10846984 memory=808 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 4373 13039 0 0 464 21 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10846984 memory=4104 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 5625 13039 0 0 462 22 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10846984 memory=1804 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 10645 13039 0 0 456 28 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10846984 memory=916 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 4999 13039 0 0 460 25 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10846984 memory=3852 CPUtime=4.85 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 12350 13039 0 0 453 24 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10846984 memory=2624 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 44 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884583015840 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10846984 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 6 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883997816448 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10846984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10846984 memory=3256 CPUtime=4.54 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 26931 13039 0 0 442 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.63 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 32721 13039 0 0 451 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10846984 memory=1408 CPUtime=2.09 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 21900 13039 0 0 196 5 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10846984 memory=3228 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10846984 memory=805908 CPUtime=1.11 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1088 13039 0 0 55 48 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2416.42 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 480852 KiB

[startup+2391.11 s]
/proc/loadavg: 1.36 1.34 1.31 3/227 6879
/proc/meminfo: memFree=30271348/32770624 swapFree=66995432/67108860
[pid=6334] ppid=6331 vsize=10846984 memory=480852 CPUtime=2416.52 cores=1,3,5,7
/proc/6334/stat : 6334 (java) S 6331 6334 5801 0 -1 1077944320 169401 13039 0 0 241468 176 5 3 20 0 15 0 417498665 11107311616 120213 33554432000 4194304 4196468 140722597837424 140722597819968 139885124787959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
/proc/6334/statm: 2711746 120213 3627 1 0 2673805 0
[pid=6334/tid=6387] ppid=6331 vsize=10846984 memory=480852 CPUtime=2380.21 cores=1,3,5,7
/proc/6334/task/6387/stat : 6387 (java) R 6331 6334 5801 0 -1 4202560 46503 13039 0 0 237994 19 5 3 20 0 15 0 417498674 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885096624096 139884700573160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6388] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6388/stat : 6388 (java) S 6331 6334 5801 0 -1 1077944384 4373 13039 0 0 464 21 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885129030032 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6389] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6389/stat : 6389 (java) S 6331 6334 5801 0 -1 1077944384 5625 13039 0 0 462 22 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885017303312 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6390] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.92 cores=1,3,5,7
/proc/6334/task/6390/stat : 6390 (java) S 6331 6334 5801 0 -1 1077944384 10645 13039 0 0 456 28 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885016251024 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6391] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.93 cores=1,3,5,7
/proc/6334/task/6391/stat : 6391 (java) S 6331 6334 5801 0 -1 1077944384 4999 13039 0 0 460 25 5 3 20 0 15 0 417498675 11107311616 120213 33554432000 4194304 4196468 140722597837424 139885015198224 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6392] ppid=6331 vsize=10846984 memory=480852 CPUtime=4.85 cores=1,3,5,7
/proc/6334/task/6392/stat : 6392 (java) S 6331 6334 5801 0 -1 1077944384 12350 13039 0 0 453 24 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884584069744 139885124799106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6393] ppid=6331 vsize=10846984 memory=480852 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6393/stat : 6393 (java) S 6331 6334 5801 0 -1 1077944384 44 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884583015840 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6394] ppid=6331 vsize=10846984 memory=480852 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6394/stat : 6394 (java) S 6331 6334 5801 0 -1 1077944384 6 13039 0 0 0 0 5 3 20 0 15 0 417498677 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883997816448 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6395] ppid=6331 vsize=10846984 memory=480852 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6395/stat : 6395 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883690416720 139885124806555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6396] ppid=6331 vsize=10846984 memory=988 CPUtime=4.54 cores=1,3,5,7
/proc/6334/task/6396/stat : 6396 (java) S 6331 6334 5801 0 -1 1077944384 26931 13039 0 0 442 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884549458032 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6397] ppid=6331 vsize=10846984 memory=3632 CPUtime=4.63 cores=1,3,5,7
/proc/6334/task/6397/stat : 6397 (java) S 6331 6334 5801 0 -1 1077944384 32721 13039 0 0 451 4 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884548405232 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6398] ppid=6331 vsize=10846984 memory=21440 CPUtime=2.09 cores=1,3,5,7
/proc/6334/task/6398/stat : 6398 (java) S 6331 6334 5801 0 -1 1077944384 21900 13039 0 0 196 5 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884547352944 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6399] ppid=6331 vsize=10846984 memory=480852 CPUtime=0.08 cores=1,3,5,7
/proc/6334/task/6399/stat : 6399 (java) S 6331 6334 5801 0 -1 1077944384 3 13039 0 0 0 0 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139883656858080 139885124798165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
[pid=6334/tid=6400] ppid=6331 vsize=10846984 memory=480852 CPUtime=1.11 cores=1,3,5,7
/proc/6334/task/6400/stat : 6400 (java) S 6331 6334 5801 0 -1 1077944384 1088 13039 0 0 55 48 5 3 20 0 15 0 417498680 11107311616 120213 33554432000 4194304 4196468 140722597837424 139884546300848 139885124799106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12537856 140722597841647 140722597844165 140722597844165 140722597846991 0
Current children cumulated CPU time: 2416.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 480852 KiB

Child status: 0
Real time (s): 2391.19
CPU time (s): 2416.61
CPU user time (s): 2414.81
CPU system time (s): 1.79811
CPU usage (%): 101.063
Max. virtual memory (cumulated for all children) (KiB): 10849804
Max. memory (cumulated for all children) (KiB): 485308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2414.81
system time used= 1.79811
maximum resident set size= 486840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149662
involuntary context switches= 3878


# summary of solver processes directly reported to runsolver:
#   pid: 6334
#   total CPU time (s): 2416.61
#   total CPU user time (s): 2414.81
#   total CPU system time (s): 1.79811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4797 second user time and 21.5891 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 00:07:07
IDJOB=4396166
IDBENCH=140558
IDSOLVER=2846
FILE ID=node102/4396166-1568412472
RUNJOBID= node102-1568412192-5833
PBS_JOBID= 21702200
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396166-1568412472/watcher-4396166-1568412472 -o /tmp/evaluation-result-4396166-1568412472/solver-4396166-1568412472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5833 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1002463422 HOME/instance-4396166-1568412472.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=1002463422

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31171372 kB
MemAvailable:   31557044 kB
Buffers:          162764 kB
Cached:           516296 kB
SwapCached:         9764 kB
Active:           719636 kB
Inactive:         334816 kB
Active(anon):     372796 kB
Inactive(anon):    33816 kB
Active(file):     346840 kB
Inactive(file):   301000 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995396 kB
Dirty:             35416 kB
Writeback:             0 kB
AnonPages:        476940 kB
Mapped:            48364 kB
Shmem:             22416 kB
Slab:             136028 kB
SReclaimable:     107336 kB
SUnreclaim:        28692 kB
KernelStack:        3728 kB
PageTables:         6704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1628888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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= 59260 MiB
End job on node102 at 2019-09-14 00:46:58