Trace number 4402661

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 NameAnswerCPU timeWall clock time
Concrete 3.12.3SAT 15.8219 10.9433

General information on the benchmark

NamePrimes/
Primes-m1-p25/Primes-25-40-2-7.xml
MD5SUMb42e085ff70e4cc43f0ee5aad126ad84
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6192
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size96
Maximum domain size96
Distribution of domain sizes[{"size":96,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
15.73/10.92	v <instantiation
15.73/10.92	v         >
15.73/10.92	v       <list>
15.73/10.92	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[97] x[98] x[99]
15.73/10.92	v       </list>
15.73/10.92	v       <values>
15.73/10.92	v         25 79 36 67 31 28 48 66 93 80 24 95 61 83 20 30 97 46 27 59 58 76 2 25 34 14 2 39 8 50 31 27 67 5 30 62 76 61 91 76 60 8 15 22 20 51 73 50 39 4 22 67 14 93 17 78 10 23 37 3 53 52 38 4 73 35 61 61 94 37 77 3 27 92 87 11 7 53 93 13 2 3 66 41 48 37 71 9
15.73/10.92	v       </values>
15.73/10.92	v     </instantiation>
15.73/10.92	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402661-1568978202/watcher-4402661-1568978202 -o /var/tmp/evaluation-result-4402661-1568978202/solver-4402661-1568978202 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1834842146 HOME/instance-4402661-1568978202.xml 

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

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

solver pid=9131, runsolver pid=9128

[startup+0.108453 s]*
/proc/loadavg: 1.33 1.38 1.36 3/218 9188
/proc/meminfo: memFree=4639100/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10355560 memory=21700 CPUtime=0.1 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 4657 13066 0 0 2 1 5 2 20 0 9 0 473734181 10604093440 5420 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2588891 5420 2100 1 0 2551432 0
[pid=9131/tid=9184] ppid=9128 vsize=10355560 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 2428 13066 0 0 1 0 5 2 20 0 9 0 473734190 10604093440 5425 33554432000 4194304 4196468 140732326128576 139706314481520 139706342667421 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10355560 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 9 0 473734190 10604093440 5425 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10355560 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 9 0 473734190 10604093440 5425 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 9 0 473734190 10604093440 5425 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 9 0 473734190 10604093440 5425 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10355560 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 9 0 473734192 10604093440 5425 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 33 13066 0 0 0 0 5 2 20 0 9 0 473734192 10604093440 5425 33554432000 4194304 4196468 140732326128576 139705800655776 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 9 0 473734193 10604093440 5425 33554432000 4194304 4196468 140732326128576 139705689564208 139706342655701 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.210401 s]*
/proc/loadavg: 1.33 1.38 1.36 4/227 9197
/proc/meminfo: memFree=4618156/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10820196 memory=45140 CPUtime=0.26 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 7119 13066 0 0 17 2 5 2 20 0 15 0 473734181 11079880704 11285 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2705049 11285 3292 1 0 2667149 0
[pid=9131/tid=9184] ppid=9128 vsize=10820196 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 3598 13066 0 0 10 1 5 2 20 0 15 0 473734190 11079880704 11285 33554432000 4194304 4196468 140732326128576 139706314459680 139706342667421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 11285 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 11285 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 11285 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 11285 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734192 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 33 13066 0 0 0 0 5 2 20 0 15 0 473734192 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705800655776 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734193 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705689564144 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11079880704 11285 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 357 13066 0 0 1 0 5 2 20 0 15 0 473734195 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 304 13066 0 0 1 0 5 2 20 0 15 0 473734195 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.1 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) R 9128 9131 5532 0 -1 4202560 607 13066 0 0 3 0 5 2 20 0 15 0 473734195 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705764993776 139706342666842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11079880704 11285 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734196 11079880704 11285 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 45140 KiB

[startup+0.310281 s]*
/proc/loadavg: 1.33 1.38 1.36 3/227 9197
/proc/meminfo: memFree=4607508/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10820196 memory=53696 CPUtime=0.4 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 10241 13066 0 0 29 4 5 2 20 0 15 0 473734181 11079880704 13424 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2705049 13424 3311 1 0 2667149 0
[pid=9131/tid=9184] ppid=9128 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 6706 13066 0 0 19 2 5 2 20 0 15 0 473734190 11079880704 13424 33554432000 4194304 4196468 140732326128576 139706314457040 139706342667421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 13424 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10820196 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 13424 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 13424 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11079880704 13424 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734192 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 33 13066 0 0 0 0 5 2 20 0 15 0 473734192 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705800655776 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734193 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705689564144 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11079880704 13424 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 357 13066 0 0 2 0 5 2 20 0 15 0 473734195 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 305 13066 0 0 1 0 5 2 20 0 15 0 473734195 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) S 9128 9131 5532 0 -1 1077944384 616 13066 0 0 5 0 5 2 20 0 15 0 473734195 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705764993776 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11079880704 13424 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10820196 memory=140143370241664 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734196 11079880704 13424 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53696 KiB

[startup+0.70069 s]
/proc/loadavg: 1.46 1.40 1.37 5/227 9197
/proc/meminfo: memFree=4593724/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10824364 memory=86012 CPUtime=1.15 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 14694 13066 0 0 103 5 5 2 20 0 15 0 473734181 11084148736 21503 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2706091 21503 3513 1 0 2668173 0
[pid=9131/tid=9184] ppid=9128 vsize=10824364 memory=12028 CPUtime=0.66 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 10051 13066 0 0 56 3 5 2 20 0 15 0 473734190 11084148736 21503 33554432000 4194304 4196468 140732326128576 139706314472656 139706324229994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10824364 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734190 11084148736 21503 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11084148736 21503 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734190 11084148736 21503 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10824364 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734190 11084148736 21503 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10824364 memory=7305218370954224976 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 6 13066 0 0 0 0 5 2 20 0 15 0 473734192 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10824364 memory=7739276948477995114 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 33 13066 0 0 0 0 5 2 20 0 15 0 473734192 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705800655776 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10824364 memory=5787219427700265040 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734193 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705689564144 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10824364 memory=5450909908396307978 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11084148736 21503 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10824364 memory=-7533522213388100735 CPUtime=0.22 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 870 13066 0 0 15 0 5 2 20 0 15 0 473734195 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10824364 memory=6944656591801717918 CPUtime=0.2 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 761 13066 0 0 13 0 5 2 20 0 15 0 473734195 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) R 9128 9131 5532 0 -1 4202560 752 13066 0 0 17 0 5 2 20 0 15 0 473734195 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705764989728 139706334882622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11084148736 21503 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 1 13066 0 0 0 0 5 2 20 0 15 0 473734196 11084148736 21503 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 86012 KiB

[startup+1.50073 s]
/proc/loadavg: 1.46 1.40 1.37 5/227 9197
/proc/meminfo: memFree=4549048/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10834680 memory=171788 CPUtime=2.47 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 24266 13066 0 0 230 10 5 2 20 0 15 0 473734181 11094712320 42947 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2708670 42947 3584 1 0 2670733 0
[pid=9131/tid=9184] ppid=9128 vsize=10834680 memory=55 CPUtime=1.43 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 15052 13066 0 0 130 6 5 2 20 0 15 0 473734190 11094712320 42947 33554432000 4194304 4196468 140732326128576 139706314432944 139705911826567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 22 13066 0 0 1 0 5 2 20 0 15 0 473734190 11094712320 42947 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 107 13066 0 0 1 0 5 2 20 0 15 0 473734190 11094712320 42947 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10834680 memory=18141941861341 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 415 13066 0 0 1 0 5 2 20 0 15 0 473734190 11094712320 42947 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10834680 memory=-5587106307024652944 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 97 13066 0 0 1 0 5 2 20 0 15 0 473734190 11094712320 42947 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10834680 memory=-2892745056951965031 CPUtime=0.08 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 2311 13066 0 0 1 0 5 2 20 0 15 0 473734192 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10834680 memory=-7161732098441943118 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 33 13066 0 0 0 0 5 2 20 0 15 0 473734192 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705800655840 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10834680 memory=3472328296227736225 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734193 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705689564160 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10834680 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11094712320 42947 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10834680 memory=-2605811476043407915 CPUtime=0.31 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 1133 13066 0 0 24 0 5 2 20 0 15 0 473734195 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10834680 memory=6944652177228980320 CPUtime=0.32 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 994 13066 0 0 25 0 5 2 20 0 15 0 473734195 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10834680 memory=8128038100524242582 CPUtime=0.49 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) R 9128 9131 5532 0 -1 4202560 1888 13066 0 0 42 0 5 2 20 0 15 0 473734195 11094712320 42947 33554432000 4194304 4196468 140732326128576 139705764988848 139706335750311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0

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

[pid=9131/tid=9196] ppid=9128 vsize=10844940 memory=510832 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 140532 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10844940 memory=1096 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 10 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 140532 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 12.8 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 562128 KiB

[startup+9.60072 s]
/proc/loadavg: 1.50 1.41 1.37 3/227 9197
/proc/meminfo: memFree=4048908/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10844940 memory=662576 CPUtime=14.42 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 48804 13066 0 0 1411 24 5 2 20 0 15 0 473734181 11105218560 165644 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2711235 165644 3620 1 0 2673293 0
[pid=9131/tid=9184] ppid=9128 vsize=10844940 memory=3616 CPUtime=9.43 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 22774 13066 0 0 923 13 5 2 20 0 15 0 473734190 11105218560 165644 33554432000 4194304 4196468 140732326128576 139706314481056 139705918187030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10844940 memory=8112282956445269571 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 64 13066 0 0 4 0 5 2 20 0 15 0 473734190 11105218560 165644 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10844940 memory=119 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 139 13066 0 0 4 0 5 2 20 0 15 0 473734190 11105218560 165644 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10844940 memory=926 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 519 13066 0 0 4 0 5 2 20 0 15 0 473734190 11105218560 165644 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10844940 memory=459 CPUtime=0.13 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 231 13066 0 0 5 1 5 2 20 0 15 0 473734190 11105218560 165644 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10844940 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 4159 13066 0 0 4 0 5 2 20 0 15 0 473734192 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10844940 memory=3 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 37 13066 0 0 0 0 5 2 20 0 15 0 473734192 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705800655840 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10844940 memory=280286479086512 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734193 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705689564160 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10844940 memory=41393351297770 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11105218560 165644 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10844940 memory=41393351297770 CPUtime=1.84 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 7754 13066 0 0 176 1 5 2 20 0 15 0 473734195 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10844940 memory=41393351297770 CPUtime=1.76 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 4635 13066 0 0 168 1 5 2 20 0 15 0 473734195 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10844940 memory=41393351297770 CPUtime=1.26 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) S 9128 9131 5532 0 -1 1077944384 6268 13066 0 0 117 2 5 2 20 0 15 0 473734195 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705764993776 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10844940 memory=280286478783184 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 165644 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 10 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 165644 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 662576 KiB

[startup+10.4007 s]
/proc/loadavg: 1.50 1.41 1.37 3/227 9197
/proc/meminfo: memFree=3999508/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10844940 memory=666772 CPUtime=15.23 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 48814 13066 0 0 1491 25 5 2 20 0 15 0 473734181 11105218560 166693 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2711235 166693 3623 1 0 2673293 0
[pid=9131/tid=9184] ppid=9128 vsize=10844940 memory=0 CPUtime=10.23 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 22775 13066 0 0 1003 13 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706314481248 139705918189033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10844940 memory=8112282956445269571 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 66 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10844940 memory=7588953948169265753 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 141 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10844940 memory=3547041866295175158 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 521 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10844940 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 233 13066 0 0 5 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10844940 memory=510832 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 4159 13066 0 0 4 0 5 2 20 0 15 0 473734192 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10844940 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 37 13066 0 0 0 0 5 2 20 0 15 0 473734192 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705800655840 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10844940 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734193 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705689564160 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10844940 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10844940 memory=6944656575208382560 CPUtime=1.84 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 7754 13066 0 0 176 1 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10844940 memory=6656426216303648864 CPUtime=1.76 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 4635 13066 0 0 168 1 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10844940 memory=6944656592387989600 CPUtime=1.26 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) S 9128 9131 5532 0 -1 1077944384 6268 13066 0 0 117 2 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705764993776 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10844940 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 166693 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10844940 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 11 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 666772 KiB

[startup+10.8007 s]
/proc/loadavg: 1.50 1.41 1.37 3/227 9197
/proc/meminfo: memFree=3999508/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10844940 memory=666772 CPUtime=15.63 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 48893 13066 0 0 1531 25 5 2 20 0 15 0 473734181 11105218560 166693 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2711235 166693 3623 1 0 2673293 0
[pid=9131/tid=9184] ppid=9128 vsize=10844940 memory=8112282956445269571 CPUtime=10.63 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 22854 13066 0 0 1043 13 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706314481248 139705918263621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10844940 memory=920 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 66 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10844940 memory=3848 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 141 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10844940 memory=2664 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 521 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10844940 memory=2608 CPUtime=0.13 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 233 13066 0 0 5 1 5 2 20 0 15 0 473734190 11105218560 166693 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10844940 memory=4108 CPUtime=0.11 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 4159 13066 0 0 4 0 5 2 20 0 15 0 473734192 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10844940 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 37 13066 0 0 0 0 5 2 20 0 15 0 473734192 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705800655840 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10844940 memory=3228 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734193 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705689564160 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10844940 memory=55364 CPUtime=1.84 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 7754 13066 0 0 176 1 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10844940 memory=6656426216303648864 CPUtime=1.76 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 4635 13066 0 0 168 1 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10844940 memory=6656426216303648864 CPUtime=1.26 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) S 9128 9131 5532 0 -1 1077944384 6268 13066 0 0 117 2 5 2 20 0 15 0 473734195 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705764993776 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 166693 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 11 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 166693 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 666772 KiB

[startup+10.9007 s]
/proc/loadavg: 1.50 1.41 1.37 3/227 9197
/proc/meminfo: memFree=3999508/32770624 swapFree=67001736/67108860
[pid=9131] ppid=9128 vsize=10844940 memory=699672 CPUtime=15.73 cores=1,3,5,7
/proc/9131/stat : 9131 (java) S 9128 9131 5532 0 -1 1077944320 50015 13066 0 0 1540 26 5 2 20 0 15 0 473734181 11105218560 174918 33554432000 4194304 4196468 140732326128576 140732326111120 139706342645495 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
/proc/9131/statm: 2711235 174918 3623 1 0 2673293 0
[pid=9131/tid=9184] ppid=9128 vsize=10844940 memory=666772 CPUtime=10.72 cores=1,3,5,7
/proc/9131/task/9184/stat : 9184 (java) R 9128 9131 5532 0 -1 4202560 22874 13066 0 0 1051 14 5 2 20 0 15 0 473734190 11105218560 174918 33554432000 4194304 4196468 140732326128576 139706314480960 139705918187144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9185] ppid=9128 vsize=10844940 memory=666772 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9185/stat : 9185 (java) S 9128 9131 5532 0 -1 1077944384 98 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 174918 33554432000 4194304 4196468 140732326128576 139706346887952 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9186] ppid=9128 vsize=10844940 memory=662576 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9186/stat : 9186 (java) S 9128 9131 5532 0 -1 1077944384 190 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 174918 33554432000 4194304 4196468 140732326128576 139706235161488 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9187] ppid=9128 vsize=10844940 memory=6944656575208382560 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9187/stat : 9187 (java) S 9128 9131 5532 0 -1 1077944384 521 13066 0 0 4 1 5 2 20 0 15 0 473734190 11105218560 174918 33554432000 4194304 4196468 140732326128576 139706234108944 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9188] ppid=9128 vsize=10844940 memory=7516628093859751506 CPUtime=0.13 cores=1,3,5,7
/proc/9131/task/9188/stat : 9188 (java) S 9128 9131 5532 0 -1 1077944384 1214 13066 0 0 5 1 5 2 20 0 15 0 473734190 11105218560 174918 33554432000 4194304 4196468 140732326128576 139706233056400 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9189] ppid=9128 vsize=10844940 memory=280286479220944 CPUtime=0.12 cores=1,3,5,7
/proc/9131/task/9189/stat : 9189 (java) S 9128 9131 5532 0 -1 1077944384 4199 13066 0 0 5 0 5 2 20 0 15 0 473734192 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705801709552 139706342656642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9190] ppid=9128 vsize=10844940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9190/stat : 9190 (java) S 9128 9131 5532 0 -1 1077944384 37 13066 0 0 0 0 5 2 20 0 15 0 473734192 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705800655840 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9191] ppid=9128 vsize=10844940 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9191/stat : 9191 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734193 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705689564160 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9192] ppid=9128 vsize=10844940 memory=7445127931701715813 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9192/stat : 9192 (java) S 9128 9131 5532 0 -1 1077944384 2 13066 0 0 0 0 5 2 20 0 15 0 473734195 11105218560 174918 33554432000 4194304 4196468 140732326128576 139704884259024 139706342664091 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9193] ppid=9128 vsize=10844940 memory=8112282956445269571 CPUtime=1.84 cores=1,3,5,7
/proc/9131/task/9193/stat : 9193 (java) S 9128 9131 5532 0 -1 1077944384 7754 13066 0 0 176 1 5 2 20 0 15 0 473734195 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705767098864 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9194] ppid=9128 vsize=10844940 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/9131/task/9194/stat : 9194 (java) S 9128 9131 5532 0 -1 1077944384 4635 13066 0 0 168 1 5 2 20 0 15 0 473734195 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705766046320 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9195] ppid=9128 vsize=10844940 memory=3616 CPUtime=1.26 cores=1,3,5,7
/proc/9131/task/9195/stat : 9195 (java) S 9128 9131 5532 0 -1 1077944384 6268 13066 0 0 117 2 5 2 20 0 15 0 473734195 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705764993776 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9196] ppid=9128 vsize=10844940 memory=611280 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9196/stat : 9196 (java) S 9128 9131 5532 0 -1 1077944384 3 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 174918 33554432000 4194304 4196468 140732326128576 139704615824480 139706342655701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
[pid=9131/tid=9197] ppid=9128 vsize=10844940 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/9131/task/9197/stat : 9197 (java) S 9128 9131 5532 0 -1 1077944384 11 13066 0 0 0 0 5 2 20 0 15 0 473734196 11105218560 174918 33554432000 4194304 4196468 140732326128576 139705763940656 139706342656642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140732326132323 140732326134965 140732326134965 140732326137807 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 699672 KiB

Child status: 0
Real time (s): 10.9433
CPU time (s): 15.8219
CPU user time (s): 15.5164
CPU system time (s): 0.305478
CPU usage (%): 144.581
Max. virtual memory (cumulated for all children) (KiB): 10847608
Max. memory (cumulated for all children) (KiB): 699672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5164
system time used= 0.305478
maximum resident set size= 702224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6644
involuntary context switches= 192


# summary of solver processes directly reported to runsolver:
#   pid: 9131
#   total CPU time (s): 15.8219
#   total CPU user time (s): 15.5164
#   total CPU system time (s): 0.305478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089589 second user time and 0.142859 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 13:16:01
IDJOB=4402661
IDBENCH=133304
IDSOLVER=2861
FILE ID=node146/4402661-1568978202
RUNJOBID= node146-1568967595-5564
PBS_JOBID= 21704614
Free space on /var/tmp= 13472 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Primes/Primes-m1-p25/Primes-25-40-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402661-1568978202/watcher-4402661-1568978202 -o /var/tmp/evaluation-result-4402661-1568978202/solver-4402661-1568978202 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1834842146 HOME/instance-4402661-1568978202.xml

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

MD5SUM BENCH= b42e085ff70e4cc43f0ee5aad126ad84
RANDOM SEED=1834842146

node146.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.90
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.90
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.90
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.90
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:         4650212 kB
MemAvailable:   30559772 kB
Buffers:          142908 kB
Cached:         25694188 kB
SwapCached:         3828 kB
Active:         14078728 kB
Inactive:       13053928 kB
Active(anon):    1292692 kB
Inactive(anon):    50716 kB
Active(file):   12786036 kB
Inactive(file): 13003212 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001736 kB
Dirty:             35384 kB
Writeback:            32 kB
AnonPages:       1409488 kB
Mapped:            64992 kB
Shmem:             38824 kB
Slab:             577516 kB
SReclaimable:     548772 kB
SUnreclaim:        28744 kB
KernelStack:        4112 kB
PageTables:         8452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2448012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1275904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node146 at 2019-09-20 13:16:12