Trace number 4403146

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.3OPT2 188.47 178.83

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.318535
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
9.26/4.09	o 77
9.59/4.19	o 76
9.89/4.22	o 75
9.89/4.28	o 74
10.19/4.33	o 73
10.19/4.38	o 72
10.53/4.41	o 71
10.53/4.45	o 70
10.53/4.49	o 69
10.80/4.52	o 68
10.80/4.55	o 67
10.80/4.58	o 66
10.98/4.61	o 65
10.98/4.62	o 64
10.98/4.64	o 63
10.98/4.65	o 3
113.88/105.28	o 2
188.41/178.81	v <instantiation
188.41/178.81	v         cost = '2'>
188.41/178.81	v       <list>
188.41/178.81	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
188.41/178.81	v       </list>
188.41/178.81	v       <values>
188.41/178.81	v         1 2 0 2 0 1 2 2 1 0 0 1 2 0 1 0 0 2 2 0 1 1 2 2 1 1 1 0 0 2 0 0 1 2 2 1 0 0 1 1 2 1 0 2 1 0 1 0 0 2 2 0 2 1 1 1 2 0 1 2 0 0 0 1 2 1 2 1 1 2 1 0 0 0 0 2 2 1
188.41/178.81	v       </values>
188.41/178.81	v     </instantiation>
188.41/178.81	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403146-1568985438/watcher-4403146-1568985438 -o /var/tmp/evaluation-result-4403146-1568985438/solver-4403146-1568985438 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13935 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4403146-1568985438.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=18500, runsolver pid=18497

[startup+0.100062 s]*
/proc/loadavg: 1.33 1.46 1.48 3/218 18557
/proc/meminfo: memFree=2239716/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=9988792 memory=15704 CPUtime=0.08 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 4648 13092 0 0 1 0 5 2 20 0 6 0 474480237 10228523008 3860 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2497198 3926 1986 1 0 2485636 0
[pid=18500/tid=18553] ppid=18497 vsize=10055356 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) S 18497 18500 13903 0 -1 1077944384 2456 13092 0 0 1 0 5 2 20 0 7 0 474480246 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051737991952 140051766159061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10055356 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 7 0 474480247 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10055356 memory=140512885679744 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 7 0 474480247 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 7 0 474480247 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 7 0 474480247 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10055356 memory=140512885679744 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 7 0 474480248 10296684544 3926 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 15704 KiB

[startup+0.209845 s]*
/proc/loadavg: 1.33 1.46 1.48 3/227 18566
/proc/meminfo: memFree=2223396/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10820196 memory=38736 CPUtime=0.26 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 7607 13092 0 0 18 1 5 2 20 0 15 0 474480237 11079880704 9684 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2705049 9684 3311 1 0 2667149 0
[pid=18500/tid=18553] ppid=18497 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 4014 13092 0 0 11 1 5 2 20 0 15 0 474480246 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051737959888 140051766170781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10820196 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10820196 memory=140512889179653 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10820196 memory=140512885679744 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 474480248 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 474480249 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051224548896 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11079880704 9684 33554432000 4194304 4196468 140728799983360 140050629125488 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 595 13092 0 0 1 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) R 18497 18500 13903 0 -1 4202560 76 13092 0 0 1 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051189938416 140051744023040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10820196 memory=140512885679744 CPUtime=0.1 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 673 13092 0 0 3 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10820196 memory=140512885679744 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 9684 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 38736 KiB

[startup+0.310688 s]*
/proc/loadavg: 1.33 1.46 1.48 4/227 18566
/proc/meminfo: memFree=2211560/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10820196 memory=46940 CPUtime=0.4 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 11004 13092 0 0 30 3 5 2 20 0 15 0 474480237 11079880704 11735 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2705049 11735 3336 1 0 2667149 0
[pid=18500/tid=18553] ppid=18497 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 7359 13092 0 0 19 2 5 2 20 0 15 0 474480246 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051737960400 140051751843840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 474480247 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 474480248 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 474480249 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051224548896 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11079880704 11800 33554432000 4194304 4196468 140728799983360 140050629125488 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 602 13092 0 0 2 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 86 13092 0 0 1 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10820196 memory=140512885679744 CPUtime=0.12 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 707 13092 0 0 5 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10820196 memory=140512885679744 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480252 11079880704 11800 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46940 KiB

[startup+0.70283 s]
/proc/loadavg: 1.33 1.46 1.48 3/227 18566
/proc/meminfo: memFree=2195548/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10824364 memory=81120 CPUtime=1.15 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 15542 13092 0 0 102 6 5 2 20 0 15 0 474480237 11084148736 20280 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2706091 20280 3506 1 0 2668173 0
[pid=18500/tid=18553] ppid=18497 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 10540 13092 0 0 55 5 5 2 20 0 15 0 474480246 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051737971152 140051766160790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10824364 memory=2536916387585 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10824364 memory=448689948 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480247 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10824364 memory=6451477228439570844 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2 13092 0 0 0 0 5 2 20 0 15 0 474480247 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10824364 memory=5859555189624820304 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 5 13092 0 0 0 0 5 2 20 0 15 0 474480248 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10824364 memory=6369023815509044583 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 33 13092 0 0 0 0 5 2 20 0 15 0 474480249 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051224548896 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10824364 memory=30272 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11084148736 20280 33554432000 4194304 4196468 140728799983360 140050629125488 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10824364 memory=2120 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10824364 memory=508 CPUtime=0.23 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) R 18497 18500 13903 0 -1 4202560 1239 13092 0 0 16 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051190979888 140051751058128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10824364 memory=1560 CPUtime=0.19 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) R 18497 18500 13903 0 -1 1077944384 515 13092 0 0 12 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10824364 memory=932 CPUtime=0.24 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 994 13092 0 0 17 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10824364 memory=1568 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10824364 memory=1444 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480252 11084148736 20280 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81120 KiB

[startup+1.50408 s]
/proc/loadavg: 1.33 1.46 1.48 3/227 18566
/proc/meminfo: memFree=2154664/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10834680 memory=168652 CPUtime=2.48 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 22247 13092 0 0 231 10 5 2 20 0 15 0 474480237 11094712320 42163 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2708670 42163 3581 1 0 2670733 0
[pid=18500/tid=18553] ppid=18497 vsize=10834680 memory=6378026435742 CPUtime=1.43 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 15384 13092 0 0 129 7 5 2 20 0 15 0 474480246 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051737955408 140051766160790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10834680 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 38 13092 0 0 1 0 5 2 20 0 15 0 474480247 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 20 13092 0 0 0 0 5 2 20 0 15 0 474480247 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 61 13092 0 0 1 0 5 2 20 0 15 0 474480247 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 348 13092 0 0 1 0 5 2 20 0 15 0 474480247 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 135 13092 0 0 1 0 5 2 20 0 15 0 474480248 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 34 13092 0 0 0 0 5 2 20 0 15 0 474480249 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051224548960 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10834680 memory=281025481888640 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11094712320 42163 33554432000 4194304 4196468 140728799983360 140050629125488 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10834680 memory=140512740952688 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10834680 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 1537 13092 0 0 26 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10834680 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 687 13092 0 0 26 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10834680 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) R 18497 18500 13903 0 -1 4202560 1792 13092 0 0 42 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051188882552 140051744830302 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10834680 memory=220218743914141 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10834680 memory=3444630 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480252 11094712320 42163 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0

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

[pid=18500/tid=18565] ppid=18497 vsize=10846988 memory=827312 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10846988 memory=3612 CPUtime=0.16 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 640 13092 0 0 4 5 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 182.32 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 827312 KiB

[startup+176.001 s]*
/proc/loadavg: 1.41 1.48 1.49 3/228 18580
/proc/meminfo: memFree=1602660/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10846988 memory=827312 CPUtime=185.59 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 85019 13092 0 0 18501 51 5 2 20 0 15 0 474480237 11107315712 206828 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2711747 206828 3629 1 0 2673805 0
[pid=18500/tid=18553] ppid=18497 vsize=10846988 memory=1398722017469774279 CPUtime=174.76 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 29290 13092 0 0 17451 18 5 2 20 0 15 0 474480246 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051737982080 140051383719415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10846988 memory=4126316290023845779 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 3350 13092 0 0 50 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10846988 memory=3848 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 4144 13092 0 0 51 4 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10846988 memory=2608 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 472 13092 0 0 51 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10846988 memory=2928 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2543 13092 0 0 50 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10846988 memory=1408 CPUtime=0.57 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 7999 13092 0 0 47 3 5 2 20 0 15 0 474480248 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10846988 memory=3232 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 40 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051224549024 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10846988 memory=2060084 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050629125504 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10846988 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10846988 memory=1408 CPUtime=3.32 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 14030 13092 0 0 323 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10846988 memory=3072 CPUtime=2.98 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 12037 13092 0 0 289 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10846988 memory=827312 CPUtime=1.83 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 8264 13092 0 0 174 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10846988 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10846988 memory=1398722017469774279 CPUtime=0.16 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 640 13092 0 0 4 5 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 185.59 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 827312 KiB

[startup+177.601 s]
/proc/loadavg: 1.46 1.49 1.49 3/228 18580
/proc/meminfo: memFree=1603416/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10846988 memory=827312 CPUtime=187.19 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 85029 13092 0 0 18661 51 5 2 20 0 15 0 474480237 11107315712 206828 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2711747 206828 3629 1 0 2673805 0
[pid=18500/tid=18553] ppid=18497 vsize=10846988 memory=6791534058613427641 CPUtime=176.34 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 29298 13092 0 0 17609 18 5 2 20 0 15 0 474480246 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051737985216 140051384010344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10846988 memory=827312 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 3351 13092 0 0 51 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10846988 memory=988 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 4144 13092 0 0 51 4 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10846988 memory=6791534058613427641 CPUtime=0.64 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 472 13092 0 0 52 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10846988 memory=2928 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2544 13092 0 0 50 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10846988 memory=1408 CPUtime=0.58 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 7999 13092 0 0 48 3 5 2 20 0 15 0 474480248 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10846988 memory=3232 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 40 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051224549024 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10846988 memory=2062644 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050629125504 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10846988 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10846988 memory=1408 CPUtime=3.32 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 14030 13092 0 0 323 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10846988 memory=3072 CPUtime=2.98 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 12037 13092 0 0 289 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10846988 memory=827312 CPUtime=1.83 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 8264 13092 0 0 174 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10846988 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10846988 memory=1398722017469774279 CPUtime=0.16 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 640 13092 0 0 4 5 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 187.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 827312 KiB

[startup+178.401 s]
/proc/loadavg: 1.46 1.49 1.49 3/228 18580
/proc/meminfo: memFree=1604800/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10846988 memory=827312 CPUtime=188 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 85035 13092 0 0 18742 51 5 2 20 0 15 0 474480237 11107315712 206828 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2711747 206828 3629 1 0 2673805 0
[pid=18500/tid=18553] ppid=18497 vsize=10846988 memory=827312 CPUtime=177.13 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 29303 13092 0 0 17688 18 5 2 20 0 15 0 474480246 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051737985104 140051386905813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10846988 memory=827312 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 3351 13092 0 0 51 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10846988 memory=3848 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 4144 13092 0 0 52 4 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10846988 memory=2608 CPUtime=0.64 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 473 13092 0 0 52 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10846988 memory=2928 CPUtime=0.62 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2544 13092 0 0 50 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10846988 memory=1408 CPUtime=0.58 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 7999 13092 0 0 48 3 5 2 20 0 15 0 474480248 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10846988 memory=3232 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 40 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051224549024 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10846988 memory=2061108 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050629125504 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10846988 memory=4100 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10846988 memory=1408 CPUtime=3.32 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 14030 13092 0 0 323 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10846988 memory=3072 CPUtime=2.98 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 12037 13092 0 0 289 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10846988 memory=827312 CPUtime=1.83 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 8264 13092 0 0 174 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10846988 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10846988 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 640 13092 0 0 4 5 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 188 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 827312 KiB

[startup+178.801 s]
/proc/loadavg: 1.46 1.49 1.49 3/228 18580
/proc/meminfo: memFree=1604800/32770624 swapFree=66966844/67108860
[pid=18500] ppid=18497 vsize=10846988 memory=827312 CPUtime=188.41 cores=1,3,5,7
/proc/18500/stat : 18500 (java) S 18497 18500 13903 0 -1 1077944320 85038 13092 0 0 18783 51 5 2 20 0 15 0 474480237 11107315712 206828 33554432000 4194304 4196468 140728799983360 140728799965904 140051766148855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
/proc/18500/statm: 2711747 206828 3629 1 0 2673805 0
[pid=18500/tid=18553] ppid=18497 vsize=10846988 memory=302304366344536374 CPUtime=177.53 cores=1,3,5,7
/proc/18500/task/18553/stat : 18553 (java) R 18497 18500 13903 0 -1 4202560 29305 13092 0 0 17728 18 5 2 20 0 15 0 474480246 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051737985120 140051386904812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18554] ppid=18497 vsize=10846988 memory=14408211662899591 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18554/stat : 18554 (java) S 18497 18500 13903 0 -1 1077944384 3351 13092 0 0 51 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051770391184 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18555] ppid=18497 vsize=10846988 memory=6298394465649383011 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18555/stat : 18555 (java) S 18497 18500 13903 0 -1 1077944384 4145 13092 0 0 52 4 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051704433168 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18556] ppid=18497 vsize=10846988 memory=7230354741939103332 CPUtime=0.64 cores=1,3,5,7
/proc/18500/task/18556/stat : 18556 (java) S 18497 18500 13903 0 -1 1077944384 473 13092 0 0 52 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051338332560 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18557] ppid=18497 vsize=10846988 memory=8099279071866868844 CPUtime=0.63 cores=1,3,5,7
/proc/18500/task/18557/stat : 18557 (java) S 18497 18500 13903 0 -1 1077944384 2544 13092 0 0 51 5 5 2 20 0 15 0 474480247 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051337279760 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18558] ppid=18497 vsize=10846988 memory=7234030490512353113 CPUtime=0.58 cores=1,3,5,7
/proc/18500/task/18558/stat : 18558 (java) S 18497 18500 13903 0 -1 1077944384 7999 13092 0 0 48 3 5 2 20 0 15 0 474480248 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051225602928 140051766160002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18559] ppid=18497 vsize=10846988 memory=4627829655970261584 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18559/stat : 18559 (java) S 18497 18500 13903 0 -1 1077944384 40 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051224549024 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18560] ppid=18497 vsize=10846988 memory=7230354741939103332 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18560/stat : 18560 (java) S 18497 18500 13903 0 -1 1077944384 1 13092 0 0 0 0 5 2 20 0 15 0 474480249 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050629125504 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18561] ppid=18497 vsize=10846988 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18561/stat : 18561 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050321725776 140051766167451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18562] ppid=18497 vsize=10846988 memory=1660 CPUtime=3.32 cores=1,3,5,7
/proc/18500/task/18562/stat : 18562 (java) S 18497 18500 13903 0 -1 1077944384 14030 13092 0 0 323 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051190991216 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18563] ppid=18497 vsize=10846988 memory=827312 CPUtime=2.98 cores=1,3,5,7
/proc/18500/task/18563/stat : 18563 (java) S 18497 18500 13903 0 -1 1077944384 12037 13092 0 0 289 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051189938416 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18564] ppid=18497 vsize=10846988 memory=827312 CPUtime=1.83 cores=1,3,5,7
/proc/18500/task/18564/stat : 18564 (java) S 18497 18500 13903 0 -1 1077944384 8264 13092 0 0 174 2 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051188885616 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18565] ppid=18497 vsize=10846988 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/18500/task/18565/stat : 18565 (java) S 18497 18500 13903 0 -1 1077944384 3 13092 0 0 0 0 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140050288167136 140051766159061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
[pid=18500/tid=18566] ppid=18497 vsize=10846988 memory=140512741799264 CPUtime=0.16 cores=1,3,5,7
/proc/18500/task/18566/stat : 18566 (java) S 18497 18500 13903 0 -1 1077944384 640 13092 0 0 4 5 5 2 20 0 15 0 474480252 11107315712 206828 33554432000 4194304 4196468 140728799983360 140051187834032 140051766160002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11923456 140728799988325 140728799990965 140728799990965 140728799993807 0
Current children cumulated CPU time: 188.41 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 827312 KiB

Child status: 0
Real time (s): 178.83
CPU time (s): 188.47
CPU user time (s): 187.907
CPU system time (s): 0.562838
CPU usage (%): 105.391
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 830592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.907
system time used= 0.562838
maximum resident set size= 831620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21210
involuntary context switches= 403


# summary of solver processes directly reported to runsolver:
#   pid: 18500
#   total CPU time (s): 188.47
#   total CPU user time (s): 187.907
#   total CPU system time (s): 0.562838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08908 second user time and 1.71202 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 15:16:36
IDJOB=4403146
IDBENCH=140558
IDSOLVER=2862
FILE ID=node145/4403146-1568985438
RUNJOBID= node145-1568967596-13935
PBS_JOBID= 21704615
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403146-1568985438/watcher-4403146-1568985438 -o /var/tmp/evaluation-result-4403146-1568985438/solver-4403146-1568985438 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13935 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=99636543 HOME/instance-4403146-1568985438.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=99636543

node145.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.59
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.59
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.59
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.59
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:         2246896 kB
MemAvailable:   29596704 kB
Buffers:          146744 kB
Cached:         27155960 kB
SwapCached:        32484 kB
Active:         15786640 kB
Inactive:       13771564 kB
Active(anon):    2191348 kB
Inactive(anon):   113280 kB
Active(file):   13595292 kB
Inactive(file): 13658284 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             35472 kB
Writeback:             0 kB
AnonPages:       2387528 kB
Mapped:            65724 kB
Shmem:             40640 kB
Slab:             553680 kB
SReclaimable:     524692 kB
SUnreclaim:        28988 kB
KernelStack:        3984 kB
PageTables:        11772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3342816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2142208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node145 at 2019-09-20 15:19:35