Trace number 4304621

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.9.2? (TO) 2522.15 2424.15

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-20_c18.xml
MD5SUMd156824e13565888aa6df857cf60b633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints25481
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":800}]
Minimum variable degree59
Maximum variable degree78
Distribution of variable degrees[{"degree":59,"count":76},{"degree":60,"count":76},{"degree":61,"count":68},{"degree":62,"count":68},{"degree":63,"count":60},{"degree":64,"count":60},{"degree":65,"count":52},{"degree":66,"count":52},{"degree":67,"count":44},{"degree":68,"count":44},{"degree":69,"count":36},{"degree":70,"count":36},{"degree":71,"count":28},{"degree":72,"count":28},{"degree":73,"count":20},{"degree":74,"count":20},{"degree":75,"count":12},{"degree":76,"count":12},{"degree":77,"count":4},{"degree":78,"count":4}]
Minimum constraint arity2
Maximum constraint arity800
Distribution of constraint arities[{"arity":2,"count":25480},{"arity":800,"count":1}]
Number of extensional constraints0
Number of intensional constraints25480
Distribution of constraint types[{"type":"intension","count":25480},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.97/0.74	c Concrete v3.9.2.1532736233296 running
151.77/111.80	o 24
169.22/120.98	o 25
169.71/121.27	o 26
173.54/124.57	o 27
173.85/124.88	o 28
174.28/125.22	o 29
175.10/126.05	o 30
196.56/145.43	o 31
197.77/146.36	o 32
199.28/147.89	o 33
230.82/177.41	o 34

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304621-1534119531/watcher-4304621-1534119531 -o /tmp/evaluation-result-4304621-1534119531/solver-4304621-1534119531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=855703713 HOME/instance-4304621-1534119531.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
solver pid=17715, runsolver pid=17712
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 1.52 1.53 1.60 3/206 17772
/proc/meminfo: memFree=17585200/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=10005480 memory=17332 CPUtime=0.08 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 4461 13022 0 0 1 0 5 2 20 0 6 0 229516279 10245611520 4333 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2501370 4333 1957 1 0 2489808 0
[pid=17715/tid=17768] ppid=17712 vsize=10088124 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 2368 13022 0 0 1 0 5 2 20 0 7 0 229516288 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412724804368 140412736316816 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=10088124 memory=5793855969963903417 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 7 0 229516288 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=10088124 memory=140718954010240 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 7 0 229516288 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 7 0 229516288 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 7 0 229516288 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 7 0 229516290 10330238976 4399 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17332 KiB

[startup+0.20991 s]*
/proc/loadavg: 1.52 1.53 1.60 3/215 17781
/proc/meminfo: memFree=17562984/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=10982744 memory=43844 CPUtime=0.25 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 7640 13022 0 0 16 2 5 2 20 0 15 0 229516279 11246329856 10895 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2745686 10895 2948 1 0 2708109 0
[pid=17715/tid=17768] ppid=17712 vsize=10982744 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 4396 13022 0 0 10 1 5 2 20 0 15 0 229516288 11246329856 11093 33554432000 4194304 4196468 140726477952240 140412724778384 140412733237085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=10982744 memory=4211974445158800778 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=10982744 memory=140718954010240 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=10982744 memory=140718954010240 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 13 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246329856 11159 33554432000 4194304 4196468 140726477952240 140411607704480 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516291 11246329856 11159 33554432000 4194304 4196468 140726477952240 140411406377968 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246329856 11159 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 431 13022 0 0 1 0 5 2 20 0 15 0 229516293 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 187 13022 0 0 1 0 5 2 20 0 15 0 229516293 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=10982744 memory=140718954010240 CPUtime=0.1 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 609 13022 0 0 3 0 5 2 20 0 15 0 229516293 11246329856 11159 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246329856 11159 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=10982744 memory=140718954010240 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516294 11246329856 11225 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43844 KiB

[startup+0.310149 s]*
/proc/loadavg: 1.52 1.53 1.60 3/215 17781
/proc/meminfo: memFree=17551792/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=10983192 memory=56100 CPUtime=0.37 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 10585 13022 0 0 28 2 5 2 20 0 15 0 229516279 11246788608 14025 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2745798 14025 3067 1 0 2708109 0
[pid=17715/tid=17768] ppid=17712 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 7130 13022 0 0 19 2 5 2 20 0 15 0 229516288 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412724773280 140412734524775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=10983192 memory=140718954010239 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 13 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246788608 14025 33554432000 4194304 4196468 140726477952240 140411607704480 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516291 11246788608 14025 33554432000 4194304 4196468 140726477952240 140411406377968 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246788608 14025 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 431 13022 0 0 1 0 5 2 20 0 15 0 229516293 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 188 13022 0 0 1 0 5 2 20 0 15 0 229516293 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=10983192 memory=140718954010240 CPUtime=0.11 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 620 13022 0 0 4 0 5 2 20 0 15 0 229516293 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246788608 14025 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=10983192 memory=140718954010240 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516294 11246788608 14025 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56100 KiB

[startup+0.700715 s]
/proc/loadavg: 1.52 1.53 1.60 3/215 17781
/proc/meminfo: memFree=17540752/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=10983192 memory=88532 CPUtime=0.97 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 16728 13022 0 0 86 4 5 2 20 0 15 0 229516279 11246788608 22133 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2745798 22133 3247 1 0 2708109 0
[pid=17715/tid=17768] ppid=17712 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 12208 13022 0 0 55 3 5 2 20 0 15 0 229516288 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412724784272 140412297747749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=10983192 memory=288371094983810064 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516288 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=10983192 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 6 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 13 13022 0 0 0 0 5 2 20 0 15 0 229516290 11246788608 22133 33554432000 4194304 4196468 140726477952240 140411607704480 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=10983192 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516291 11246788608 22133 33554432000 4194304 4196468 140726477952240 140411406377968 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=10983192 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246788608 22133 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=10983192 memory=22756 CPUtime=0.15 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 867 13022 0 0 8 0 5 2 20 0 15 0 229516293 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=10983192 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 736 13022 0 0 8 0 5 2 20 0 15 0 229516293 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=10983192 memory=2404 CPUtime=0.2 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 697 13022 0 0 13 0 5 2 20 0 15 0 229516293 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11246788608 22133 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516294 11246788608 22133 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88532 KiB

[startup+1.50892 s]
/proc/loadavg: 1.52 1.53 1.60 3/215 17781
/proc/meminfo: memFree=17496336/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=10991948 memory=237808 CPUtime=3.06 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 23026 13022 0 0 290 9 5 2 20 0 15 0 229516279 11255754752 59452 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2747987 59452 3470 1 0 2709645 0
[pid=17715/tid=17768] ppid=17712 vsize=10991948 memory=7 CPUtime=1.44 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 15174 13022 0 0 131 6 5 2 20 0 15 0 229516288 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412724794792 140412300034048 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 11 13022 0 0 0 0 5 2 20 0 15 0 229516288 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 6 13022 0 0 0 0 5 2 20 0 15 0 229516288 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) R 17712 17715 13143 0 -1 1077944384 215 13022 0 0 1 0 5 2 20 0 15 0 229516288 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=10991948 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 86 13022 0 0 1 0 5 2 20 0 15 0 229516288 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 95 13022 0 0 0 0 5 2 20 0 15 0 229516290 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 13 13022 0 0 0 0 5 2 20 0 15 0 229516290 11255754752 59452 33554432000 4194304 4196468 140726477952240 140411607704480 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 2 13022 0 0 0 0 5 2 20 0 15 0 229516291 11255754752 59452 33554432000 4194304 4196468 140726477952240 140411406377968 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11255754752 59452 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=10991948 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) R 17712 17715 13143 0 -1 4202560 2184 13022 0 0 56 0 5 2 20 0 15 0 229516293 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412176836576 140412738085972 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=10991948 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) R 17712 17715 13143 0 -1 4202560 1491 13022 0 0 56 0 5 2 20 0 15 0 229516293 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412175784032 140412734505863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=10991948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) R 17712 17715 13143 0 -1 4202560 1554 13022 0 0 40 0 5 2 20 0 15 0 229516293 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412174740208 140412734533689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=10991948 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 15 0 229516293 11255754752 59452 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=10991948 memory=4 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 1 13022 0 0 0 0 5 2 20 0 15 0 229516294 11255754752 59452 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0

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

[pid=17715/tid=17769] ppid=17712 vsize=11276648 memory=6791534058613427641 CPUtime=23.44 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 59133 13022 0 0 2271 66 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=11276648 memory=62368 CPUtime=23.42 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 49417 13022 0 0 2268 67 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=11276648 memory=1240 CPUtime=23.46 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 56377 13022 0 0 2274 65 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=11276648 memory=2196 CPUtime=23.49 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 57436 13022 0 0 2280 62 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=11276648 memory=1760 CPUtime=1.66 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 42431 13022 0 0 148 11 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=11276648 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 23 13022 0 0 0 0 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411607704544 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=11276648 memory=613 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 5 13022 0 0 0 0 5 2 20 0 17 0 229516291 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411406377984 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=11276648 memory=4236180 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 259 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=11276648 memory=173 CPUtime=11.8 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 63927 13022 0 0 1167 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=11276648 memory=39227 CPUtime=12.11 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 64077 13022 0 0 1196 8 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=11276648 memory=0 CPUtime=3.21 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 43006 13022 0 0 308 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=11276648 memory=216788474301086 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=11276648 memory=216788474301087 CPUtime=1.48 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 2050 13022 0 0 64 77 5 2 20 0 17 0 229516294 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17983] ppid=17712 vsize=11276648 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17983/stat : 17983 (java) S 17712 17715 13143 0 -1 1077944384 38 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410466852976 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17984] ppid=17712 vsize=11276648 memory=140716013518849 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17984/stat : 17984 (java) S 17712 17715 13143 0 -1 1077944384 161 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410265527520 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 2521.19 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 4240372 KiB

[startup+2423.6 s]
/proc/loadavg: 1.86 1.84 1.72 3/217 17984
/proc/meminfo: memFree=7973680/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=11276648 memory=4240372 CPUtime=2521.59 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 691572 13022 0 0 251731 421 5 2 20 0 17 0 229516279 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2819162 1060093 3537 1 0 2780815 0
[pid=17715/tid=17768] ppid=17712 vsize=11276648 memory=2196 CPUtime=2398.01 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 251037 13022 0 0 239730 64 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412724796544 140412314369109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=11276648 memory=1760 CPUtime=23.44 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 59133 13022 0 0 2271 66 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=11276648 memory=6791534058613427641 CPUtime=23.42 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 49417 13022 0 0 2268 67 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=11276648 memory=1236 CPUtime=23.46 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 56377 13022 0 0 2274 65 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=11276648 memory=960 CPUtime=23.49 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 57436 13022 0 0 2280 62 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=11276648 memory=2096 CPUtime=1.66 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 42431 13022 0 0 148 11 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=11276648 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 23 13022 0 0 0 0 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411607704544 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=11276648 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 5 13022 0 0 0 0 5 2 20 0 17 0 229516291 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411406377984 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=11276648 memory=7852 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 259 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=11276648 memory=1628 CPUtime=11.8 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 63927 13022 0 0 1167 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=11276648 memory=1140 CPUtime=12.11 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 64077 13022 0 0 1196 8 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=11276648 memory=15244 CPUtime=3.21 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 43006 13022 0 0 308 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=11276648 memory=35552 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=11276648 memory=4032 CPUtime=1.48 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 2052 13022 0 0 64 77 5 2 20 0 17 0 229516294 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17983] ppid=17712 vsize=11276648 memory=17816 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17983/stat : 17983 (java) S 17712 17715 13143 0 -1 1077944384 38 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410466852976 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17984] ppid=17712 vsize=11276648 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17984/stat : 17984 (java) S 17712 17715 13143 0 -1 1077944384 161 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410265527520 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 2521.59 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 4240372 KiB

[startup+2424 s]*
/proc/loadavg: 1.86 1.84 1.72 3/217 17984
/proc/meminfo: memFree=7973680/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=11276648 memory=4240372 CPUtime=2521.99 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 691572 13022 0 0 251771 421 5 2 20 0 17 0 229516279 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2819162 1060093 3537 1 0 2780815 0
[pid=17715/tid=17768] ppid=17712 vsize=11276648 memory=6791534058613427641 CPUtime=2398.42 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 251037 13022 0 0 239771 64 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412724796544 140412310899696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=11276648 memory=4168 CPUtime=23.44 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 59133 13022 0 0 2271 66 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=11276648 memory=7852 CPUtime=23.42 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 49417 13022 0 0 2268 67 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=11276648 memory=1628 CPUtime=23.46 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 56377 13022 0 0 2274 65 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=11276648 memory=-7003737579269690708 CPUtime=23.49 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 57436 13022 0 0 2280 62 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=11276648 memory=1408 CPUtime=1.66 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 42431 13022 0 0 148 11 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=11276648 memory=3220 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 23 13022 0 0 0 0 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411607704544 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=11276648 memory=4240372 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 5 13022 0 0 0 0 5 2 20 0 17 0 229516291 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411406377984 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=11276648 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 259 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=11276648 memory=3168 CPUtime=11.8 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 63927 13022 0 0 1167 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=11276648 memory=6446976 CPUtime=12.11 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 64077 13022 0 0 1196 8 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=11276648 memory=1140 CPUtime=3.21 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 43006 13022 0 0 308 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=11276648 memory=15244 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=11276648 memory=4028 CPUtime=1.48 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 2052 13022 0 0 64 77 5 2 20 0 17 0 229516294 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17983] ppid=17712 vsize=11276648 memory=62368 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17983/stat : 17983 (java) S 17712 17715 13143 0 -1 1077944384 38 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410466852976 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17984] ppid=17712 vsize=11276648 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17984/stat : 17984 (java) S 17712 17715 13143 0 -1 1077944384 161 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410265527520 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 2521.99 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 4240372 KiB

[startup+2424.11 s]
/proc/loadavg: 1.86 1.84 1.72 3/217 17984
/proc/meminfo: memFree=7973680/32770624 swapFree=67108196/67108860
[pid=17715] ppid=17712 vsize=11276648 memory=4240372 CPUtime=2522.1 cores=1,3,5,7
/proc/17715/stat : 17715 (java) S 17712 17715 13143 0 -1 1077944320 691572 13022 0 0 251782 421 5 2 20 0 17 0 229516279 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140726477934784 140412752961271 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
/proc/17715/statm: 2819162 1060093 3537 1 0 2780815 0
[pid=17715/tid=17768] ppid=17712 vsize=11276648 memory=4236180 CPUtime=2398.52 cores=1,3,5,7
/proc/17715/task/17768/stat : 17768 (java) R 17712 17715 13143 0 -1 4202560 251037 13022 0 0 239781 64 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412724796544 140412301028222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17769] ppid=17712 vsize=11276648 memory=4236100 CPUtime=23.44 cores=1,3,5,7
/proc/17715/task/17769/stat : 17769 (java) S 17712 17715 13143 0 -1 1077944384 59133 13022 0 0 2271 66 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412757203728 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17770] ppid=17712 vsize=11276648 memory=4236180 CPUtime=23.42 cores=1,3,5,7
/proc/17715/task/17770/stat : 17770 (java) S 17712 17715 13143 0 -1 1077944384 49417 13022 0 0 2268 67 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412622539664 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17771] ppid=17712 vsize=11276648 memory=4240372 CPUtime=23.46 cores=1,3,5,7
/proc/17715/task/17771/stat : 17771 (java) S 17712 17715 13143 0 -1 1077944384 56377 13022 0 0 2274 65 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412621487120 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17772] ppid=17712 vsize=11276648 memory=4240372 CPUtime=23.49 cores=1,3,5,7
/proc/17715/task/17772/stat : 17772 (java) S 17712 17715 13143 0 -1 1077944384 57436 13022 0 0 2280 62 5 2 20 0 17 0 229516288 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412620434576 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17773] ppid=17712 vsize=11276648 memory=4235908 CPUtime=1.66 cores=1,3,5,7
/proc/17715/task/17773/stat : 17773 (java) S 17712 17715 13143 0 -1 1077944384 42431 13022 0 0 148 11 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412177897456 140412752972418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17774] ppid=17712 vsize=11276648 memory=4236180 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17774/stat : 17774 (java) S 17712 17715 13143 0 -1 1077944384 23 13022 0 0 0 0 5 2 20 0 17 0 229516290 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411607704544 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17775] ppid=17712 vsize=11276648 memory=4236180 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17775/stat : 17775 (java) S 17712 17715 13143 0 -1 1077944384 5 13022 0 0 0 0 5 2 20 0 17 0 229516291 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411406377984 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17776] ppid=17712 vsize=11276648 memory=4240372 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17776/stat : 17776 (java) S 17712 17715 13143 0 -1 1077944384 259 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140411098978512 140412752979867 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17777] ppid=17712 vsize=11276648 memory=4240372 CPUtime=11.8 cores=1,3,5,7
/proc/17715/task/17777/stat : 17777 (java) S 17712 17715 13143 0 -1 1077944384 63927 13022 0 0 1167 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412176845296 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17778] ppid=17712 vsize=11276648 memory=4236180 CPUtime=12.11 cores=1,3,5,7
/proc/17715/task/17778/stat : 17778 (java) S 17712 17715 13143 0 -1 1077944384 64077 13022 0 0 1196 8 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412175792752 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17779] ppid=17712 vsize=11276648 memory=4236180 CPUtime=3.21 cores=1,3,5,7
/proc/17715/task/17779/stat : 17779 (java) S 17712 17715 13143 0 -1 1077944384 43006 13022 0 0 308 6 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412174740208 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17780] ppid=17712 vsize=11276648 memory=62368 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17780/stat : 17780 (java) S 17712 17715 13143 0 -1 1077944384 3 13022 0 0 0 0 5 2 20 0 17 0 229516293 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410668182624 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17781] ppid=17712 vsize=11276648 memory=1240 CPUtime=1.48 cores=1,3,5,7
/proc/17715/task/17781/stat : 17781 (java) S 17712 17715 13143 0 -1 1077944384 2052 13022 0 0 64 77 5 2 20 0 17 0 229516294 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140412173687088 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17983] ppid=17712 vsize=11276648 memory=4240372 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17983/stat : 17983 (java) S 17712 17715 13143 0 -1 1077944384 38 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410466852976 140412752971477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
[pid=17715/tid=17984] ppid=17712 vsize=11276648 memory=4240372 CPUtime=0.07 cores=1,3,5,7
/proc/17715/task/17984/stat : 17984 (java) S 17712 17715 13143 0 -1 1077944384 161 13022 0 0 0 0 5 2 20 0 17 0 229758491 11547287552 1060093 33554432000 4194304 4196468 140726477952240 140410265527520 140412752972418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17170432 140726477953645 140726477956444 140726477956444 140726477959119 0
Current children cumulated CPU time: 2522.1 s
Current children cumulated vsize: 11276648 KiB
Current children cumulated memory: 4240372 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2424.15
CPU time (s): 2522.15
CPU user time (s): 2517.88
CPU system time (s): 4.27505
CPU usage (%): 104.043
Max. virtual memory (cumulated for all children) (KiB): 11276648
Max. memory (cumulated for all children) (KiB): 4429392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.88
system time used= 4.27505
maximum resident set size= 4429412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74778
involuntary context switches= 2351


# summary of solver processes directly reported to runsolver:
#   pid: 17715
#   total CPU time (s): 2522.15
#   total CPU user time (s): 2517.88
#   total CPU system time (s): 4.27505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.783 second user time and 26.5783 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 02:18:51
IDJOB=4304621
IDBENCH=141482
IDSOLVER=2780
FILE ID=node151/4304621-1534119531
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304621-1534119531/watcher-4304621-1534119531 -o /tmp/evaluation-result-4304621-1534119531/solver-4304621-1534119531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=855703713 HOME/instance-4304621-1534119531.xml

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

MD5SUM BENCH= d156824e13565888aa6df857cf60b633
RANDOM SEED=855703713

node151.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.87
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.87
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.87
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.87
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:        17593820 kB
MemAvailable:   30824276 kB
Buffers:          200732 kB
Cached:         13143196 kB
SwapCached:           16 kB
Active:          6885944 kB
Inactive:        7592200 kB
Active(anon):    1083432 kB
Inactive(anon):   102576 kB
Active(file):    5802512 kB
Inactive(file):  7489624 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             27604 kB
Writeback:             0 kB
AnonPages:       1129428 kB
Mapped:            73188 kB
Shmem:             49524 kB
Slab:             394872 kB
SReclaimable:     366780 kB
SUnreclaim:        28092 kB
KernelStack:        3808 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2318616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    901120 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= 41184 MiB
End job on node151 at 2018-08-13 02:59:15