Trace number 4298269

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
slowpoke 2018-04-29? 214.75 65.4416

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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
214.70/65.41	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
214.70/65.41		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
214.70/65.41		at minicp.engine.constraints.TableCT.<init>(TableCT.java:70)
214.70/65.41		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:155)
214.70/65.41		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
214.70/65.41		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
214.70/65.41		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
214.70/65.41		at org.xcsp.parser.XCallbacks$$Lambda$87/755210740.accept(Unknown Source)
214.70/65.41		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
214.70/65.41		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
214.70/65.41		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
214.70/65.41		at xcsp3.XCSP3.<init>(XCSP3.java:84)
214.70/65.41		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
214.70/65.41		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
214.70/65.41	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 (11082 MiB free)
  memory of node 1: 16384 MiB (14727 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298269-1532752696/watcher-4298269-1532752696 -o /tmp/evaluation-result-4298269-1532752696/solver-4298269-1532752696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298269-1532752696.xml --timelimit 2520 

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

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

solver pid=3776, runsolver pid=3773

[startup+0.102663 s]*
/proc/loadavg: 2.22 2.18 2.12 4/215 3791
/proc/meminfo: memFree=26414292/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661056 memory=26592 CPUtime=0.12 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 5572 0 0 0 12 0 0 0 20 0 15 0 92832848 10916921344 6648 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665264 6648 2839 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661056 memory=-8823780321710142656 CPUtime=0.09 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) R 3773 3776 1972 0 -1 4202560 3379 0 0 0 9 0 0 0 20 0 15 0 92832848 10916921344 6714 33554432000 4194304 4196468 140737229683040 140105696873840 140105328764800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 6714 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 6714 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 6714 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 6714 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832850 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104795400560 140105692662402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832851 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104794346528 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832851 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) R 3773 3776 1972 0 -1 4202560 482 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104791190384 140105672348573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) R 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0.02 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 15 0 92832853 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104789084784 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832854 10916921344 6714 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26592 KiB

[startup+0.210457 s]*
/proc/loadavg: 2.22 2.18 2.12 3/215 3791
/proc/meminfo: memFree=26402740/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661056 memory=38572 CPUtime=0.32 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 8222 0 0 0 31 1 0 0 20 0 15 0 92832848 10916921344 9643 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665264 9643 2968 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) R 3773 3776 1972 0 -1 4202560 5204 0 0 0 19 0 0 0 20 0 15 0 92832848 10916921344 9643 33554432000 4194304 4196468 140737229683040 140105696887256 140105692673181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 9643 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661056 memory=140156108003716 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 9643 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 9643 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916921344 9643 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832850 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104795400560 140105692662402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832851 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104794346528 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832851 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) R 3773 3776 1972 0 -1 4202560 616 0 0 0 2 0 0 0 20 0 15 0 92832853 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104791190384 140105678715451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) R 3773 3776 1972 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 15 0 92832853 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0.07 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) R 3773 3776 1972 0 -1 4202560 930 0 0 0 7 0 0 0 20 0 15 0 92832853 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104789084784 140105685748091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661056 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832854 10916921344 9643 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38572 KiB

[startup+0.316156 s]*
/proc/loadavg: 2.22 2.18 2.12 5/215 3791
/proc/meminfo: memFree=26364496/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=77100 CPUtime=0.66 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 10194 0 0 0 63 3 0 0 20 0 15 0 92832848 10916999168 19275 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 19275 3073 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) R 3773 3776 1972 0 -1 4202560 5404 0 0 0 28 2 0 0 20 0 15 0 92832848 10916999168 19313 33554432000 4194304 4196468 140737229683040 140105696887920 140105676731742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 19313 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=140156107994238 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 19313 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 19313 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 19313 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92832850 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104795400560 140105692662402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104794346528 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) R 3773 3776 1972 0 -1 4202560 1107 0 0 0 11 0 0 0 20 0 15 0 92832853 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104791180176 140105674187364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) R 3773 3776 1972 0 -1 4202560 1085 0 0 0 10 0 0 0 20 0 15 0 92832853 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104790118600 140105676557175 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=140156107515520 CPUtime=0.12 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 1240 0 0 0 12 0 0 0 20 0 15 0 92832853 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104789084784 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=140156107515520 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832854 10916999168 19313 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 77100 KiB

[startup+0.700762 s]
/proc/loadavg: 2.22 2.18 2.12 6/215 3791
/proc/meminfo: memFree=26327948/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=213276 CPUtime=1.9 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 12147 0 0 0 184 6 0 0 20 0 15 0 92832848 10916999168 53319 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 53319 3115 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=156403851338278 CPUtime=0.66 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) R 3773 3776 1972 0 -1 4202560 5613 0 0 0 63 3 0 0 20 0 15 0 92832848 10916999168 53319 33554432000 4194304 4196468 140737229683040 140105696889184 140105328659321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=551299 CPUtime=0.01 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 92832849 10916999168 53319 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 53319 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 92832849 10916999168 53319 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 92832849 10916999168 53319 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92832850 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104795400560 140105692662402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104794346528 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) R 3773 3776 1972 0 -1 4202560 1783 0 0 0 46 0 0 0 20 0 15 0 92832853 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104791177232 140105670668215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) R 3773 3776 1972 0 -1 4202560 1546 0 0 0 44 0 0 0 20 0 15 0 92832853 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104790128912 140105676629408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 1676 0 0 0 25 0 0 0 20 0 15 0 92832853 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104789084784 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92832854 10916999168 53319 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213276 KiB

[startup+1.50079 s]
/proc/loadavg: 2.22 2.18 2.12 3/215 3791
/proc/meminfo: memFree=26170380/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=415940 CPUtime=3.29 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 13423 0 0 0 309 20 0 0 20 0 15 0 92832848 10916999168 103985 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 103985 3137 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=10799 CPUtime=1.39 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) R 3773 3776 1972 0 -1 4202560 5679 0 0 0 134 5 0 0 20 0 15 0 92832848 10916999168 103985 33554432000 4194304 4196468 140737229683040 140105696887536 140105331952910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 293 0 0 0 5 3 0 0 20 0 15 0 92832849 10916999168 103985 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 164 0 0 0 4 3 0 0 20 0 15 0 92832849 10916999168 103985 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 191 0 0 0 5 3 0 0 20 0 15 0 92832849 10916999168 103985 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 123 0 0 0 4 3 0 0 20 0 15 0 92832849 10916999168 103985 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92832850 10916999168 103985 33554432000 4194304 4196468 140737229683040 140104795400560 140105692662402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0

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

[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076167 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=4136 CPUtime=0.04 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 142 0 0 0 1 3 0 0 20 0 15 0 92832854 10916999168 2076167 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 197.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304668 KiB

[startup+64.0012 s]*
/proc/loadavg: 3.21 2.43 2.21 6/215 3792
/proc/meminfo: memFree=15332216/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=8304672 CPUtime=209.73 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 920024 0 1 0 20497 476 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 2076168 3181 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=11.21 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) S 3773 3776 1972 0 -1 1077944384 11984 0 0 0 1099 22 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105696889744 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=4872558044660077418 CPUtime=47.94 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) R 3773 3776 1972 0 -1 4202560 207618 0 1 0 4700 94 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105660210320 140105685279463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=1200 CPUtime=48.04 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) R 3773 3776 1972 0 -1 4202560 196936 0 0 0 4686 118 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105298144472 140105677636551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=15876 CPUtime=47.91 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) R 3773 3776 1972 0 -1 4202560 166871 0 0 0 4693 98 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105297091472 140105685279463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=18268 CPUtime=47.97 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) R 3773 3776 1972 0 -1 4202560 286065 0 0 0 4665 132 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105296038872 140105677602382 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=16456 CPUtime=4.27 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 40639 0 0 0 422 5 0 0 20 0 15 0 92832850 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104795398896 140105692661461 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=8304672 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104794346224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=1708 CPUtime=0.89 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) S 3773 3776 1972 0 -1 1077944384 2863 0 0 0 88 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104791190384 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=5760 CPUtime=0.9 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) S 3773 3776 1972 0 -1 1077944384 2254 0 0 0 90 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=4588 CPUtime=0.46 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 3168 0 0 0 45 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104789084544 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=1944 CPUtime=0.04 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 142 0 0 0 1 3 0 0 20 0 15 0 92832854 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 209.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304672 KiB

[startup+64.8007 s]
/proc/loadavg: 3.21 2.43 2.21 6/215 3792
/proc/meminfo: memFree=15332216/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=8304672 CPUtime=212.82 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 940907 0 1 0 20805 477 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 2076168 3181 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=16456 CPUtime=11.21 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) S 3773 3776 1972 0 -1 1077944384 11984 0 0 0 1099 22 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105696889744 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=4052 CPUtime=48.7 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) R 3773 3776 1972 0 -1 4202560 207618 0 1 0 4776 94 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105660210216 140105685279463 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=48.83 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) R 3773 3776 1972 0 -1 4202560 196936 0 0 0 4765 118 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105298143856 140105685279463 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=8500 CPUtime=48.67 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) R 3773 3776 1972 0 -1 4202560 166871 0 0 0 4769 98 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105297091056 140105685279463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=792 CPUtime=48.76 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) R 3773 3776 1972 0 -1 4202560 306946 0 0 0 4744 132 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105296038872 140105677348865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=1008 CPUtime=4.27 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 40639 0 0 0 422 5 0 0 20 0 15 0 92832850 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104795398896 140105692661461 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104794346224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=2464 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=1576 CPUtime=0.89 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) S 3773 3776 1972 0 -1 1077944384 2863 0 0 0 88 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104791190384 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=55 CPUtime=0.9 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) S 3773 3776 1972 0 -1 1077944384 2254 0 0 0 90 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=7956284307245591893 CPUtime=0.46 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 3168 0 0 0 45 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104789084544 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=7450192299120225365 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=288230574492221466 CPUtime=0.04 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 144 0 0 0 1 3 0 0 20 0 15 0 92832854 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 212.82 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304672 KiB

[startup+65.2012 s]
/proc/loadavg: 3.21 2.43 2.21 6/215 3792
/proc/meminfo: memFree=15332224/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=8304672 CPUtime=214.39 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 941091 0 1 0 20962 477 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 2076168 3181 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=1408 CPUtime=11.21 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) S 3773 3776 1972 0 -1 1077944384 11984 0 0 0 1099 22 0 0 20 0 15 0 92832848 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105696889744 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=2752 CPUtime=49.08 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) R 3773 3776 1972 0 -1 4202560 207714 0 1 0 4814 94 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105660210520 140105677647937 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=8304672 CPUtime=49.22 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) R 3773 3776 1972 0 -1 4202560 196936 0 0 0 4804 118 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105298144080 140105685279463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=49.06 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) R 3773 3776 1972 0 -1 4202560 166877 0 0 0 4808 98 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105297091472 140105677647901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=8304668 CPUtime=49.15 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) R 3773 3776 1972 0 -1 4202560 307028 0 0 0 4783 132 0 0 20 0 15 0 92832849 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140105296038480 140105685279463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=14976689222453353 CPUtime=4.28 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) S 3773 3776 1972 0 -1 1077944384 40639 0 0 0 423 5 0 0 20 0 15 0 92832850 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104795399120 140105692661461 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=8304668 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104794346224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=14976689222453353 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=4474660 CPUtime=0.89 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) S 3773 3776 1972 0 -1 1077944384 2863 0 0 0 88 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104791190384 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=1408 CPUtime=0.9 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) S 3773 3776 1972 0 -1 1077944384 2254 0 0 0 90 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=2804 CPUtime=0.46 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 3168 0 0 0 45 1 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104789084544 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=8304668 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=0.04 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 144 0 0 0 1 3 0 0 20 0 15 0 92832854 10916999168 2076168 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 214.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8304672 KiB

[startup+65.4008 s]
/proc/loadavg: 3.21 2.43 2.21 6/215 3792
/proc/meminfo: memFree=15332224/32770624 swapFree=67108792/67108860
[pid=3776] ppid=3773 vsize=10661132 memory=6498220 CPUtime=214.7 cores=1,3,5,7
/proc/3776/stat : 3776 (java) S 3773 3776 1972 0 -1 1077944320 941173 0 1 0 20990 480 0 0 20 0 15 0 92832848 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140737229665584 140105692651255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
/proc/3776/statm: 2665283 1624555 3182 1 0 2627263 0
[pid=3776/tid=3778] ppid=3773 vsize=10661132 memory=288230583166042426 CPUtime=11.21 cores=1,3,5,7
/proc/3776/task/3778/stat : 3778 (java) S 3773 3776 1972 0 -1 1077944384 12031 0 0 0 1099 22 0 0 20 0 15 0 92832848 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140105696890624 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3779] ppid=3773 vsize=10661132 memory=14976689222453353 CPUtime=49.11 cores=1,3,5,7
/proc/3776/task/3779/stat : 3779 (java) S 3773 3776 1972 0 -1 1077944384 207743 0 1 0 4817 94 0 0 20 0 15 0 92832849 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140105660210320 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3780] ppid=3773 vsize=10661132 memory=644 CPUtime=49.25 cores=1,3,5,7
/proc/3776/task/3780/stat : 3780 (java) S 3773 3776 1972 0 -1 1077944384 196936 0 0 0 4807 118 0 0 20 0 15 0 92832849 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140105298144272 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3781] ppid=3773 vsize=10661132 memory=1792 CPUtime=49.1 cores=1,3,5,7
/proc/3776/task/3781/stat : 3781 (java) S 3773 3776 1972 0 -1 1077944384 166877 0 0 0 4812 98 0 0 20 0 15 0 92832849 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140105297091472 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3782] ppid=3773 vsize=10661132 memory=1232 CPUtime=49.18 cores=1,3,5,7
/proc/3776/task/3782/stat : 3782 (java) S 3773 3776 1972 0 -1 1077944384 307028 0 0 0 4786 132 0 0 20 0 15 0 92832849 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140105296038672 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3783] ppid=3773 vsize=10661132 memory=956 CPUtime=4.44 cores=1,3,5,7
/proc/3776/task/3783/stat : 3783 (java) R 3773 3776 1972 0 -1 4202560 40642 0 0 0 436 8 0 0 20 0 15 0 92832850 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104795399104 140105685368218 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3784] ppid=3773 vsize=10661132 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3784/stat : 3784 (java) S 3773 3776 1972 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104794346592 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3785] ppid=3773 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3785/stat : 3785 (java) S 3773 3776 1972 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 92832851 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104793293680 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3786] ppid=3773 vsize=10661132 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3786/stat : 3786 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104792242000 140105692669851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3787] ppid=3773 vsize=10661132 memory=2240 CPUtime=0.89 cores=1,3,5,7
/proc/3776/task/3787/stat : 3787 (java) S 3773 3776 1972 0 -1 1077944384 2863 0 0 0 88 1 0 0 20 0 15 0 92832853 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104791190384 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3788] ppid=3773 vsize=10661132 memory=1800 CPUtime=0.9 cores=1,3,5,7
/proc/3776/task/3788/stat : 3788 (java) S 3773 3776 1972 0 -1 1077944384 2254 0 0 0 90 0 0 0 20 0 15 0 92832853 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104790137584 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3789] ppid=3773 vsize=10661132 memory=4128 CPUtime=0.46 cores=1,3,5,7
/proc/3776/task/3789/stat : 3789 (java) S 3773 3776 1972 0 -1 1077944384 3168 0 0 0 45 1 0 0 20 0 15 0 92832853 10916999168 1624555 33554432000 4194304 4196468 140737229683040 140104789084784 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3790] ppid=3773 vsize=10661132 memory=920 CPUtime=0 cores=1,3,5,7
/proc/3776/task/3790/stat : 3790 (java) S 3773 3776 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92832853 10916999168 1624329 33554432000 4194304 4196468 140737229683040 140104788032224 140105692661461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
[pid=3776/tid=3791] ppid=3773 vsize=10661132 memory=-8253362762721939848 CPUtime=0.04 cores=1,3,5,7
/proc/3776/task/3791/stat : 3791 (java) S 3773 3776 1972 0 -1 1077944384 144 0 0 0 1 3 0 0 20 0 15 0 92832854 10916999168 1624329 33554432000 4194304 4196468 140737229683040 140104344361648 140105692662402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39096320 140737229685916 140737229686025 140737229686025 140737229688783 0
Current children cumulated CPU time: 214.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 6498220 KiB

Child status: 1
Real time (s): 65.4416
CPU time (s): 214.75
CPU user time (s): 209.91
CPU system time (s): 4.83986
CPU usage (%): 328.154
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8304672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.91
system time used= 4.83986
maximum resident set size= 8304676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 941420
page faults= 1
swaps= 0
block input operations= 224
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8897
involuntary context switches= 2061


# summary of solver processes directly reported to runsolver:
#   pid: 3776
#   total CPU time (s): 214.75
#   total CPU user time (s): 209.91
#   total CPU system time (s): 4.83986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.420879 second user time and 0.684948 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 06:38:16
IDJOB=4298269
IDBENCH=141093
IDSOLVER=2765
FILE ID=node150/4298269-1532752696
RUNJOBID= node150-1532740162-2005
PBS_JOBID= 21022443
Free space on /tmp= 53064 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-07-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298269-1532752696/watcher-4298269-1532752696 -o /tmp/evaluation-result-4298269-1532752696/solver-4298269-1532752696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298269-1532752696.xml --timelimit 2520

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

MD5SUM BENCH= a3e395aa512c401cf03b466e858ef0f4
RANDOM SEED=1808898428

node150.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.76
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.76
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.76
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.76
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:        26429520 kB
MemAvailable:   30258172 kB
Buffers:          196196 kB
Cached:          3871296 kB
SwapCached:           32 kB
Active:          3174044 kB
Inactive:        2627220 kB
Active(anon):    1685060 kB
Inactive(anon):    76192 kB
Active(file):    1488984 kB
Inactive(file):  2551028 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             15692 kB
Writeback:             0 kB
AnonPages:       1776060 kB
Mapped:            54560 kB
Shmem:             25156 kB
Slab:             237304 kB
SReclaimable:     208952 kB
SUnreclaim:        28352 kB
KernelStack:        3808 kB
PageTables:         9052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4141240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1529856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53064 MiB
End job on node150 at 2018-07-28 06:39:21