Trace number 4400985

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 2415.36 2374.56

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
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 benchmark31.0004
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","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.73/0.55	c Concrete v3.12.2.1568631193530 running
10.75/4.73	o 91
10.75/4.75	o 89
10.75/4.76	o 76
10.75/4.79	o 71
11.01/4.80	o 68
11.01/4.81	o 67
11.01/4.88	o 65
11.45/5.03	o 64
11.45/5.07	o 63
12.09/5.42	o 62
12.22/5.55	o 61
25.61/17.93	o 60
1011.15/990.35	o 58
1237.94/1214.09	o 57
1237.94/1214.09	o 55
2415.28/2374.55	v <instantiation
2415.28/2374.55	v         cost = '55'>
2415.28/2374.55	v       <list>
2415.28/2374.55	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]
2415.28/2374.55	v       </list>
2415.28/2374.55	v       <values>
2415.28/2374.55	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
2415.28/2374.55	v       </values>
2415.28/2374.55	v     </instantiation>
2415.28/2374.55	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 (13885 MiB free)
  memory of node 1: 16384 MiB (14923 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400985-1568695700/watcher-4400985-1568695700 -o /tmp/evaluation-result-4400985-1568695700/solver-4400985-1568695700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400985-1568695700.xml 

running on 4 cores: 0,2,4,6

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=5022, runsolver pid=5019
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.36 1.30 1.32 3/219 5079
/proc/meminfo: memFree=29492416/32770624 swapFree=67027360/67108860
[pid=5022] ppid=5019 vsize=9972712 memory=18600 CPUtime=0.09 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 4416 13013 0 0 1 0 5 3 20 0 6 0 445842611 10212057088 4650 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2493178 4650 1933 1 0 2481616 0
[pid=5022/tid=5075] ppid=5019 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 2243 13013 0 0 1 0 5 3 20 0 6 0 445842620 10212057088 4715 33554432000 4194304 4196468 140730224142048 139861969445456 139861982920697 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 6 0 445842620 10212057088 4715 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=9972712 memory=140330144994944 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 6 0 445842620 10212057088 4715 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 6 0 445842620 10212057088 4715 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 6 0 445842620 10212057088 4715 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.211123 s]*
/proc/loadavg: 1.36 1.30 1.32 3/228 5088
/proc/meminfo: memFree=29473492/32770624 swapFree=67027360/67108860
[pid=5022] ppid=5019 vsize=10820196 memory=43736 CPUtime=0.27 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 7251 13013 0 0 18 1 5 3 20 0 15 0 445842611 11079880704 10934 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2705049 10934 3299 1 0 2667149 0
[pid=5022/tid=5075] ppid=5019 vsize=10820196 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 3743 13013 0 0 11 0 5 3 20 0 15 0 445842620 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861969422880 139861979459069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 10934 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10820196 memory=140330144994944 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10820196 memory=140330144994944 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 13 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861449237792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 10934 33554432000 4194304 4196468 140730224142048 139860845258352 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11079880704 10934 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 611 13013 0 0 1 0 5 3 20 0 15 0 445842625 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 63 13013 0 0 0 0 5 3 20 0 15 0 445842625 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10820196 memory=140330144994944 CPUtime=0.11 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 611 13013 0 0 3 0 5 3 20 0 15 0 445842625 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11079880704 10934 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10820196 memory=140330144994944 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842626 11079880704 10934 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43736 KiB

[startup+0.310779 s]*
/proc/loadavg: 1.36 1.30 1.32 4/228 5088
/proc/meminfo: memFree=29459840/32770624 swapFree=67027360/67108860
[pid=5022] ppid=5019 vsize=10820196 memory=51968 CPUtime=0.4 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 10729 13013 0 0 29 3 5 3 20 0 15 0 445842611 11079880704 12992 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2705049 12992 3310 1 0 2667149 0
[pid=5022/tid=5075] ppid=5019 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 7197 13013 0 0 19 2 5 3 20 0 15 0 445842620 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861969414800 139861981689182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10820196 memory=8514701219931451533 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 12992 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10820196 memory=1328725297981317182 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842620 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 13 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861449237792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842622 11079880704 12992 33554432000 4194304 4196468 140730224142048 139860845258352 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11079880704 12992 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 612 13013 0 0 2 0 5 3 20 0 15 0 445842625 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 63 13013 0 0 1 0 5 3 20 0 15 0 445842625 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 629 13013 0 0 5 0 5 3 20 0 15 0 445842625 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11079880704 12992 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842626 11079880704 12992 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51968 KiB

[startup+0.700786 s]
/proc/loadavg: 1.25 1.28 1.31 6/227 5088
/proc/meminfo: memFree=29444816/32770624 swapFree=67027360/67108860
[pid=5022] ppid=5019 vsize=10824364 memory=85636 CPUtime=1.1 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 15119 13013 0 0 97 5 5 3 20 0 15 0 445842611 11084148736 21409 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2706091 21409 3504 1 0 2668173 0
[pid=5022/tid=5075] ppid=5019 vsize=10824364 memory=64 CPUtime=0.67 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 10445 13013 0 0 55 4 5 3 20 0 15 0 445842620 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861969423504 139861982976847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11084148736 21409 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10824364 memory=8458433173656975157 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10824364 memory=7012755875744993364 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842620 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10824364 memory=4639059895069856102 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842620 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10824364 memory=734122130331934768 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 5 13013 0 0 0 0 5 3 20 0 15 0 445842622 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 13 13013 0 0 0 0 5 3 20 0 15 0 445842622 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861449237792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10824364 memory=4120 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842622 11084148736 21409 33554432000 4194304 4196468 140730224142048 139860845258352 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11084148736 21409 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10824364 memory=2244 CPUtime=0.21 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) R 5019 5022 32242 0 -1 4202560 1081 13013 0 0 13 0 5 3 20 0 15 0 445842625 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861523208304 139861983623019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) R 5019 5022 32242 0 -1 4202560 519 13013 0 0 10 0 5 3 20 0 15 0 445842625 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861522155504 139861981609680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 839 13013 0 0 17 0 5 3 20 0 15 0 445842625 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11084148736 21409 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10824364 memory=19265 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842626 11084148736 21409 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85636 KiB

[startup+1.50069 s]
/proc/loadavg: 1.25 1.28 1.31 3/227 5088
/proc/meminfo: memFree=29401352/32770624 swapFree=67027360/67108860
[pid=5022] ppid=5019 vsize=10834680 memory=173764 CPUtime=2.41 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 22089 13013 0 0 223 10 5 3 20 0 15 0 445842611 11094712320 43441 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2708670 43441 3583 1 0 2670733 0
[pid=5022/tid=5075] ppid=5019 vsize=10834680 memory=142 CPUtime=1.44 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 15333 13013 0 0 130 6 5 3 20 0 15 0 445842620 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861969417712 139861997620630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10834680 memory=79 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 20 13013 0 0 1 0 5 3 20 0 15 0 445842620 11094712320 43441 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 86 13013 0 0 0 0 5 3 20 0 15 0 445842620 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 415 13013 0 0 0 0 5 3 20 0 15 0 445842620 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 86 13013 0 0 1 0 5 3 20 0 15 0 445842620 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 176 13013 0 0 1 0 5 3 20 0 15 0 445842622 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 14 13013 0 0 0 0 5 3 20 0 15 0 445842622 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861449237856 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10834680 memory=2984668936673667945 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 2 13013 0 0 0 0 5 3 20 0 15 0 445842622 11094712320 43441 33554432000 4194304 4196468 140730224142048 139860845258352 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10834680 memory=8694092052916379657 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11094712320 43441 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10834680 memory=-3535359994705173198 CPUtime=0.32 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 1385 13013 0 0 24 0 5 3 20 0 15 0 445842625 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10834680 memory=-1088251628401078417 CPUtime=0.29 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) R 5019 5022 32242 0 -1 1077944384 695 13013 0 0 21 0 5 3 20 0 15 0 445842625 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10834680 memory=-6224959100877676428 CPUtime=0.49 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) R 5019 5022 32242 0 -1 4202560 1666 13013 0 0 41 0 5 3 20 0 15 0 445842625 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861521103216 139861976747201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10834680 memory=64 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11094712320 43441 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10834680 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1 13013 0 0 0 0 5 3 20 0 15 0 445842626 11094712320 43441 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834680 KiB

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

[pid=5022/tid=5087] ppid=5019 vsize=10846988 memory=2612 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10846988 memory=2868 CPUtime=1.43 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1592 13013 0 0 73 62 5 3 20 0 15 0 445842626 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2413.56 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968696 KiB

[startup+2373.6 s]
/proc/loadavg: 1.49 1.47 1.44 3/227 5606
/proc/meminfo: memFree=28121224/32770624 swapFree=67027396/67108860
[pid=5022] ppid=5019 vsize=10846988 memory=968696 CPUtime=2414.37 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 170208 13013 0 0 241076 353 5 3 20 0 15 0 445842611 11107315712 242174 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2711747 242174 3625 1 0 2673805 0
[pid=5022/tid=5075] ppid=5019 vsize=10846988 memory=968696 CPUtime=2345.87 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 62474 13013 0 0 234530 49 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861969443792 139861611168525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10846988 memory=2612 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 12075 13013 0 0 1107 60 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10846988 memory=2868 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 9492 13013 0 0 1110 57 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10846988 memory=1408 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 10527 13013 0 0 1110 62 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10846988 memory=7500 CPUtime=11.79 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 9207 13013 0 0 1108 63 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10846988 memory=860 CPUtime=12.31 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 12887 13013 0 0 1163 60 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10846988 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 20 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861449237920 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10846988 memory=1612 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 19 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860845258368 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10846988 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10846988 memory=3824 CPUtime=3.3 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 18205 13013 0 0 318 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10846988 memory=1384 CPUtime=3.38 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 15318 13013 0 0 327 3 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10846988 memory=15080 CPUtime=1.63 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 16182 13013 0 0 151 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10846988 memory=33876 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10846988 memory=1296 CPUtime=1.43 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1592 13013 0 0 73 62 5 3 20 0 15 0 445842626 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2414.37 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968696 KiB

[startup+2374 s]*
/proc/loadavg: 1.49 1.47 1.44 3/227 5606
/proc/meminfo: memFree=28121224/32770624 swapFree=67027396/67108860
[pid=5022] ppid=5019 vsize=10846988 memory=968696 CPUtime=2414.78 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 170212 13013 0 0 241117 353 5 3 20 0 15 0 445842611 11107315712 242174 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2711747 242174 3625 1 0 2673805 0
[pid=5022/tid=5075] ppid=5019 vsize=10846988 memory=6935054825532540783 CPUtime=2346.27 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 62477 13013 0 0 234570 49 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861969443840 139861613271488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10846988 memory=9120181347858145840 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 12075 13013 0 0 1107 60 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10846988 memory=-9118508107509514144 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 9493 13013 0 0 1110 57 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10846988 memory=4638778398332698721 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 10527 13013 0 0 1110 62 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10846988 memory=5859253690822574176 CPUtime=11.79 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 9207 13013 0 0 1108 63 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10846988 memory=4638778398332698720 CPUtime=12.31 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 12887 13013 0 0 1163 60 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10846988 memory=-7806830013219980966 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 20 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861449237920 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10846988 memory=3042562604574794800 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 19 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860845258368 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10846988 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10846988 memory=-8779078581471256512 CPUtime=3.3 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 18205 13013 0 0 318 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10846988 memory=3470692292451393600 CPUtime=3.38 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 15318 13013 0 0 327 3 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10846988 memory=6935649255759568960 CPUtime=1.63 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 16182 13013 0 0 151 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10846988 memory=2984339746955739232 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10846988 memory=5787213827046462056 CPUtime=1.43 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1592 13013 0 0 73 62 5 3 20 0 15 0 445842626 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2414.78 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968696 KiB

[startup+2374.4 s]
/proc/loadavg: 1.49 1.47 1.44 3/227 5606
/proc/meminfo: memFree=28121224/32770624 swapFree=67027396/67108860
[pid=5022] ppid=5019 vsize=10846988 memory=968696 CPUtime=2415.18 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 170215 13013 0 0 241157 353 5 3 20 0 15 0 445842611 11107315712 242174 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2711747 242174 3625 1 0 2673805 0
[pid=5022/tid=5075] ppid=5019 vsize=10846988 memory=968696 CPUtime=2346.66 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 62480 13013 0 0 234609 49 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861969443840 139861613632088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 12075 13013 0 0 1107 60 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.76 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 9493 13013 0 0 1111 57 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10846988 memory=1908 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 10527 13013 0 0 1110 62 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10846988 memory=10092 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 9207 13013 0 0 1109 63 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10846988 memory=1908 CPUtime=12.31 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 12887 13013 0 0 1163 60 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10846988 memory=1360 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 20 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861449237920 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10846988 memory=968696 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 19 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860845258368 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10846988 memory=968696 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10846988 memory=968696 CPUtime=3.3 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 18205 13013 0 0 318 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10846988 memory=4120 CPUtime=3.38 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 15318 13013 0 0 327 3 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10846988 memory=33876 CPUtime=1.63 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 16182 13013 0 0 151 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10846988 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10846988 memory=8112282956445269571 CPUtime=1.43 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1592 13013 0 0 73 62 5 3 20 0 15 0 445842626 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2415.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968696 KiB

[startup+2374.5 s]
/proc/loadavg: 1.49 1.47 1.44 3/227 5606
/proc/meminfo: memFree=28121224/32770624 swapFree=67027396/67108860
[pid=5022] ppid=5019 vsize=10846988 memory=968696 CPUtime=2415.28 cores=0,2,4,6
/proc/5022/stat : 5022 (java) S 5019 5022 32242 0 -1 1077944320 170216 13013 0 0 241167 353 5 3 20 0 15 0 445842611 11107315712 242174 33554432000 4194304 4196468 140730224142048 140730224124592 139861997608695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
/proc/5022/statm: 2711747 242174 3625 1 0 2673805 0
[pid=5022/tid=5075] ppid=5019 vsize=10846988 memory=0 CPUtime=2346.75 cores=0,2,4,6
/proc/5022/task/5075/stat : 5075 (java) R 5019 5022 32242 0 -1 4202560 62481 13013 0 0 234618 49 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861969443664 139861614906976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5076] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.75 cores=0,2,4,6
/proc/5022/task/5076/stat : 5076 (java) S 5019 5022 32242 0 -1 1077944384 12075 13013 0 0 1107 60 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139862001850768 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5077] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.76 cores=0,2,4,6
/proc/5022/task/5077/stat : 5077 (java) S 5019 5022 32242 0 -1 1077944384 9493 13013 0 0 1111 57 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861920602384 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5078] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5078/stat : 5078 (java) S 5019 5022 32242 0 -1 1077944384 10527 13013 0 0 1110 62 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861569755792 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5079] ppid=5019 vsize=10846988 memory=968696 CPUtime=11.8 cores=0,2,4,6
/proc/5022/task/5079/stat : 5079 (java) S 5019 5022 32242 0 -1 1077944384 9207 13013 0 0 1109 63 5 3 20 0 15 0 445842620 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861568702992 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5080] ppid=5019 vsize=10846988 memory=2257 CPUtime=12.31 cores=0,2,4,6
/proc/5022/task/5080/stat : 5080 (java) S 5019 5022 32242 0 -1 1077944384 12887 13013 0 0 1163 60 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861524261488 139861997619842 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5081] ppid=5019 vsize=10846988 memory=968696 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5081/stat : 5081 (java) S 5019 5022 32242 0 -1 1077944384 20 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861449237920 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5082] ppid=5019 vsize=10846988 memory=968696 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5082/stat : 5082 (java) S 5019 5022 32242 0 -1 1077944384 19 13013 0 0 0 0 5 3 20 0 15 0 445842622 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860845258368 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5083] ppid=5019 vsize=10846988 memory=4120 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5083/stat : 5083 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860537858640 139861997627291 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5084] ppid=5019 vsize=10846988 memory=4120 CPUtime=3.3 cores=0,2,4,6
/proc/5022/task/5084/stat : 5084 (java) S 5019 5022 32242 0 -1 1077944384 18205 13013 0 0 318 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861523208304 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5085] ppid=5019 vsize=10846988 memory=33876 CPUtime=3.38 cores=0,2,4,6
/proc/5022/task/5085/stat : 5085 (java) S 5019 5022 32242 0 -1 1077944384 15318 13013 0 0 327 3 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861522155504 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5086] ppid=5019 vsize=10846988 memory=968696 CPUtime=1.63 cores=0,2,4,6
/proc/5022/task/5086/stat : 5086 (java) S 5019 5022 32242 0 -1 1077944384 16182 13013 0 0 151 4 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861521103216 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5087] ppid=5019 vsize=10846988 memory=7447093755344479060 CPUtime=0.08 cores=0,2,4,6
/proc/5022/task/5087/stat : 5087 (java) S 5019 5022 32242 0 -1 1077944384 3 13013 0 0 0 0 5 3 20 0 15 0 445842625 11107315712 242174 33554432000 4194304 4196468 140730224142048 139860504300000 139861997618901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
[pid=5022/tid=5088] ppid=5019 vsize=10846988 memory=968696 CPUtime=1.43 cores=0,2,4,6
/proc/5022/task/5088/stat : 5088 (java) S 5019 5022 32242 0 -1 1077944384 1592 13013 0 0 73 62 5 3 20 0 15 0 445842626 11107315712 242174 33554432000 4194304 4196468 140730224142048 139861520051120 139861997619842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8810496 140730224147184 140730224149701 140730224149701 140730224152527 0
Current children cumulated CPU time: 2415.28 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 968696 KiB

Child status: 0
Real time (s): 2374.56
CPU time (s): 2415.36
CPU user time (s): 2411.78
CPU system time (s): 3.5794
CPU usage (%): 101.718
Max. virtual memory (cumulated for all children) (KiB): 10847608
Max. memory (cumulated for all children) (KiB): 968696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2411.78
system time used= 3.5794
maximum resident set size= 970796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296915
involuntary context switches= 9614


# summary of solver processes directly reported to runsolver:
#   pid: 5022
#   total CPU time (s): 2415.36
#   total CPU user time (s): 2411.78
#   total CPU system time (s): 3.5794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8887 second user time and 17.3909 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 06:47:40
IDJOB=4400985
IDBENCH=141365
IDSOLVER=2857
FILE ID=node150/4400985-1568695700
RUNJOBID= node150-1568673291-32273
PBS_JOBID= 21703772
Free space on /tmp= 59332 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400985-1568695700/watcher-4400985-1568695700 -o /tmp/evaluation-result-4400985-1568695700/solver-4400985-1568695700 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568673291-32273 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4400985-1568695700.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=548403584

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29500436 kB
MemAvailable:   31347100 kB
Buffers:          215864 kB
Cached:          1892812 kB
SwapCached:        10944 kB
Active:          1432720 kB
Inactive:        1209604 kB
Active(anon):     494652 kB
Inactive(anon):    78632 kB
Active(file):     938068 kB
Inactive(file):  1130972 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027360 kB
Dirty:             35596 kB
Writeback:             0 kB
AnonPages:        771860 kB
Mapped:            60776 kB
Shmem:             30824 kB
Slab:             217052 kB
SReclaimable:     186916 kB
SUnreclaim:        30136 kB
KernelStack:        3984 kB
PageTables:        11652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1505720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    647168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59300 MiB
End job on node150 at 2019-09-17 07:27:15