Trace number 4401427

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.2OPT1053 1405.77 1372.89

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-2.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark198.816
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
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.75/0.55	c Concrete v3.12.2.1568631193530 running
9.81/4.00	o 621
10.17/4.01	o 637
11.11/4.37	o 760
12.77/5.06	o 790
13.03/5.19	o 807
14.94/6.10	o 843
18.39/8.00	o 849
19.49/8.66	o 918
19.67/8.75	o 967
88.09/74.75	o 977
201.94/187.07	o 990
1340.77/1308.92	o 1053
1405.66/1372.87	v <instantiation
1405.66/1372.87	v         cost = '1053'>
1405.66/1372.87	v       <list>
1405.66/1372.87	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]
1405.66/1372.87	v       </list>
1405.66/1372.87	v       <values>
1405.66/1372.87	v         10 0 29 19 1 5 6 2 9 25 22 4 20 13 24 15 12 17 18 16 28 21 14 23 7 3 26 11 27 8 34 0 296 83 13 0 0 31 54 54 207 228 122 0 16 0 23 0 0 85 127 0 270 0 68 152 0 45 34 55 0 0 40 67 89 0 0 19 47 68 94 86 34 0 14 0 67 0 0 31 78 0 99 0 56 14 0 35 53 62
1405.66/1372.87	v       </values>
1405.66/1372.87	v     </instantiation>
1405.66/1372.87	s OPTIMUM FOUND

Verifier Data

OK	1053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401427-1568683389/watcher-4401427-1568683389 -o /tmp/evaluation-result-4401427-1568683389/solver-4401427-1568683389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401427-1568683389.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
Current StackSize limit: 8192 KiB

solver pid=17274, runsolver pid=17271

[startup+0.100036 s]*
/proc/loadavg: 1.32 1.36 1.41 3/219 17331
/proc/meminfo: memFree=30209132/32770624 swapFree=66922328/67108860
[pid=17274] ppid=17271 vsize=9988792 memory=19536 CPUtime=0.09 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 4619 13055 0 0 1 1 5 2 20 0 6 0 444276794 10228523008 4884 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2497198 4884 1969 1 0 2485636 0
[pid=17274/tid=17327] ppid=17271 vsize=10055356 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 2433 13055 0 0 0 0 5 2 20 0 7 0 444276803 10296684544 4884 33554432000 4194304 4196468 140728978355264 140479429016336 140479442856470 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10055356 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 7 0 444276804 10296684544 4884 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10055356 memory=140399732987520 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 7 0 444276804 10296684544 4884 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 7 0 444276804 10296684544 4884 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 7 0 444276804 10296684544 4884 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10055356 memory=140399732987520 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 7 0 444276805 10296684544 4884 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 19536 KiB

[startup+0.210132 s]*
/proc/loadavg: 1.32 1.36 1.41 3/228 17340
/proc/meminfo: memFree=30184428/32770624 swapFree=66922328/67108860
[pid=17274] ppid=17271 vsize=10822180 memory=45892 CPUtime=0.27 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 7881 13055 0 0 17 3 5 2 20 0 15 0 444276794 11081912320 11407 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2705545 11473 3298 1 0 2667645 0
[pid=17274/tid=17327] ppid=17271 vsize=10823808 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 4543 13055 0 0 10 2 5 2 20 0 15 0 444276803 11083579392 11605 33554432000 4194304 4196468 140728978355264 140479428985600 140479449852957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10823808 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11083579392 11671 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10823808 memory=140399736093318 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11083579392 11671 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11083579392 11671 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276804 11083579392 11671 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10823808 memory=140399732987520 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276805 11083579392 11671 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 33 13055 0 0 0 0 5 2 20 0 15 0 444276806 11083579392 11737 33554432000 4194304 4196468 140728978355264 140478914736928 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11083579392 11737 33554432000 4194304 4196468 140728978355264 140478313915504 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11083579392 11737 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 480 13055 0 0 1 0 5 2 20 0 15 0 444276809 11083579392 11737 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 184 13055 0 0 1 0 5 2 20 0 15 0 444276809 11083579392 11803 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10823808 memory=140399732987520 CPUtime=0.1 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 608 13055 0 0 3 0 5 2 20 0 15 0 444276809 11083579392 11803 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11083579392 11803 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10823808 memory=140399732987520 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276809 11083579392 11803 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10822180 KiB
Current children cumulated memory: 45892 KiB

[startup+0.310414 s]*
/proc/loadavg: 1.32 1.36 1.41 3/228 17340
/proc/meminfo: memFree=30174788/32770624 swapFree=66922328/67108860
[pid=17274] ppid=17271 vsize=10820196 memory=52376 CPUtime=0.4 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 10803 13055 0 0 29 4 5 2 20 0 15 0 444276794 11079880704 13094 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2705049 13094 3309 1 0 2667149 0
[pid=17274/tid=17327] ppid=17271 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 7258 13055 0 0 19 3 5 2 20 0 15 0 444276803 11079880704 13094 33554432000 4194304 4196468 140728978355264 140479428994640 140479439041701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11079880704 13094 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11079880704 13094 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11079880704 13094 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276804 11079880704 13094 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276805 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 33 13055 0 0 0 0 5 2 20 0 15 0 444276806 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478914736928 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478313915504 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 480 13055 0 0 1 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) R 17271 17274 14447 0 -1 1077944384 185 13055 0 0 2 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10820196 memory=140399732987520 CPUtime=0.12 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) R 17271 17274 14447 0 -1 1077944384 627 13055 0 0 5 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10820196 memory=140399732987520 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276809 11079880704 13094 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52376 KiB

[startup+0.700958 s]
/proc/loadavg: 1.54 1.40 1.42 4/228 17340
/proc/meminfo: memFree=30159268/32770624 swapFree=66922328/67108860
[pid=17274] ppid=17271 vsize=10824364 memory=85324 CPUtime=1.12 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 15032 13055 0 0 99 6 5 2 20 0 15 0 444276794 11084148736 21331 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2706091 21331 3514 1 0 2668173 0
[pid=17274/tid=17327] ppid=17271 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 10321 13055 0 0 55 4 5 2 20 0 15 0 444276803 11084148736 21331 33554432000 4194304 4196468 140728978355264 140479428990968 140479440366070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11084148736 21331 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11084148736 21331 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276804 11084148736 21331 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276804 11084148736 21331 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 5 13055 0 0 0 0 5 2 20 0 15 0 444276805 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10824364 memory=140402480906834 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 33 13055 0 0 0 0 5 2 20 0 15 0 444276806 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478914736928 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10824364 memory=140402480906835 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478313915504 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10824364 memory=140402480906838 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10824364 memory=140402480906840 CPUtime=0.2 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) R 17271 17274 14447 0 -1 4202560 926 13055 0 0 13 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478881180272 140479442280921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10824364 memory=140402480906842 CPUtime=0.2 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) R 17271 17274 14447 0 -1 4202560 673 13055 0 0 13 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478880114912 140479437874990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10824364 memory=142854907232911 CPUtime=0.23 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 854 13055 0 0 16 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10824364 memory=140402480907139 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10824364 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276809 11084148736 21331 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85324 KiB

[startup+1.50098 s]
/proc/loadavg: 1.54 1.40 1.42 3/228 17340
/proc/meminfo: memFree=30110768/32770624 swapFree=66922328/67108860
[pid=17274] ppid=17271 vsize=10834680 memory=181964 CPUtime=2.62 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 25154 13055 0 0 243 12 5 2 20 0 15 0 444276794 11094712320 45491 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2708670 45491 3578 1 0 2670733 0
[pid=17274/tid=17327] ppid=17271 vsize=10834680 memory=1580 CPUtime=1.42 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 16041 13055 0 0 129 6 5 2 20 0 15 0 444276803 11094712320 45491 33554432000 4194304 4196468 140728978355264 140479428975480 140479457195165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10834680 memory=290763849282617370 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 331 13055 0 0 1 0 5 2 20 0 15 0 444276804 11094712320 45491 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 24 13055 0 0 0 0 5 2 20 0 15 0 444276804 11094712320 45491 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10834680 memory=280799190840576 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 96 13055 0 0 1 0 5 2 20 0 15 0 444276804 11094712320 45491 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10834680 memory=140399595422544 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 65 13055 0 0 1 0 5 2 20 0 15 0 444276804 11094712320 45491 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 1126 13055 0 0 1 0 5 2 20 0 15 0 444276805 11094712320 45491 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 34 13055 0 0 0 0 5 2 20 0 15 0 444276806 11094712320 45491 33554432000 4194304 4196468 140728978355264 140478914736928 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10834680 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11094712320 45521 33554432000 4194304 4196468 140728978355264 140478313915520 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10834680 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 1542 13055 0 0 33 0 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10834680 memory=7682475212697334586 CPUtime=0.39 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 1815 13055 0 0 32 0 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10834680 memory=-7595718316223324558 CPUtime=0.48 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 1866 13055 0 0 40 1 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276809 11094712320 45521 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0

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

[pid=17274/tid=17339] ppid=17271 vsize=10849048 memory=997260 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10849048 memory=997260 CPUtime=0.89 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1256 13055 0 0 36 46 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1402.41 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 999308 KiB

[startup+1371.2 s]
/proc/loadavg: 1.41 1.47 1.45 3/228 17497
/proc/meminfo: memFree=29182276/32770624 swapFree=66922332/67108860
[pid=17274] ppid=17271 vsize=10849048 memory=999308 CPUtime=1404.03 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 208162 13055 0 0 140151 245 5 2 20 0 15 0 444276794 11109425152 249827 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2712262 249827 3632 1 0 2674317 0
[pid=17274/tid=17327] ppid=17271 vsize=10849048 memory=988 CPUtime=1355.75 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 62253 13055 0 0 135525 43 5 2 20 0 15 0 444276803 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479429009248 140479075117229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10849048 memory=2012 CPUtime=7.1 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 12927 13055 0 0 663 40 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10849048 memory=1324 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 10592 13055 0 0 665 37 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10849048 memory=1704 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 19627 13055 0 0 663 41 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10849048 memory=5972 CPUtime=7.08 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 8636 13055 0 0 669 32 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10849048 memory=588 CPUtime=6.27 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 13339 13055 0 0 588 32 5 2 20 0 15 0 444276805 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10849048 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 39 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478914736992 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10849048 memory=999308 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478313915520 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10849048 memory=32380 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10849048 memory=988 CPUtime=4.54 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 23995 13055 0 0 443 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10849048 memory=2012 CPUtime=4.78 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 28129 13055 0 0 467 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10849048 memory=1324 CPUtime=3.93 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 25155 13055 0 0 379 7 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10849048 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10849048 memory=11620 CPUtime=0.89 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1256 13055 0 0 36 46 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1404.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 999308 KiB

[startup+1372 s]*
/proc/loadavg: 1.41 1.47 1.45 3/228 17497
/proc/meminfo: memFree=29182308/32770624 swapFree=66922332/67108860
[pid=17274] ppid=17271 vsize=10849048 memory=999308 CPUtime=1404.85 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 208169 13055 0 0 140233 245 5 2 20 0 15 0 444276794 11109425152 249827 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2712262 249827 3632 1 0 2674317 0
[pid=17274/tid=17327] ppid=17271 vsize=10849048 memory=8317482817917895235 CPUtime=1356.55 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 62258 13055 0 0 135605 43 5 2 20 0 15 0 444276803 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479429008208 140479075702517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10849048 memory=4872558044660077418 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 12927 13055 0 0 664 40 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10849048 memory=528 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 10592 13055 0 0 665 37 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10849048 memory=288230587427455269 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 19628 13055 0 0 663 41 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10849048 memory=13854057785722322 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 8637 13055 0 0 670 32 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10849048 memory=14008 CPUtime=6.27 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 13339 13055 0 0 588 32 5 2 20 0 15 0 444276805 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10849048 memory=14076 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 39 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478914736992 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10849048 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478313915520 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10849048 memory=12832 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10849048 memory=528 CPUtime=4.54 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 23995 13055 0 0 443 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10849048 memory=1560 CPUtime=4.78 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 28129 13055 0 0 467 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10849048 memory=932 CPUtime=3.93 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 25155 13055 0 0 379 7 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10849048 memory=1492 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10849048 memory=876 CPUtime=0.89 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1256 13055 0 0 36 46 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1404.85 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 999308 KiB

[startup+1372.4 s]
/proc/loadavg: 1.41 1.47 1.45 3/228 17497
/proc/meminfo: memFree=29182308/32770624 swapFree=66922332/67108860
[pid=17274] ppid=17271 vsize=10849048 memory=999308 CPUtime=1405.25 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 208173 13055 0 0 140273 245 5 2 20 0 15 0 444276794 11109425152 249827 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2712262 249827 3632 1 0 2674317 0
[pid=17274/tid=17327] ppid=17271 vsize=10849048 memory=-7101718590825193272 CPUtime=1356.94 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 62261 13055 0 0 135644 43 5 2 20 0 15 0 444276803 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479429008336 140479075518866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10849048 memory=-7101718590825193272 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 12928 13055 0 0 664 40 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10849048 memory=6791534058613427641 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 10592 13055 0 0 665 37 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10849048 memory=4872558044660077418 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 19628 13055 0 0 663 41 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10849048 memory=588 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 8637 13055 0 0 670 32 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10849048 memory=780 CPUtime=6.28 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 13339 13055 0 0 589 32 5 2 20 0 15 0 444276805 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 39 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478914736992 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478313915520 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10849048 memory=758652 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10849048 memory=1408 CPUtime=4.54 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 23995 13055 0 0 443 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10849048 memory=3204 CPUtime=4.78 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 28129 13055 0 0 467 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10849048 memory=999308 CPUtime=3.93 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 25155 13055 0 0 379 7 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10849048 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10849048 memory=1580 CPUtime=0.89 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1256 13055 0 0 36 46 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1405.25 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 999308 KiB

[startup+1372.8 s]
/proc/loadavg: 1.41 1.47 1.45 3/228 17497
/proc/meminfo: memFree=29182308/32770624 swapFree=66922332/67108860
[pid=17274] ppid=17271 vsize=10849048 memory=999308 CPUtime=1405.66 cores=1,3,5,7
/proc/17274/stat : 17274 (java) S 17271 17274 14447 0 -1 1077944320 208177 13055 0 0 140314 245 5 2 20 0 15 0 444276794 11109425152 249827 33554432000 4194304 4196468 140728978355264 140728978337808 140479457173239 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
/proc/17274/statm: 2712262 249827 3632 1 0 2674317 0
[pid=17274/tid=17327] ppid=17271 vsize=10849048 memory=3616 CPUtime=1357.33 cores=1,3,5,7
/proc/17274/task/17327/stat : 17327 (java) R 17271 17274 14447 0 -1 4202560 62263 13055 0 0 135683 43 5 2 20 0 15 0 444276803 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479429009056 140479077584973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17328] ppid=17271 vsize=10849048 memory=32380 CPUtime=7.11 cores=1,3,5,7
/proc/17274/task/17328/stat : 17328 (java) S 17271 17274 14447 0 -1 1077944384 12928 13055 0 0 664 40 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479461415824 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17329] ppid=17271 vsize=10849048 memory=999308 CPUtime=7.1 cores=1,3,5,7
/proc/17274/task/17329/stat : 17329 (java) S 17271 17274 14447 0 -1 1077944384 10593 13055 0 0 666 37 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479388896016 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17330] ppid=17271 vsize=10849048 memory=999308 CPUtime=7.12 cores=1,3,5,7
/proc/17274/task/17330/stat : 17330 (java) S 17271 17274 14447 0 -1 1077944384 19628 13055 0 0 664 41 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479029685392 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17331] ppid=17271 vsize=10849048 memory=32380 CPUtime=7.09 cores=1,3,5,7
/proc/17274/task/17331/stat : 17331 (java) S 17271 17274 14447 0 -1 1077944384 8638 13055 0 0 670 32 5 2 20 0 15 0 444276804 11109425152 249827 33554432000 4194304 4196468 140728978355264 140479028632592 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17332] ppid=17271 vsize=10849048 memory=988 CPUtime=6.28 cores=1,3,5,7
/proc/17274/task/17332/stat : 17332 (java) S 17271 17274 14447 0 -1 1077944384 13339 13055 0 0 589 32 5 2 20 0 15 0 444276805 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478915790960 140479457184386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17333] ppid=17271 vsize=10849048 memory=386 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17333/stat : 17333 (java) S 17271 17274 14447 0 -1 1077944384 39 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478914736992 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17334] ppid=17271 vsize=10849048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17334/stat : 17334 (java) S 17271 17274 14447 0 -1 1077944384 1 13055 0 0 0 0 5 2 20 0 15 0 444276806 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478313915520 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17335] ppid=17271 vsize=10849048 memory=82 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17335/stat : 17335 (java) S 17271 17274 14447 0 -1 1077944384 2 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477978372176 140479457191835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17336] ppid=17271 vsize=10849048 memory=2828 CPUtime=4.54 cores=1,3,5,7
/proc/17274/task/17336/stat : 17336 (java) S 17271 17274 14447 0 -1 1077944384 23995 13055 0 0 443 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478881180272 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17337] ppid=17271 vsize=10849048 memory=1000 CPUtime=4.78 cores=1,3,5,7
/proc/17274/task/17337/stat : 17337 (java) S 17271 17274 14447 0 -1 1077944384 28129 13055 0 0 467 4 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478880127472 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17338] ppid=17271 vsize=10849048 memory=997260 CPUtime=3.93 cores=1,3,5,7
/proc/17274/task/17338/stat : 17338 (java) S 17271 17274 14447 0 -1 1077944384 25155 13055 0 0 379 7 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478879075184 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17339] ppid=17271 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17274/task/17339/stat : 17339 (java) S 17271 17274 14447 0 -1 1077944384 3 13055 0 0 0 0 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140477709937632 140479457183445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
[pid=17274/tid=17340] ppid=17271 vsize=10849048 memory=588 CPUtime=0.89 cores=1,3,5,7
/proc/17274/task/17340/stat : 17340 (java) S 17271 17274 14447 0 -1 1077944384 1256 13055 0 0 36 46 5 2 20 0 15 0 444276809 11109425152 249827 33554432000 4194304 4196468 140728978355264 140478878022064 140479457184386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140728978361072 140728978363589 140728978363589 140728978366415 0
Current children cumulated CPU time: 1405.66 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 999308 KiB

Child status: 0
Real time (s): 1372.89
CPU time (s): 1405.77
CPU user time (s): 1403.28
CPU system time (s): 2.49464
CPU usage (%): 102.395
Max. virtual memory (cumulated for all children) (KiB): 10851712
Max. memory (cumulated for all children) (KiB): 1057312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1403.28
system time used= 2.49464
maximum resident set size= 1057836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168239
involuntary context switches= 6094


# summary of solver processes directly reported to runsolver:
#   pid: 17274
#   total CPU time (s): 1405.77
#   total CPU user time (s): 1403.28
#   total CPU system time (s): 2.49464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.02379 second user time and 13.229 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 03:22:27
IDJOB=4401427
IDBENCH=133278
IDSOLVER=2858
FILE ID=node141/4401427-1568683389
RUNJOBID= node141-1568673289-14479
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401427-1568683389/watcher-4401427-1568683389 -o /tmp/evaluation-result-4401427-1568683389/solver-4401427-1568683389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401427-1568683389.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=479243401

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30216252 kB
MemAvailable:   31128296 kB
Buffers:          221336 kB
Cached:           987784 kB
SwapCached:        77844 kB
Active:          1267292 kB
Inactive:         726300 kB
Active(anon):     712948 kB
Inactive(anon):   114816 kB
Active(file):     554344 kB
Inactive(file):   611484 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922328 kB
Dirty:             35408 kB
Writeback:             4 kB
AnonPages:        816644 kB
Mapped:            56320 kB
Shmem:             34540 kB
Slab:             154388 kB
SReclaimable:     124104 kB
SUnreclaim:        30284 kB
KernelStack:        3792 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1997896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 03:45:20