Trace number 4312175

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-17SAT93 250.014 247.378

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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 1329991846
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.49/1.08	c Parsing done, starting search...
1.72/1.11	o 199
1.72/1.12	o 197
1.72/1.12	o 193
1.72/1.12	o 192
1.72/1.12	o 190
1.72/1.14	o 183
1.72/1.14	o 182
1.72/1.14	o 177
1.72/1.14	o 175
1.72/1.18	o 171
1.72/1.18	o 163
2.01/1.21	o 162
2.01/1.21	o 154
2.01/1.21	o 150
2.01/1.21	o 149
2.01/1.22	o 147
2.32/1.32	o 146
2.32/1.32	o 145
2.32/1.33	o 143
2.92/1.52	o 141
2.92/1.52	o 140
3.21/1.68	o 139
3.21/1.68	o 138
3.36/1.74	o 134
3.36/1.74	o 132
3.78/2.16	o 130
3.78/2.17	o 126
3.78/2.17	o 125
3.92/2.22	o 123
3.92/2.25	o 122
3.92/2.27	o 120
3.92/2.29	o 119
3.92/2.29	o 116
4.02/2.35	o 115
4.12/2.48	o 113
4.22/2.59	o 110
4.22/2.59	o 109
4.34/2.63	o 107
4.34/2.68	o 104
4.46/2.70	o 100
10.49/8.67	o 99
10.60/8.78	o 97
10.70/8.80	o 94
10.70/8.80	o 93
249.94/247.35	s SATISFIABLE
249.94/247.35	v <instantiation>
249.94/247.35	v 	<list>
249.94/247.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] 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.94/247.35	v 	</list>
249.94/247.35	v 	<values>
249.94/247.35	v 		4 1 0 2 3 5 7 9 8 10 14 13 12 11 6 4 7 2 2 5 8 4 9 5 7 15 8 1 8 8 
249.94/247.35	v 	</values>
249.94/247.35	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 (11589 MiB free)
  memory of node 1: 16384 MiB (10952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312175-1534570204/watcher-4312175-1534570204 -o /tmp/evaluation-result-4312175-1534570204/solver-4312175-1534570204 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1329991846 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312175-1534570204.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
Current StackSize limit: 8192 KiB

solver pid=9605, runsolver pid=9602

[startup+0.102539 s]*
/proc/loadavg: 1.35 1.54 1.52 5/221 9620
/proc/meminfo: memFree=23064432/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14082736 memory=30728 CPUtime=0.12 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 6579 0 0 0 11 1 0 0 20 0 15 0 274583584 14420721664 7682 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3520684 7682 3154 1 0 3482761 0
[pid=9605/tid=9607] ppid=9602 vsize=14082736 memory=-8393402909049320640 CPUtime=0.09 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 4606 0 0 0 8 1 0 0 20 0 15 0 274583584 14420721664 7682 33554432000 4194304 4196468 140727357654896 139932070272688 139932049236592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583586 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931539682976 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931538629872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 274583589 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0.01 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 274583589 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 7682 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30728 KiB

[startup+0.210667 s]*
/proc/loadavg: 1.35 1.54 1.52 6/221 9620
/proc/meminfo: memFree=23048788/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14082736 memory=46860 CPUtime=0.3 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 10355 0 0 0 28 2 0 0 20 0 15 0 274583584 14420721664 11715 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3520684 11715 3325 1 0 3482761 0
[pid=9605/tid=9607] ppid=9602 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 1077944384 8057 0 0 0 18 2 0 0 20 0 15 0 274583584 14420721664 11781 33554432000 4194304 4196468 140727357654896 139932070275456 139932066059989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14082736 memory=139896975821935 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274583586 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931539682976 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931538629872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) R 9602 9605 3449 0 -1 4202560 530 0 0 0 2 0 0 0 20 0 15 0 274583589 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931536515664 139932066071130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) R 9602 9605 3449 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 15 0 274583589 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931535464512 139932050446600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) R 9602 9605 3449 0 -1 4202560 334 0 0 0 6 0 0 0 20 0 15 0 274583589 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931534419952 139932050130270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 11781 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46860 KiB

[startup+0.311803 s]*
/proc/loadavg: 1.35 1.54 1.52 3/221 9620
/proc/meminfo: memFree=23045252/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14082736 memory=50660 CPUtime=0.44 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 10790 0 0 0 42 2 0 0 20 0 15 0 274583584 14420721664 12665 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3520684 12665 3421 1 0 3482761 0
[pid=9605/tid=9607] ppid=9602 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 8414 0 0 0 28 2 0 0 20 0 15 0 274583584 14420721664 12665 33554432000 4194304 4196468 140727357654896 139932070256424 139932066071709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14082736 memory=16238070996166296 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274583586 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931539682976 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274583587 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931538629872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 544 0 0 0 3 0 0 0 20 0 15 0 274583589 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 95 0 0 0 2 0 0 0 20 0 15 0 274583589 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0.08 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 357 0 0 0 8 0 0 0 20 0 15 0 274583589 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14082736 memory=139896975812224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583590 14420721664 12665 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50660 KiB

[startup+0.700797 s]
/proc/loadavg: 1.35 1.54 1.52 3/221 9620
/proc/meminfo: memFree=23021316/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14084804 memory=88728 CPUtime=0.99 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 17631 0 0 0 94 5 0 0 20 0 15 0 274583584 14422839296 22182 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3521201 22182 3499 1 0 3483273 0
[pid=9605/tid=9607] ppid=9602 vsize=14084804 memory=1784 CPUtime=0.67 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 14858 0 0 0 63 4 0 0 20 0 15 0 274583584 14422839296 22182 33554432000 4194304 4196468 140727357654896 139932070273888 139932066071709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14084804 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14084804 memory=5728 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14084804 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274583586 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14084804 memory=1092 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274583587 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931539682976 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14084804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274583587 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931538629872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14084804 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14084804 memory=7450174591119418944 CPUtime=0.07 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 683 0 0 0 7 0 0 0 20 0 15 0 274583589 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14084804 memory=6442510787546475095 CPUtime=0.07 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 260 0 0 0 7 0 0 0 20 0 15 0 274583589 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14084804 memory=7301858164987948385 CPUtime=0.15 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 448 0 0 0 15 0 0 0 20 0 15 0 274583589 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14084804 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583590 14422839296 22182 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88728 KiB

[startup+1.50084 s]
/proc/loadavg: 1.35 1.54 1.52 5/221 9620
/proc/meminfo: memFree=22985272/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14090948 memory=143628 CPUtime=2.92 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 25873 0 0 0 284 8 0 0 20 0 15 0 274583584 14429130752 35907 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3522737 35907 3542 1 0 3484809 0
[pid=9605/tid=9607] ppid=9602 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 19763 0 0 0 141 6 0 0 20 0 15 0 274583584 14429130752 35907 33554432000 4194304 4196468 140727357654896 139932070278928 139931666467095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14429130752 35907 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14090948 memory=-2843874019102283166 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14429130752 35907 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274583585 14429130752 35907 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14090948 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274583585 14429130752 35907 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 274583586 14429130752 35907 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0

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

[pid=9605/tid=9619] ppid=9602 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14090948 memory=26 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 894 0 0 0 2 4 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 247.43 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169720 KiB

[startup+246.401 s]
/proc/loadavg: 1.61 1.53 1.51 3/221 9704
/proc/meminfo: memFree=24568396/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14090948 memory=169720 CPUtime=249.04 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 46933 0 0 0 24878 26 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3522737 42430 3574 1 0 3484809 0
[pid=9605/tid=9607] ppid=9602 vsize=14090948 memory=2216 CPUtime=245.41 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 24965 0 0 0 24531 10 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 139932070288048 139931666469387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 1950 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 578 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14090948 memory=3500 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 2254 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14090948 memory=752 CPUtime=0.29 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2946 0 0 0 27 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14090948 memory=1224 CPUtime=0.37 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 2152 0 0 0 34 3 0 0 20 0 15 0 274583586 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14090948 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931539683040 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14090948 memory=5728 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931538629888 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14090948 memory=-7175204567652784766 CPUtime=0.71 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 2781 0 0 0 71 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14090948 memory=6864 CPUtime=0.73 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 3190 0 0 0 73 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.43 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 3795 0 0 0 43 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14090948 memory=1100 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 896 0 0 0 2 4 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 249.04 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169720 KiB

[startup+246.801 s]
/proc/loadavg: 1.61 1.53 1.51 3/221 9704
/proc/meminfo: memFree=24568396/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14090948 memory=169720 CPUtime=249.44 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 46940 0 0 0 24918 26 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3522737 42430 3574 1 0 3484809 0
[pid=9605/tid=9607] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=245.81 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 24967 0 0 0 24571 10 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 139932070287744 139931666871506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14090948 memory=4104 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 1950 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14090948 memory=2704 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 579 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14090948 memory=2620 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 2255 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14090948 memory=1620 CPUtime=0.29 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2946 0 0 0 27 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14090948 memory=6880 CPUtime=0.37 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 2155 0 0 0 34 3 0 0 20 0 15 0 274583586 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14090948 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931539683040 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14090948 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931538629888 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14090948 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14090948 memory=6880 CPUtime=0.71 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 2781 0 0 0 71 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14090948 memory=4548 CPUtime=0.73 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 3190 0 0 0 73 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14090948 memory=15188 CPUtime=0.43 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 3795 0 0 0 43 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14090948 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 896 0 0 0 2 4 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 249.44 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169720 KiB

[startup+247.201 s]
/proc/loadavg: 1.61 1.53 1.51 3/221 9704
/proc/meminfo: memFree=24568396/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14090948 memory=169720 CPUtime=249.84 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 46942 0 0 0 24958 26 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3522737 42430 3574 1 0 3484809 0
[pid=9605/tid=9607] ppid=9602 vsize=14090948 memory=1784 CPUtime=246.21 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 24968 0 0 0 24611 10 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 139932070287744 139931666406372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14090948 memory=16320 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 1950 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14090948 memory=1720 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 579 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 2256 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14090948 memory=836 CPUtime=0.29 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2946 0 0 0 27 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14090948 memory=10692 CPUtime=0.38 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 2155 0 0 0 35 3 0 0 20 0 15 0 274583586 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14090948 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931539683040 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931538629888 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14090948 memory=924 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14090948 memory=2372 CPUtime=0.71 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 2781 0 0 0 71 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14090948 memory=1532 CPUtime=0.73 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 3190 0 0 0 73 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14090948 memory=5728 CPUtime=0.43 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 3795 0 0 0 43 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14090948 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14090948 memory=1092 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 896 0 0 0 2 4 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 249.84 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169720 KiB

[startup+247.301 s]
/proc/loadavg: 1.61 1.53 1.51 3/221 9704
/proc/meminfo: memFree=24568396/32770624 swapFree=67108840/67108860
[pid=9605] ppid=9602 vsize=14090948 memory=169720 CPUtime=249.94 cores=1,3,5,7
/proc/9605/stat : 9605 (java) S 9602 9605 3449 0 -1 1077944320 46943 0 0 0 24968 26 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 140727357637440 139932066049783 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
/proc/9605/statm: 3522737 42430 3574 1 0 3484809 0
[pid=9605/tid=9607] ppid=9602 vsize=14090948 memory=169660 CPUtime=246.3 cores=1,3,5,7
/proc/9605/task/9607/stat : 9607 (java) R 9602 9605 3449 0 -1 4202560 24969 0 0 0 24620 10 0 0 20 0 15 0 274583584 14429130752 42430 33554432000 4194304 4196468 140727357654896 139932070288048 139931666466968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9608] ppid=9602 vsize=14090948 memory=167612 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9608/stat : 9608 (java) S 9602 9605 3449 0 -1 1077944384 1950 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931661888016 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9609] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9609/stat : 9609 (java) S 9602 9605 3449 0 -1 1077944384 579 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931660835472 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9610] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.31 cores=1,3,5,7
/proc/9605/task/9610/stat : 9610 (java) S 9602 9605 3449 0 -1 1077944384 2256 0 0 0 29 2 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931659782416 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9611] ppid=9602 vsize=14090948 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/9605/task/9611/stat : 9611 (java) S 9602 9605 3449 0 -1 1077944384 2946 0 0 0 27 3 0 0 20 0 15 0 274583585 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931658729872 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9612] ppid=9602 vsize=14090948 memory=169720 CPUtime=0.38 cores=1,3,5,7
/proc/9605/task/9612/stat : 9612 (java) S 9602 9605 3449 0 -1 1077944384 2155 0 0 0 35 3 0 0 20 0 15 0 274583586 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931540736752 139932066060930 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9613] ppid=9602 vsize=14090948 memory=169720 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9613/stat : 9613 (java) S 9602 9605 3449 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931539683040 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9614] ppid=9602 vsize=14090948 memory=169660 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9614/stat : 9614 (java) S 9602 9605 3449 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 274583587 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931538629888 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9615] ppid=9602 vsize=14090948 memory=169720 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9615/stat : 9615 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931537578448 139932066068379 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9616] ppid=9602 vsize=14090948 memory=169720 CPUtime=0.71 cores=1,3,5,7
/proc/9605/task/9616/stat : 9616 (java) S 9602 9605 3449 0 -1 1077944384 2781 0 0 0 71 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931536525552 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9617] ppid=9602 vsize=14090948 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/9605/task/9617/stat : 9617 (java) S 9602 9605 3449 0 -1 1077944384 3190 0 0 0 73 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931535473008 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9618] ppid=9602 vsize=14090948 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/9605/task/9618/stat : 9618 (java) S 9602 9605 3449 0 -1 1077944384 3795 0 0 0 43 0 0 0 20 0 15 0 274583589 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931534419952 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9619] ppid=9602 vsize=14090948 memory=169660 CPUtime=0 cores=1,3,5,7
/proc/9605/task/9619/stat : 9619 (java) S 9602 9605 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931533367648 139932066059989 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
[pid=9605/tid=9620] ppid=9602 vsize=14090948 memory=169660 CPUtime=0.06 cores=1,3,5,7
/proc/9605/task/9620/stat : 9620 (java) S 9602 9605 3449 0 -1 1077944384 896 0 0 0 2 4 0 0 20 0 15 0 274583590 14429130752 42430 33554432000 4194304 4196468 140727357654896 139931532315696 139932066060930 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 44 0 0 6293624 6294260 30953472 140727357658190 140727357658382 140727357658382 140727357661135 0
Current children cumulated CPU time: 249.94 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 169720 KiB

Child status: 0
Real time (s): 247.378
CPU time (s): 250.014
CPU user time (s): 249.744
CPU system time (s): 0.270465
CPU usage (%): 101.066
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 230352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.744
system time used= 0.270465
maximum resident set size= 232000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17343
involuntary context switches= 681


# summary of solver processes directly reported to runsolver:
#   pid: 9605
#   total CPU time (s): 250.014
#   total CPU user time (s): 249.744
#   total CPU system time (s): 0.270465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.73369 second user time and 2.10279 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 07:30:04
IDJOB=4312175
IDBENCH=141621
IDSOLVER=2800
FILE ID=node135/4312175-1534570204
RUNJOBID= node135-1534568687-8119
PBS_JOBID= 21038636
Free space on /tmp= 54356 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
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 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312175-1534570204/watcher-4312175-1534570204 -o /tmp/evaluation-result-4312175-1534570204/solver-4312175-1534570204 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534568687-8119 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1329991846 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312175-1534570204.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1329991846

node135.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.50
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.50
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.50
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.50
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:        23083316 kB
MemAvailable:   30096892 kB
Buffers:          202760 kB
Cached:          7059040 kB
SwapCached:           20 kB
Active:          5926636 kB
Inactive:        3177048 kB
Active(anon):    1821460 kB
Inactive(anon):    89388 kB
Active(file):    4105176 kB
Inactive(file):  3087660 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35748 kB
Writeback:             0 kB
AnonPages:       1848928 kB
Mapped:            35272 kB
Shmem:             66188 kB
Slab:             278428 kB
SReclaimable:     249200 kB
SUnreclaim:        29228 kB
KernelStack:        3584 kB
PageTables:         8704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2833404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54320 MiB
End job on node135 at 2018-08-18 07:34:12