Trace number 4298995

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27SAT13871 305.115 300.759

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-ex2_c18.xml
MD5SUM35250c351d5ebdba5de0833aa33cbdb5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark13871
Best CPU time to get the best result obtained on this benchmark0.547296
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints34
Number of domains13
Minimum domain size1
Maximum domain size100
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":6,"count":2},{"size":8,"count":1},{"size":11,"count":14},{"size":12,"count":1},{"size":16,"count":2},{"size":26,"count":1},{"size":65,"count":1},{"size":76,"count":4},{"size":100,"count":12}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":4},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":1},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":14},{"arity":6,"count":14}]
Number of extensional constraints34
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":34}]
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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2.37/0.94	o 17653
2.37/0.96	o 15703
2.37/0.97	o 15702
2.37/0.97	o 15701
2.37/0.98	o 15700
2.37/0.99	o 15699
2.37/0.99	o 15698
2.37/0.99	o 15695
2.37/1.00	o 15694
2.69/1.07	o 13880
2.69/1.08	o 13879
2.69/1.08	o 13878
2.69/1.08	o 13877
2.69/1.09	o 13875
2.69/1.09	o 13874
2.69/1.09	o 13873
3.40/1.37	o 13872
3.40/1.37	o 13871
305.05/300.74	s SATISFIABLE
305.05/300.74	v <instantiation>
305.05/300.74	v 	<list>
305.05/300.74	v 		f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] k v1[0] v1[1] v1[2] v1[3] v1[4] v1[5] v1[6] v1[7] v1[8] v1[9] v1[10] v1[11] v1[12] v1[13] v2[0] v2[1] v2[2] v2[3] v2[4] v2[5] v2[6] v2[7] v2[8] v2[9] v2[10] v2[11] v2[12] v2[13] 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] 
305.05/300.74	v 	</list>
305.05/300.74	v 	<values>
305.05/300.74	v 		31 31 67 65 100 1 55 95 75 0 0 1 1 1 1 0 0 0 7 0 0 0 0 1 0 0 0 0 0 0 0 0 0 2 0 0 3 6 0 0 0 0 0 0 0 0 0 36 44 34 69 30 33 66 35 10 99 25 94 74 20 
305.05/300.74	v 	</values>
305.05/300.74	v </instantiation>

Verifier Data

OK	13871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298995-1532817434/watcher-4298995-1532817434 -o /tmp/evaluation-result-4298995-1532817434/solver-4298995-1532817434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298995-1532817434.xml 

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

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


[startup+0.100261 s]*
/proc/loadavg: 1.44 1.56 1.52 4/200 21417
/proc/meminfo: memFree=23617328/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661052 memory=27992 CPUtime=0.12 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 5392 0 0 0 11 1 0 0 20 0 15 0 99306560 10916917248 6998 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665263 6998 2843 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661052 memory=-6658127212936532327 CPUtime=0.09 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 3277 0 0 0 8 1 0 0 20 0 15 0 99306560 10916917248 6998 33554432000 4194304 4196468 140722955416512 140560948980040 140560944762262 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661052 memory=3461491297955501705 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 6998 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 6998 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 6998 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 6998 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306562 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99306563 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559980254496 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99306563 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) S 21395 21398 20512 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559977097328 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559976044528 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0.01 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) R 21395 21398 20512 0 -1 4202560 318 0 0 0 1 0 0 0 20 0 15 0 99306565 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559974992240 140560944771674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306566 10916917248 6998 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27992 KiB

[startup+0.215094 s]*
/proc/loadavg: 1.44 1.56 1.52 6/200 21417
/proc/meminfo: memFree=23541644/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661052 memory=40884 CPUtime=0.36 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 8313 0 0 0 34 2 0 0 20 0 15 0 99306560 10916917248 10221 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665263 10221 3017 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661052 memory=-6658127212936532327 CPUtime=0.21 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 5143 0 0 0 19 2 0 0 20 0 15 0 99306560 10916917248 10287 33554432000 4194304 4196468 140722955416512 140560948981360 140560944772253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661052 memory=3461491297955501705 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 10287 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 10287 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 10287 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306561 10916917248 10287 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306562 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99306563 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559980254496 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99306563 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661052 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) D 21395 21398 20512 0 -1 4202560 835 0 0 0 4 0 0 0 20 0 15 0 99306565 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559977078344 140560937467479 0 4 0 16800975 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) R 21395 21398 20512 0 -1 4202560 134 0 0 0 2 0 0 0 20 0 15 0 99306565 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559976030552 140560928134930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0.08 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) R 21395 21398 20512 0 -1 4202560 866 0 0 0 8 0 0 0 20 0 15 0 99306565 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559974989240 140560923707413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661052 memory=140693325817472 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306566 10916917248 10287 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40884 KiB

[startup+0.321001 s]*
/proc/loadavg: 1.44 1.56 1.52 7/200 21417
/proc/meminfo: memFree=23479268/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=50392 CPUtime=0.63 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 9162 0 0 0 60 3 0 0 20 0 15 0 99306560 10916995072 12598 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 12598 3066 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=281386393276736 CPUtime=0.31 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 5458 0 0 0 29 2 0 0 20 0 15 0 99306560 10916995072 12598 33554432000 4194304 4196468 140722955416512 140560948984816 140560539193421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=140693196602639 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 12598 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=281386522427008 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 12598 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=281386393251360 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 12598 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=140693196609551 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 12598 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=281386522433920 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99306562 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=140693196614159 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559980254496 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=140693196637002 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=140693196639307 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) R 21395 21398 20512 0 -1 4202560 1057 0 0 0 8 0 0 0 20 0 15 0 99306565 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559977078344 140560926271727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) R 21395 21398 20512 0 -1 4202560 302 0 0 0 8 0 0 0 20 0 15 0 99306565 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559976030552 140560929673893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=140693325817472 CPUtime=0.14 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) R 21395 21398 20512 0 -1 4202560 978 0 0 0 14 0 0 0 20 0 15 0 99306565 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559974990200 140560923423851 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=140693325845464 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306566 10916995072 12598 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 50392 KiB

[startup+0.701039 s]
/proc/loadavg: 1.44 1.56 1.52 5/198 21417
/proc/meminfo: memFree=23358356/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=183968 CPUtime=1.72 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 10959 0 0 0 166 6 0 0 20 0 15 0 99306560 10916995072 45992 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 45992 3121 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=-6664436420846797971 CPUtime=0.66 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 5587 0 0 0 63 3 0 0 20 0 15 0 99306560 10916995072 45992 33554432000 4194304 4196468 140722955416512 140560948987600 140560540431211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=6156247429141391462 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 45992 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=56 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 45992 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 45992 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 45992 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99306562 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559980254496 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=8452 CPUtime=0.38 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) R 21395 21398 20512 0 -1 4202560 1704 0 0 0 38 0 0 0 20 0 15 0 99306565 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559977081392 140560928273933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=5776 CPUtime=0.38 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) R 21395 21398 20512 0 -1 4202560 780 0 0 0 38 0 0 0 20 0 15 0 99306565 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559976025408 140560928167872 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=1200 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) S 21395 21398 20512 0 -1 1077944384 1397 0 0 0 22 0 0 0 20 0 15 0 99306565 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559974992240 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99306566 10916995072 45992 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 183968 KiB

[startup+1.50112 s]
/proc/loadavg: 1.44 1.56 1.52 7/218 21442
/proc/meminfo: memFree=23277100/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=193212 CPUtime=3.73 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 13362 0 0 0 367 6 0 0 20 0 15 0 99306560 10916995072 48303 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 48303 3143 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=140693196633856 CPUtime=1.47 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 5798 0 0 0 143 4 0 0 20 0 15 0 99306560 10916995072 48303 33554432000 4194304 4196468 140722955416512 140560948986816 140560543460016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=140693196633952 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 48303 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=281386393346736 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 48303 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=56 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 48303 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 99306561 10916995072 48303 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 99306562 10916995072 48303 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0

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

[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=7809896334381507179 CPUtime=0.11 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1377 0 0 0 5 6 0 0 20 0 15 0 99306566 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 302.35 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191352 KiB

[startup+299.601 s]
/proc/loadavg: 1.67 1.64 1.58 3/220 21477
/proc/meminfo: memFree=16318072/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=191352 CPUtime=303.95 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 39875 0 0 0 30366 29 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 47838 3158 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=191352 CPUtime=298.95 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 9829 0 0 0 29889 6 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560948990336 140560543461113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=191352 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1695 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=183192 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 963 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=4132 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1079 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 1305 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=1716 CPUtime=0.25 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2379 0 0 0 23 2 0 0 20 0 15 0 99306562 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559980254560 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=28744 CPUtime=1.46 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) S 21395 21398 20512 0 -1 1077944384 8987 0 0 0 145 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559977097328 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=1292 CPUtime=1.85 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) S 21395 21398 20512 0 -1 1077944384 7810 0 0 0 185 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559976044528 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=2444 CPUtime=0.36 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) S 21395 21398 20512 0 -1 1077944384 3089 0 0 0 35 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559974992240 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=1292 CPUtime=0.11 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1377 0 0 0 5 6 0 0 20 0 15 0 99306566 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 303.95 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191352 KiB

[startup+300.401 s]*
/proc/loadavg: 1.67 1.64 1.58 3/220 21478
/proc/meminfo: memFree=16317808/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=191352 CPUtime=304.76 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 39878 0 0 0 30447 29 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 47838 3158 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=6791534058613427641 CPUtime=299.76 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 9830 0 0 0 29970 6 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560948989920 140560542949438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=-7003737579269690708 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1695 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=1292 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 963 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=2444 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1081 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=1832 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 1305 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=1948 CPUtime=0.25 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2379 0 0 0 23 2 0 0 20 0 15 0 99306562 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559980254560 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=796 CPUtime=1.46 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) S 21395 21398 20512 0 -1 1077944384 8987 0 0 0 145 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559977097328 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=8452 CPUtime=1.85 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) S 21395 21398 20512 0 -1 1077944384 7810 0 0 0 185 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559976044528 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=5776 CPUtime=0.36 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) S 21395 21398 20512 0 -1 1077944384 3089 0 0 0 35 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559974992240 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=12136 CPUtime=0.11 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1377 0 0 0 5 6 0 0 20 0 15 0 99306566 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 304.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191352 KiB

[startup+300.601 s]
/proc/loadavg: 1.67 1.64 1.58 3/220 21478
/proc/meminfo: memFree=16317808/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=191352 CPUtime=304.95 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 39881 0 0 0 30466 29 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 47838 3158 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=288230596050944315 CPUtime=299.95 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 9831 0 0 0 29989 6 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560948990144 140560542806728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=16100360058046859 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1695 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=28744 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 965 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=1292 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1081 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=2444 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 1305 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=1832 CPUtime=0.25 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2379 0 0 0 23 2 0 0 20 0 15 0 99306562 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559980254560 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=7089322640132827225 CPUtime=1.46 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) S 21395 21398 20512 0 -1 1077944384 8987 0 0 0 145 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559977097328 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=8174150221604282709 CPUtime=1.85 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) S 21395 21398 20512 0 -1 1077944384 7810 0 0 0 185 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559976044528 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=7882802833100597097 CPUtime=0.36 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) S 21395 21398 20512 0 -1 1077944384 3089 0 0 0 35 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559974992240 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=6935652554312077392 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=1008 CPUtime=0.11 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1377 0 0 0 5 6 0 0 20 0 15 0 99306566 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 304.95 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191352 KiB

[startup+300.701 s]
/proc/loadavg: 1.67 1.64 1.58 3/220 21478
/proc/meminfo: memFree=16317808/32770624 swapFree=67108860/67108860
[pid=21398] ppid=21395 vsize=10661128 memory=191352 CPUtime=305.05 cores=1,3,5,7
/proc/21398/stat : 21398 (java) S 21395 21398 20512 0 -1 1077944320 39881 0 0 0 30476 29 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140722955399056 140560944750327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
/proc/21398/statm: 2665282 47838 3158 1 0 2627263 0
[pid=21398/tid=21400] ppid=21395 vsize=10661128 memory=191352 CPUtime=300.05 cores=1,3,5,7
/proc/21398/task/21400/stat : 21400 (java) R 21395 21398 20512 0 -1 4202560 9831 0 0 0 29999 6 0 0 20 0 15 0 99306560 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560948990144 140560543461094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21401] ppid=21395 vsize=10661128 memory=181832 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21401/stat : 21401 (java) S 21395 21398 20512 0 -1 1077944384 1695 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560870824336 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21402] ppid=21395 vsize=10661128 memory=183192 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21402/stat : 21402 (java) S 21395 21398 20512 0 -1 1077944384 965 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560869771536 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21403] ppid=21395 vsize=10661128 memory=181832 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21403/stat : 21403 (java) S 21395 21398 20512 0 -1 1077944384 1081 0 0 0 19 3 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560868719248 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21404] ppid=21395 vsize=10661128 memory=33 CPUtime=0.22 cores=1,3,5,7
/proc/21398/task/21404/stat : 21404 (java) S 21395 21398 20512 0 -1 1077944384 1305 0 0 0 18 4 0 0 20 0 15 0 99306561 10916995072 47838 33554432000 4194304 4196468 140722955416512 140560867666448 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21407] ppid=21395 vsize=10661128 memory=183192 CPUtime=0.25 cores=1,3,5,7
/proc/21398/task/21407/stat : 21407 (java) S 21395 21398 20512 0 -1 1077944384 2379 0 0 0 23 2 0 0 20 0 15 0 99306562 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559981308528 140560944761474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21408] ppid=21395 vsize=10661128 memory=191352 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21408/stat : 21408 (java) S 21395 21398 20512 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559980254560 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21409] ppid=21395 vsize=10661128 memory=191352 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21409/stat : 21409 (java) S 21395 21398 20512 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 99306563 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559979202160 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21412] ppid=21395 vsize=10661128 memory=191352 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21412/stat : 21412 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559978150480 140560944768923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21413] ppid=21395 vsize=10661128 memory=191352 CPUtime=1.46 cores=1,3,5,7
/proc/21398/task/21413/stat : 21413 (java) S 21395 21398 20512 0 -1 1077944384 8987 0 0 0 145 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559977097328 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21414] ppid=21395 vsize=10661128 memory=191352 CPUtime=1.85 cores=1,3,5,7
/proc/21398/task/21414/stat : 21414 (java) S 21395 21398 20512 0 -1 1077944384 7810 0 0 0 185 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559976044528 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21415] ppid=21395 vsize=10661128 memory=4132 CPUtime=0.36 cores=1,3,5,7
/proc/21398/task/21415/stat : 21415 (java) S 21395 21398 20512 0 -1 1077944384 3089 0 0 0 35 1 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559974992240 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21416] ppid=21395 vsize=10661128 memory=183192 CPUtime=0 cores=1,3,5,7
/proc/21398/task/21416/stat : 21416 (java) S 21395 21398 20512 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99306565 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559973939680 140560944760533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
[pid=21398/tid=21417] ppid=21395 vsize=10661128 memory=181832 CPUtime=0.11 cores=1,3,5,7
/proc/21398/task/21417/stat : 21417 (java) S 21395 21398 20512 0 -1 1077944384 1377 0 0 0 5 6 0 0 20 0 15 0 99306566 10916995072 47838 33554432000 4194304 4196468 140722955416512 140559972887472 140560944761474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31870976 140722955424906 140722955425033 140722955425033 140722955427791 0
Current children cumulated CPU time: 305.05 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 191352 KiB

Child status: 0
Real time (s): 300.759
CPU time (s): 305.115
CPU user time (s): 304.813
CPU system time (s): 0.302267
CPU usage (%): 101.448
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 348448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 304.813
system time used= 0.302267
maximum resident set size= 350496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14136
involuntary context switches= 653


# summary of solver processes directly reported to runsolver:
#   pid: 21398
#   total CPU time (s): 305.115
#   total CPU user time (s): 304.813
#   total CPU system time (s): 0.302267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84266 second user time and 2.81272 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 00:37:14
IDJOB=4298995
IDBENCH=141280
IDSOLVER=2767
FILE ID=node132/4298995-1532817434
RUNJOBID= node132-1532811810-20544
PBS_JOBID= 21022489
Free space on /tmp= 52036 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-ex2_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298995-1532817434/watcher-4298995-1532817434 -o /tmp/evaluation-result-4298995-1532817434/solver-4298995-1532817434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532811810-20544 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298995-1532817434.xml

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

MD5SUM BENCH= 35250c351d5ebdba5de0833aa33cbdb5
RANDOM SEED=1874477701

node132.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.65
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.65
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.65
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.65
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:        23666320 kB
MemAvailable:   31930416 kB
Buffers:          211804 kB
Cached:          8256508 kB
SwapCached:            0 kB
Active:          2609180 kB
Inactive:        5913544 kB
Active(anon):       4396 kB
Inactive(anon):    77832 kB
Active(file):    2604784 kB
Inactive(file):  5835712 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2400 kB
Writeback:             0 kB
AnonPages:        143372 kB
Mapped:            43856 kB
Shmem:             25248 kB
Slab:             279900 kB
SReclaimable:     252060 kB
SUnreclaim:        27840 kB
KernelStack:        3856 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51856 MiB
End job on node132 at 2018-07-29 00:42:15