Trace number 4396450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT771 918.132 892.861

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-5.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark74.8503
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax 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.77/0.56	c Concrete v3.12.2.1568380929293 running
10.19/4.13	o 319
10.19/4.16	o 373
11.44/4.55	o 390
11.44/4.57	o 467
12.37/4.87	o 541
14.23/5.67	o 594
14.39/5.80	o 597
14.56/5.90	o 610
14.81/5.94	o 630
16.21/6.76	o 651
17.13/7.35	o 658
17.27/7.49	o 677
20.94/9.89	o 701
24.33/12.59	o 708
24.45/12.60	o 710
144.90/130.15	o 769
545.86/525.87	o 771
918.06/892.84	v <instantiation
918.06/892.84	v         cost = '771'>
918.06/892.84	v       <list>
918.06/892.84	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
918.06/892.84	v       </list>
918.06/892.84	v       <values>
918.06/892.84	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
918.06/892.84	v       </values>
918.06/892.84	v     </instantiation>
918.06/892.84	s OPTIMUM FOUND

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396450-1568402821/watcher-4396450-1568402821 -o /tmp/evaluation-result-4396450-1568402821/solver-4396450-1568402821 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=65190757 HOME/instance-4396450-1568402821.xml 

running on 4 cores: 0,2,4,6

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

solver pid=8646, runsolver pid=8643

[startup+0.10008 s]*
/proc/loadavg: 1.61 1.57 1.48 3/214 8699
/proc/meminfo: memFree=21885308/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=9972712 memory=16552 CPUtime=0.1 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 4367 13365 0 0 1 1 5 3 20 0 6 0 416220562 10212057088 4138 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2493178 4138 1933 1 0 2481616 0
[pid=8646/tid=8699] ppid=8643 vsize=9972712 memory=-8673215745677901765 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 2178 13365 0 0 0 0 5 3 20 0 6 0 416220571 10212057088 4138 33554432000 4194304 4196468 140722754334624 140459241693776 140459253937502 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 6 0 416220572 10212057088 4138 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=9972712 memory=139649478628992 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 6 0 416220572 10212057088 4138 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 6 0 416220572 10212057088 4138 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 6 0 416220572 10212057088 4138 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16552 KiB

[startup+0.210276 s]*
/proc/loadavg: 1.61 1.57 1.48 3/227 8712
/proc/meminfo: memFree=21863068/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10819664 memory=39792 CPUtime=0.26 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 7265 13365 0 0 16 2 5 3 20 0 15 0 416220562 11079335936 9948 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2704916 9948 3156 1 0 2667149 0
[pid=8646/tid=8699] ppid=8643 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 3762 13365 0 0 10 1 5 3 20 0 15 0 416220571 11079335936 9948 33554432000 4194304 4196468 140722754334624 140459241689552 140459253900645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10819664 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079335936 9948 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10819664 memory=139649478637891 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10819664 memory=139649478628992 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 15 0 416220573 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 13 13365 0 0 0 0 5 3 20 0 15 0 416220574 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458718127392 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458114147952 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 337 13365 0 0 1 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 319 13365 0 0 1 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10819664 memory=139649478628992 CPUtime=0.11 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 613 13365 0 0 3 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10819664 memory=139649478628992 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079335936 9948 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39792 KiB

[startup+0.310475 s]*
/proc/loadavg: 1.61 1.57 1.48 4/227 8712
/proc/meminfo: memFree=21850264/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10820148 memory=50936 CPUtime=0.4 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 10968 13365 0 0 28 4 5 3 20 0 15 0 416220562 11079831552 12734 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2705037 12734 3288 1 0 2667149 0
[pid=8646/tid=8699] ppid=8643 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 7444 13365 0 0 18 3 5 3 20 0 15 0 416220571 11079831552 12734 33554432000 4194304 4196468 140722754334624 140459241656928 140459269878941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079831552 12734 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 15 0 416220573 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 13 13365 0 0 0 0 5 3 20 0 15 0 416220574 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458718127392 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458114147952 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 338 13365 0 0 1 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 328 13365 0 0 2 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10820148 memory=139649478628992 CPUtime=0.13 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 623 13365 0 0 5 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10820148 memory=139649478628992 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220577 11079831552 12734 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50936 KiB

[startup+0.702614 s]
/proc/loadavg: 1.61 1.57 1.48 3/227 8712
/proc/meminfo: memFree=21836096/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10824360 memory=83904 CPUtime=1.13 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 15123 13365 0 0 99 6 5 3 20 0 15 0 416220562 11084144640 20976 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2706090 20976 3512 1 0 2668173 0
[pid=8646/tid=8699] ppid=8643 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 10386 13365 0 0 54 4 5 3 20 0 15 0 416220571 11084144640 20976 33554432000 4194304 4196468 140722754334624 140459241672928 140458871571190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11084144640 20976 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10824360 memory=139649318269712 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 2 13365 0 0 0 0 5 3 20 0 15 0 416220572 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10824360 memory=139650861630044 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220572 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10824360 memory=612 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 5 13365 0 0 0 0 5 3 20 0 15 0 416220573 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10824360 memory=7302135314614015845 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 13 13365 0 0 0 0 5 3 20 0 15 0 416220574 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458718127392 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10824360 memory=6081102367496956009 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458114147952 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10824360 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10824360 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 798 13365 0 0 11 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10824360 memory=19048 CPUtime=0.23 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 839 13365 0 0 15 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10824360 memory=532 CPUtime=0.25 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 860 13365 0 0 17 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10824360 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220577 11084144640 20976 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83904 KiB

[startup+1.50073 s]
/proc/loadavg: 1.61 1.57 1.48 3/227 8712
/proc/meminfo: memFree=21787388/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10834676 memory=179836 CPUtime=2.61 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 24979 13365 0 0 241 12 5 3 20 0 15 0 416220562 11094708224 44959 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2708669 44959 3574 1 0 2670733 0
[pid=8646/tid=8699] ppid=8643 vsize=10834676 memory=67836 CPUtime=1.42 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 16250 13365 0 0 127 7 5 3 20 0 15 0 416220571 11094708224 44959 33554432000 4194304 4196468 140722754334624 140459241663552 140459255926027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 325 13365 0 0 1 0 5 3 20 0 15 0 416220572 11094708224 44959 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10834676 memory=279298636570784 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 40 13365 0 0 0 0 5 3 20 0 15 0 416220572 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 55 13365 0 0 1 0 5 3 20 0 15 0 416220572 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 81 13365 0 0 1 0 5 3 20 0 15 0 416220572 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 762 13365 0 0 1 0 5 3 20 0 15 0 416220573 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 14 13365 0 0 0 0 5 3 20 0 15 0 416220574 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458718127456 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458114147968 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10834676 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 1438 13365 0 0 30 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10834676 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 1943 13365 0 0 35 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10834676 memory=8112282956445269571 CPUtime=0.48 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) R 8643 8646 6304 0 -1 4202560 1854 13365 0 0 40 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458793355632 140459248346800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10834676 memory=279298636815296 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220577 11094708224 44959 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834676 KiB

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

[pid=8646/tid=8711] ppid=8643 vsize=10851092 memory=930408 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10851092 memory=930408 CPUtime=0.61 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 924 13365 0 0 25 28 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 914.82 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 930408 KiB

[startup+891.201 s]
/proc/loadavg: 1.41 1.40 1.41 3/229 8926
/proc/meminfo: memFree=21727512/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10851092 memory=930408 CPUtime=916.44 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 160500 13365 0 0 91477 159 5 3 20 0 15 0 416220562 11111518208 232602 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2712773 232602 3635 1 0 2674829 0
[pid=8646/tid=8699] ppid=8643 vsize=10851092 memory=39620 CPUtime=881.43 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 49864 13365 0 0 88103 32 5 3 20 0 15 0 416220571 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459241692864 140458897168392 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10851092 memory=988 CPUtime=4.21 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 8023 13365 0 0 392 21 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=4.22 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 7805 13365 0 0 392 22 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10851092 memory=1424 CPUtime=4.23 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 8153 13365 0 0 392 23 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10851092 memory=1540 CPUtime=4.18 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 4820 13365 0 0 391 19 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10851092 memory=772 CPUtime=4.05 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 9123 13365 0 0 378 19 5 3 20 0 15 0 416220573 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10851092 memory=10596 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 16 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458718127520 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10851092 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458114147968 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10851092 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10851092 memory=4004 CPUtime=4.99 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 24646 13365 0 0 487 4 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10851092 memory=2828 CPUtime=5.13 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 21677 13365 0 0 502 3 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10851092 memory=1048 CPUtime=3.98 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 23233 13365 0 0 384 6 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10851092 memory=5900 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10851092 memory=612 CPUtime=0.62 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 924 13365 0 0 26 28 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 916.44 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 930408 KiB

[startup+892.001 s]*
/proc/loadavg: 1.46 1.41 1.41 3/229 8926
/proc/meminfo: memFree=21727512/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10851092 memory=930408 CPUtime=917.26 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 160524 13365 0 0 91559 159 5 3 20 0 15 0 416220562 11111518208 232602 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2712773 232602 3635 1 0 2674829 0
[pid=8646/tid=8699] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=882.24 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 49888 13365 0 0 88184 32 5 3 20 0 15 0 416220571 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459241693088 140458874669888 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10851092 memory=4872558044660077418 CPUtime=4.21 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 8023 13365 0 0 392 21 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10851092 memory=111636 CPUtime=4.22 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 7805 13365 0 0 392 22 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10851092 memory=804 CPUtime=4.23 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 8153 13365 0 0 392 23 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10851092 memory=1804 CPUtime=4.19 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 4820 13365 0 0 392 19 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10851092 memory=916 CPUtime=4.05 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 9123 13365 0 0 378 19 5 3 20 0 15 0 416220573 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10851092 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 16 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458718127520 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10851092 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458114147968 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10851092 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10851092 memory=4004 CPUtime=4.99 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 24646 13365 0 0 487 4 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10851092 memory=2828 CPUtime=5.13 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 21677 13365 0 0 502 3 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10851092 memory=1048 CPUtime=3.98 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 23233 13365 0 0 384 6 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10851092 memory=5900 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10851092 memory=612 CPUtime=0.62 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 924 13365 0 0 26 28 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 917.26 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 930408 KiB

[startup+892.401 s]
/proc/loadavg: 1.46 1.41 1.41 3/229 8926
/proc/meminfo: memFree=21727512/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10851092 memory=930408 CPUtime=917.66 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 160529 13365 0 0 91599 159 5 3 20 0 15 0 416220562 11111518208 232602 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2712773 232602 3635 1 0 2674829 0
[pid=8646/tid=8699] ppid=8643 vsize=10851092 memory=930408 CPUtime=882.62 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 49891 13365 0 0 88222 32 5 3 20 0 15 0 416220571 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459241692256 140458885225797 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10851092 memory=930408 CPUtime=4.21 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 8024 13365 0 0 392 21 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=4.22 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 7805 13365 0 0 392 22 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10851092 memory=930408 CPUtime=4.24 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 8154 13365 0 0 393 23 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10851092 memory=1408 CPUtime=4.19 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 4820 13365 0 0 392 19 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10851092 memory=3204 CPUtime=4.06 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 9123 13365 0 0 379 19 5 3 20 0 15 0 416220573 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10851092 memory=530424 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 16 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458718127520 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458114147968 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10851092 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10851092 memory=39620 CPUtime=4.99 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 24646 13365 0 0 487 4 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10851092 memory=988 CPUtime=5.13 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 21677 13365 0 0 502 3 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10851092 memory=2016 CPUtime=3.98 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 23233 13365 0 0 384 6 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10851092 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10851092 memory=1540 CPUtime=0.62 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 924 13365 0 0 26 28 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 917.66 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 930408 KiB

[startup+892.801 s]
/proc/loadavg: 1.46 1.41 1.41 3/229 8926
/proc/meminfo: memFree=21727512/32770624 swapFree=66999276/67108860
[pid=8646] ppid=8643 vsize=10851092 memory=930408 CPUtime=918.06 cores=0,2,4,6
/proc/8646/stat : 8646 (java) S 8643 8646 6304 0 -1 1077944320 160531 13365 0 0 91639 159 5 3 20 0 15 0 416220562 11111518208 232602 33554432000 4194304 4196468 140722754334624 140722754317168 140459269857015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
/proc/8646/statm: 2712773 232602 3635 1 0 2674829 0
[pid=8646/tid=8699] ppid=8643 vsize=10851092 memory=930408 CPUtime=883.03 cores=0,2,4,6
/proc/8646/task/8699/stat : 8699 (java) R 8643 8646 6304 0 -1 4202560 49893 13365 0 0 88262 33 5 3 20 0 15 0 416220571 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459241692384 140458882033781 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8700] ppid=8643 vsize=10851092 memory=930408 CPUtime=4.21 cores=0,2,4,6
/proc/8646/task/8700/stat : 8700 (java) S 8643 8646 6304 0 -1 1077944384 8024 13365 0 0 392 21 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140459274099088 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8701] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=4.23 cores=0,2,4,6
/proc/8646/task/8701/stat : 8701 (java) S 8643 8646 6304 0 -1 1077944384 7805 13365 0 0 393 22 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458842577168 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8702] ppid=8643 vsize=10851092 memory=988 CPUtime=4.24 cores=0,2,4,6
/proc/8646/task/8702/stat : 8702 (java) S 8643 8646 6304 0 -1 1077944384 8154 13365 0 0 393 23 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458841524880 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8703] ppid=8643 vsize=10851092 memory=4004 CPUtime=4.19 cores=0,2,4,6
/proc/8646/task/8703/stat : 8703 (java) S 8643 8646 6304 0 -1 1077944384 4820 13365 0 0 392 19 5 3 20 0 15 0 416220572 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458840472080 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8704] ppid=8643 vsize=10851092 memory=2828 CPUtime=4.06 cores=0,2,4,6
/proc/8646/task/8704/stat : 8704 (java) S 8643 8646 6304 0 -1 1077944384 9123 13365 0 0 379 19 5 3 20 0 15 0 416220573 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458796513904 140459269868162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8705] ppid=8643 vsize=10851092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8705/stat : 8705 (java) S 8643 8646 6304 0 -1 1077944384 16 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458718127520 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8706] ppid=8643 vsize=10851092 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8706/stat : 8706 (java) S 8643 8646 6304 0 -1 1077944384 1 13365 0 0 0 0 5 3 20 0 15 0 416220574 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458114147968 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8707] ppid=8643 vsize=10851092 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8707/stat : 8707 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457806748240 140459269875611 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8708] ppid=8643 vsize=10851092 memory=930408 CPUtime=4.99 cores=0,2,4,6
/proc/8646/task/8708/stat : 8708 (java) S 8643 8646 6304 0 -1 1077944384 24646 13365 0 0 487 4 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458795460720 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8709] ppid=8643 vsize=10851092 memory=930408 CPUtime=5.13 cores=0,2,4,6
/proc/8646/task/8709/stat : 8709 (java) S 8643 8646 6304 0 -1 1077944384 21677 13365 0 0 502 3 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458794407920 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8710] ppid=8643 vsize=10851092 memory=2016 CPUtime=3.98 cores=0,2,4,6
/proc/8646/task/8710/stat : 8710 (java) S 8643 8646 6304 0 -1 1077944384 23233 13365 0 0 384 6 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458793355632 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8711] ppid=8643 vsize=10851092 memory=930408 CPUtime=0.08 cores=0,2,4,6
/proc/8646/task/8711/stat : 8711 (java) S 8643 8646 6304 0 -1 1077944384 3 13365 0 0 0 0 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140457773189600 140459269867221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
[pid=8646/tid=8712] ppid=8643 vsize=10851092 memory=3624 CPUtime=0.62 cores=0,2,4,6
/proc/8646/task/8712/stat : 8712 (java) S 8643 8646 6304 0 -1 1077944384 924 13365 0 0 26 28 5 3 20 0 15 0 416220577 11111518208 232602 33554432000 4194304 4196468 140722754334624 140458792303536 140459269868162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11407360 140722754341617 140722754344133 140722754344133 140722754346959 0
Current children cumulated CPU time: 918.06 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 930408 KiB

Child status: 0
Real time (s): 892.861
CPU time (s): 918.132
CPU user time (s): 916.49
CPU system time (s): 1.64231
CPU usage (%): 102.83
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 972544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 916.49
system time used= 1.6423
maximum resident set size= 974592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105326
involuntary context switches= 3680


# summary of solver processes directly reported to runsolver:
#   pid: 8646
#   total CPU time (s): 918.132
#   total CPU user time (s): 916.49
#   total CPU system time (s): 1.64231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49688 second user time and 8.36413 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-13 21:26:21
IDJOB=4396450
IDBENCH=133279
IDSOLVER=2847
FILE ID=node140/4396450-1568402821
RUNJOBID= node140-1568394621-6335
PBS_JOBID= 21701868
Free space on /tmp= 58104 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396450-1568402821/watcher-4396450-1568402821 -o /tmp/evaluation-result-4396450-1568402821/solver-4396450-1568402821 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568394621-6335 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=65190757 HOME/instance-4396450-1568402821.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=65190757

node140.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.43
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.43
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.43
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.43
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:        21888652 kB
MemAvailable:   30580784 kB
Buffers:          173496 kB
Cached:          8726300 kB
SwapCached:         2744 kB
Active:          2712728 kB
Inactive:        7470108 kB
Active(anon):    1279968 kB
Inactive(anon):    43940 kB
Active(file):    1432760 kB
Inactive(file):  7426168 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66999276 kB
Dirty:             35264 kB
Writeback:             0 kB
AnonPages:       1389180 kB
Mapped:            57496 kB
Shmem:             32252 kB
Slab:             291732 kB
SReclaimable:     261664 kB
SUnreclaim:        30068 kB
KernelStack:        3808 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2411680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58068 MiB
End job on node140 at 2019-09-13 21:41:14