Trace number 4309965

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
OscaR - Conflict Ordering with restarts 2018-08-14SAT93 249.846 247.358

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark249.846
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 288925106
0.67/0.55	c timeout: 252
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.57	c Parsing instance...
1.50/1.07	c Parsing done, starting search...
1.50/1.10	o 199
1.72/1.11	o 197
1.72/1.11	o 193
1.72/1.11	o 192
1.72/1.11	o 190
1.72/1.12	o 183
1.72/1.12	o 182
1.72/1.13	o 177
1.72/1.13	o 175
1.72/1.17	o 171
1.72/1.17	o 163
2.03/1.20	o 162
2.03/1.21	o 154
2.03/1.21	o 150
2.03/1.21	o 149
2.03/1.21	o 147
2.33/1.31	o 146
2.33/1.31	o 145
2.33/1.32	o 143
2.94/1.51	o 141
2.94/1.51	o 140
3.22/1.67	o 139
3.22/1.67	o 138
3.36/1.73	o 134
3.36/1.73	o 132
3.66/2.10	o 129
3.66/2.11	o 126
3.77/2.11	o 125
3.77/2.11	o 124
3.77/2.11	o 122
3.77/2.12	o 118
3.77/2.12	o 115
3.77/2.16	o 113
3.77/2.16	o 111
3.77/2.17	o 110
3.77/2.18	o 107
3.77/2.19	o 106
3.77/2.19	o 103
3.77/2.19	o 102
3.91/2.21	o 100
3.91/2.21	o 99
17.66/16.07	o 97
18.35/16.70	o 94
19.85/18.26	o 93
249.78/247.34	s SATISFIABLE
249.78/247.34	v <instantiation>
249.78/247.34	v 	<list>
249.78/247.34	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]
249.78/247.34	v 	</list>
249.78/247.34	v 	<values>
249.78/247.34	v 		0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 
249.78/247.34	v 	</values>
249.78/247.34	v </instantiation>

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309965-1534334272/watcher-4309965-1534334272 -o /tmp/evaluation-result-4309965-1534334272/solver-4309965-1534334272 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 288925106 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309965-1534334272.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=25532, runsolver pid=25529
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.29 1.43 1.51 3/215 25547
/proc/meminfo: memFree=23679628/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14082736 memory=30456 CPUtime=0.11 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 6554 0 0 0 10 1 0 0 20 0 15 0 250990370 14420721664 7614 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3520684 7614 3155 1 0 3482761 0
[pid=25532/tid=25534] ppid=25529 vsize=14082736 memory=-8773748148829982847 CPUtime=0.09 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 4579 0 0 0 8 1 0 0 20 0 15 0 250990370 14420721664 7614 33554432000 4194304 4196468 140733111420016 140680269468496 140680265278621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 7614 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 7614 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990372 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 250990375 14420721664 7614 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14420721664 7679 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0.01 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 250990375 14420721664 7679 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 7679 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 7679 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30456 KiB

[startup+0.211671 s]*
/proc/loadavg: 1.29 1.43 1.51 6/215 25547
/proc/meminfo: memFree=23664096/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14082736 memory=47104 CPUtime=0.3 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 10402 0 0 0 28 2 0 0 20 0 15 0 250990370 14420721664 11776 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3520684 11776 3380 1 0 3482761 0
[pid=25532/tid=25534] ppid=25529 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 8070 0 0 0 19 1 0 0 20 0 15 0 250990370 14420721664 11776 33554432000 4194304 4196468 140733111420016 140680269487208 140679859787571 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 11776 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14082736 memory=288370657663141504 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 11776 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250990372 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14420721664 11776 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) R 25529 25532 21822 0 -1 4202560 528 0 0 0 2 0 0 0 20 0 15 0 250990375 14420721664 11842 33554432000 4194304 4196468 140733111420016 140679735355760 140680242721280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 250990375 14420721664 11842 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) R 25529 25532 21822 0 -1 4202560 336 0 0 0 6 0 0 0 20 0 15 0 250990375 14420721664 11842 33554432000 4194304 4196468 140733111420016 140679733243824 140680244095669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 11842 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 11842 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47104 KiB

[startup+0.310477 s]*
/proc/loadavg: 1.29 1.43 1.51 3/215 25547
/proc/meminfo: memFree=23660808/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14082736 memory=50864 CPUtime=0.44 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 10779 0 0 0 41 3 0 0 20 0 15 0 250990370 14420721664 12716 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3520684 12716 3425 1 0 3482761 0
[pid=25532/tid=25534] ppid=25529 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 8418 0 0 0 28 2 0 0 20 0 15 0 250990370 14420721664 12716 33554432000 4194304 4196468 140733111420016 140680269464528 140680265270544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14082736 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 12716 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14082736 memory=288370657663141504 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 12716 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990371 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250990372 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250990373 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 250990375 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 250990375 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0.08 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 354 0 0 0 8 0 0 0 20 0 15 0 250990375 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14082736 memory=140281511429760 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990376 14420721664 12716 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50864 KiB

[startup+0.700739 s]
/proc/loadavg: 1.29 1.43 1.51 4/215 25547
/proc/meminfo: memFree=23635880/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14084804 memory=88984 CPUtime=0.99 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 17654 0 0 0 94 5 0 0 20 0 15 0 250990370 14422839296 22246 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3521201 22246 3503 1 0 3483273 0
[pid=25532/tid=25534] ppid=25529 vsize=14084804 memory=1752 CPUtime=0.67 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 14881 0 0 0 64 3 0 0 20 0 15 0 250990370 14422839296 22246 33554432000 4194304 4196468 140733111420016 140680269462880 140680249337182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14084804 memory=856 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14422839296 22246 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14084804 memory=12468 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14422839296 22246 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14084804 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990371 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14084804 memory=1812 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250990372 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14084804 memory=1064 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250990373 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14084804 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250990373 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14084804 memory=7525326301224851042 CPUtime=0.07 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 680 0 0 0 7 0 0 0 20 0 15 0 250990375 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14084804 memory=5787213844311467857 CPUtime=0.07 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 264 0 0 0 7 0 0 0 20 0 15 0 250990375 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14084804 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 448 0 0 0 14 0 0 0 20 0 15 0 250990375 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990376 14422839296 22246 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88984 KiB

[startup+1.5014 s]
/proc/loadavg: 1.29 1.43 1.51 5/215 25547
/proc/meminfo: memFree=23599960/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14090948 memory=145796 CPUtime=2.94 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 26395 0 0 0 286 8 0 0 20 0 15 0 250990370 14429130752 36449 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3522737 36449 3543 1 0 3484809 0
[pid=25532/tid=25534] ppid=25529 vsize=14090948 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 19741 0 0 0 142 5 0 0 20 0 15 0 250990370 14429130752 36449 33554432000 4194304 4196468 140733111420016 140680269492136 140679863237842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14090948 memory=-8253362762724047225 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14429130752 36449 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14090948 memory=-8609294068986781045 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14429130752 36449 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14090948 memory=-6517102902069810590 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250990371 14429130752 36449 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14090948 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250990371 14429130752 36449 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 250990372 14429130752 36449 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0

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

[pid=25532/tid=25546] ppid=25529 vsize=14090948 memory=169200 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14090948 memory=169200 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1003 0 0 0 2 4 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 57 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 247.27 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169280 KiB

[startup+246.401 s]
/proc/loadavg: 1.45 1.44 1.50 3/216 25662
/proc/meminfo: memFree=23631632/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14090948 memory=169280 CPUtime=248.87 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 48037 0 0 0 24861 26 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3522737 42320 3574 1 0 3484809 0
[pid=25532/tid=25534] ppid=25529 vsize=14090948 memory=752 CPUtime=245.25 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 24961 0 0 0 24518 7 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680269494960 140679863238104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14090948 memory=1612 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 3889 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14090948 memory=2064 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1118 0 0 0 29 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14090948 memory=1752 CPUtime=0.3 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 869 0 0 0 28 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14090948 memory=856 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 1943 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14090948 memory=280562699665952 CPUtime=0.37 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 2174 0 0 0 34 3 0 0 20 0 15 0 250990372 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14090948 memory=3471202396320851777 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14090948 memory=3472328296227692193 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14090948 memory=68112 CPUtime=0.72 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 3464 0 0 0 71 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14090948 memory=1100 CPUtime=0.71 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 2722 0 0 0 70 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14090948 memory=2064 CPUtime=0.44 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 4468 0 0 0 43 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14090948 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14090948 memory=856 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1005 0 0 0 2 4 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 248.87 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169280 KiB

[startup+246.801 s]
/proc/loadavg: 1.45 1.44 1.50 3/216 25662
/proc/meminfo: memFree=23631632/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14090948 memory=169280 CPUtime=249.27 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 48048 0 0 0 24901 26 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3522737 42320 3574 1 0 3484809 0
[pid=25532/tid=25534] ppid=25529 vsize=14090948 memory=38148 CPUtime=245.65 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 24962 0 0 0 24558 7 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680269494960 140679863236815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14090948 memory=1176 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 3889 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14090948 memory=492 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1118 0 0 0 29 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14090948 memory=1616 CPUtime=0.3 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 871 0 0 0 28 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14090948 memory=928 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 1943 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14090948 memory=2216 CPUtime=0.37 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 2174 0 0 0 34 3 0 0 20 0 15 0 250990372 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14090948 memory=928 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14090948 memory=12468 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14090948 memory=752 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14090948 memory=1612 CPUtime=0.72 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 3466 0 0 0 71 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14090948 memory=1812 CPUtime=0.71 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 2725 0 0 0 70 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14090948 memory=1064 CPUtime=0.44 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 4471 0 0 0 43 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14090948 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14090948 memory=4632 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1005 0 0 0 2 4 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 249.27 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169280 KiB

[startup+247.201 s]
/proc/loadavg: 1.45 1.44 1.50 3/216 25662
/proc/meminfo: memFree=23631632/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14090948 memory=169280 CPUtime=249.68 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 48050 0 0 0 24942 26 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3522737 42320 3574 1 0 3484809 0
[pid=25532/tid=25534] ppid=25529 vsize=14090948 memory=3644 CPUtime=246.05 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 24963 0 0 0 24598 7 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680269494832 140679863681719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14090948 memory=1268 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 3889 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14090948 memory=1124 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1119 0 0 0 29 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14090948 memory=14884 CPUtime=0.3 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 871 0 0 0 28 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14090948 memory=3316 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 1943 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14090948 memory=169200 CPUtime=0.37 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 2174 0 0 0 34 3 0 0 20 0 15 0 250990372 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14090948 memory=169200 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14090948 memory=7888 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14090948 memory=804 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14090948 memory=1796 CPUtime=0.72 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 3466 0 0 0 71 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14090948 memory=912 CPUtime=0.71 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 2725 0 0 0 70 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14090948 memory=3852 CPUtime=0.44 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 4471 0 0 0 43 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14090948 memory=169200 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14090948 memory=3644 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1005 0 0 0 2 4 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 57 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 249.68 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169280 KiB

[startup+247.301 s]
/proc/loadavg: 1.45 1.44 1.50 3/216 25662
/proc/meminfo: memFree=23631632/32770624 swapFree=67105356/67108860
[pid=25532] ppid=25529 vsize=14090948 memory=169280 CPUtime=249.78 cores=1,3,5,7
/proc/25532/stat : 25532 (java) S 25529 25532 21822 0 -1 1077944320 48052 0 0 0 24952 26 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140733111402560 140680265256695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
/proc/25532/statm: 3522737 42320 3574 1 0 3484809 0
[pid=25532/tid=25534] ppid=25529 vsize=14090948 memory=169280 CPUtime=246.15 cores=1,3,5,7
/proc/25532/task/25534/stat : 25534 (java) R 25529 25532 21822 0 -1 4202560 24964 0 0 0 24608 7 0 0 20 0 15 0 250990370 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680269494960 140679863236815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25535] ppid=25529 vsize=14090948 memory=169200 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25535/stat : 25535 (java) S 25529 25532 21822 0 -1 1077944384 3890 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680180325008 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25536] ppid=25529 vsize=14090948 memory=167152 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25536/stat : 25536 (java) S 25529 25532 21822 0 -1 1077944384 1119 0 0 0 29 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140680179272208 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25537] ppid=25529 vsize=14090948 memory=167152 CPUtime=0.3 cores=1,3,5,7
/proc/25532/task/25537/stat : 25537 (java) S 25529 25532 21822 0 -1 1077944384 871 0 0 0 28 2 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679858612624 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25538] ppid=25529 vsize=14090948 memory=167152 CPUtime=0.31 cores=1,3,5,7
/proc/25532/task/25538/stat : 25538 (java) S 25529 25532 21822 0 -1 1077944384 1943 0 0 0 28 3 0 0 20 0 15 0 250990371 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679857559824 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25539] ppid=25529 vsize=14090948 memory=169280 CPUtime=0.37 cores=1,3,5,7
/proc/25532/task/25539/stat : 25539 (java) S 25529 25532 21822 0 -1 1077944384 2174 0 0 0 34 3 0 0 20 0 15 0 250990372 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679739566960 140680265267842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25540] ppid=25529 vsize=14090948 memory=167152 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25540/stat : 25540 (java) S 25529 25532 21822 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679738512928 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25541] ppid=25529 vsize=14090948 memory=167152 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25541/stat : 25541 (java) S 25529 25532 21822 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250990373 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679737460080 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25542] ppid=25529 vsize=14090948 memory=169280 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25542/stat : 25542 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679736408400 140680265275291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25543] ppid=25529 vsize=14090948 memory=3812 CPUtime=0.72 cores=1,3,5,7
/proc/25532/task/25543/stat : 25543 (java) S 25529 25532 21822 0 -1 1077944384 3466 0 0 0 71 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679735355760 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25544] ppid=25529 vsize=14090948 memory=169280 CPUtime=0.71 cores=1,3,5,7
/proc/25532/task/25544/stat : 25544 (java) S 25529 25532 21822 0 -1 1077944384 2725 0 0 0 70 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679734302960 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25545] ppid=25529 vsize=14090948 memory=3812 CPUtime=0.44 cores=1,3,5,7
/proc/25532/task/25545/stat : 25545 (java) S 25529 25532 21822 0 -1 1077944384 4471 0 0 0 43 1 0 0 20 0 15 0 250990375 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679733250160 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25546] ppid=25529 vsize=14090948 memory=68112 CPUtime=0 cores=1,3,5,7
/proc/25532/task/25546/stat : 25546 (java) S 25529 25532 21822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679732197600 140680265266901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
[pid=25532/tid=25547] ppid=25529 vsize=14090948 memory=1100 CPUtime=0.06 cores=1,3,5,7
/proc/25532/task/25547/stat : 25547 (java) S 25529 25532 21822 0 -1 1077944384 1005 0 0 0 2 4 0 0 20 0 15 0 250990376 14429130752 42320 33554432000 4194304 4196468 140733111420016 140679731145904 140680265267842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 57 0 0 6293624 6294260 30433280 140733111424079 140733111424270 140733111424270 140733111427023 0
Current children cumulated CPU time: 249.78 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169280 KiB

Child status: 0
Real time (s): 247.358
CPU time (s): 249.846
CPU user time (s): 249.573
CPU system time (s): 0.273438
CPU usage (%): 101.006
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.573
system time used= 0.273438
maximum resident set size= 231640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17408
involuntary context switches= 799


# summary of solver processes directly reported to runsolver:
#   pid: 25532
#   total CPU time (s): 249.846
#   total CPU user time (s): 249.573
#   total CPU system time (s): 0.273438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39149 second user time and 2.37532 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 13:57:52
IDJOB=4309965
IDBENCH=141621
IDSOLVER=2795
FILE ID=node149/4309965-1534334272
RUNJOBID= node149-1534329313-21854
PBS_JOBID= 21038162
Free space on /tmp= 44864 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309965-1534334272/watcher-4309965-1534334272 -o /tmp/evaluation-result-4309965-1534334272/solver-4309965-1534334272 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534329313-21854 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 288925106 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4309965-1534334272.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=288925106

node149.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.60
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.60
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.60
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.60
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:        23697952 kB
MemAvailable:   31653896 kB
Buffers:          168816 kB
Cached:          7999020 kB
SwapCached:         1704 kB
Active:          3941492 kB
Inactive:        4524748 kB
Active(anon):     246712 kB
Inactive(anon):   111984 kB
Active(file):    3694780 kB
Inactive(file):  4412764 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             35820 kB
Writeback:             0 kB
AnonPages:        312464 kB
Mapped:            68632 kB
Shmem:             57760 kB
Slab:             304816 kB
SReclaimable:     276860 kB
SUnreclaim:        27956 kB
KernelStack:        3792 kB
PageTables:         6136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44828 MiB
End job on node149 at 2018-08-15 14:01:59