Trace number 4299020

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
MiniCPFever 2018-04-29? 593.77 196.414

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark536857239
Best CPU time to get the best result obtained on this benchmark2519.85
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
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: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
593.63/196.33	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
593.63/196.33		at java.util.stream.Nodes$IntArrayNode.<init>(Nodes.java:1319)
593.63/196.33		at java.util.stream.Nodes$IntFixedNodeBuilder.<init>(Nodes.java:1481)
593.63/196.33		at java.util.stream.Nodes.intBuilder(Nodes.java:205)
593.63/196.33		at java.util.stream.IntPipeline.makeNodeBuilder(IntPipeline.java:168)
593.63/196.33		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:543)
593.63/196.33		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
593.63/196.33		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger.lambda$build$2(CtrLoaderInteger.java:98)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger$$Lambda$73/347791431.apply(Unknown Source)
593.63/196.33		at java.util.stream.IntPipeline$4$1.accept(IntPipeline.java:250)
593.63/196.33		at java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:110)
593.63/196.33		at java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:693)
593.63/196.33		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
593.63/196.33		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
593.63/196.33		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
593.63/196.33		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
593.63/196.33		at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger.build(CtrLoaderInteger.java:98)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger.trIntegers2D(CtrLoaderInteger.java:117)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:301)
593.63/196.33		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
593.63/196.33		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
593.63/196.33		at xcsp3.XCSP3.<init>(XCSP3.java:79)
593.63/196.33		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
593.63/196.33		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
593.63/196.39	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 (12155 MiB free)
  memory of node 1: 16384 MiB (8110 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299020-1532790328/watcher-4299020-1532790328 -o /tmp/evaluation-result-4299020-1532790328/solver-4299020-1532790328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299020-1532790328.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
Current StackSize limit: 8192 KiB

solver pid=7944, runsolver pid=7941

[startup+0.100058 s]*
/proc/loadavg: 3.26 2.13 1.63 5/216 7959
/proc/meminfo: memFree=20741064/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10658972 memory=27652 CPUtime=0.12 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 5269 0 0 0 11 1 0 0 20 0 15 0 96596322 10914787328 6913 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664743 6913 2833 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10658972 memory=-8824905117810390208 CPUtime=0.09 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) R 7941 7944 6199 0 -1 4202560 3141 0 0 0 8 1 0 0 20 0 15 0 96596322 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346821725664 140346802017985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346424745104 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346423692304 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346422639504 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346421586704 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346309728624 140346817505922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) R 7941 7944 6199 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346305518448 140346817505922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) R 7941 7944 6199 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346304465648 140346800930513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0.02 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) R 7941 7944 6199 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346303412848 140346801575262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) R 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 6913 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27652 KiB

[startup+0.218596 s]*
/proc/loadavg: 3.26 2.13 1.63 6/216 7959
/proc/meminfo: memFree=20723060/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10658972 memory=41900 CPUtime=0.37 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 8512 0 0 0 34 3 0 0 20 0 15 0 96596322 10914787328 10475 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664743 10475 3007 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10658972 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) R 7941 7944 6199 0 -1 4202560 5124 0 0 0 19 2 0 0 20 0 15 0 96596322 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346821733488 140346817516701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10658972 memory=343 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346424745104 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10658972 memory=139894698182372 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346423692304 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346422639504 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346421586704 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346309728624 140346817505922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10658972 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) R 7941 7944 6199 0 -1 4202560 532 0 0 0 3 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346305499464 140346802392992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10658972 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) R 7941 7944 6199 0 -1 4202560 419 0 0 0 3 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346304446664 140346810211927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0.08 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) R 7941 7944 6199 0 -1 4202560 1084 0 0 0 8 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346303409784 140346810591611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 10475 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 41900 KiB

[startup+0.31447 s]*
/proc/loadavg: 3.26 2.13 1.63 3/216 7959
/proc/meminfo: memFree=20660020/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10658972 memory=113860 CPUtime=0.59 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 9119 0 0 0 54 5 0 0 20 0 15 0 96596322 10914787328 28465 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664743 28465 3041 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10658972 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) R 7941 7944 6199 0 -1 4202560 5159 0 0 0 27 3 0 0 20 0 15 0 96596322 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346821732416 140346817516701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10658972 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346424745104 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10658972 memory=139894698269400 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346423692304 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346422639504 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596323 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346421586704 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346309728624 140346817505922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10658972 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 613 0 0 0 7 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346305518448 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10658972 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) R 7941 7944 6199 0 -1 4202560 825 0 0 0 8 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346304456856 140346809784224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0.11 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 1218 0 0 0 11 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346303412848 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10658972 memory=139894698165888 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 28531 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 113860 KiB

[startup+0.70458 s]
/proc/loadavg: 3.26 2.13 1.63 4/216 7959
/proc/meminfo: memFree=20466380/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10658972 memory=484324 CPUtime=1.72 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 13606 0 0 0 132 40 0 0 20 0 15 0 96596322 10914787328 121081 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664743 121081 3076 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10658972 memory=174043886006894 CPUtime=0.52 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) S 7941 7944 6199 0 -1 1077944384 5188 0 0 0 45 7 0 0 20 0 15 0 96596322 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346821734032 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10658972 memory=569991 CPUtime=0.15 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) R 7941 7944 6199 0 -1 4202560 401 0 0 0 7 8 0 0 20 0 15 0 96596323 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346424745104 140346810597754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10658972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) R 7941 7944 6199 0 -1 4202560 403 0 0 0 5 6 0 0 20 0 15 0 96596323 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346423692192 140346810594475 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10658972 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) R 7941 7944 6199 0 -1 4202560 232 0 0 0 5 7 0 0 20 0 15 0 96596323 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346422639504 140346810594475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10658972 memory=7809523229951467570 CPUtime=0.15 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) R 7941 7944 6199 0 -1 4202560 425 0 0 0 7 8 0 0 20 0 15 0 96596323 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346421586704 140346810594475 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346309727168 140346817504981 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10658972 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10658972 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596325 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10658972 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10658972 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 1537 0 0 0 17 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346305518448 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10658972 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) S 7941 7944 6199 0 -1 1077944384 2661 0 0 0 32 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346304465648 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10658972 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 1304 0 0 0 11 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346303412848 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10658972 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596328 10914787328 121081 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 484324 KiB

[startup+1.50076 s]
/proc/loadavg: 3.26 2.13 1.63 4/216 7959
/proc/meminfo: memFree=20192032/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10658972 memory=887096 CPUtime=3.43 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 15037 0 0 0 262 81 0 0 20 0 15 0 96596322 10914787328 221774 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664743 221774 3088 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10658972 memory=10799 CPUtime=1.03 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) R 7941 7944 6199 0 -1 4202560 5247 0 0 0 91 12 0 0 20 0 15 0 96596322 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346821726592 140346817516701 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10658972 memory=8112282956445269571 CPUtime=0.42 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) S 7941 7944 6199 0 -1 1077944384 548 0 0 0 25 17 0 0 20 0 15 0 96596323 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346424745104 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10658972 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) S 7941 7944 6199 0 -1 1077944384 537 0 0 0 24 14 0 0 20 0 15 0 96596323 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346423692304 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10658972 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) S 7941 7944 6199 0 -1 1077944384 381 0 0 0 23 17 0 0 20 0 15 0 96596323 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346422639504 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10658972 memory=6943526294502006880 CPUtime=0.42 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) S 7941 7944 6199 0 -1 1077944384 564 0 0 0 25 17 0 0 20 0 15 0 96596323 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346421586704 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10658972 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 893 0 0 0 1 0 0 0 20 0 15 0 96596325 10914787328 221774 33554432000 4194304 4196468 140730983407856 140346309728624 140346817505922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0

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


[startup+192.002 s]*
/proc/loadavg: 4.48 3.02 2.05 6/215 7962
/proc/meminfo: memFree=12676580/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10659048 memory=8132348 CPUtime=577.13 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 127112 0 0 0 56952 761 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664762 2033087 3183 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10659048 memory=16908 CPUtime=59.72 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) S 7941 7944 6199 0 -1 1077944384 13087 0 0 0 5942 30 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346821732992 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10659048 memory=4052 CPUtime=126.9 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) R 7941 7944 6199 0 -1 4202560 11924 0 0 0 12513 177 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346424745104 140346802193591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10659048 memory=4872558044660077418 CPUtime=127.08 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) R 7941 7944 6199 0 -1 4202560 12698 0 0 0 12527 181 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346423692504 140346801952366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10659048 memory=28008 CPUtime=126.79 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) R 7941 7944 6199 0 -1 4202560 13238 0 0 0 12504 175 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346422639704 140346802491421 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10659048 memory=1292 CPUtime=126.98 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) R 7941 7944 6199 0 -1 4202560 17254 0 0 0 12511 187 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346421586704 140346802491344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10659048 memory=2436 CPUtime=4.17 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 34604 0 0 0 415 2 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346309727168 140346817504981 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10659048 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10659048 memory=8132348 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10659048 memory=8132344 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10659048 memory=8112282956445269571 CPUtime=2.31 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 7978 0 0 0 230 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346305518448 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10659048 memory=1428 CPUtime=2.39 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) S 7941 7944 6199 0 -1 1077944384 8849 0 0 0 238 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346304465648 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10659048 memory=8500 CPUtime=0.56 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 5619 0 0 0 55 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346303412848 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10659048 memory=792 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10659048 memory=1008 CPUtime=0.12 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 457 0 0 0 6 6 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 577.13 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8132348 KiB

[startup+193.607 s]
/proc/loadavg: 4.48 3.02 2.05 6/215 7962
/proc/meminfo: memFree=12676580/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10659048 memory=8132348 CPUtime=583.35 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 127227 0 0 0 57574 761 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664762 2033087 3183 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10659048 memory=8132344 CPUtime=59.72 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) S 7941 7944 6199 0 -1 1077944384 13088 0 0 0 5942 30 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346821732976 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10659048 memory=55 CPUtime=128.46 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) R 7941 7944 6199 0 -1 4202560 11987 0 0 0 12669 177 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346424745304 140346802192527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10659048 memory=-2331055268852096867 CPUtime=128.63 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) R 7941 7944 6199 0 -1 4202560 12721 0 0 0 12682 181 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346423692504 140346802445380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10659048 memory=-2672971631320983069 CPUtime=128.32 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) R 7941 7944 6199 0 -1 4202560 13242 0 0 0 12657 175 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346422639392 140346803253110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10659048 memory=8112282956445269571 CPUtime=128.53 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) R 7941 7944 6199 0 -1 4202560 17277 0 0 0 12666 187 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346421586904 140346802338091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10659048 memory=28008 CPUtime=4.21 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 34605 0 0 0 419 2 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346309726944 140346817504981 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10659048 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10659048 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10659048 memory=1232 CPUtime=2.31 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 7978 0 0 0 230 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346305518448 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10659048 memory=956 CPUtime=2.39 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) S 7941 7944 6199 0 -1 1077944384 8849 0 0 0 238 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346304465648 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10659048 memory=2464 CPUtime=0.56 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 5619 0 0 0 55 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346303412848 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10659048 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10659048 memory=28008 CPUtime=0.12 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 457 0 0 0 6 6 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 583.35 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8132348 KiB

[startup+195.201 s]
/proc/loadavg: 4.52 3.05 2.07 7/215 7962
/proc/meminfo: memFree=12676580/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10659048 memory=8132348 CPUtime=589.54 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 127422 0 0 0 58192 762 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664762 2033087 3183 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10659048 memory=1720 CPUtime=59.72 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) S 7941 7944 6199 0 -1 1077944384 13088 0 0 0 5942 30 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346821732976 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10659048 memory=8112282956445269571 CPUtime=130.04 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) R 7941 7944 6199 0 -1 4202560 11994 0 0 0 12827 177 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346424744992 140346802194588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10659048 memory=8132348 CPUtime=130.17 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) R 7941 7944 6199 0 -1 4202560 12727 0 0 0 12835 182 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346423692112 140346810122983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10659048 memory=15876 CPUtime=129.83 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) R 7941 7944 6199 0 -1 4202560 13242 0 0 0 12808 175 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346422639624 140346810122983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10659048 memory=18268 CPUtime=130.08 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) R 7941 7944 6199 0 -1 4202560 17437 0 0 0 12820 188 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346421586512 140346810122983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10659048 memory=1228 CPUtime=4.22 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 34626 0 0 0 420 2 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346309727168 140346817504981 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10659048 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10659048 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10659048 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10659048 memory=16908 CPUtime=2.31 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 7979 0 0 0 230 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346305518208 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10659048 memory=8132348 CPUtime=2.39 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) S 7941 7944 6199 0 -1 1077944384 8849 0 0 0 238 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346304465696 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10659048 memory=916 CPUtime=0.56 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 5619 0 0 0 55 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346303412896 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10659048 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10659048 memory=2824 CPUtime=0.13 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 457 0 0 0 6 7 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 589.54 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8132348 KiB

[startup+196.001 s]*
/proc/loadavg: 4.52 3.05 2.07 7/215 7962
/proc/meminfo: memFree=12676580/32770624 swapFree=67108792/67108860
[pid=7944] ppid=7941 vsize=10659048 memory=8132348 CPUtime=592.67 cores=0,2,4,6
/proc/7944/stat : 7944 (java) S 7941 7944 6199 0 -1 1077944320 127841 0 0 0 58504 763 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140730983390400 140346817494775 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
/proc/7944/statm: 2664762 2033087 3183 1 0 2627263 0
[pid=7944/tid=7946] ppid=7941 vsize=10659048 memory=8112282956445269571 CPUtime=59.72 cores=0,2,4,6
/proc/7944/task/7946/stat : 7946 (java) S 7941 7944 6199 0 -1 1077944384 13088 0 0 0 5942 30 0 0 20 0 15 0 96596322 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346821732976 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7947] ppid=7941 vsize=10659048 memory=4872558044660077418 CPUtime=130.85 cores=0,2,4,6
/proc/7944/task/7947/stat : 7947 (java) R 7941 7944 6199 0 -1 4202560 12414 0 0 0 12908 177 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346424744992 140346810598412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7948] ppid=7941 vsize=10659048 memory=8132348 CPUtime=130.95 cores=0,2,4,6
/proc/7944/task/7948/stat : 7948 (java) R 7941 7944 6199 0 -1 4202560 12727 0 0 0 12913 182 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346423692112 140346810122983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7949] ppid=7941 vsize=10659048 memory=916 CPUtime=130.61 cores=0,2,4,6
/proc/7944/task/7949/stat : 7949 (java) R 7941 7944 6199 0 -1 4202560 13242 0 0 0 12885 176 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346422639624 140346810122983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7950] ppid=7941 vsize=10659048 memory=3852 CPUtime=130.85 cores=0,2,4,6
/proc/7944/task/7950/stat : 7950 (java) R 7941 7944 6199 0 -1 4202560 17437 0 0 0 12897 188 0 0 20 0 15 0 96596323 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346421586512 140346810122983 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7951] ppid=7941 vsize=10659048 memory=31076 CPUtime=4.22 cores=0,2,4,6
/proc/7944/task/7951/stat : 7951 (java) S 7941 7944 6199 0 -1 1077944384 34626 0 0 0 420 2 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346309727168 140346817504981 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7952] ppid=7941 vsize=10659048 memory=9047017150487036575 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7952/stat : 7952 (java) S 7941 7944 6199 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346308674592 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7953] ppid=7941 vsize=10659048 memory=8514726395714825349 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7953/stat : 7953 (java) S 7941 7944 6199 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 96596325 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346307621744 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7954] ppid=7941 vsize=10659048 memory=-8707038579349950309 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7954/stat : 7954 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346306570064 140346817513371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7955] ppid=7941 vsize=10659048 memory=4715433313220523562 CPUtime=2.31 cores=0,2,4,6
/proc/7944/task/7955/stat : 7955 (java) S 7941 7944 6199 0 -1 1077944384 7979 0 0 0 230 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346305518208 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7956] ppid=7941 vsize=10659048 memory=-8412656567318647667 CPUtime=2.39 cores=0,2,4,6
/proc/7944/task/7956/stat : 7956 (java) S 7941 7944 6199 0 -1 1077944384 8849 0 0 0 238 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346304465696 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7957] ppid=7941 vsize=10659048 memory=4427205132082312746 CPUtime=0.56 cores=0,2,4,6
/proc/7944/task/7957/stat : 7957 (java) S 7941 7944 6199 0 -1 1077944384 5619 0 0 0 55 1 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346303412896 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7958] ppid=7941 vsize=10659048 memory=-8486080722631693414 CPUtime=0 cores=0,2,4,6
/proc/7944/task/7958/stat : 7958 (java) S 7941 7944 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346302360288 140346817504981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
[pid=7944/tid=7959] ppid=7941 vsize=10659048 memory=8132348 CPUtime=0.13 cores=0,2,4,6
/proc/7944/task/7959/stat : 7959 (java) S 7941 7944 6199 0 -1 1077944384 457 0 0 0 6 7 0 0 20 0 15 0 96596328 10914865152 2033087 33554432000 4194304 4196468 140730983407856 140346301307568 140346817505922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21217280 140730983412909 140730983413001 140730983413001 140730983415759 0
Current children cumulated CPU time: 592.67 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8132348 KiB

[startup+196.401 s]*
/proc/loadavg: 4.52 3.05 2.07 3/202 7963
/proc/meminfo: memFree=18306672/32770624 swapFree=67108792/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 196.414
CPU time (s): 593.77
CPU user time (s): 586.09
CPU system time (s): 7.67945
CPU usage (%): 302.305
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8136432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 586.09
system time used= 7.67945
maximum resident set size= 8136432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10796
involuntary context switches= 5206


# summary of solver processes directly reported to runsolver:
#   pid: 7944
#   total CPU time (s): 593.77
#   total CPU user time (s): 586.09
#   total CPU system time (s): 7.67945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11793 second user time and 1.97176 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 17:05:31
IDJOB=4299020
IDBENCH=141284
IDSOLVER=2763
FILE ID=node150/4299020-1532790328
RUNJOBID= node150-1532775187-6230
PBS_JOBID= 21022464
Free space on /tmp= 52352 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299020-1532790328/watcher-4299020-1532790328 -o /tmp/evaluation-result-4299020-1532790328/solver-4299020-1532790328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6230 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299020-1532790328.xml

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=1552188130

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:        20752024 kB
MemAvailable:   25336764 kB
Buffers:          205556 kB
Cached:          4617024 kB
SwapCached:           32 kB
Active:          8780612 kB
Inactive:        2639848 kB
Active(anon):    6549632 kB
Inactive(anon):    76188 kB
Active(file):    2230980 kB
Inactive(file):  2563660 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:            467868 kB
Writeback:         76676 kB
AnonPages:       6605800 kB
Mapped:            54988 kB
Shmem:             25156 kB
Slab:             283736 kB
SReclaimable:     211868 kB
SUnreclaim:        71868 kB
KernelStack:        3536 kB
PageTables:        18224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7208304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6361088 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= 52348 MiB
End job on node150 at 2018-07-28 17:08:47