Trace number 4392153

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.10OPT56 482.159 466.541

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-7.xml
MD5SUMd869450afe9c29c5d3a1d31c4402b074
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark22.6671
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":12},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.71/0.55	c Concrete v3.10.1560635388952 running
119.53/109.95	o -3957
119.53/109.99	o -2967
119.69/110.04	o -2963
120.62/110.90	o -2959
123.70/113.50	o -1966
128.60/117.92	o -1960
128.95/118.24	o -1955
129.71/118.91	o -1953
130.02/119.27	o -968
132.14/121.25	o -965
132.24/121.32	o -963
132.24/121.32	o -956
132.24/121.39	o -946
134.91/123.97	o -944
142.74/131.50	o -939
143.26/132.02	o -935
224.51/211.65	o 48
232.28/219.22	o 49
232.28/219.23	o 54
269.08/254.87	o 56
482.10/466.52	v <instantiation
482.10/466.52	v         cost = '56'>
482.10/466.52	v       <list>
482.10/466.52	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] 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]
482.10/466.52	v       </list>
482.10/466.52	v       <values>
482.10/466.52	v         6 0 -1 9 3 4 12 1 7 8 11 5 13 14 20 16 10 -1 -1 -1 21 15 -1 -1 0 17 -1 13 12 11 1 16 15 14 9 10 2 3 4 7 8 -1 -1 -1 5 6 -1 -1 1 7 0 4 -2 5 2 0 8 2 6 7 0 -2 6 5 2 0 0 0 5 0 0 0
482.10/466.52	v       </values>
482.10/466.52	v     </instantiation>
482.10/466.52	s OPTIMUM FOUND

Verifier Data

OK	56

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392153-1568315890/watcher-4392153-1568315890 -o /tmp/evaluation-result-4392153-1568315890/solver-4392153-1568315890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1834264085 HOME/instance-4392153-1568315890.xml 

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

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
solver pid=15947, runsolver pid=15944
Current StackSize limit: 8192 KiB


[startup+0.110179 s]*
/proc/loadavg: 1.52 1.62 1.62 5/219 16004
/proc/meminfo: memFree=21076728/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10355560 memory=22664 CPUtime=0.1 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 4880 13127 0 0 2 1 4 3 20 0 9 0 407503960 10604093440 5666 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2588890 5666 2100 1 0 2551431 0
[pid=15947/tid=16000] ppid=15944 vsize=10355560 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 2678 13127 0 0 1 0 4 3 20 0 9 0 407503969 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877693505392 139877705749854 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 9 0 407503969 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10355560 memory=139655796762240 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 9 0 407503969 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 9 0 407503969 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 9 0 407503969 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10355560 memory=139655796762240 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 9 0 407503971 10604093440 5670 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 13 13127 0 0 0 0 4 3 20 0 9 0 407503971 10604093440 5670 33554432000 4194304 4196468 140734412488528 139876615840672 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 9 0 407503972 10604093440 5670 33554432000 4194304 4196468 140734412488528 139876481623088 139877721679573 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22664 KiB

[startup+0.210327 s]*
/proc/loadavg: 1.52 1.62 1.62 4/228 16013
/proc/meminfo: memFree=21059684/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10818940 memory=38684 CPUtime=0.26 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 7059 13127 0 0 17 2 4 3 20 0 15 0 407503960 11078594560 9671 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2704735 9671 2951 1 0 2667149 0
[pid=15947/tid=16000] ppid=15944 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 3559 13127 0 0 11 1 4 3 20 0 15 0 407503969 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877693502840 139877705749854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10818940 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503969 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10818940 memory=139655799729248 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10818940 memory=139655796762240 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503971 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 13 13127 0 0 0 0 4 3 20 0 15 0 407503971 11078594560 9671 33554432000 4194304 4196468 140734412488528 139876615840672 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503972 11078594560 9671 33554432000 4194304 4196468 140734412488528 139876481623024 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11078594560 9671 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 577 13127 0 0 1 0 4 3 20 0 15 0 407503974 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 59 13127 0 0 0 0 4 3 20 0 15 0 407503974 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10818940 memory=139655796762240 CPUtime=0.1 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 630 13127 0 0 3 0 4 3 20 0 15 0 407503974 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11078594560 9671 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10818940 memory=139655796762240 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503975 11078594560 9671 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38684 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.56 1.62 1.62 5/228 16013
/proc/meminfo: memFree=21049284/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10820096 memory=49968 CPUtime=0.4 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 10666 13127 0 0 29 4 4 3 20 0 15 0 407503960 11079778304 12492 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2705024 12492 3202 1 0 2667149 0
[pid=15947/tid=16000] ppid=15944 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 7153 13127 0 0 19 2 4 3 20 0 15 0 407503969 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877693486992 139877721681302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10820096 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503969 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10820096 memory=1398720917958146503 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10820096 memory=139655796769233 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503971 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 13 13127 0 0 0 0 4 3 20 0 15 0 407503971 11079778304 12492 33554432000 4194304 4196468 140734412488528 139876615840672 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503972 11079778304 12492 33554432000 4194304 4196468 140734412488528 139876481623024 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11079778304 12492 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 578 13127 0 0 2 0 4 3 20 0 15 0 407503974 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 60 13127 0 0 1 0 4 3 20 0 15 0 407503974 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10820096 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) R 15944 15947 9865 0 -1 4202560 643 13127 0 0 5 0 4 3 20 0 15 0 407503974 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877177613040 139877721690714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10820096 memory=139655796762240 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11079778304 12492 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503975 11079778304 12492 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49968 KiB

[startup+0.700803 s]
/proc/loadavg: 1.56 1.62 1.62 6/228 16013
/proc/meminfo: memFree=21035860/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10824340 memory=80688 CPUtime=1.13 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 14860 13127 0 0 100 6 4 3 20 0 15 0 407503960 11084124160 20172 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2706085 20172 3507 1 0 2668173 0
[pid=15947/tid=16000] ppid=15944 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) D 15944 15947 9865 0 -1 1077944384 10529 13127 0 0 55 4 4 3 20 0 15 0 407503969 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877693496560 139877721693245 0 4 0 16800975 18446744072101821988 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503969 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10824340 memory=2461553133057 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10824340 memory=448751368 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 2 13127 0 0 0 0 4 3 20 0 15 0 407503969 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10824340 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 6 13127 0 0 0 0 4 3 20 0 15 0 407503971 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10824340 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 13 13127 0 0 0 0 4 3 20 0 15 0 407503971 11084124160 20172 33554432000 4194304 4196468 140734412488528 139876615840672 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10824340 memory=520 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503972 11084124160 20172 33554432000 4194304 4196468 140734412488528 139876481623024 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10824340 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11084124160 20172 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10824340 memory=924 CPUtime=0.23 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 959 13127 0 0 16 0 4 3 20 0 15 0 407503974 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10824340 memory=3688 CPUtime=0.18 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 297 13127 0 0 11 0 4 3 20 0 15 0 407503974 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10824340 memory=1984 CPUtime=0.24 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 835 13127 0 0 17 0 4 3 20 0 15 0 407503974 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10824340 memory=6153431502485416297 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11084124160 20172 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10824340 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503975 11084124160 20172 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80688 KiB

[startup+1.50818 s]
/proc/loadavg: 1.56 1.62 1.62 6/228 16013
/proc/meminfo: memFree=20967736/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10834656 memory=214836 CPUtime=2.97 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 25129 13127 0 0 278 12 4 3 20 0 15 0 407503960 11094687744 53709 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2708664 53709 3571 1 0 2670733 0
[pid=15947/tid=16000] ppid=15944 vsize=10834656 memory=6297553283385743204 CPUtime=1.43 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 15687 13127 0 0 129 7 4 3 20 0 15 0 407503969 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877693477392 139877644726417 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10834656 memory=6297553283385743204 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 93 13127 0 0 1 0 4 3 20 0 15 0 407503969 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10834656 memory=7738971288909533298 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 300 13127 0 0 1 0 4 3 20 0 15 0 407503969 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10834656 memory=7228961759559773546 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 53 13127 0 0 1 0 4 3 20 0 15 0 407503969 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10834656 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 37 13127 0 0 1 0 4 3 20 0 15 0 407503969 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 1285 13127 0 0 1 0 4 3 20 0 15 0 407503971 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10834656 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 14 13127 0 0 0 0 4 3 20 0 15 0 407503971 11094687744 53709 33554432000 4194304 4196468 140734412488528 139876615840672 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10834656 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 1 13127 0 0 0 0 4 3 20 0 15 0 407503972 11094687744 53709 33554432000 4194304 4196468 140734412488528 139876481623024 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10834656 memory=8976414709404591081 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11094687744 53709 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10834656 memory=6944652177228980320 CPUtime=0.62 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 2873 13127 0 0 55 0 4 3 20 0 15 0 407503974 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10834656 memory=6791534058613427641 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 1055 13127 0 0 47 0 4 3 20 0 15 0 407503974 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10834656 memory=-8253362664378450061 CPUtime=0.45 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 1518 13127 0 0 38 0 4 3 20 0 15 0 407503974 11094687744 53709 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0

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

[pid=15947/tid=16012] ppid=15944 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11107291136 530795 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10846964 memory=1412 CPUtime=0.25 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 380 13127 0 0 8 10 4 3 20 0 15 0 407503975 11107291136 530795 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 479.59 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2123180 KiB

[startup+465.601 s]
/proc/loadavg: 2.03 1.95 1.77 3/227 16057
/proc/meminfo: memFree=18426264/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10846964 memory=2129368 CPUtime=481.19 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 147442 13127 0 0 47998 114 4 3 20 0 15 0 407503960 11107291136 532342 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2711741 532342 3622 1 0 2673805 0
[pid=15947/tid=16000] ppid=15944 vsize=10846964 memory=2116 CPUtime=464.95 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 56875 13127 0 0 46452 36 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877693503824 139877317254228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10846964 memory=520 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 2457 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10846964 memory=6791534058613427641 CPUtime=0.52 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 4604 13127 0 0 33 12 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10846964 memory=1232 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2466 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10846964 memory=1064 CPUtime=0.53 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 3337 13127 0 0 33 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10846964 memory=14008 CPUtime=0.18 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 11179 13127 0 0 9 2 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 32 13127 0 0 0 0 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876615840800 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10846964 memory=2121044 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 37 13127 0 0 0 0 4 3 20 0 15 0 407503972 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876481623040 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10846964 memory=2129324 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10846964 memory=1440 CPUtime=5.04 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 17944 13127 0 0 494 3 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10846964 memory=804 CPUtime=5.71 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 24485 13127 0 0 559 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10846964 memory=9580 CPUtime=3.45 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 21434 13127 0 0 333 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10846964 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10846964 memory=776 CPUtime=0.25 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 380 13127 0 0 8 10 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 481.19 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2129368 KiB

[startup+466.001 s]*
/proc/loadavg: 2.03 1.95 1.77 3/227 16057
/proc/meminfo: memFree=18426264/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10846964 memory=2129368 CPUtime=481.6 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 147454 13127 0 0 48039 114 4 3 20 0 15 0 407503960 11107291136 532342 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2711741 532342 3622 1 0 2673805 0
[pid=15947/tid=16000] ppid=15944 vsize=10846964 memory=8317482817917895235 CPUtime=465.36 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 56887 13127 0 0 46493 36 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877693503824 139877317256227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10846964 memory=4872558044660077418 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 2457 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10846964 memory=4872558044660077418 CPUtime=0.52 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 4604 13127 0 0 33 12 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10846964 memory=920 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2466 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10846964 memory=3848 CPUtime=0.53 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 3337 13127 0 0 33 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10846964 memory=2780 CPUtime=0.18 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 11179 13127 0 0 9 2 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10846964 memory=2604 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 32 13127 0 0 0 0 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876615840800 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10846964 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 37 13127 0 0 0 0 4 3 20 0 15 0 407503972 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876481623040 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10846964 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10846964 memory=3280 CPUtime=5.04 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 17944 13127 0 0 494 3 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10846964 memory=1816508 CPUtime=5.71 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 24485 13127 0 0 559 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10846964 memory=1412 CPUtime=3.45 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 21434 13127 0 0 333 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10846964 memory=3132 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.25 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 380 13127 0 0 8 10 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 481.6 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2129368 KiB

[startup+466.401 s]
/proc/loadavg: 2.03 1.95 1.77 3/227 16057
/proc/meminfo: memFree=18426264/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10846964 memory=2129368 CPUtime=481.99 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 147465 13127 0 0 48078 114 4 3 20 0 15 0 407503960 11107291136 532342 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2711741 532342 3622 1 0 2673805 0
[pid=15947/tid=16000] ppid=15944 vsize=10846964 memory=988 CPUtime=465.75 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 56898 13127 0 0 46532 36 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877693503824 139877317252942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10846964 memory=2129368 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 2457 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.52 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 4604 13127 0 0 33 12 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2466 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10846964 memory=2121044 CPUtime=0.53 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 3337 13127 0 0 33 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10846964 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 11179 13127 0 0 9 2 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10846964 memory=37880 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 32 13127 0 0 0 0 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876615840800 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10846964 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 37 13127 0 0 0 0 4 3 20 0 15 0 407503972 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876481623040 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10846964 memory=2008 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10846964 memory=1436 CPUtime=5.04 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 17944 13127 0 0 494 3 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10846964 memory=6791534058613427641 CPUtime=5.71 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 24485 13127 0 0 559 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10846964 memory=2780 CPUtime=3.45 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 21434 13127 0 0 333 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10846964 memory=2604 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10846964 memory=4104 CPUtime=0.25 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 380 13127 0 0 8 10 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 481.99 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2129368 KiB

[startup+466.501 s]
/proc/loadavg: 2.03 1.95 1.77 3/227 16057
/proc/meminfo: memFree=18426264/32770624 swapFree=66939824/67108860
[pid=15947] ppid=15944 vsize=10846964 memory=2129368 CPUtime=482.1 cores=1,3,5,7
/proc/15947/stat : 15947 (java) S 15944 15947 9865 0 -1 1077944320 147923 13127 0 0 48089 114 4 3 20 0 15 0 407503960 11107291136 532342 33554432000 4194304 4196468 140734412488528 140734412471072 139877721669367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
/proc/15947/statm: 2711741 532342 3622 1 0 2673805 0
[pid=15947/tid=16000] ppid=15944 vsize=10846964 memory=2129368 CPUtime=465.85 cores=1,3,5,7
/proc/15947/task/16000/stat : 16000 (java) R 15944 15947 9865 0 -1 4202560 56901 13127 0 0 46542 36 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877693501856 139877317253810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16001] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16001/stat : 16001 (java) S 15944 15947 9865 0 -1 1077944384 2457 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877725911824 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16002] ppid=15944 vsize=10846964 memory=2121044 CPUtime=0.52 cores=1,3,5,7
/proc/15947/task/16002/stat : 16002 (java) S 15944 15947 9865 0 -1 1077944384 4604 13127 0 0 33 12 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877624802192 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16003] ppid=15944 vsize=10846964 memory=2102608 CPUtime=0.54 cores=1,3,5,7
/proc/15947/task/16003/stat : 16003 (java) S 15944 15947 9865 0 -1 1077944384 2466 13127 0 0 34 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877623749648 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16004] ppid=15944 vsize=10846964 memory=11089 CPUtime=0.53 cores=1,3,5,7
/proc/15947/task/16004/stat : 16004 (java) S 15944 15947 9865 0 -1 1077944384 3337 13127 0 0 33 13 4 3 20 0 15 0 407503969 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877293091984 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16005] ppid=15944 vsize=10846964 memory=2129324 CPUtime=0.18 cores=1,3,5,7
/proc/15947/task/16005/stat : 16005 (java) S 15944 15947 9865 0 -1 1077944384 11179 13127 0 0 9 2 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877180770288 139877721680514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16006] ppid=15944 vsize=10846964 memory=2129368 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16006/stat : 16006 (java) S 15944 15947 9865 0 -1 1077944384 32 13127 0 0 0 0 4 3 20 0 15 0 407503971 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876615840800 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16007] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16007/stat : 16007 (java) S 15944 15947 9865 0 -1 1077944384 37 13127 0 0 0 0 4 3 20 0 15 0 407503972 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876481623040 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16008] ppid=15944 vsize=10846964 memory=2121132 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16008/stat : 16008 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876241332432 139877721687963 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16009] ppid=15944 vsize=10846964 memory=2121132 CPUtime=5.04 cores=1,3,5,7
/proc/15947/task/16009/stat : 16009 (java) S 15944 15947 9865 0 -1 1077944384 17944 13127 0 0 494 3 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877179718128 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16010] ppid=15944 vsize=10846964 memory=2129368 CPUtime=5.71 cores=1,3,5,7
/proc/15947/task/16010/stat : 16010 (java) S 15944 15947 9865 0 -1 1077944384 24701 13127 0 0 559 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877178665584 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16011] ppid=15944 vsize=10846964 memory=2129368 CPUtime=3.45 cores=1,3,5,7
/proc/15947/task/16011/stat : 16011 (java) S 15944 15947 9865 0 -1 1077944384 21673 13127 0 0 333 5 4 3 20 0 15 0 407503974 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877177613040 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16012] ppid=15944 vsize=10846964 memory=2129368 CPUtime=0.07 cores=1,3,5,7
/proc/15947/task/16012/stat : 16012 (java) S 15944 15947 9865 0 -1 1077944384 3 13127 0 0 0 0 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139876207774816 139877721679573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
[pid=15947/tid=16013] ppid=15944 vsize=10846964 memory=3504 CPUtime=0.25 cores=1,3,5,7
/proc/15947/task/16013/stat : 16013 (java) S 15944 15947 9865 0 -1 1077944384 380 13127 0 0 8 10 4 3 20 0 15 0 407503975 11107291136 532342 33554432000 4194304 4196468 140734412488528 139877176559920 139877721680514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 10473472 140734412491509 140734412494021 140734412494021 140734412496847 0
Current children cumulated CPU time: 482.1 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2129368 KiB

Child status: 0
Real time (s): 466.541
CPU time (s): 482.159
CPU user time (s): 480.959
CPU system time (s): 1.19929
CPU usage (%): 103.348
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 2129368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 480.959
system time used= 1.19929
maximum resident set size= 2131452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24988
involuntary context switches= 293


# summary of solver processes directly reported to runsolver:
#   pid: 15947
#   total CPU time (s): 482.159
#   total CPU user time (s): 480.959
#   total CPU system time (s): 1.19929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.92276 second user time and 4.19082 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 21:17:31
IDJOB=4392153
IDBENCH=128019
IDSOLVER=2837
FILE ID=node119/4392153-1568315890
RUNJOBID= node119-1568306047-10998
PBS_JOBID= 21701106
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392153-1568315890/watcher-4392153-1568315890 -o /tmp/evaluation-result-4392153-1568315890/solver-4392153-1568315890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1834264085 HOME/instance-4392153-1568315890.xml

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

MD5SUM BENCH= d869450afe9c29c5d3a1d31c4402b074
RANDOM SEED=1834264085

node119.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.47
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.47
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.47
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.47
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:        21085988 kB
MemAvailable:   30533572 kB
Buffers:          161432 kB
Cached:          9510048 kB
SwapCached:        61084 kB
Active:          3554860 kB
Inactive:        7451176 kB
Active(anon):    1273148 kB
Inactive(anon):   102704 kB
Active(file):    2281712 kB
Inactive(file):  7348472 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             35756 kB
Writeback:             0 kB
AnonPages:       1450040 kB
Mapped:            56628 kB
Shmem:             32808 kB
Slab:             274332 kB
SReclaimable:     245860 kB
SUnreclaim:        28472 kB
KernelStack:        4016 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2752468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 21:25:18