Trace number 4401352

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.2OPT55 74.4505 66.1716

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
7.37/3.34	o 75
7.37/3.36	o 74
7.37/3.38	o 66
10.23/4.28	o 65
10.93/4.61	o 64
11.20/4.82	o 62
12.04/5.41	o 61
16.35/9.12	o 60
19.88/12.36	o 59
33.70/26.06	o 55
74.36/66.15	v <instantiation
74.36/66.15	v         cost = '55'>
74.36/66.15	v       <list>
74.36/66.15	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
74.36/66.15	v       </list>
74.36/66.15	v       <values>
74.36/66.15	v         0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2
74.36/66.15	v       </values>
74.36/66.15	v     </instantiation>
74.36/66.15	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401352-1568678491/watcher-4401352-1568678491 -o /tmp/evaluation-result-4401352-1568678491/solver-4401352-1568678491 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401352-1568678491.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
Current StackSize limit: 8192 KiB

solver pid=27796, runsolver pid=27793

[startup+0.10967 s]*
/proc/loadavg: 1.74 1.63 1.60 3/219 27854
/proc/meminfo: memFree=26820972/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10355560 memory=22684 CPUtime=0.1 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 4922 13140 0 0 2 1 4 3 20 0 9 0 443763978 10604093440 5671 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2588890 5671 2102 1 0 2551431 0
[pid=27796/tid=27849] ppid=27793 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 2697 13140 0 0 1 0 4 3 20 0 9 0 443763987 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333951106928 140333963351390 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 9 0 443763987 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10355560 memory=140670841697920 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 9 0 443763987 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 9 0 443763987 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 9 0 443763987 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10355560 memory=140670841697920 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 9 0 443763989 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 9 0 443763989 10604093440 5671 33554432000 4194304 4196468 140733528546096 140333425878560 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 9 0 443763989 10604093440 5671 33554432000 4194304 4196468 140733528546096 140332754789808 140333979281109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.210805 s]*
/proc/loadavg: 1.74 1.63 1.60 4/227 27862
/proc/meminfo: memFree=26802220/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10820020 memory=44120 CPUtime=0.26 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 7406 13140 0 0 17 2 4 3 20 0 15 0 443763978 11079700480 11030 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2705041 11030 3193 1 0 2667149 0
[pid=27796/tid=27849] ppid=27793 vsize=10820164 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 3961 13140 0 0 10 1 4 3 20 0 15 0 443763987 11079847936 11096 33554432000 4194304 4196468 140733528546096 140333951088016 140333972367739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10820164 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079847936 11096 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10820164 memory=3690620891618653856 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079847936 11096 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10820176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079860224 11096 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10820176 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079860224 11096 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10820176 memory=140670841697920 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079860224 11096 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10820176 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079860224 11096 33554432000 4194304 4196468 140733528546096 140333425878560 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10820176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079860224 11096 33554432000 4194304 4196468 140733528546096 140332754789744 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10820176 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11079860224 11096 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10820184 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) R 27793 27796 25887 0 -1 4202560 582 13140 0 0 1 0 4 3 20 0 15 0 443763992 11079868416 11096 33554432000 4194304 4196468 140733528546096 140333504833904 140333962678588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10820184 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 63 13140 0 0 0 0 4 3 20 0 15 0 443763992 11079868416 11096 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10820184 memory=140670841697920 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 608 13140 0 0 3 0 4 3 20 0 15 0 443763992 11079868416 11096 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10820184 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11079868416 11096 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10820184 memory=140670841697920 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763993 11079868416 11096 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 44120 KiB

[startup+0.310507 s]*
/proc/loadavg: 1.74 1.63 1.60 4/227 27862
/proc/meminfo: memFree=26789424/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10820196 memory=52676 CPUtime=0.39 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 10945 13140 0 0 29 3 4 3 20 0 15 0 443763978 11079880704 13169 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2705049 13169 3289 1 0 2667149 0
[pid=27796/tid=27849] ppid=27793 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 7435 13140 0 0 19 3 4 3 20 0 15 0 443763987 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333951079856 140333962457741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10820196 memory=-6957061461084680038 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10820196 memory=-7737643479190322274 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10820196 memory=140670841704913 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333425878560 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763989 11079880704 13169 33554432000 4194304 4196468 140733528546096 140332754789744 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11079880704 13169 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 592 13140 0 0 2 0 4 3 20 0 15 0 443763992 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 63 13140 0 0 1 0 4 3 20 0 15 0 443763992 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 616 13140 0 0 5 0 4 3 20 0 15 0 443763992 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11079880704 13169 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763993 11079880704 13169 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52676 KiB

[startup+0.707766 s]
/proc/loadavg: 1.74 1.63 1.60 3/227 27862
/proc/meminfo: memFree=26775380/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10824364 memory=85660 CPUtime=1.13 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 15116 13140 0 0 101 5 4 3 20 0 15 0 443763978 11084148736 21415 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2706091 21415 3512 1 0 2668173 0
[pid=27796/tid=27849] ppid=27793 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 10543 13140 0 0 56 4 4 3 20 0 15 0 443763987 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333951097856 140333979282838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10824364 memory=2458667452161 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10824364 memory=31610615 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763987 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10824364 memory=-7886167514736700194 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 2 13140 0 0 0 0 4 3 20 0 15 0 443763987 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 5 13140 0 0 0 0 4 3 20 0 15 0 443763989 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333425878560 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10824364 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763989 11084148736 21415 33554432000 4194304 4196468 140733528546096 140332754789744 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11084148736 21415 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) R 27793 27796 25887 0 -1 4202560 1001 13140 0 0 13 0 4 3 20 0 15 0 443763992 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333504820000 140333964378578 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 505 13140 0 0 13 0 4 3 20 0 15 0 443763992 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10824364 memory=52 CPUtime=0.24 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) R 27793 27796 25887 0 -1 4202560 825 13140 0 0 17 0 4 3 20 0 15 0 443763992 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333502728304 140333979292250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11084148736 21415 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10824364 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763993 11084148736 21415 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85660 KiB

[startup+1.50067 s]
/proc/loadavg: 1.74 1.63 1.60 3/227 27862
/proc/meminfo: memFree=26730320/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10834680 memory=173556 CPUtime=2.43 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 21716 13140 0 0 227 9 4 3 20 0 15 0 443763978 11094712320 43389 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2708670 43389 3574 1 0 2670733 0
[pid=27796/tid=27849] ppid=27793 vsize=10834680 memory=3504 CPUtime=1.43 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 15371 13140 0 0 130 6 4 3 20 0 15 0 443763987 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333951082624 140333964639711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10834680 memory=281341430111288 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 25 13140 0 0 1 0 4 3 20 0 15 0 443763987 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10834680 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 90 13140 0 0 1 0 4 3 20 0 15 0 443763987 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10834680 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 390 13140 0 0 1 0 4 3 20 0 15 0 443763987 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 58 13140 0 0 1 0 4 3 20 0 15 0 443763987 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 130 13140 0 0 1 0 4 3 20 0 15 0 443763989 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 14 13140 0 0 0 0 4 3 20 0 15 0 443763989 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333425878624 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 1 13140 0 0 0 0 4 3 20 0 15 0 443763989 11094712320 43389 33554432000 4194304 4196468 140733528546096 140332754789744 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11094712320 43389 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 1187 13140 0 0 24 0 4 3 20 0 15 0 443763992 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 711 13140 0 0 24 0 4 3 20 0 15 0 443763992 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10834680 memory=7234284477800005735 CPUtime=0.48 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) R 27793 27796 25887 0 -1 4202560 1522 13140 0 0 41 0 4 3 20 0 15 0 443763992 11094712320 43389 33554432000 4194304 4196468 140733528546096 140333502723376 140333957885720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0

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

[pid=27796/tid=27861] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10846988 memory=3472468966134275077 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 196 13140 0 0 2 1 4 3 20 0 15 0 443763993 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 72.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 853644 KiB

[startup+64.8007 s]
/proc/loadavg: 1.61 1.62 1.60 3/228 27889
/proc/meminfo: memFree=25967256/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10846988 memory=853644 CPUtime=73.04 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 88569 13140 0 0 7256 41 4 3 20 0 15 0 443763978 11107315712 213411 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2711747 213411 3626 1 0 2673805 0
[pid=27796/tid=27849] ppid=27793 vsize=10846988 memory=988 CPUtime=64.46 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 28076 13140 0 0 6422 17 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333951106416 140333591622345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10846988 memory=2008 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1141 13140 0 0 9 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10846988 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2878 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10846988 memory=1560 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 668 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10846988 memory=924 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 1543 13140 0 0 10 2 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10846988 memory=3688 CPUtime=0.18 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2639 13140 0 0 10 1 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 25 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333425878624 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10846988 memory=1256 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332754789760 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10846988 memory=1076 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10846988 memory=14008 CPUtime=2.95 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 18943 13140 0 0 286 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10846988 memory=26100 CPUtime=3.37 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 15706 13140 0 0 328 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10846988 memory=14056 CPUtime=1.71 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 14525 13140 0 0 161 3 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10846988 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10846988 memory=520 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 196 13140 0 0 2 1 4 3 20 0 15 0 443763993 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 73.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 853644 KiB

[startup+65.6007 s]
/proc/loadavg: 1.61 1.62 1.60 3/228 27889
/proc/meminfo: memFree=25967380/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10846988 memory=853644 CPUtime=73.85 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 88575 13140 0 0 7337 41 4 3 20 0 15 0 443763978 11107315712 213411 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2711747 213411 3626 1 0 2673805 0
[pid=27796/tid=27849] ppid=27793 vsize=10846988 memory=853644 CPUtime=65.26 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 28079 13140 0 0 6502 17 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333951107056 140333590218592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10846988 memory=6791534058613427641 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1142 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10846988 memory=988 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2878 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10846988 memory=2008 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 668 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10846988 memory=1436 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 1543 13140 0 0 10 2 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2641 13140 0 0 11 1 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10846988 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 25 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333425878624 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10846988 memory=520 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332754789760 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10846988 memory=924 CPUtime=2.95 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 18943 13140 0 0 286 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10846988 memory=3688 CPUtime=3.37 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 15706 13140 0 0 328 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10846988 memory=1984 CPUtime=1.71 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 14525 13140 0 0 161 3 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10846988 memory=1440 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 196 13140 0 0 2 1 4 3 20 0 15 0 443763993 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 73.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 853644 KiB

[startup+66.0007 s]*
/proc/loadavg: 1.61 1.62 1.60 3/228 27889
/proc/meminfo: memFree=25967380/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10846988 memory=853644 CPUtime=74.26 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 88577 13140 0 0 7378 41 4 3 20 0 15 0 443763978 11107315712 213411 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2711747 213411 3626 1 0 2673805 0
[pid=27796/tid=27849] ppid=27793 vsize=10846988 memory=2116 CPUtime=65.67 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 28080 13140 0 0 6543 17 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333951106416 140333590220275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10846988 memory=4872558044660077418 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1142 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10846988 memory=1560 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2879 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10846988 memory=924 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 668 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10846988 memory=3688 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 1543 13140 0 0 10 2 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10846988 memory=1984 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2641 13140 0 0 11 1 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10846988 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 25 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333425878624 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10846988 memory=816 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332754789760 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10846988 memory=2580 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10846988 memory=1760 CPUtime=2.95 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 18943 13140 0 0 286 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10846988 memory=111636 CPUtime=3.37 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 15706 13140 0 0 328 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10846988 memory=808 CPUtime=1.71 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 14525 13140 0 0 161 3 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10846988 memory=1804 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10846988 memory=920 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 196 13140 0 0 2 1 4 3 20 0 15 0 443763993 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 74.26 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 853644 KiB

[startup+66.1103 s]
/proc/loadavg: 1.61 1.62 1.60 3/228 27889
/proc/meminfo: memFree=25967380/32770624 swapFree=66939904/67108860
[pid=27796] ppid=27793 vsize=10846988 memory=853644 CPUtime=74.36 cores=1,3,5,7
/proc/27796/stat : 27796 (java) S 27793 27796 25887 0 -1 1077944320 88577 13140 0 0 7388 41 4 3 20 0 15 0 443763978 11107315712 213411 33554432000 4194304 4196468 140733528546096 140733528528640 140333979270903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
/proc/27796/statm: 2711747 213411 3626 1 0 2673805 0
[pid=27796/tid=27849] ppid=27793 vsize=10846988 memory=853644 CPUtime=65.77 cores=1,3,5,7
/proc/27796/task/27849/stat : 27849 (java) R 27793 27796 25887 0 -1 4202560 28080 13140 0 0 6553 17 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333951106416 140333590323685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27850] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 25887 0 -1 1077944384 1142 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333983513232 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27851] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 25887 0 -1 1077944384 2879 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333898332688 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27852] ppid=27793 vsize=10846988 memory=7810199915537580132 CPUtime=0.2 cores=1,3,5,7
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 25887 0 -1 1077944384 668 13140 0 0 10 3 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333897279888 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27853] ppid=27793 vsize=10846988 memory=853464 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 25887 0 -1 1077944384 1543 13140 0 0 10 2 4 3 20 0 15 0 443763987 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333550328080 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27854] ppid=27793 vsize=10846988 memory=851372 CPUtime=0.19 cores=1,3,5,7
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 25887 0 -1 1077944384 2641 13140 0 0 11 1 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333505887088 140333979282050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27855] ppid=27793 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 25887 0 -1 1077944384 25 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333425878624 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27856] ppid=27793 vsize=10846988 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 25887 0 -1 1077944384 13 13140 0 0 0 0 4 3 20 0 15 0 443763989 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332754789760 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27857] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332615158096 140333979289499 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27858] ppid=27793 vsize=10846988 memory=3504 CPUtime=2.95 cores=1,3,5,7
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 25887 0 -1 1077944384 18943 13140 0 0 286 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333504833904 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27859] ppid=27793 vsize=10846988 memory=47640 CPUtime=3.37 cores=1,3,5,7
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 25887 0 -1 1077944384 15706 13140 0 0 328 2 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333503781104 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27860] ppid=27793 vsize=10846988 memory=6791534058613427641 CPUtime=1.71 cores=1,3,5,7
/proc/27796/task/27860/stat : 27860 (java) S 27793 27796 25887 0 -1 1077944384 14525 13140 0 0 161 3 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333502728304 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27861] ppid=27793 vsize=10846988 memory=1804 CPUtime=0.07 cores=1,3,5,7
/proc/27796/task/27861/stat : 27861 (java) S 27793 27796 25887 0 -1 1077944384 3 13140 0 0 0 0 4 3 20 0 15 0 443763992 11107315712 213411 33554432000 4194304 4196468 140733528546096 140332217919712 140333979281109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
[pid=27796/tid=27862] ppid=27793 vsize=10846988 memory=853644 CPUtime=0.1 cores=1,3,5,7
/proc/27796/task/27862/stat : 27862 (java) S 27793 27796 25887 0 -1 1077944384 196 13140 0 0 2 1 4 3 20 0 15 0 443763993 11107315712 213411 33554432000 4194304 4196468 140733528546096 140333501676720 140333979282050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14831616 140733528554223 140733528556741 140733528556741 140733528559567 0
Current children cumulated CPU time: 74.36 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 853644 KiB

Child status: 0
Real time (s): 66.1716
CPU time (s): 74.4505
CPU user time (s): 73.9814
CPU system time (s): 0.469078
CPU usage (%): 112.511
Max. virtual memory (cumulated for all children) (KiB): 10849744
Max. memory (cumulated for all children) (KiB): 854488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.9814
system time used= 0.469078
maximum resident set size= 855748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10032
involuntary context switches= 143


# summary of solver processes directly reported to runsolver:
#   pid: 27796
#   total CPU time (s): 74.4505
#   total CPU user time (s): 73.9814
#   total CPU system time (s): 0.469078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.454833 second user time and 0.646703 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 02:00:51
IDJOB=4401352
IDBENCH=126224
IDSOLVER=2858
FILE ID=node119/4401352-1568678491
RUNJOBID= node119-1568673291-25919
PBS_JOBID= 21703790
Free space on /tmp= 61312 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401352-1568678491/watcher-4401352-1568678491 -o /tmp/evaluation-result-4401352-1568678491/solver-4401352-1568678491 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25919 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2093330141 HOME/instance-4401352-1568678491.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=2093330141

node119.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.47
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.47
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.47
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.47
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:        26831288 kB
MemAvailable:   29303276 kB
Buffers:          106344 kB
Cached:          2648676 kB
SwapCached:        61076 kB
Active:          3927900 kB
Inactive:        1409772 kB
Active(anon):    2521644 kB
Inactive(anon):   110640 kB
Active(file):    1406256 kB
Inactive(file):  1299132 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             35592 kB
Writeback:             0 kB
AnonPages:       2614680 kB
Mapped:            61056 kB
Shmem:             41008 kB
Slab:             194176 kB
SReclaimable:     164868 kB
SUnreclaim:        29308 kB
KernelStack:        3664 kB
PageTables:        10592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3401872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2420736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61276 MiB
End job on node119 at 2019-09-17 02:01:57