Trace number 4300410

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
SuperSolver_Macq_Stevenart 2018-04-27SAT113 303.201 300.367

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark303.201
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.60/0.36	o 208
0.60/0.36	o 203
0.60/0.36	o 197
0.60/0.38	o 196
0.95/0.50	o 194
0.95/0.50	o 191
0.95/0.50	o 186
1.24/0.53	o 183
1.24/0.53	o 181
1.24/0.53	o 180
1.24/0.53	o 175
1.24/0.53	o 160
1.24/0.53	o 154
1.52/0.61	o 152
1.52/0.61	o 151
1.79/0.79	o 150
2.38/0.93	o 149
2.38/0.95	o 148
2.38/0.95	o 147
2.82/1.11	o 146
2.82/1.11	o 144
2.82/1.11	o 142
2.82/1.17	o 141
2.82/1.17	o 140
2.82/1.17	o 137
2.82/1.17	o 135
2.82/1.17	o 130
2.92/1.27	o 127
3.02/1.37	o 123
3.39/1.56	o 121
3.72/1.81	o 120
3.72/1.86	o 118
4.23/2.30	o 116
4.43/2.52	o 115
4.63/2.70	o 113
303.13/300.34	s SATISFIABLE
303.13/300.35	v <instantiation>
303.13/300.35	v 	<list>
303.13/300.35	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] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] 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] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] 
303.13/300.35	v 	</list>
303.13/300.35	v 	<values>
303.13/300.35	v 		5 1 0 2 3 4 6 7 8 11 14 12 9 13 15 16 22 24 23 21 20 18 19 17 10 4 7 2 1 2 4 5 1 8 4 4 4 6 5 5 8 12 3 2 4 3 2 1 8 8 
303.13/300.35	v 	</values>
303.13/300.35	v </instantiation>

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300410-1532839949/watcher-4300410-1532839949 -o /tmp/evaluation-result-4300410-1532839949/solver-4300410-1532839949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300410-1532839949.xml 

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

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


[startup+0.100434 s]*
/proc/loadavg: 1.22 1.29 1.32 3/215 4755
/proc/meminfo: memFree=27867352/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661052 memory=28184 CPUtime=0.13 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 5380 0 0 0 12 1 0 0 20 0 15 0 101558074 10916917248 7046 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665263 7046 2866 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661052 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 3258 0 0 0 9 0 0 0 20 0 15 0 101558075 10916917248 7046 33554432000 4194304 4196468 140725213595648 140069376597472 140069351959690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558076 10916917248 7046 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661052 memory=139819957053056 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916917248 7046 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916917248 7046 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916917248 7046 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661052 memory=139819957053056 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558077 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101558077 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101558078 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661052 memory=139819957053056 CPUtime=0.01 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) R 4737 4740 30712 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068536666224 140069351486236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661052 memory=139819957053056 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558080 10916917248 7046 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 28184 KiB

[startup+0.210645 s]*
/proc/loadavg: 1.22 1.29 1.32 3/215 4755
/proc/meminfo: memFree=27855780/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=40468 CPUtime=0.33 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 8182 0 0 0 31 2 0 0 20 0 15 0 101558074 10916995072 10117 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 10117 2989 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 5270 0 0 0 19 1 0 0 20 0 15 0 101558075 10916995072 10117 33554432000 4194304 4196468 140725213595648 140069376598896 140069356447070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 10117 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=139819957077110 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 10117 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 10117 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 10117 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=139819957053056 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 478 0 0 0 2 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=139819957053056 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 715 0 0 0 7 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=139819957053056 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 10117 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40468 KiB

[startup+0.311186 s]*
/proc/loadavg: 1.22 1.29 1.32 7/215 4755
/proc/meminfo: memFree=27847656/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=49908 CPUtime=0.6 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 9592 0 0 0 58 2 0 0 20 0 15 0 101558074 10916995072 12477 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 12477 3055 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=7230368021996071252 CPUtime=0.29 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 5557 0 0 0 28 1 0 0 20 0 15 0 101558075 10916995072 12477 33554432000 4194304 4196468 140725213595648 140069376605088 140069372378518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 12477 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=139819957106464 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 12477 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=55780 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 12477 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 12477 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=139819957113376 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) R 4737 4740 30712 0 -1 4202560 878 0 0 0 8 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068538757704 140069353911134 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=139819841862671 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) R 4737 4740 30712 0 -1 4202560 886 0 0 0 7 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068537719024 140069356344192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=139819957057718 CPUtime=0.14 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) R 4737 4740 30712 0 -1 4202560 908 0 0 0 14 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068536659200 140069351776673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=139819841871791 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=279639798941664 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 12477 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 49908 KiB

[startup+0.700771 s]
/proc/loadavg: 1.22 1.29 1.32 5/215 4755
/proc/meminfo: memFree=27820864/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=90640 CPUtime=1.79 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 16132 0 0 0 175 4 0 0 20 0 15 0 101558074 10916995072 22660 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 22660 3097 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 5663 0 0 0 66 2 0 0 20 0 15 0 101558075 10916995072 22660 33554432000 4194304 4196468 140725213595648 140069376602560 140068969228516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=31 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 22660 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=2 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 22660 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 22660 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=1136 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 22660 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=16724 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) R 4737 4740 30712 0 -1 4202560 3316 0 0 0 45 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068538752840 140069357272080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) R 4737 4740 30712 0 -1 4202560 4468 0 0 0 42 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068537707168 140069352214703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 1315 0 0 0 21 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 22660 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 90640 KiB

[startup+1.50419 s]
/proc/loadavg: 1.22 1.29 1.32 5/215 4755
/proc/meminfo: memFree=27783824/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=161716 CPUtime=3.39 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 20989 0 0 0 334 5 0 0 20 0 15 0 101558074 10916995072 40429 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 40429 3114 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=2241 CPUtime=1.48 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 6015 0 0 0 145 3 0 0 20 0 15 0 101558075 10916995072 40429 33554432000 4194304 4196468 140725213595648 140069376603648 140068969676484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 40429 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 40429 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=279639683932992 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 40429 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101558076 10916995072 40429 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 40429 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0

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

[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=3160 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 531 0 0 0 3 4 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 300.42 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183984 KiB

[startup+299.201 s]
/proc/loadavg: 1.53 1.43 1.37 3/215 4839
/proc/meminfo: memFree=27682400/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=183984 CPUtime=302.03 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 36588 0 0 0 30181 22 0 0 20 0 15 0 101558074 10916995072 45996 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 45996 3150 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=29116 CPUtime=298.33 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 10077 0 0 0 29829 4 0 0 20 0 15 0 101558075 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069376606400 140068970109636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=1296 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 1210 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1546 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=4140 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 747 0 0 0 24 3 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=29116 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 712 0 0 0 25 2 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=1296 CPUtime=0.37 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2112 0 0 0 35 2 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=183984 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=932 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=29116 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 6479 0 0 0 90 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=8112282956445269571 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 9090 0 0 0 89 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=1784 CPUtime=0.26 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 2667 0 0 0 25 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 531 0 0 0 3 4 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 302.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183984 KiB

[startup+300.001 s]*
/proc/loadavg: 1.53 1.43 1.37 3/215 4839
/proc/meminfo: memFree=27682400/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=183984 CPUtime=302.84 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 36591 0 0 0 30262 22 0 0 20 0 15 0 101558074 10916995072 45996 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 45996 3150 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=6935054825532540783 CPUtime=299.14 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 10079 0 0 0 29910 4 0 0 20 0 15 0 101558075 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069376606336 140068970110110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=4126316290023845779 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 1210 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=7668063814082122090 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1546 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=7450199982714546028 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 748 0 0 0 24 3 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=7450199982714546028 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 712 0 0 0 25 2 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=7523092123626984039 CPUtime=0.37 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2112 0 0 0 35 2 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=7523092123626984039 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=7450199982714546028 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=7236273494553356627 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=7236273494553356627 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 6479 0 0 0 90 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=5864931810410261865 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 9090 0 0 0 89 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 2667 0 0 0 25 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 531 0 0 0 3 4 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 302.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183984 KiB

[startup+300.201 s]
/proc/loadavg: 1.53 1.43 1.37 3/215 4839
/proc/meminfo: memFree=27682400/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=183984 CPUtime=303.03 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 36593 0 0 0 30281 22 0 0 20 0 15 0 101558074 10916995072 45996 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 45996 3150 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=315533664530476265 CPUtime=299.33 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 10080 0 0 0 29929 4 0 0 20 0 15 0 101558075 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069376606400 140068969774794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=15262536526205446 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 1210 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=6933690330692294553 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1546 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=-6876588461455810464 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 748 0 0 0 24 3 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=6944656425122961013 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 713 0 0 0 25 2 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=-2748367524519556131 CPUtime=0.37 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2112 0 0 0 35 2 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=65 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=6944656592455097440 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 6479 0 0 0 90 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=6944656592455360604 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 9090 0 0 0 89 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=-2247047206207641111 CPUtime=0.26 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 2667 0 0 0 25 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=-6804530833007824834 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 531 0 0 0 3 4 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 303.03 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183984 KiB

[startup+300.301 s]
/proc/loadavg: 1.53 1.43 1.37 3/215 4839
/proc/meminfo: memFree=27682400/32770624 swapFree=67108436/67108860
[pid=4740] ppid=4737 vsize=10661128 memory=183984 CPUtime=303.13 cores=1,3,5,7
/proc/4740/stat : 4740 (java) S 4737 4740 30712 0 -1 1077944320 36593 0 0 0 30291 22 0 0 20 0 15 0 101558074 10916995072 45996 33554432000 4194304 4196468 140725213595648 140725213578192 140069372366583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
/proc/4740/statm: 2665282 45996 3150 1 0 2627263 0
[pid=4740/tid=4742] ppid=4737 vsize=10661128 memory=183984 CPUtime=299.43 cores=1,3,5,7
/proc/4740/task/4742/stat : 4742 (java) R 4737 4740 30712 0 -1 4202560 10080 0 0 0 29939 4 0 0 20 0 15 0 101558075 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069376606400 140068969676830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4743] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4743/stat : 4743 (java) S 4737 4740 30712 0 -1 1077944384 1210 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069298440848 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4744] ppid=4737 vsize=10661128 memory=2412 CPUtime=0.28 cores=1,3,5,7
/proc/4740/task/4744/stat : 4744 (java) S 4737 4740 30712 0 -1 1077944384 1546 0 0 0 24 4 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069297388048 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4745] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4745/stat : 4745 (java) S 4737 4740 30712 0 -1 1077944384 748 0 0 0 24 3 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069296335248 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4746] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.27 cores=1,3,5,7
/proc/4740/task/4746/stat : 4746 (java) S 4737 4740 30712 0 -1 1077944384 713 0 0 0 25 2 0 0 20 0 15 0 101558076 10916995072 45996 33554432000 4194304 4196468 140725213595648 140069295282448 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4747] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.37 cores=1,3,5,7
/proc/4740/task/4747/stat : 4747 (java) S 4737 4740 30712 0 -1 1077944384 2112 0 0 0 35 2 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068542983024 140069372377730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4748] ppid=4737 vsize=10661128 memory=183984 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4748/stat : 4748 (java) S 4737 4740 30712 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 101558077 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068541928992 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4749] ppid=4737 vsize=10661128 memory=183984 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4749/stat : 4749 (java) S 4737 4740 30712 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 101558078 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068540876144 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4750] ppid=4737 vsize=10661128 memory=183984 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4750/stat : 4750 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068539824464 140069372385179 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4751] ppid=4737 vsize=10661128 memory=1228 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4751/stat : 4751 (java) S 4737 4740 30712 0 -1 1077944384 6479 0 0 0 90 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068538771824 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4752] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.9 cores=1,3,5,7
/proc/4740/task/4752/stat : 4752 (java) S 4737 4740 30712 0 -1 1077944384 9090 0 0 0 89 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068537719024 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4753] ppid=4737 vsize=10661128 memory=4140 CPUtime=0.26 cores=1,3,5,7
/proc/4740/task/4753/stat : 4753 (java) S 4737 4740 30712 0 -1 1077944384 2667 0 0 0 25 1 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068536666224 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4754] ppid=4737 vsize=10661128 memory=183984 CPUtime=0 cores=1,3,5,7
/proc/4740/task/4754/stat : 4754 (java) S 4737 4740 30712 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068535613664 140069372376789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
[pid=4740/tid=4755] ppid=4737 vsize=10661128 memory=183984 CPUtime=0.07 cores=1,3,5,7
/proc/4740/task/4755/stat : 4755 (java) S 4737 4740 30712 0 -1 1077944384 531 0 0 0 3 4 0 0 20 0 15 0 101558080 10916995072 45996 33554432000 4194304 4196468 140725213595648 140068534561968 140069372377730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38940672 140725213598858 140725213598985 140725213598985 140725213601743 0
Current children cumulated CPU time: 303.13 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183984 KiB

Child status: 0
Real time (s): 300.367
CPU time (s): 303.201
CPU user time (s): 302.968
CPU system time (s): 0.23235
CPU usage (%): 100.943
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 204968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.968
system time used= 0.23235
maximum resident set size= 204972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18071
involuntary context switches= 472


# summary of solver processes directly reported to runsolver:
#   pid: 4740
#   total CPU time (s): 303.201
#   total CPU user time (s): 302.968
#   total CPU system time (s): 0.23235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.91106 second user time and 2.70483 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 06:52:29
IDJOB=4300410
IDBENCH=141622
IDSOLVER=2767
FILE ID=node137/4300410-1532839949
RUNJOBID= node137-1532808776-30744
PBS_JOBID= 21022474
Free space on /tmp= 48156 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300410-1532839949/watcher-4300410-1532839949 -o /tmp/evaluation-result-4300410-1532839949/solver-4300410-1532839949 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532808776-30744 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300410-1532839949.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=1525842216

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27884436 kB
MemAvailable:   31786432 kB
Buffers:          207112 kB
Cached:          3928076 kB
SwapCached:           32 kB
Active:          1967564 kB
Inactive:        2369512 kB
Active(anon):     149596 kB
Inactive(anon):    80048 kB
Active(file):    1817968 kB
Inactive(file):  2289464 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        208768 kB
Mapped:            53372 kB
Shmem:             25052 kB
Slab:             248788 kB
SReclaimable:     220796 kB
SUnreclaim:        27992 kB
KernelStack:        3552 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1094708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-29 06:57:30