Trace number 4298267

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
GG's minicp 2018-04-29? 41.9361 19.4121

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-07-opt_c18.xml
MD5SUMa3e395aa512c401cf03b466e858ef0f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3065
Number of constraints2865
Number of domains7
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":2665},{"size":22,"count":8},{"size":36,"count":184},{"size":44,"count":208}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":2665},{"degree":3,"count":15},{"degree":4,"count":8},{"degree":5,"count":34},{"degree":6,"count":11},{"degree":7,"count":34},{"degree":8,"count":5},{"degree":9,"count":45},{"degree":10,"count":18},{"degree":11,"count":11},{"degree":12,"count":7},{"degree":13,"count":30},{"degree":14,"count":10},{"degree":15,"count":31},{"degree":16,"count":5},{"degree":17,"count":26},{"degree":18,"count":5},{"degree":19,"count":13},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":5},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":200},{"arity":3,"count":2665}]
Number of extensional constraints2865
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2865}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
41.62/19.28	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
41.82/19.37		at minicp.engine.constraints.TableCT.<init>(TableCT.java:361)
41.82/19.37		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
41.82/19.37		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
41.82/19.37		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
41.82/19.37		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
41.82/19.37		at org.xcsp.parser.XCallbacks$$Lambda$87/755210740.accept(Unknown Source)
41.82/19.37		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
41.82/19.37		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
41.82/19.37		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
41.82/19.37		at xcsp3.XCSP3.<init>(XCSP3.java:70)
41.82/19.37		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
41.82/19.37		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
41.82/19.37	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298267-1532753251/watcher-4298267-1532753251 -o /tmp/evaluation-result-4298267-1532753251/solver-4298267-1532753251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298267-1532753251.xml 

running on 4 cores: 0,2,4,6

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=13155, runsolver pid=13152
Current StackSize limit: 8192 KiB


[startup+0.102999 s]*
/proc/loadavg: 1.69 1.75 1.85 4/219 13170
/proc/meminfo: memFree=19105896/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661056 memory=26104 CPUtime=0.13 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 5438 0 0 0 12 1 0 0 20 0 15 0 92888276 10916921344 6526 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665264 6526 2847 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) R 13152 13155 11635 0 -1 4202560 3208 0 0 0 9 0 0 0 20 0 15 0 92888276 10916921344 6526 33554432000 4194304 4196468 140734749759216 140215083354080 140214716108036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661056 memory=5793855880845105593 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888278 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214570817520 140215079144066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214569763744 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) R 13152 13155 11635 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214566607440 140215079143125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) R 13152 13155 11635 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214565546304 140215059833518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0.02 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 92888281 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214564500048 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888282 10916921344 6526 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26104 KiB

[startup+0.211103 s]*
/proc/loadavg: 1.69 1.75 1.85 5/219 13170
/proc/meminfo: memFree=19094376/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661056 memory=38648 CPUtime=0.33 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 8257 0 0 0 32 1 0 0 20 0 15 0 92888276 10916921344 9662 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665264 9662 2985 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) R 13152 13155 11635 0 -1 4202560 5157 0 0 0 19 1 0 0 20 0 15 0 92888276 10916921344 9662 33554432000 4194304 4196468 140734749759216 140215083371496 140214717781463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661056 memory=4211974356040002954 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888278 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214570817520 140215079144066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214569763744 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) R 13152 13155 11635 0 -1 4202560 698 0 0 0 3 0 0 0 20 0 15 0 92888281 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214566607344 140215056880369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) R 13152 13155 11635 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 15 0 92888281 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214565554800 140215079144066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0.07 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) R 13152 13155 11635 0 -1 4202560 971 0 0 0 7 0 0 0 20 0 15 0 92888281 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214564502256 140215063213406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888282 10916921344 9662 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38648 KiB

[startup+0.310732 s]*
/proc/loadavg: 1.69 1.75 1.85 5/219 13170
/proc/meminfo: memFree=19057224/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661056 memory=76744 CPUtime=0.65 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 10066 0 0 0 62 3 0 0 20 0 15 0 92888276 10916921344 19186 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665264 19186 3053 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) R 13152 13155 11635 0 -1 4202560 5273 0 0 0 28 2 0 0 20 0 15 0 92888276 10916921344 19186 33554432000 4194304 4196468 140734749759216 140215083364352 140215063213406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661056 memory=4211974356040002954 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661056 memory=281259546843520 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661056 memory=281259423289856 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661056 memory=140629711631119 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888277 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661056 memory=281259546852736 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92888278 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214570817520 140215079144066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661056 memory=140629711635727 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214569763744 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661056 memory=140629711649699 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888279 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661056 memory=140629711652897 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) R 13152 13155 11635 0 -1 4202560 1207 0 0 0 12 0 0 0 20 0 15 0 92888281 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214566593368 140215071370046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661056 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) R 13152 13155 11635 0 -1 4202560 1083 0 0 0 9 0 0 0 20 0 15 0 92888281 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214565535816 140215057524360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661056 memory=140629835212416 CPUtime=0.12 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) R 13152 13155 11635 0 -1 1077944384 1158 0 0 0 12 0 0 0 20 0 15 0 92888281 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661056 memory=140629835238520 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888282 10916921344 19186 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 76744 KiB

[startup+0.701098 s]
/proc/loadavg: 1.69 1.75 1.85 5/219 13170
/proc/meminfo: memFree=19023656/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=212916 CPUtime=1.94 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 12053 0 0 0 186 8 0 0 20 0 15 0 92888276 10916999168 53229 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 53229 3116 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) R 13152 13155 11635 0 -1 4202560 5601 0 0 0 62 4 0 0 20 0 15 0 92888276 10916999168 53229 33554432000 4194304 4196468 140734749759216 140215083369176 140214719150734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 27 0 0 0 0 1 0 0 20 0 15 0 92888277 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 92888277 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 92888277 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=8320808402719684661 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 30 0 0 0 0 1 0 0 20 0 15 0 92888277 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92888278 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214570817520 140215079144066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214569763744 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661132 memory=1200 CPUtime=0.49 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) R 13152 13155 11635 0 -1 4202560 1941 0 0 0 49 0 0 0 20 0 15 0 92888281 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214566598672 140215065147240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661132 memory=12136 CPUtime=0.45 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) R 13152 13155 11635 0 -1 4202560 1477 0 0 0 45 0 0 0 20 0 15 0 92888281 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214565541584 140215064012486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661132 memory=1008 CPUtime=0.25 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 1506 0 0 0 25 0 0 0 20 0 15 0 92888281 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92888282 10916999168 53229 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 212916 KiB

[startup+1.5009 s]
/proc/loadavg: 1.69 1.75 1.85 3/219 13170
/proc/meminfo: memFree=18877328/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=413380 CPUtime=3.37 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 13344 0 0 0 316 21 0 0 20 0 15 0 92888276 10916999168 103345 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 103345 3134 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) R 13152 13155 11635 0 -1 4202560 5666 0 0 0 133 6 0 0 20 0 15 0 92888276 10916999168 103345 33554432000 4194304 4196468 140734749759216 140215083369360 140214719181641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 75 0 0 0 3 2 0 0 20 0 15 0 92888277 10916999168 103345 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 180 0 0 0 3 3 0 0 20 0 15 0 92888277 10916999168 103345 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 318 0 0 0 3 3 0 0 20 0 15 0 92888277 10916999168 103345 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 193 0 0 0 4 3 0 0 20 0 15 0 92888277 10916999168 103345 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92888278 10916999168 103345 33554432000 4194304 4196468 140734749759216 140214570817520 140215079144066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0

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

[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=8165136352196976727 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 1862496 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=4640204490969339242 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 15 0 92888282 10916999168 1862496 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 30.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7449984 KiB

[startup+17.7011 s]
/proc/loadavg: 2.14 1.84 1.88 9/219 13399
/proc/meminfo: memFree=13455160/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=8304308 CPUtime=36.14 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 214987 0 1 0 3175 439 0 0 20 0 15 0 92888276 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 2076077 3167 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=6438680 CPUtime=11.45 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) S 13152 13155 11635 0 -1 1077944384 8951 0 0 0 1120 25 0 0 20 0 15 0 92888276 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140215083371392 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=68 CPUtime=5.42 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) R 13152 13155 11635 0 -1 4202560 61716 0 0 0 420 122 0 0 20 0 15 0 92888277 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214685592336 140215064084046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=6003413118118817637 CPUtime=5.39 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) R 13152 13155 11635 0 -1 4202560 40952 0 0 0 436 103 0 0 20 0 15 0 92888277 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214684539792 140215064084046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=6791534058613427641 CPUtime=5.46 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) R 13152 13155 11635 0 -1 4202560 43357 0 1 0 441 105 0 0 20 0 15 0 92888277 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214683487448 140215059159441 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=13412 CPUtime=5.38 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) R 13152 13155 11635 0 -1 4202560 43170 0 0 0 459 79 0 0 20 0 15 0 92888277 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214682434704 140215064083555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=281259423499488 CPUtime=0.67 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 8182 0 0 0 66 1 0 0 20 0 15 0 92888278 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214570815840 140215079143125 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214569763808 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661132 memory=4130144 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661132 memory=8123784 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661132 memory=6791534058613427641 CPUtime=0.92 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) S 13152 13155 11635 0 -1 1077944384 2307 0 0 0 92 0 0 0 20 0 15 0 92888281 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214566607344 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661132 memory=6010143215605606242 CPUtime=0.91 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) S 13152 13155 11635 0 -1 1077944384 2433 0 0 0 91 0 0 0 20 0 15 0 92888281 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214565554800 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661132 memory=281259423523384 CPUtime=0.46 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 2209 0 0 0 46 0 0 0 20 0 15 0 92888281 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 15 0 92888282 10916999168 2076077 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 36.14 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304308 KiB

[startup+18.5011 s]
/proc/loadavg: 2.45 1.91 1.90 6/219 13399
/proc/meminfo: memFree=12952412/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=8304312 CPUtime=39.12 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 241268 0 1 0 3470 442 0 0 20 0 15 0 92888276 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 2076078 3167 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=1716 CPUtime=11.45 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) S 13152 13155 11635 0 -1 1077944384 8951 0 0 0 1120 25 0 0 20 0 15 0 92888276 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140215083371392 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=1424 CPUtime=6.15 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) R 13152 13155 11635 0 -1 4202560 61761 0 0 0 493 122 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214685592144 140215071761127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=796 CPUtime=6.12 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) R 13152 13155 11635 0 -1 4202560 41035 0 0 0 508 104 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214684539600 140215071761127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=8452 CPUtime=6.18 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) R 13152 13155 11635 0 -1 4202560 54713 0 1 0 513 105 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214683487136 140215072235905 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=7288 CPUtime=6.11 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) R 13152 13155 11635 0 -1 4202560 57964 0 0 0 531 80 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214682434512 140215071761127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=836 CPUtime=0.73 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 8185 0 0 0 72 1 0 0 20 0 15 0 92888278 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214570816080 140215079143125 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661132 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214569763808 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661132 memory=912 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661132 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661132 memory=2588 CPUtime=0.92 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) S 13152 13155 11635 0 -1 1077944384 2307 0 0 0 92 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214566607344 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661132 memory=2660 CPUtime=0.91 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) S 13152 13155 11635 0 -1 1077944384 2433 0 0 0 91 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214565554800 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661132 memory=4104 CPUtime=0.46 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 2209 0 0 0 46 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=2656 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 326 0 0 0 0 1 0 0 20 0 15 0 92888282 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 39.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304312 KiB

[startup+18.9011 s]
/proc/loadavg: 2.45 1.91 1.90 6/219 13399
/proc/meminfo: memFree=12952412/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=8304312 CPUtime=40.67 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 329237 0 1 0 3620 447 0 0 20 0 15 0 92888276 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 2076078 3167 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=288230613264370707 CPUtime=11.45 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) S 13152 13155 11635 0 -1 1077944384 8951 0 0 0 1120 25 0 0 20 0 15 0 92888276 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140215083371392 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=7451019088995837269 CPUtime=6.53 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) R 13152 13155 11635 0 -1 4202560 61761 0 0 0 531 122 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214685592144 140215071761127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=7451019088995837269 CPUtime=6.5 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) R 13152 13155 11635 0 -1 4202560 41035 0 0 0 546 104 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214684539600 140215071761127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=7451019088995837269 CPUtime=6.59 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) R 13152 13155 11635 0 -1 4202560 142682 0 1 0 549 110 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214683487136 140215072229668 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=7451019088995837269 CPUtime=6.5 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) R 13152 13155 11635 0 -1 4202560 57964 0 0 0 570 80 0 0 20 0 15 0 92888277 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214682434512 140215071761127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0.73 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) S 13152 13155 11635 0 -1 1077944384 8185 0 0 0 72 1 0 0 20 0 15 0 92888278 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214570816080 140215079143125 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214569763808 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0.92 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) S 13152 13155 11635 0 -1 1077944384 2307 0 0 0 92 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214566607344 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0.91 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) S 13152 13155 11635 0 -1 1077944384 2433 0 0 0 91 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214565554800 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0.46 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 2209 0 0 0 46 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=7306059475989849429 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=7649399358545277745 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 326 0 0 0 0 1 0 0 20 0 15 0 92888282 10916999168 2076078 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304312 KiB

[startup+19.3051 s]
/proc/loadavg: 2.45 1.91 1.90 6/219 13399
/proc/meminfo: memFree=12929472/32770624 swapFree=67108860/67108860
[pid=13155] ppid=13152 vsize=10661132 memory=8304420 CPUtime=41.82 cores=0,2,4,6
/proc/13155/stat : 13155 (java) S 13152 13155 11635 0 -1 1077944320 330016 0 1 0 3735 447 0 0 20 0 15 0 92888276 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140734749741760 140215079132919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
/proc/13155/statm: 2665283 2076105 3167 1 0 2627263 0
[pid=13155/tid=13157] ppid=13152 vsize=10661132 memory=1224 CPUtime=11.45 cores=0,2,4,6
/proc/13155/task/13157/stat : 13157 (java) S 13152 13155 11635 0 -1 1077944384 8968 0 0 0 1120 25 0 0 20 0 15 0 92888276 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140215083372032 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13158] ppid=13152 vsize=10661132 memory=1716 CPUtime=6.79 cores=0,2,4,6
/proc/13155/task/13158/stat : 13158 (java) S 13152 13155 11635 0 -1 1077944384 61764 0 0 0 557 122 0 0 20 0 15 0 92888277 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214685592336 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13159] ppid=13152 vsize=10661132 memory=1424 CPUtime=6.75 cores=0,2,4,6
/proc/13155/task/13159/stat : 13159 (java) S 13152 13155 11635 0 -1 1077944384 41038 0 0 0 571 104 0 0 20 0 15 0 92888277 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214684539792 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13160] ppid=13152 vsize=10661132 memory=796 CPUtime=6.83 cores=0,2,4,6
/proc/13155/task/13160/stat : 13160 (java) S 13152 13155 11635 0 -1 1077944384 143072 0 1 0 573 110 0 0 20 0 15 0 92888277 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214683487248 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13161] ppid=13152 vsize=10661132 memory=5131352 CPUtime=6.75 cores=0,2,4,6
/proc/13155/task/13161/stat : 13161 (java) S 13152 13155 11635 0 -1 1077944384 57964 0 0 0 595 80 0 0 20 0 15 0 92888277 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214682434704 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13162] ppid=13152 vsize=10661132 memory=140630114173826 CPUtime=0.87 cores=0,2,4,6
/proc/13155/task/13162/stat : 13162 (java) R 13152 13155 11635 0 -1 4202560 8551 0 0 0 86 1 0 0 20 0 15 0 92888278 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214570815952 140215057503099 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13163] ppid=13152 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13163/stat : 13163 (java) S 13152 13155 11635 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214569763808 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13164] ppid=13152 vsize=10661132 memory=140629711757656 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13164/stat : 13164 (java) S 13152 13155 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 92888279 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214568711152 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13165] ppid=13152 vsize=10661132 memory=5758260 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13165/stat : 13165 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214567659728 140215079151515 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13166] ppid=13152 vsize=10661132 memory=281259423732352 CPUtime=0.92 cores=0,2,4,6
/proc/13155/task/13166/stat : 13166 (java) S 13152 13155 11635 0 -1 1077944384 2307 0 0 0 92 0 0 0 20 0 15 0 92888281 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214566607344 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13167] ppid=13152 vsize=10661132 memory=7380109325171911277 CPUtime=0.91 cores=0,2,4,6
/proc/13155/task/13167/stat : 13167 (java) S 13152 13155 11635 0 -1 1077944384 2433 0 0 0 91 0 0 0 20 0 15 0 92888281 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214565554800 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13168] ppid=13152 vsize=10661132 memory=7380109325138029677 CPUtime=0.46 cores=0,2,4,6
/proc/13155/task/13168/stat : 13168 (java) S 13152 13155 11635 0 -1 1077944384 2209 0 0 0 46 0 0 0 20 0 15 0 92888281 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214564502256 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13169] ppid=13152 vsize=10661132 memory=7380394176009622634 CPUtime=0 cores=0,2,4,6
/proc/13155/task/13169/stat : 13169 (java) S 13152 13155 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92888281 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214563449952 140215079143125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
[pid=13155/tid=13170] ppid=13152 vsize=10661132 memory=7380394176009622634 CPUtime=0.01 cores=0,2,4,6
/proc/13155/task/13170/stat : 13170 (java) S 13152 13155 11635 0 -1 1077944384 326 0 0 0 0 1 0 0 20 0 15 0 92888282 10916999168 2076105 33554432000 4194304 4196468 140734749759216 140214562396464 140215079144066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 33607680 140734749766773 140734749766921 140734749766921 140734749769679 0
Current children cumulated CPU time: 41.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304420 KiB

Child status: 1
Real time (s): 19.4121
CPU time (s): 41.9361
CPU user time (s): 37.3866
CPU system time (s): 4.54957
CPU usage (%): 216.031
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8304420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3866
system time used= 4.54957
maximum resident set size= 8304420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330075
page faults= 1
swaps= 0
block input operations= 296
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7358
involuntary context switches= 484


# summary of solver processes directly reported to runsolver:
#   pid: 13155
#   total CPU time (s): 41.9361
#   total CPU user time (s): 37.3866
#   total CPU system time (s): 4.54957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157984 second user time and 0.229232 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 06:47:31
IDJOB=4298267
IDBENCH=141093
IDSOLVER=2762
FILE ID=node132/4298267-1532753251
RUNJOBID= node132-1532740752-11666
PBS_JOBID= 21022446
Free space on /tmp= 52000 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-07-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298267-1532753251/watcher-4298267-1532753251 -o /tmp/evaluation-result-4298267-1532753251/solver-4298267-1532753251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298267-1532753251.xml

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

MD5SUM BENCH= a3e395aa512c401cf03b466e858ef0f4
RANDOM SEED=1952067210

node132.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.65
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.65
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.65
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.65
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:        19120456 kB
MemAvailable:   27381036 kB
Buffers:          196504 kB
Cached:          8270104 kB
SwapCached:            0 kB
Active:          7168256 kB
Inactive:        5892844 kB
Active(anon):    4544720 kB
Inactive(anon):    77852 kB
Active(file):    2623536 kB
Inactive(file):  5814992 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15520 kB
Writeback:             0 kB
AnonPages:       4601580 kB
Mapped:            54512 kB
Shmem:             25248 kB
Slab:             278256 kB
SReclaimable:     250512 kB
SUnreclaim:        27744 kB
KernelStack:        3568 kB
PageTables:        14160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5296400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4483072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52024 MiB
End job on node132 at 2018-07-28 06:47:51