Trace number 4403177

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.3OPT104 1688.85 1652.62

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark38.5816
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
6.50/3.13	o 176
6.50/3.16	o 172
6.50/3.19	o 148
6.81/3.27	o 146
7.14/3.37	o 145
7.46/3.43	o 143
7.46/3.44	o 142
8.13/3.60	o 140
8.13/3.60	o 138
8.13/3.63	o 137
8.13/3.64	o 133
8.13/3.64	o 132
8.13/3.64	o 131
8.13/3.64	o 130
8.13/3.65	o 126
8.13/3.66	o 121
8.13/3.67	o 109
8.13/3.70	o 106
8.13/3.70	o 105
10.62/4.56	o 104
1688.80/1652.60	v <instantiation
1688.80/1652.60	v         cost = '104'>
1688.80/1652.60	v       <list>
1688.80/1652.60	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
1688.80/1652.60	v       </list>
1688.80/1652.60	v       <values>
1688.80/1652.60	v         2 5 7 9 10 13 11 12 14 8 6 4 1 0 3 7 8 3 4 6 4 7 9 12 10 6 11 1 8 8
1688.80/1652.60	v       </values>
1688.80/1652.60	v     </instantiation>
1688.80/1652.60	s OPTIMUM FOUND

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403177-1568979524/watcher-4403177-1568979524 -o /var/tmp/evaluation-result-4403177-1568979524/solver-4403177-1568979524 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14413 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4403177-1568979524.xml 

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

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


[startup+0.109769 s]*
/proc/loadavg: 1.30 1.37 1.39 3/218 18042
/proc/meminfo: memFree=3177248/32770624 swapFree=66953188/67108860
[pid=17985] ppid=17982 vsize=10355560 memory=20708 CPUtime=0.1 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 4919 12933 0 0 2 1 4 3 20 0 9 0 473867184 10604093440 5177 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2588890 5177 2100 1 0 2551431 0
[pid=17985/tid=18038] ppid=17982 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 2695 12933 0 0 1 0 4 3 20 0 9 0 473867193 10604093440 5182 33554432000 4194304 4196468 140721147504096 140645114371952 140645142557853 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 9 0 473867194 10604093440 5182 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10355560 memory=140345550313088 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 9 0 473867194 10604093440 5182 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 9 0 473867194 10604093440 5182 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 9 0 473867194 10604093440 5182 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10355560 memory=140345550313088 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 9 0 473867195 10604093440 5182 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 33 12933 0 0 0 0 4 3 20 0 9 0 473867196 10604093440 5182 33554432000 4194304 4196468 140721147504096 140644600988832 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 9 0 473867196 10604093440 5182 33554432000 4194304 4196468 140721147504096 140644005700400 140645142546133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20708 KiB

[startup+0.210926 s]*
/proc/loadavg: 1.30 1.37 1.39 3/227 18051
/proc/meminfo: memFree=3160292/32770624 swapFree=66953188/67108860
[pid=17985] ppid=17982 vsize=10822180 memory=40840 CPUtime=0.27 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 8012 12933 0 0 18 2 4 3 20 0 15 0 473867184 11081912320 10210 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2705545 10210 3337 1 0 2667645 0
[pid=17985/tid=18038] ppid=17982 vsize=10823808 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 4619 12933 0 0 10 2 4 3 20 0 15 0 473867193 11083579392 10408 33554432000 4194304 4196468 140721147504096 140645114348288 140645135215645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10823808 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11083579392 10408 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10823808 memory=140345553863364 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11083579392 10474 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11083579392 10474 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11083579392 10474 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10823808 memory=140345550313088 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867195 11083579392 10474 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 33 12933 0 0 0 0 4 3 20 0 15 0 473867196 11083579392 10540 33554432000 4194304 4196468 140721147504096 140644600988832 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867196 11083579392 10540 33554432000 4194304 4196468 140721147504096 140644005700336 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11083579392 10540 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 610 12933 0 0 1 0 4 3 20 0 15 0 473867199 11083579392 10540 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) R 17982 17985 14381 0 -1 4202560 68 12933 0 0 1 0 4 3 20 0 15 0 473867199 11083579392 10540 33554432000 4194304 4196468 140721147504096 140644566379376 140645119796592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10823808 memory=140345550313088 CPUtime=0.1 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 692 12933 0 0 3 0 4 3 20 0 15 0 473867199 11083579392 10540 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11083579392 10606 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10823808 memory=140345550313088 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867199 11083579392 10606 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10822180 KiB
Current children cumulated memory: 40840 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.30 1.37 1.39 3/227 18051
/proc/meminfo: memFree=3150260/32770624 swapFree=66953188/67108860
[pid=17985] ppid=17982 vsize=10820196 memory=46900 CPUtime=0.41 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 11016 12933 0 0 30 4 4 3 20 0 15 0 473867184 11079880704 11725 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2705049 11725 3348 1 0 2667149 0
[pid=17985/tid=18038] ppid=17982 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 7350 12933 0 0 18 3 4 3 20 0 15 0 473867193 11079880704 11790 33554432000 4194304 4196468 140721147504096 140645114344848 140645126616414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11079880704 11790 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10820196 memory=-7737643479190322274 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11079880704 11790 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10820196 memory=140345550320081 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867195 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 33 12933 0 0 0 0 4 3 20 0 15 0 473867196 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644600988832 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867196 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644005700336 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 618 12933 0 0 2 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 71 12933 0 0 2 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10820196 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 726 12933 0 0 5 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10820196 memory=140345550313088 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867199 11079880704 11790 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46900 KiB

[startup+0.710765 s]
/proc/loadavg: 1.30 1.37 1.39 3/227 18051
/proc/meminfo: memFree=3134460/32770624 swapFree=66953188/67108860
[pid=17985] ppid=17982 vsize=10824364 memory=81396 CPUtime=1.18 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 15538 12933 0 0 104 7 4 3 20 0 15 0 473867184 11084148736 20349 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2706091 20349 3515 1 0 2668173 0
[pid=17985/tid=18038] ppid=17982 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 10560 12933 0 0 55 5 4 3 20 0 15 0 473867193 11084148736 20349 33554432000 4194304 4196468 140721147504096 140645114361872 140645142557853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11084148736 20349 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867194 11084148736 20349 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10824364 memory=2464103269889 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10824364 memory=448751368 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 2 12933 0 0 0 0 4 3 20 0 15 0 473867194 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10824364 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 5 12933 0 0 0 0 4 3 20 0 15 0 473867195 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10824364 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 33 12933 0 0 0 0 4 3 20 0 15 0 473867196 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644600988832 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10824364 memory=520 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867196 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644005700336 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10824364 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10824364 memory=924 CPUtime=0.2 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 1041 12933 0 0 13 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10824364 memory=3688 CPUtime=0.24 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) R 17982 17985 14381 0 -1 4202560 678 12933 0 0 17 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644566369568 140645124063717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10824364 memory=1984 CPUtime=0.24 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) R 17982 17985 14381 0 -1 4202560 1008 12933 0 0 17 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644565326320 140645135635627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10824364 memory=6153431502485416297 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10824364 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867199 11084148736 20349 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81396 KiB

[startup+1.50077 s]
/proc/loadavg: 1.28 1.36 1.39 3/227 18051
/proc/meminfo: memFree=3091400/32770624 swapFree=66953188/67108860
[pid=17985] ppid=17982 vsize=10834680 memory=166852 CPUtime=2.45 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 22284 12933 0 0 228 10 4 3 20 0 15 0 473867184 11094712320 41713 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2708670 41713 3578 1 0 2670733 0
[pid=17985/tid=18038] ppid=17982 vsize=10834680 memory=7164192802077697368 CPUtime=1.44 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 15546 12933 0 0 130 7 4 3 20 0 15 0 473867193 11094712320 41713 33554432000 4194304 4196468 140721147504096 140645114341952 140645142547862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10834680 memory=7019233189071709528 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 28 12933 0 0 1 0 4 3 20 0 15 0 473867194 11094712320 41713 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10834680 memory=7375040658036581743 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 383 12933 0 0 0 0 4 3 20 0 15 0 473867194 11094712320 41713 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10834680 memory=5866333687852854629 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 63 12933 0 0 1 0 4 3 20 0 15 0 473867194 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10834680 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 88 12933 0 0 1 0 4 3 20 0 15 0 473867194 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10834680 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 159 12933 0 0 1 0 4 3 20 0 15 0 473867195 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10834680 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 34 12933 0 0 0 0 4 3 20 0 15 0 473867196 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644600988896 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10834680 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 1 12933 0 0 0 0 4 3 20 0 15 0 473867196 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644005700352 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10834680 memory=-3535359994705172875 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11094712320 41713 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10834680 memory=6944652177228980320 CPUtime=0.31 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 1181 12933 0 0 24 0 4 3 20 0 15 0 473867199 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10834680 memory=6791534058613427641 CPUtime=0.34 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 814 12933 0 0 27 0 4 3 20 0 15 0 473867199 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10834680 memory=-8253362664378450061 CPUtime=0.47 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) R 17982 17985 14381 0 -1 4202560 1777 12933 0 0 40 0 4 3 20 0 15 0 473867199 11094712320 41713 33554432000 4194304 4196468 140721147504096 140644565321360 140645127904074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0

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

[pid=17985/tid=18050] ppid=17982 vsize=10849048 memory=8072 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10849048 memory=9580 CPUtime=0.98 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1108 12933 0 0 41 50 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1684.15 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 852124 KiB

[startup+1651.2 s]
/proc/loadavg: 1.61 1.61 1.51 3/229 18358
/proc/meminfo: memFree=2693588/32770624 swapFree=66953192/67108860
[pid=17985] ppid=17982 vsize=10849048 memory=852124 CPUtime=1687.39 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 218895 12933 0 0 168462 270 4 3 20 0 15 0 473867184 11109425152 213031 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2712262 213031 3628 1 0 2674317 0
[pid=17985/tid=18038] ppid=17982 vsize=10849048 memory=1424 CPUtime=1633.17 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 63907 12933 0 0 163272 38 4 3 20 0 15 0 473867193 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645114370880 140644753997456 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10849048 memory=850076 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 20754 12933 0 0 801 44 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10849048 memory=852124 CPUtime=8.49 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 12879 12933 0 0 802 40 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10849048 memory=1052 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 16088 12933 0 0 802 43 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10849048 memory=776 CPUtime=8.51 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 16337 12933 0 0 798 46 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10849048 memory=3472328296227679313 CPUtime=7.73 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 13465 12933 0 0 725 41 4 3 20 0 15 0 473867195 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10849048 memory=-7019007802211101846 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 44 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644600988896 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10849048 memory=852124 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 11 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644005700352 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10849048 memory=852124 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10849048 memory=850076 CPUtime=3.88 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 23420 12933 0 0 376 5 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10849048 memory=520 CPUtime=4.38 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 16876 12933 0 0 427 4 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10849048 memory=2832 CPUtime=3.74 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 31797 12933 0 0 361 6 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10849048 memory=668 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10849048 memory=850076 CPUtime=0.98 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1108 12933 0 0 41 50 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1687.39 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 852124 KiB

[startup+1652 s]*
/proc/loadavg: 1.64 1.61 1.51 3/229 18358
/proc/meminfo: memFree=2693464/32770624 swapFree=66953192/67108860
[pid=17985] ppid=17982 vsize=10849048 memory=852124 CPUtime=1688.21 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 218901 12933 0 0 168544 270 4 3 20 0 15 0 473867184 11109425152 213031 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2712262 213031 3628 1 0 2674317 0
[pid=17985/tid=18038] ppid=17982 vsize=10849048 memory=1076 CPUtime=1633.97 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 63912 12933 0 0 163352 38 4 3 20 0 15 0 473867193 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645114370880 140644756422785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10849048 memory=4872558044660077418 CPUtime=8.53 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 20754 12933 0 0 802 44 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10849048 memory=8072 CPUtime=8.49 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 12879 12933 0 0 802 40 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10849048 memory=9580 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 16089 12933 0 0 802 43 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10849048 memory=1052 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 16337 12933 0 0 799 46 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10849048 memory=776 CPUtime=7.73 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 13465 12933 0 0 725 41 4 3 20 0 15 0 473867195 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10849048 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 44 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644600988896 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10849048 memory=668 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 11 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644005700352 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10849048 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10849048 memory=3640 CPUtime=3.88 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 23420 12933 0 0 376 5 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10849048 memory=1548 CPUtime=4.38 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 16876 12933 0 0 427 4 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10849048 memory=1728 CPUtime=3.74 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 31797 12933 0 0 361 6 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10849048 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10849048 memory=8317482817917895235 CPUtime=0.98 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1108 12933 0 0 41 50 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1688.21 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 852124 KiB

[startup+1652.4 s]
/proc/loadavg: 1.64 1.61 1.51 3/229 18358
/proc/meminfo: memFree=2693464/32770624 swapFree=66953192/67108860
[pid=17985] ppid=17982 vsize=10849048 memory=852124 CPUtime=1688.6 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 218904 12933 0 0 168583 270 4 3 20 0 15 0 473867184 11109425152 213031 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2712262 213031 3628 1 0 2674317 0
[pid=17985/tid=18038] ppid=17982 vsize=10849048 memory=260939 CPUtime=1634.35 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 63914 12933 0 0 163390 38 4 3 20 0 15 0 473867193 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645114371536 140644756427104 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10849048 memory=2 CPUtime=8.53 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 20754 12933 0 0 802 44 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10849048 memory=1 CPUtime=8.49 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 12880 12933 0 0 802 40 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10849048 memory=0 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 16089 12933 0 0 802 43 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10849048 memory=10 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 16337 12933 0 0 799 46 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10849048 memory=6791534058613427641 CPUtime=7.74 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 13465 12933 0 0 726 41 4 3 20 0 15 0 473867195 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10849048 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 44 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644600988896 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10849048 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 11 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644005700352 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10849048 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10849048 memory=1440 CPUtime=3.88 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 23420 12933 0 0 376 5 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10849048 memory=800 CPUtime=4.38 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 16876 12933 0 0 427 4 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10849048 memory=2580 CPUtime=3.74 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 31797 12933 0 0 361 6 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10849048 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10849048 memory=6791534058613427641 CPUtime=0.98 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1108 12933 0 0 41 50 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1688.6 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 852124 KiB

[startup+1652.6 s]
/proc/loadavg: 1.64 1.61 1.51 3/229 18358
/proc/meminfo: memFree=2693464/32770624 swapFree=66953192/67108860
[pid=17985] ppid=17982 vsize=10849048 memory=852124 CPUtime=1688.8 cores=1,3,5,7
/proc/17985/stat : 17985 (java) S 17982 17985 14381 0 -1 1077944320 218906 12933 0 0 168603 270 4 3 20 0 15 0 473867184 11109425152 213031 33554432000 4194304 4196468 140721147504096 140721147486640 140645142535927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
/proc/17985/statm: 2712262 213031 3628 1 0 2674317 0
[pid=17985/tid=18038] ppid=17982 vsize=10849048 memory=1440 CPUtime=1634.55 cores=1,3,5,7
/proc/17985/task/18038/stat : 18038 (java) R 17982 17985 14381 0 -1 4202560 63916 12933 0 0 163410 38 4 3 20 0 15 0 473867193 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645114370912 140644759444288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18039] ppid=17982 vsize=10849048 memory=800 CPUtime=8.53 cores=1,3,5,7
/proc/17985/task/18039/stat : 18039 (java) S 17982 17985 14381 0 -1 1077944384 20754 12933 0 0 802 44 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645146778640 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18040] ppid=17982 vsize=10849048 memory=2580 CPUtime=8.5 cores=1,3,5,7
/proc/17985/task/18040/stat : 18040 (java) S 17982 17985 14381 0 -1 1077944384 12880 12933 0 0 803 40 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140645080820880 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18041] ppid=17982 vsize=10849048 memory=520 CPUtime=8.53 cores=1,3,5,7
/proc/17985/task/18041/stat : 18041 (java) S 17982 17985 14381 0 -1 1077944384 16089 12933 0 0 803 43 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644714908432 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18042] ppid=17982 vsize=10849048 memory=1560 CPUtime=8.52 cores=1,3,5,7
/proc/17985/task/18042/stat : 18042 (java) S 17982 17985 14381 0 -1 1077944384 16337 12933 0 0 799 46 4 3 20 0 15 0 473867194 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644713855888 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18043] ppid=17982 vsize=10849048 memory=924 CPUtime=7.74 cores=1,3,5,7
/proc/17985/task/18043/stat : 18043 (java) S 17982 17985 14381 0 -1 1077944384 13465 12933 0 0 726 41 4 3 20 0 15 0 473867195 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644602042608 140645142547074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18044] ppid=17982 vsize=10849048 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18044/stat : 18044 (java) S 17982 17985 14381 0 -1 1077944384 44 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644600988896 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18045] ppid=17982 vsize=10849048 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18045/stat : 18045 (java) S 17982 17985 14381 0 -1 1077944384 11 12933 0 0 0 0 4 3 20 0 15 0 473867196 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644005700352 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18046] ppid=17982 vsize=10849048 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18046/stat : 18046 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643698300880 140645142554523 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18047] ppid=17982 vsize=10849048 memory=14698517159486137 CPUtime=3.88 cores=1,3,5,7
/proc/17985/task/18047/stat : 18047 (java) S 17982 17985 14381 0 -1 1077944384 23420 12933 0 0 376 5 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644567431920 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18048] ppid=17982 vsize=10849048 memory=988 CPUtime=4.38 cores=1,3,5,7
/proc/17985/task/18048/stat : 18048 (java) S 17982 17985 14381 0 -1 1077944384 16876 12933 0 0 427 4 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644566379376 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18049] ppid=17982 vsize=10849048 memory=2008 CPUtime=3.74 cores=1,3,5,7
/proc/17985/task/18049/stat : 18049 (java) S 17982 17985 14381 0 -1 1077944384 31797 12933 0 0 361 6 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644565326320 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18050] ppid=17982 vsize=10849048 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/17985/task/18050/stat : 18050 (java) S 17982 17985 14381 0 -1 1077944384 3 12933 0 0 0 0 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140643664743264 140645142546133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
[pid=17985/tid=18051] ppid=17982 vsize=10849048 memory=3640 CPUtime=0.98 cores=1,3,5,7
/proc/17985/task/18051/stat : 18051 (java) S 17982 17985 14381 0 -1 1077944384 1108 12933 0 0 41 50 4 3 20 0 15 0 473867199 11109425152 213031 33554432000 4194304 4196468 140721147504096 140644564273712 140645142547074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27701248 140721147505253 140721147507893 140721147507893 140721147510735 0
Current children cumulated CPU time: 1688.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 852124 KiB

Child status: 0
Real time (s): 1652.62
CPU time (s): 1688.85
CPU user time (s): 1686.09
CPU system time (s): 2.75869
CPU usage (%): 102.192
Max. virtual memory (cumulated for all children) (KiB): 10852040
Max. memory (cumulated for all children) (KiB): 856520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1686.1
system time used= 2.75869
maximum resident set size= 858568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205286
involuntary context switches= 5223


# summary of solver processes directly reported to runsolver:
#   pid: 17985
#   total CPU time (s): 1688.85
#   total CPU user time (s): 1686.09
#   total CPU system time (s): 2.75869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2896 second user time and 13.1454 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 13:38:03
IDJOB=4403177
IDBENCH=135736
IDSOLVER=2862
FILE ID=node119/4403177-1568979524
RUNJOBID= node119-1568967598-14413
PBS_JOBID= 21704628
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403177-1568979524/watcher-4403177-1568979524 -o /var/tmp/evaluation-result-4403177-1568979524/solver-4403177-1568979524 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14413 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4403177-1568979524.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=99636543

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:         3185388 kB
MemAvailable:   30625368 kB
Buffers:          147684 kB
Cached:         27211468 kB
SwapCached:        46568 kB
Active:         14780016 kB
Inactive:       13807212 kB
Active(anon):    1180664 kB
Inactive(anon):    96028 kB
Active(file):   13599352 kB
Inactive(file): 13711184 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953188 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:       1308204 kB
Mapped:            65692 kB
Shmem:             40120 kB
Slab:             587308 kB
SReclaimable:     557904 kB
SUnreclaim:        29404 kB
KernelStack:        4000 kB
PageTables:        10784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2190576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1130496 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 /var/tmp at the end= 13444 MiB
End job on node119 at 2019-09-20 14:05:36