Trace number 4298421

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? 67.7979 20.7467

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.41
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
67.62/20.64	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
67.74/20.70		at minicp.reversible.ReversibleSparseSet.<init>(ReversibleSparseSet.java:38)
67.74/20.70		at minicp.engine.core.SparseSetDomain.<init>(SparseSetDomain.java:31)
67.74/20.70		at minicp.engine.core.IntVarImpl.<init>(IntVarImpl.java:76)
67.74/20.70		at minicp.cp.Factory.makeIntVar(Factory.java:92)
67.74/20.70		at minicp.cp.Factory.sum(Factory.java:240)
67.74/20.70		at xcsp3.XCSP3.arithmeticOperatorConstraintVar(XCSP3.java:430)
67.74/20.70		at xcsp3.XCSP3.buildCtrPrimitive(XCSP3.java:362)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$new$9(ConstraintRecognizer.java:120)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$14/670700378.accept(Unknown Source)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer.lambda$recognizeIntensionIn$31(ConstraintRecognizer.java:176)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer$$Lambda$117/1845517769.test(Unknown Source)
67.74/20.70		at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
67.74/20.70		at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
67.74/20.70		at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
67.74/20.70		at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
67.74/20.70		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
67.74/20.70		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
67.74/20.70		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
67.74/20.70		at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
67.74/20.70		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
67.74/20.70		at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntensionIn(ConstraintRecognizer.java:171)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer.recognizeIntension(ConstraintRecognizer.java:185)
67.74/20.70		at org.xcsp.parser.loaders.ConstraintRecognizer.specificIntensionCases(ConstraintRecognizer.java:212)
67.74/20.70		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:278)
67.74/20.70		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
67.74/20.70		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
67.74/20.70		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
67.74/20.70		at org.xcsp.parser.XCallbacks$$Lambda$83/284686302.accept(Unknown Source)
67.74/20.70		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
67.74/20.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
67.74/20.70		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
67.74/20.70	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 (8927 MiB free)
  memory of node 1: 16384 MiB (13722 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.104077 s]*
/proc/loadavg: 1.35 1.37 1.34 5/219 14145
/proc/meminfo: memFree=23179644/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661056 memory=27696 CPUtime=0.13 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 5287 0 0 0 12 1 0 0 20 0 15 0 93634112 10916921344 6924 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665264 6924 2864 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 11635 0 -1 4202560 3154 0 0 0 9 0 0 0 20 0 15 0 93634113 10916921344 6924 33554432000 4194304 4196468 140730364600048 140599227047280 140598858296525 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661056 memory=5793855477964253625 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 6924 33554432000 4194304 4196468 140730364600048 140599179377552 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 6924 33554432000 4194304 4196468 140730364600048 140599178324752 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598827736208 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598826683408 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634115 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598782408816 140599222835842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598781354784 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) R 14127 14130 11635 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598778198640 140599222835842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) R 14127 14130 11635 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598777145840 140599200657552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) R 14127 14130 11635 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598776093552 140599206905182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 6924 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27696 KiB

[startup+0.210731 s]*
/proc/loadavg: 1.35 1.37 1.34 5/219 14145
/proc/meminfo: memFree=23168140/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661056 memory=40168 CPUtime=0.34 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 8137 0 0 0 32 2 0 0 20 0 15 0 93634112 10916921344 10042 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665264 10042 2949 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 11635 0 -1 4202560 5112 0 0 0 19 1 0 0 20 0 15 0 93634113 10916921344 10042 33554432000 4194304 4196468 140730364600048 140599227062528 140599222836630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661056 memory=4211973953159150986 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 10042 33554432000 4194304 4196468 140730364600048 140599179377552 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 10042 33554432000 4194304 4196468 140730364600048 140599178324752 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598827736208 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598826683408 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634115 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598782408816 140599222835842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598781354784 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) R 14127 14130 11635 0 -1 4202560 456 0 0 0 2 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598778198640 140599206037361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) R 14127 14130 11635 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598777145840 140599222835842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0.08 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) R 14127 14130 11635 0 -1 4202560 836 0 0 0 8 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598776091216 140599201763146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 10042 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310748 s]*
/proc/loadavg: 1.35 1.37 1.34 5/219 14145
/proc/meminfo: memFree=23153128/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661056 memory=57800 CPUtime=0.67 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 9985 0 0 0 65 2 0 0 20 0 15 0 93634112 10916921344 14450 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665264 14450 3041 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 11635 0 -1 4202560 5130 0 0 0 29 1 0 0 20 0 15 0 93634113 10916921344 14450 33554432000 4194304 4196468 140730364600048 140599227060080 140599222846621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661056 memory=4211973953159150986 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 14450 33554432000 4194304 4196468 140730364600048 140599179377552 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661056 memory=280453811480960 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 14450 33554432000 4194304 4196468 140730364600048 140599178324752 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661056 memory=280453714268672 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598827736208 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661056 memory=140226857120527 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634114 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598826683408 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661056 memory=280453811490176 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634115 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598782408816 140599222835842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661056 memory=140226857125135 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598781354784 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661056 memory=140226857139107 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661056 memory=140226857143300 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661056 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) R 14127 14130 11635 0 -1 4202560 1100 0 0 0 12 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598778179656 140599207932664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661056 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) R 14127 14130 11635 0 -1 4202560 1225 0 0 0 11 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598777132272 140599206292681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661056 memory=140226954360448 CPUtime=0.12 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) R 14127 14130 11635 0 -1 1077944384 1162 0 0 0 12 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661056 memory=140226954388144 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634118 10916921344 14450 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57800 KiB

[startup+0.700661 s]
/proc/loadavg: 1.35 1.37 1.34 4/219 14145
/proc/meminfo: memFree=23090636/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661132 memory=153520 CPUtime=1.61 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 10866 0 0 0 157 4 0 0 20 0 15 0 93634112 10916999168 38380 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665283 38380 3090 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661132 memory=56 CPUtime=0.68 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) R 14127 14130 11635 0 -1 4202560 5498 0 0 0 66 2 0 0 20 0 15 0 93634113 10916999168 38380 33554432000 4194304 4196468 140730364600048 140599227061104 140599222836630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916999168 38380 33554432000 4194304 4196468 140730364600048 140599179377552 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916999168 38380 33554432000 4194304 4196468 140730364600048 140599178324752 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634114 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598827736208 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93634114 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598826683408 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93634115 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598782408816 140599222835842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598781354784 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661132 memory=1200 CPUtime=0.33 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) R 14127 14130 11635 0 -1 4202560 1174 0 0 0 33 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598778185488 140599202322119 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661132 memory=12136 CPUtime=0.32 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) R 14127 14130 11635 0 -1 4202560 1392 0 0 0 32 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598777134400 140599202480240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661132 memory=1008 CPUtime=0.24 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 11635 0 -1 1077944384 1431 0 0 0 24 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 38380 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 153520 KiB

[startup+1.50099 s]
/proc/loadavg: 1.35 1.37 1.34 5/219 14145
/proc/meminfo: memFree=22936456/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661132 memory=435208 CPUtime=4.09 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 16650 0 0 0 387 22 0 0 20 0 15 0 93634112 10916999168 108802 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665283 108802 3134 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661132 memory=4132 CPUtime=1.36 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) S 14127 14130 11635 0 -1 1077944384 5571 0 0 0 132 4 0 0 20 0 15 0 93634113 10916999168 108802 33554432000 4194304 4196468 140730364600048 140599227061360 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661132 memory=27212 CPUtime=0.1 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) R 14127 14130 11635 0 -1 4202560 150 0 0 0 6 4 0 0 20 0 15 0 93634114 10916999168 108802 33554432000 4194304 4196468 140730364600048 140599179377752 140599207852578 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661132 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) R 14127 14130 11635 0 -1 4202560 74 0 0 0 5 3 0 0 20 0 15 0 93634114 10916999168 108802 33554432000 4194304 4196468 140730364600048 140599178324752 140599207852578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) R 14127 14130 11635 0 -1 4202560 266 0 0 0 6 3 0 0 20 0 15 0 93634114 10916999168 108802 33554432000 4194304 4196468 140730364600048 140598827736208 140599215921396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661132 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) R 14127 14130 11635 0 -1 4202560 72 0 0 0 6 4 0 0 20 0 15 0 93634114 10916999168 108802 33554432000 4194304 4196468 140730364600048 140598826683608 140599207852578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661132 memory=7306059475989848147 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 93634115 10916999168 108802 33554432000 4194304 4196468 140730364600048 140598782407328 140599222834901 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0

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

[pid=14130/tid=14144] ppid=14127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661132 memory=5466016 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 255 0 0 0 0 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 62.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322724 KiB

[startup+20.001 s]*
/proc/loadavg: 2.06 1.53 1.39 6/219 14145
/proc/meminfo: memFree=14867116/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661132 memory=8322724 CPUtime=65.53 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 239881 0 0 0 5719 834 0 0 20 0 15 0 93634112 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665283 2080681 3177 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661132 memory=6791534058613427641 CPUtime=5.75 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) S 14127 14130 11635 0 -1 1077944384 9133 0 0 0 564 11 0 0 20 0 15 0 93634113 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599227063440 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661132 memory=-7003737579269690708 CPUtime=13.38 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) R 14127 14130 11635 0 -1 4202560 78178 0 0 0 1132 206 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599179377752 140599207282328 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661132 memory=39908 CPUtime=13.29 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) R 14127 14130 11635 0 -1 4202560 26201 0 0 0 1130 199 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599178324752 140599215452903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661132 memory=-6873162000112450758 CPUtime=13.33 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) R 14127 14130 11635 0 -1 4202560 33703 0 0 0 1126 207 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598827736328 140599215452903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661132 memory=-6948047529741492128 CPUtime=13.34 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) R 14127 14130 11635 0 -1 4202560 63459 0 0 0 1132 202 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598826683408 140599207821283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661132 memory=280453714018544 CPUtime=0.69 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 12703 0 0 0 68 1 0 0 20 0 15 0 93634115 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598782407360 140599222834901 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661132 memory=280453714018544 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598781354848 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661132 memory=280453714018544 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661132 memory=3008892329223648 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661132 memory=6944656592387989600 CPUtime=2.63 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) S 14127 14130 11635 0 -1 1077944384 6027 0 0 0 263 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598778198640 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661132 memory=6944656575208382560 CPUtime=2.58 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) S 14127 14130 11635 0 -1 1077944384 7044 0 0 0 257 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598777145840 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661132 memory=6944656592455097440 CPUtime=0.43 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 11635 0 -1 1077944384 1816 0 0 0 42 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661132 memory=-2895008908443424103 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661132 memory=-6948047529741504454 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 255 0 0 0 0 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 65.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322724 KiB

[startup+20.401 s]
/proc/loadavg: 2.06 1.53 1.39 6/219 14145
/proc/meminfo: memFree=14867116/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661132 memory=8322724 CPUtime=66.84 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 239890 0 0 0 5850 834 0 0 20 0 15 0 93634112 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665283 2080681 3177 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661132 memory=6944656575208382560 CPUtime=5.75 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) S 14127 14130 11635 0 -1 1077944384 9134 0 0 0 564 11 0 0 20 0 15 0 93634113 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599227063440 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661132 memory=6791534058613427641 CPUtime=13.69 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) R 14127 14130 11635 0 -1 4202560 78178 0 0 0 1163 206 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599179377752 140599207775300 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661132 memory=2444 CPUtime=13.6 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) R 14127 14130 11635 0 -1 4202560 26202 0 0 0 1161 199 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140599178324752 140599207775351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661132 memory=1832 CPUtime=13.64 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) R 14127 14130 11635 0 -1 4202560 33703 0 0 0 1157 207 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598827736408 140599204421706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661132 memory=1948 CPUtime=13.64 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) R 14127 14130 11635 0 -1 4202560 63459 0 0 0 1162 202 0 0 20 0 15 0 93634114 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598826683408 140599204421706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661132 memory=1224 CPUtime=0.77 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 12703 0 0 0 76 1 0 0 20 0 15 0 93634115 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598782407152 140599222834901 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598781354848 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661132 memory=8452 CPUtime=2.63 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) S 14127 14130 11635 0 -1 1077944384 6027 0 0 0 263 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598778198640 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661132 memory=5776 CPUtime=2.58 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) S 14127 14130 11635 0 -1 1077944384 7044 0 0 0 257 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598777145840 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661132 memory=1200 CPUtime=0.43 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 11635 0 -1 1077944384 1816 0 0 0 42 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661132 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661132 memory=8322668 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 262 0 0 0 0 1 0 0 20 0 15 0 93634118 10916999168 2080681 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 66.84 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322724 KiB

[startup+20.6007 s]
/proc/loadavg: 2.06 1.53 1.39 6/219 14145
/proc/meminfo: memFree=14867116/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=10661132 memory=8322728 CPUtime=67.62 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 240101 0 0 0 5928 834 0 0 20 0 15 0 93634112 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 2665283 2080682 3177 1 0 2627263 0
[pid=14130/tid=14132] ppid=14127 vsize=10661132 memory=7307209556766316131 CPUtime=5.75 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) S 14127 14130 11635 0 -1 1077944384 9134 0 0 0 564 11 0 0 20 0 15 0 93634113 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140599227063440 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=10661132 memory=7738419355379721558 CPUtime=13.88 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) R 14127 14130 11635 0 -1 4202560 78196 0 0 0 1182 206 0 0 20 0 15 0 93634114 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140599179377440 140599215452903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=10661132 memory=7085432426282067861 CPUtime=13.79 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) R 14127 14130 11635 0 -1 4202560 26286 0 0 0 1180 199 0 0 20 0 15 0 93634114 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140599178324952 140599215452903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=10661132 memory=1159 CPUtime=13.83 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) R 14127 14130 11635 0 -1 4202560 33812 0 0 0 1176 207 0 0 20 0 15 0 93634114 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598827736328 140599215452903 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=10661132 memory=140226857551783 CPUtime=13.84 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) R 14127 14130 11635 0 -1 4202560 63459 0 0 0 1182 202 0 0 20 0 15 0 93634114 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598826683408 140599204434478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=10661132 memory=280453715084336 CPUtime=0.78 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) S 14127 14130 11635 0 -1 1077944384 12703 0 0 0 77 1 0 0 20 0 15 0 93634115 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598782407376 140599222834901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=10661132 memory=280453714018544 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598781354848 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=10661132 memory=5788647689011156329 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=10661132 memory=6075444212124762209 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=10661132 memory=1584 CPUtime=2.63 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) S 14127 14130 11635 0 -1 1077944384 6027 0 0 0 263 0 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598778198640 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=10661132 memory=2241 CPUtime=2.58 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) S 14127 14130 11635 0 -1 1077944384 7044 0 0 0 257 1 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598777145840 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=10661132 memory=2244 CPUtime=0.43 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 11635 0 -1 1077944384 1816 0 0 0 42 1 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=10661132 memory=3617129068660031184 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=10661132 memory=-1624781813439352349 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 262 0 0 0 0 1 0 0 20 0 15 0 93634118 10916999168 2080682 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 67.62 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8322728 KiB

[startup+20.7047 s]
/proc/loadavg: 2.06 1.53 1.39 6/219 14145
/proc/meminfo: memFree=14867116/32770624 swapFree=67108860/67108860
[pid=14130] ppid=14127 vsize=7794444 memory=5456064 CPUtime=67.74 cores=0,2,4,6
/proc/14130/stat : 14130 (java) S 14127 14130 11635 0 -1 1077944320 240177 0 0 0 5939 835 0 0 20 0 15 0 93634112 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140730364582592 140599222824695 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
/proc/14130/statm: 1948611 1364016 3179 1 0 1910591 0
[pid=14130/tid=14132] ppid=14127 vsize=7794444 memory=6791534058613427641 CPUtime=5.75 cores=0,2,4,6
/proc/14130/task/14132/stat : 14132 (java) S 14127 14130 11635 0 -1 1077944384 9207 0 0 0 564 11 0 0 20 0 15 0 93634113 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140599227063920 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14133] ppid=14127 vsize=7794444 memory=8322724 CPUtime=13.89 cores=0,2,4,6
/proc/14130/task/14133/stat : 14133 (java) S 14127 14130 11635 0 -1 1077944384 78196 0 0 0 1183 206 0 0 20 0 15 0 93634114 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140599179377552 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14134] ppid=14127 vsize=7794444 memory=8322724 CPUtime=13.8 cores=0,2,4,6
/proc/14130/task/14134/stat : 14134 (java) S 14127 14130 11635 0 -1 1077944384 26286 0 0 0 1181 199 0 0 20 0 15 0 93634114 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140599178324752 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14135] ppid=14127 vsize=7794444 memory=8322728 CPUtime=13.84 cores=0,2,4,6
/proc/14130/task/14135/stat : 14135 (java) S 14127 14130 11635 0 -1 1077944384 33814 0 0 0 1177 207 0 0 20 0 15 0 93634114 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598827736208 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14136] ppid=14127 vsize=7794444 memory=8322724 CPUtime=13.85 cores=0,2,4,6
/proc/14130/task/14136/stat : 14136 (java) S 14127 14130 11635 0 -1 1077944384 63459 0 0 0 1183 202 0 0 20 0 15 0 93634114 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598826683408 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14137] ppid=14127 vsize=7794444 memory=6791534058613427641 CPUtime=0.87 cores=0,2,4,6
/proc/14130/task/14137/stat : 14137 (java) R 14127 14130 11635 0 -1 4202560 12704 0 0 0 85 2 0 0 20 0 15 0 93634115 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598782407576 140599215541658 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14138] ppid=14127 vsize=7794444 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14138/stat : 14138 (java) S 14127 14130 11635 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 93634116 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598781354848 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14139] ppid=14127 vsize=7794444 memory=8321916 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14139/stat : 14139 (java) S 14127 14130 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93634116 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598780302448 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14140] ppid=14127 vsize=7794444 memory=8321868 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14140/stat : 14140 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598779250768 140599222843291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14141] ppid=14127 vsize=7794444 memory=60 CPUtime=2.63 cores=0,2,4,6
/proc/14130/task/14141/stat : 14141 (java) S 14127 14130 11635 0 -1 1077944384 6027 0 0 0 263 0 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598778198640 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14142] ppid=14127 vsize=7794444 memory=0 CPUtime=2.58 cores=0,2,4,6
/proc/14130/task/14142/stat : 14142 (java) S 14127 14130 11635 0 -1 1077944384 7044 0 0 0 257 1 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598777145840 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14143] ppid=14127 vsize=7794444 memory=8316824 CPUtime=0.43 cores=0,2,4,6
/proc/14130/task/14143/stat : 14143 (java) S 14127 14130 11635 0 -1 1077944384 1816 0 0 0 42 1 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598776093552 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14144] ppid=14127 vsize=7794444 memory=8316564 CPUtime=0 cores=0,2,4,6
/proc/14130/task/14144/stat : 14144 (java) S 14127 14130 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598707219424 140599222834901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
[pid=14130/tid=14145] ppid=14127 vsize=7794444 memory=4132 CPUtime=0.01 cores=0,2,4,6
/proc/14130/task/14145/stat : 14145 (java) S 14127 14130 11635 0 -1 1077944384 262 0 0 0 0 1 0 0 20 0 15 0 93634118 7981510656 1364016 33554432000 4194304 4196468 140730364600048 140598706166192 140599222835842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 18800640 140730364605557 140730364605705 140730364605705 140730364608463 0
Current children cumulated CPU time: 67.74 s
Current children cumulated vsize: 7794444 KiB
Current children cumulated memory: 5456064 KiB

Child status: 1
Real time (s): 20.7467
CPU time (s): 67.7979
CPU user time (s): 59.4015
CPU system time (s): 8.39643
CPU usage (%): 326.788
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8322728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.4015
system time used= 8.39644
maximum resident set size= 8322732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240515
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5334
involuntary context switches= 569


# summary of solver processes directly reported to runsolver:
#   pid: 14130
#   total CPU time (s): 67.7979
#   total CPU user time (s): 59.4015
#   total CPU system time (s): 8.39643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.141373 second user time and 0.27938 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 08:51:49
IDJOB=4298421
IDBENCH=141137
IDSOLVER=2762
FILE ID=node132/4298421-1532760709
RUNJOBID= node132-1532740752-11666
PBS_JOBID= 21022446
Free space on /tmp= 52032 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298421-1532760709/watcher-4298421-1532760709 -o /tmp/evaluation-result-4298421-1532760709/solver-4298421-1532760709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298421-1532760709.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1294824311

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23194540 kB
MemAvailable:   31424920 kB
Buffers:          198544 kB
Cached:          8237656 kB
SwapCached:            0 kB
Active:          3100168 kB
Inactive:        5895736 kB
Active(anon):     509724 kB
Inactive(anon):    77852 kB
Active(file):    2590444 kB
Inactive(file):  5817884 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8444 kB
Writeback:             0 kB
AnonPages:        591080 kB
Mapped:            54556 kB
Shmem:             25248 kB
Slab:             278028 kB
SReclaimable:     250512 kB
SUnreclaim:        27516 kB
KernelStack:        3856 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1143296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    520192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52032 MiB
End job on node132 at 2018-07-28 08:52:10