Trace number 4396399

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.2OPT2 26.7854 18.3561

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-13.xml
MD5SUMdac12cc2d7c8406352143d9a44a7b315
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.027065
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 constraints0
Distribution of constraint types[{"type":"nValues","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.79/0.55	c Concrete v3.12.2.1568380929293 running
15.53/8.75	o 77
17.60/10.37	o 76
19.30/11.75	o 75
20.29/12.61	o 74
20.81/13.19	o 73
21.55/13.88	o 72
22.17/14.49	o 71
22.60/14.84	o 70
23.64/15.90	o 69
24.40/16.50	o 68
25.14/17.22	o 67
25.50/17.54	o 66
25.60/17.63	o 65
25.71/17.77	o 3
26.69/18.30	o 2
26.69/18.34	v <instantiation
26.69/18.34	v         cost = '2'>
26.69/18.34	v       <list>
26.69/18.34	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]
26.69/18.34	v       </list>
26.69/18.34	v       <values>
26.69/18.34	v         2 2 2 1 1 0 0 0 1 1 0 0 1 0 1 2 2 0 0 2 1 0 1 1 2 1 0 0 2 1 0 0 0 1 2 2 1 2 2 0 1 0 2 2 0 1 2 0 0 0 0 2 1 0 0 0 2 1 1 1 1 2 2 2 0 2 2 1 0 0 1 2 2 1 0 1 2 1
26.69/18.34	v       </values>
26.69/18.34	v     </instantiation>
26.69/18.34	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 (14115 MiB free)
  memory of node 1: 16384 MiB (15693 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396399-1568403808/watcher-4396399-1568403808 -o /tmp/evaluation-result-4396399-1568403808/solver-4396399-1568403808 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2126575380 HOME/instance-4396399-1568403808.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=10464, runsolver pid=10461

[startup+0.100121 s]*
/proc/loadavg: 1.17 1.30 1.36 3/220 10521
/proc/meminfo: memFree=30513284/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=9972712 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 4348 13093 0 0 1 0 5 2 20 0 6 0 416322724 10212057088 4583 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2493178 4583 1931 1 0 2481616 0
[pid=10464/tid=10517] ppid=10461 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 2159 13093 0 0 1 0 5 2 20 0 6 0 416322733 10212057088 4649 33554432000 4194304 4196468 140729251470144 139627527803472 139627541089648 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 416322733 10212057088 4649 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=9972712 memory=139946602096256 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 416322733 10212057088 4649 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 416322733 10212057088 4649 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 6 0 416322733 10212057088 4649 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.17 1.30 1.36 3/229 10530
/proc/meminfo: memFree=30493740/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10819664 memory=42308 CPUtime=0.26 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 6900 13093 0 0 18 1 5 2 20 0 15 0 416322724 11079335936 10577 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2704916 10577 3171 1 0 2667149 0
[pid=10464/tid=10517] ppid=10461 vsize=10819664 memory=7822038051842263955 CPUtime=0.18 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 3384 13093 0 0 11 0 5 2 20 0 15 0 416322733 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627527781552 139627555978646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10819664 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10819664 memory=139946602096256 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10819664 memory=139946602096256 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079335936 10577 33554432000 4194304 4196468 140729251470144 139627013796896 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079335936 10577 33554432000 4194304 4196468 140729251470144 139626903757680 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11079335936 10577 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 358 13093 0 0 1 0 5 2 20 0 15 0 416322738 11079335936 10577 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 301 13093 0 0 1 0 5 2 20 0 15 0 416322738 11079335936 10577 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10819664 memory=139946602096256 CPUtime=0.1 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) R 10461 10464 6494 0 -1 4202560 612 13093 0 0 3 0 5 2 20 0 15 0 416322738 11079335936 10577 33554432000 4194304 4196468 140729251470144 139626978134640 139627535101218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11079335936 10577 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10819664 memory=139946602096256 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322739 11079335936 11089 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42308 KiB

[startup+0.310496 s]*
/proc/loadavg: 1.24 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30482028/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10820148 memory=53368 CPUtime=0.4 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 10585 13093 0 0 30 3 5 2 20 0 15 0 416322724 11079831552 13342 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2705037 13342 3303 1 0 2667149 0
[pid=10464/tid=10517] ppid=10461 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 7044 13093 0 0 20 2 5 2 20 0 15 0 416322733 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627527784800 139627537851009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10820148 memory=6082786858250562660 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10820148 memory=5787213827347079232 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10820148 memory=7649539322184877761 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10820148 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322733 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079831552 13342 33554432000 4194304 4196468 140729251470144 139627013796896 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626903757680 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 358 13093 0 0 1 0 5 2 20 0 15 0 416322738 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 311 13093 0 0 2 0 5 2 20 0 15 0 416322738 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) S 10461 10464 6494 0 -1 1077944384 621 13093 0 0 5 0 5 2 20 0 15 0 416322738 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626978134640 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11079831552 13342 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322739 11079831552 13342 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53368 KiB

[startup+0.702131 s]
/proc/loadavg: 1.24 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30466764/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10824360 memory=85764 CPUtime=1.16 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 14678 13093 0 0 104 5 5 2 20 0 15 0 416322724 11084144640 21441 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2706090 21441 3507 1 0 2668173 0
[pid=10464/tid=10517] ppid=10461 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 9794 13093 0 0 56 3 5 2 20 0 15 0 416322733 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627527793872 139627555978646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322733 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322733 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10824360 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 5 13093 0 0 0 0 5 2 20 0 15 0 416322735 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 416322735 11084144640 21441 33554432000 4194304 4196468 140729251470144 139627013796896 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10824360 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626903757680 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10824360 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10824360 memory=139946476210064 CPUtime=0.2 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) R 10461 10464 6494 0 -1 4202560 840 13093 0 0 13 0 5 2 20 0 15 0 416322738 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626980226784 139627537487967 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10824360 memory=24964 CPUtime=0.23 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 959 13093 0 0 16 0 5 2 20 0 15 0 416322738 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10824360 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) R 10461 10464 6494 0 -1 4202560 830 13093 0 0 17 0 5 2 20 0 15 0 416322738 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626978134640 139627548203838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10824360 memory=139946476207472 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11084144640 21441 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322739 11084144640 21441 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85764 KiB

[startup+1.50073 s]
/proc/loadavg: 1.24 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30425552/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10834676 memory=175348 CPUtime=2.49 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 23160 13093 0 0 232 10 5 2 20 0 15 0 416322724 11094708224 43837 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2708669 43837 3580 1 0 2670733 0
[pid=10464/tid=10517] ppid=10461 vsize=10834676 memory=24 CPUtime=1.43 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 15426 13093 0 0 130 6 5 2 20 0 15 0 416322733 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627527766976 139627555978646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10834676 memory=28 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 327 13093 0 0 1 0 5 2 20 0 15 0 416322733 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 34 13093 0 0 1 0 5 2 20 0 15 0 416322733 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 46 13093 0 0 1 0 5 2 20 0 15 0 416322733 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10834676 memory=99512 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 84 13093 0 0 1 0 5 2 20 0 15 0 416322733 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 1172 13093 0 0 1 0 5 2 20 0 15 0 416322735 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10834676 memory=6297275089713714278 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 34 13093 0 0 0 0 5 2 20 0 15 0 416322735 11094708224 43837 33554432000 4194304 4196468 140729251470144 139627013796960 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10834676 memory=7161120770803001441 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626903757696 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10834676 memory=7668039620632407664 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10834676 memory=5787213840066634841 CPUtime=0.3 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 941 13093 0 0 23 0 5 2 20 0 15 0 416322738 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10834676 memory=7309458088076534357 CPUtime=0.36 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 1128 13093 0 0 29 0 5 2 20 0 15 0 416322738 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10834676 memory=6297275089713714278 CPUtime=0.49 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) R 10461 10464 6494 0 -1 4202560 1755 13093 0 0 42 0 5 2 20 0 15 0 416322738 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626978134640 139627536741429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10834676 memory=6297275089713714278 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11094708224 43837 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10834676 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322739 11094708224 43837 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834676 KiB

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

[pid=10464/tid=10529] ppid=10461 vsize=10846984 memory=1404222121492520310 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 107717 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10846984 memory=-8312670058677691234 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 416322739 11107311616 107717 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 23.88 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 430868 KiB

[startup+17.6008 s]
/proc/loadavg: 1.26 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30088456/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10846984 memory=449356 CPUtime=25.6 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 68698 13093 0 0 2525 28 5 2 20 0 15 0 416322724 11107311616 112339 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2711746 112339 3626 1 0 2673805 0
[pid=10464/tid=10517] ppid=10461 vsize=10846984 memory=6944656592455360604 CPUtime=17.4 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 25163 13093 0 0 1721 12 5 2 20 0 15 0 416322733 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627527801688 139627137608021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10846984 memory=6944656575208382560 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1327 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10846984 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 239 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10846984 memory=2044 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 472 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10846984 memory=1428 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 613 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10846984 memory=11624 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 3071 13093 0 0 5 0 5 2 20 0 15 0 416322735 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10846984 memory=740 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 42 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112339 33554432000 4194304 4196468 140729251470144 139627013797024 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10846984 memory=279892953091488 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626903757696 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10846984 memory=290763892299399478 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10846984 memory=15534115864709562 CPUtime=2.99 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 9870 13093 0 0 289 3 5 2 20 0 15 0 416322738 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10846984 memory=3848 CPUtime=3.24 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 13645 13093 0 0 314 3 5 2 20 0 15 0 416322738 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10846984 memory=2764 CPUtime=1.8 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) S 10461 10464 6494 0 -1 1077944384 11988 13093 0 0 170 3 5 2 20 0 15 0 416322738 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626978134640 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112339 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10846984 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 416322739 11107311616 112339 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 25.6 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 449356 KiB

[startup+18.0007 s]*
/proc/loadavg: 1.26 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30086192/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10846984 memory=449380 CPUtime=26.24 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 68997 13093 0 0 2589 28 5 2 20 0 15 0 416322724 11107311616 112345 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2711746 112345 3626 1 0 2673805 0
[pid=10464/tid=10517] ppid=10461 vsize=10846984 memory=8317482817917895235 CPUtime=17.81 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 25385 13093 0 0 1762 12 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627527801688 139627137280790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10846984 memory=4872558044660077418 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1327 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10846984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 239 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10846984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 472 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10846984 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 613 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10846984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 3071 13093 0 0 5 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 42 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627013797024 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626903757696 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10846984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10846984 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 9899 13093 0 0 299 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10846984 memory=0 CPUtime=3.36 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) S 10461 10464 6494 0 -1 1077944384 13662 13093 0 0 326 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10846984 memory=0 CPUtime=1.81 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) S 10461 10464 6494 0 -1 1077944384 12019 13093 0 0 171 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626978134640 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10846984 memory=279892952350960 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10846984 memory=7521668230384217959 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 416322739 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 26.24 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 449380 KiB

[startup+18.2012 s]
/proc/loadavg: 1.26 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30086192/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10846984 memory=449380 CPUtime=26.55 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 69081 13093 0 0 2620 28 5 2 20 0 15 0 416322724 11107311616 112345 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2711746 112345 3626 1 0 2673805 0
[pid=10464/tid=10517] ppid=10461 vsize=10846984 memory=288230617509003574 CPUtime=18 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 25386 13093 0 0 1781 12 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627527801688 139627135717736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10846984 memory=15534115864709562 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1327 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10846984 memory=-1189914978686163229 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 239 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10846984 memory=-7880843606118635149 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 472 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10846984 memory=56414550239525 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 613 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10846984 memory=279892952815600 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 3071 13093 0 0 5 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10846984 memory=279892952583256 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 42 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627013797024 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10846984 memory=7883944151737461866 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626903757696 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10846984 memory=7157744170896416868 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10846984 memory=7957688396697331544 CPUtime=3.15 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) R 10461 10464 6494 0 -1 4202560 9981 13093 0 0 305 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626980240536 139627537511151 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10846984 memory=7233736994252652628 CPUtime=3.42 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) R 10461 10464 6494 0 -1 4202560 13663 13093 0 0 332 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626979187440 139627533983723 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10846984 memory=288285558797763445 CPUtime=1.82 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) S 10461 10464 6494 0 -1 1077944384 12019 13093 0 0 172 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626978134640 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10846984 memory=5859834392512385905 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10846984 memory=7085683312566429544 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 416322739 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 26.55 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 449380 KiB

[startup+18.3008 s]
/proc/loadavg: 1.26 1.31 1.36 3/229 10530
/proc/meminfo: memFree=30086192/32770624 swapFree=66946352/67108860
[pid=10464] ppid=10461 vsize=10846984 memory=449380 CPUtime=26.69 cores=1,3,5,7
/proc/10464/stat : 10464 (java) S 10461 10464 6494 0 -1 1077944320 69108 13093 0 0 2634 28 5 2 20 0 15 0 416322724 11107311616 112345 33554432000 4194304 4196468 140729251470144 140729251452688 139627555966711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
/proc/10464/statm: 2711746 112345 3626 1 0 2673805 0
[pid=10464/tid=10517] ppid=10461 vsize=10846984 memory=447280 CPUtime=18.1 cores=1,3,5,7
/proc/10464/task/10517/stat : 10517 (java) R 10461 10464 6494 0 -1 4202560 25386 13093 0 0 1791 12 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627527801688 139627137606667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10518] ppid=10461 vsize=10846984 memory=7594587674001172330 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10518/stat : 10518 (java) S 10461 10464 6494 0 -1 1077944384 1327 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627560209552 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10519] ppid=10461 vsize=10846984 memory=279889395714096 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10519/stat : 10519 (java) S 10461 10464 6494 0 -1 1077944384 239 13093 0 0 4 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627448482832 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10520] ppid=10461 vsize=10846984 memory=449356 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10520/stat : 10520 (java) S 10461 10464 6494 0 -1 1077944384 472 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627447430032 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10521] ppid=10461 vsize=10846984 memory=449380 CPUtime=0.13 cores=1,3,5,7
/proc/10464/task/10521/stat : 10521 (java) S 10461 10464 6494 0 -1 1077944384 613 13093 0 0 5 1 5 2 20 0 15 0 416322733 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627446377232 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10522] ppid=10461 vsize=10846984 memory=279892953521760 CPUtime=0.12 cores=1,3,5,7
/proc/10464/task/10522/stat : 10522 (java) S 10461 10464 6494 0 -1 1077944384 3071 13093 0 0 5 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627014850928 139627555977858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10523] ppid=10461 vsize=10846984 memory=279892952557552 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10523/stat : 10523 (java) S 10461 10464 6494 0 -1 1077944384 42 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139627013797024 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10524] ppid=10461 vsize=10846984 memory=7595994112598565208 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10524/stat : 10524 (java) S 10461 10464 6494 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 416322735 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626903757696 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10525] ppid=10461 vsize=10846984 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10525/stat : 10525 (java) S 10461 10464 6494 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626299778896 139627555985307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10526] ppid=10461 vsize=10846984 memory=1200 CPUtime=3.16 cores=1,3,5,7
/proc/10464/task/10526/stat : 10526 (java) S 10461 10464 6494 0 -1 1077944384 9992 13093 0 0 306 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626980240240 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10527] ppid=10461 vsize=10846984 memory=447280 CPUtime=3.45 cores=1,3,5,7
/proc/10464/task/10527/stat : 10527 (java) R 10461 10464 6494 0 -1 1077944384 13670 13093 0 0 335 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626979187440 139627555977858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10528] ppid=10461 vsize=10846984 memory=3612 CPUtime=1.82 cores=1,3,5,7
/proc/10464/task/10528/stat : 10528 (java) S 10461 10464 6494 0 -1 1077944384 12028 13093 0 0 172 3 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626978134640 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10529] ppid=10461 vsize=10846984 memory=310 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10529/stat : 10529 (java) S 10461 10464 6494 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 416322738 11107311616 112345 33554432000 4194304 4196468 140729251470144 139625830017760 139627555976917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
[pid=10464/tid=10530] ppid=10461 vsize=10846984 memory=171 CPUtime=0.07 cores=1,3,5,7
/proc/10464/task/10530/stat : 10530 (java) S 10461 10464 6494 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 416322739 11107311616 112345 33554432000 4194304 4196468 140729251470144 139626977082032 139627555977858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7503872 140729251478255 140729251480773 140729251480773 140729251483599 0
Current children cumulated CPU time: 26.69 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 449380 KiB

Child status: 0
Real time (s): 18.3561
CPU time (s): 26.7854
CPU user time (s): 26.4596
CPU system time (s): 0.325779
CPU usage (%): 145.921
Max. virtual memory (cumulated for all children) (KiB): 10847632
Max. memory (cumulated for all children) (KiB): 449380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.4596
system time used= 0.325779
maximum resident set size= 451460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82344
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= 8159
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 10464
#   total CPU time (s): 26.7854
#   total CPU user time (s): 26.4596
#   total CPU system time (s): 0.325779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141365 second user time and 0.212048 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 21:42:45
IDJOB=4396399
IDBENCH=133886
IDSOLVER=2847
FILE ID=node117/4396399-1568403808
RUNJOBID= node117-1568393448-7559
PBS_JOBID= 21701861
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396399-1568403808/watcher-4396399-1568403808 -o /tmp/evaluation-result-4396399-1568403808/solver-4396399-1568403808 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2126575380 HOME/instance-4396399-1568403808.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=2126575380

node117.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.75
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.75
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.75
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.75
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:        30523912 kB
MemAvailable:   31367404 kB
Buffers:          117084 kB
Cached:           994080 kB
SwapCached:        49856 kB
Active:          1246856 kB
Inactive:         420584 kB
Active(anon):     523548 kB
Inactive(anon):    55900 kB
Active(file):     723308 kB
Inactive(file):   364684 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946352 kB
Dirty:             35452 kB
Writeback:             0 kB
AnonPages:        625908 kB
Mapped:            46080 kB
Shmem:             14292 kB
Slab:             171092 kB
SReclaimable:     142672 kB
SUnreclaim:        28420 kB
KernelStack:        4016 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1780656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-13 21:43:04