Trace number 4262958

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
sat4j-CSP 2017-07-05? 1226.04 344.38901

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-zeroin-i-3.xml
MD5SUM21f5a9a53520a21a30dcca8a12a0310e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark24.402399
Satisfiable
(Un)Satisfiability was proved
Number of variables206
Number of constraints3540
Number of domains1
Minimum domain size206
Maximum domain size206
Distribution of domain sizes[{"size":206,"count":206}]
Minimum variable degree1
Maximum variable degree141
Distribution of variable degrees[{"degree":1,"count":49},{"degree":18,"count":4},{"degree":19,"count":6},{"degree":20,"count":3},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":5},{"degree":28,"count":16},{"degree":29,"count":18},{"degree":30,"count":13},{"degree":31,"count":12},{"degree":32,"count":10},{"degree":33,"count":5},{"degree":34,"count":2},{"degree":35,"count":3},{"degree":36,"count":2},{"degree":37,"count":4},{"degree":38,"count":3},{"degree":39,"count":1},{"degree":41,"count":6},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":47,"count":1},{"degree":49,"count":1},{"degree":64,"count":1},{"degree":67,"count":1},{"degree":79,"count":1},{"degree":81,"count":1},{"degree":96,"count":2},{"degree":100,"count":3},{"degree":115,"count":1},{"degree":122,"count":1},{"degree":124,"count":1},{"degree":126,"count":1},{"degree":128,"count":1},{"degree":130,"count":1},{"degree":131,"count":1},{"degree":132,"count":1},{"degree":134,"count":1},{"degree":135,"count":1},{"degree":136,"count":5},{"degree":141,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3540}]
Number of extensional constraints0
Number of intensional constraints3540
Distribution of constraint types[{"type":"intension","count":3540}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1130.40/318.14	Aug 13, 2017 10:23:00 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1130.40/318.14	INFO: Runtime exception
1130.40/318.14	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1130.40/318.14		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1130.40/318.14		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1130.40/318.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1130.40/318.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1130.40/318.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1130.40/318.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1130.40/318.14		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1130.40/318.14		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1130.40/318.14		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1130.40/318.14		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1130.40/318.14		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1130.40/318.14	Caused by: java.lang.reflect.InvocationTargetException
1130.40/318.14		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1130.40/318.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1130.40/318.14		at java.lang.reflect.Method.invoke(Method.java:498)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1130.40/318.14		... 21 more
1130.40/318.14	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1130.40/318.14		... 25 more
1130.40/318.14	Caused by: java.lang.reflect.InvocationTargetException
1130.40/318.14		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1130.40/318.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1130.40/318.14		at java.lang.reflect.Method.invoke(Method.java:498)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1130.40/318.14		... 25 more
1130.40/318.14	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1130.40/318.14		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1130.40/318.14		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1130.40/318.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1130.40/318.14		at java.lang.reflect.Method.invoke(Method.java:498)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1130.40/318.14		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1130.40/318.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1130.40/318.14		at java.lang.reflect.Method.invoke(Method.java:498)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1130.40/318.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1130.40/318.14		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1130.40/318.14		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1130.40/318.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1130.40/318.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1130.40/318.14		at org.xcsp.parser.XCallbacks$$Lambda$44/1641808846.accept(Unknown Source)
1130.40/318.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1130.40/318.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1130.40/318.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1130.40/318.14		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1130.40/318.14		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1130.40/318.14		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1130.40/318.14		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1130.40/318.14		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1130.40/318.14	
1194.12/335.61	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1194.12/335.61	c This is free software under the dual EPL/GNU LGPL licenses.
1194.12/335.61	c See www.sat4j.org for details.
1194.12/335.61	c That software uses the Rhino library from the Mozilla project.
1194.12/335.61	c version CUSTOM.v20170705
1194.12/335.61	c java.runtime.name	Java(TM) SE Runtime Environment
1194.12/335.61	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1194.12/335.61	c java.vm.version	25.131-b11
1194.12/335.61	c java.vm.vendor	Oracle Corporation
1194.12/335.61	c sun.arch.data.model	64
1194.12/335.61	c java.version		1.8.0_131
1194.12/335.61	c os.name		Linux
1194.12/335.61	c os.version		3.10.0-514.16.1.el7.x86_64
1194.12/335.61	c os.arch		amd64
1194.12/335.61	c Free memory 		499604488
1194.12/335.61	c Max memory 		7247757312
1194.12/335.61	c Total memory 		504889344
1194.12/335.61	c Number of processors 	4
1194.12/335.61	c c --- Begin Solver configuration ---
1194.12/335.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1194.12/335.61	c Learn all clauses as in MiniSAT
1194.12/335.61	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1194.12/335.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1194.12/335.61	c No reason simplification
1194.12/335.61	c Glucose 2.1 dynamic restart strategy
1194.12/335.61	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1194.12/335.61	c timeout=2147483s
1194.12/335.61	c DB Simplification allowed=false
1194.12/335.61	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1194.12/335.61	c --- End Solver configuration ---
1225.95/344.35	c starts		: 0
1225.95/344.35	c conflicts		: 0
1225.95/344.35	c decisions		: 0
1225.95/344.35	c propagations		: 0
1225.95/344.35	c inspects		: 0
1225.95/344.35	c shortcuts		: 0
1225.95/344.35	c learnt literals	: 0
1225.95/344.35	c learnt binary clauses	: 0
1225.95/344.35	c learnt ternary clauses	: 0
1225.95/344.35	c learnt constraints	: 0
1225.95/344.35	c ignored constraints	: 0
1225.95/344.35	c root simplifications	: 0
1225.95/344.35	c removed literals (reason simplification)	: 0
1225.95/344.35	c reason swapping (by a shorter reason)	: 0
1225.95/344.35	c Calls to reduceDB	: 0
1225.95/344.35	c Number of update (reduction) of LBD	: 0
1225.95/344.35	c Imported unit clauses	: 0
1225.95/344.35	c number of reductions to clauses (during analyze)	: 0
1225.95/344.35	c number of learned constraints concerned by reduction	: 0
1225.95/344.35	c number of learning phase by resolution	: 0
1225.95/344.35	c number of learning phase by cutting planes	: 0
1225.95/344.35	c number of rounding to 1 operations	: 0
1225.95/344.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1225.95/344.35	c number of reductions of the coefficients by power 2 	: 0
1225.95/344.35	c number of right shift for reduction by power 2 	: 0
1225.95/344.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
1225.95/344.35	c speed (assignments/second)	: 0.0
1225.95/344.35	c non guided choices	0
1225.95/344.35	c learnt constraints type 
1225.95/344.35	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 (13557 MiB free)
  memory of node 1: 16384 MiB (14679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262958-1502613120/watcher-4262958-1502613120 -o /tmp/evaluation-result-4262958-1502613120/solver-4262958-1502613120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262958-1502613120.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=5021, runsolver pid=5018

[startup+0.102112 s]*
/proc/loadavg: 0.92 1.00 1.13 3/209 5057
/proc/meminfo: memFree=28883128/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10555400 memory=27924 CPUtime=0.09 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 4829 0 0 0 8 1 0 0 20 0 15 0 94392962 10808729600 6981 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2638850 6981 2792 1 0 2627263 0
[pid=5021/tid=5023] ppid=5018 vsize=10555400 memory=-8253362762721355408 CPUtime=0.08 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) D 5018 5021 4973 0 -1 4202560 2797 0 0 0 7 1 0 0 20 0 15 0 94392963 10808729600 6981 33554432000 4194304 4196468 140723530861024 139682358602224 139682354390173 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 6981 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 6981 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 6981 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 6981 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392967 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681845951216 139682354379394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681844897440 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681843844336 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681841740016 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681840687472 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681839634416 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 6981 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 27924 KiB

[startup+0.210865 s]*
/proc/loadavg: 0.92 1.00 1.13 7/215 5063
/proc/meminfo: memFree=28873012/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10555400 memory=31772 CPUtime=0.16 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 6570 0 0 0 14 2 0 0 20 0 15 0 94392962 10808729600 7943 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2638850 7943 2861 1 0 2627263 0
[pid=5021/tid=5023] ppid=5018 vsize=10555400 memory=7022364594140610616 CPUtime=0.11 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) D 5018 5021 4973 0 -1 4202560 4292 0 0 0 10 1 0 0 20 0 15 0 94392963 10808729600 7943 33554432000 4194304 4196468 140723530861024 139682358591488 139682354390173 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 6 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 7943 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10555400 memory=140022445481419 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 7943 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 7943 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 7943 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392967 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681845951216 139682354379394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681844897440 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681843844336 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681841740016 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681840687472 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0.02 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 94392970 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681839634416 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10555400 memory=140022445471360 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 7943 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31772 KiB

[startup+0.310114 s]*
/proc/loadavg: 0.92 1.00 1.13 3/215 5063
/proc/meminfo: memFree=28862324/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10555400 memory=37172 CPUtime=0.23 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 6914 0 0 0 21 2 0 0 20 0 15 0 94392962 10808729600 9293 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2638850 9293 2906 1 0 2627263 0
[pid=5021/tid=5023] ppid=5018 vsize=10555400 memory=53476 CPUtime=0.17 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) R 5018 5021 4973 0 -1 4202560 4603 0 0 0 15 2 0 0 20 0 15 0 94392963 10808729600 9293 33554432000 4194304 4196468 140723530861024 139682358603344 139682354390173 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 9293 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10555400 memory=140022445529376 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 9293 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 9293 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392966 10808729600 9293 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10555400 memory=140022445536288 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392967 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681845951216 139682354379394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681844897440 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392968 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681843844336 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 94392970 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681841740016 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10555400 memory=140022309314511 CPUtime=0.01 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 94392970 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681840687472 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10555400 memory=140022445476365 CPUtime=0.04 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 396 0 0 0 4 0 0 0 20 0 15 0 94392970 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681839634416 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10555400 memory=140022309314511 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10555400 memory=280044754802624 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392971 10808729600 9293 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37172 KiB

[startup+0.700758 s]
/proc/loadavg: 0.92 1.00 1.13 6/215 5063
/proc/meminfo: memFree=28820840/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10555476 memory=153240 CPUtime=1.38 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 10497 0 0 0 133 5 0 0 20 0 15 0 94392962 10808807424 38310 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2638869 38310 3087 1 0 2627263 0
[pid=5021/tid=5023] ppid=5018 vsize=10555476 memory=2372 CPUtime=0.54 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) R 5018 5021 4973 0 -1 4202560 5347 0 0 0 50 4 0 0 20 0 15 0 94392963 10808807424 38310 33554432000 4194304 4196468 140723530861024 139682358595632 139682339736190 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808807424 38310 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10555476 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808807424 38310 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392966 10808807424 38310 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10555476 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94392966 10808807424 38310 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94392967 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681845951216 139682354379394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94392968 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681844897440 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94392968 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681843844336 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) R 5018 5021 4973 0 -1 4202560 1417 0 0 0 28 0 0 0 20 0 15 0 94392970 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681841731344 139682354389594 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10555476 memory=6944652177228980320 CPUtime=0.26 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 750 0 0 0 26 0 0 0 20 0 15 0 94392970 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681840687472 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 1613 0 0 0 27 0 0 0 20 0 15 0 94392970 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681839634416 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94392970 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94392971 10808807424 38310 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 153240 KiB

[startup+1.50085 s]
/proc/loadavg: 0.92 1.00 1.13 9/215 5063
/proc/meminfo: memFree=28455316/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10555476 memory=521356 CPUtime=3.43 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 11895 0 0 0 304 39 0 0 20 0 15 0 94392962 10808807424 130339 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2638869 130339 3121 1 0 2627263 0
[pid=5021/tid=5023] ppid=5018 vsize=10555476 memory=734122169305806390 CPUtime=1.07 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) S 5018 5021 4973 0 -1 1077944384 5448 0 0 0 101 6 0 0 20 0 15 0 94392963 10808807424 130339 33554432000 4194304 4196468 140723530861024 139682358605136 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10555476 memory=197672 CPUtime=0.25 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) R 5018 5021 4973 0 -1 4202560 225 0 0 0 18 7 0 0 20 0 15 0 94392966 10808807424 130339 33554432000 4194304 4196468 140723530861024 139682280442584 139682339395666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) R 5018 5021 4973 0 -1 4202560 226 0 0 0 18 7 0 0 20 0 15 0 94392966 10808807424 130339 33554432000 4194304 4196468 140723530861024 139682279390040 139682335994189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10555476 memory=8552 CPUtime=0.25 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) R 5018 5021 4973 0 -1 4202560 211 0 0 0 18 7 0 0 20 0 15 0 94392966 10808807424 130339 33554432000 4194304 4196468 140723530861024 139682278336984 139682339390368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10555476 memory=15872 CPUtime=0.24 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) R 5018 5021 4973 0 -1 4202560 210 0 0 0 17 7 0 0 20 0 15 0 94392966 10808807424 130339 33554432000 4194304 4196468 140723530861024 139682277284240 139682339395342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10555476 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94392967 10808807424 130339 33554432000 4194304 4196468 140723530861024 139681845949728 139682354378453 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0

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

[pid=5021/tid=5027] ppid=5018 vsize=10690804 memory=8112282956445269571 CPUtime=294.57 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) R 5018 5021 4973 0 -1 4202560 18028 0 0 0 29299 158 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682280442192 139682346996455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10690804 memory=8112282956445269571 CPUtime=294.13 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) R 5018 5021 4973 0 -1 4202560 12914 0 0 0 29247 166 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682279389728 139682339364740 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10690804 memory=4872558044660077418 CPUtime=293.49 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) R 5018 5021 4973 0 -1 4202560 19379 0 0 0 29175 174 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682278336904 139682346996455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10690804 memory=8091104 CPUtime=293.88 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) R 5018 5021 4973 0 -1 4202560 14614 0 0 0 29217 171 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682277284048 139682346996455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10690804 memory=8112282956445269571 CPUtime=31.88 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) S 5018 5021 4973 0 -1 1077944384 54909 0 0 0 3185 3 0 0 20 0 17 0 94392967 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681845949760 139682354378453 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10690804 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681844897504 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10690804 memory=9992 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681843844352 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10690804 memory=5716 CPUtime=0.77 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 4532 0 0 0 77 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681841739776 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10690804 memory=4144 CPUtime=0.99 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 6343 0 0 0 98 1 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681840687520 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10690804 memory=27460 CPUtime=0.41 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 4544 0 0 0 41 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681839634464 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10690804 memory=2428 CPUtime=0.14 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 685 0 0 0 7 7 0 0 20 0 17 0 94392971 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5153] ppid=5018 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5153/stat : 5153 (java) S 5018 5021 4973 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681834377456 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5154] ppid=5018 vsize=10690804 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5154/stat : 5154 (java) S 5018 5021 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681833325984 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 1223.84 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8091104 KiB

[startup+344.001 s]*
/proc/loadavg: 7.68 4.87 2.73 6/218 5154
/proc/meminfo: memFree=12512988/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10690804 memory=8091104 CPUtime=1225.66 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 149751 0 2 0 121875 691 0 0 20 0 17 0 94392962 10947383296 2022776 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2672701 2022776 3193 1 0 2661057 0
[pid=5021/tid=5023] ppid=5018 vsize=10690804 memory=4144 CPUtime=13.5 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) S 5018 5021 4973 0 -1 1077944384 12349 0 2 0 1340 10 0 0 20 0 17 0 94392963 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682358608928 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10690804 memory=0 CPUtime=294.91 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 18028 0 0 0 29333 158 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10690804 memory=3978143244754564911 CPUtime=294.47 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 12921 0 0 0 29281 166 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10690804 memory=590024538737094835 CPUtime=293.82 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 19379 0 0 0 29208 174 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10690804 memory=0 CPUtime=294.21 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 14614 0 0 0 29250 171 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10690804 memory=0 CPUtime=32.34 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) R 5018 5021 4973 0 -1 4202560 54915 0 0 0 3231 3 0 0 20 0 17 0 94392967 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681845949760 139682338825880 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681844897504 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681843844352 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10690804 memory=140022310207984 CPUtime=0.77 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 4532 0 0 0 77 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681841739776 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10690804 memory=7885630751101880879 CPUtime=0.99 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 6343 0 0 0 98 1 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681840687520 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10690804 memory=3472463920626640560 CPUtime=0.41 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 4544 0 0 0 41 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681839634464 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10690804 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10690804 memory=3472468318672889520 CPUtime=0.14 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 685 0 0 0 7 7 0 0 20 0 17 0 94392971 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5153] ppid=5018 vsize=10690804 memory=3256112677255342443 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5153/stat : 5153 (java) S 5018 5021 4973 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681834377456 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5154] ppid=5018 vsize=10690804 memory=4050620119875823286 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5154/stat : 5154 (java) S 5018 5021 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681833325984 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 1225.66 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8091104 KiB

[startup+344.201 s]
/proc/loadavg: 7.68 4.87 2.73 6/218 5154
/proc/meminfo: memFree=12512988/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10690804 memory=8091104 CPUtime=1225.85 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 149751 0 2 0 121894 691 0 0 20 0 17 0 94392962 10947383296 2022776 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2672701 2022776 3193 1 0 2661057 0
[pid=5021/tid=5023] ppid=5018 vsize=10690804 memory=8112282956445269571 CPUtime=13.5 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) S 5018 5021 4973 0 -1 1077944384 12349 0 2 0 1340 10 0 0 20 0 17 0 94392963 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682358608928 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10690804 memory=0 CPUtime=294.91 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 18028 0 0 0 29333 158 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10690804 memory=15816716106074518 CPUtime=294.47 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 12921 0 0 0 29281 166 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10690804 memory=1796 CPUtime=293.82 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 19379 0 0 0 29208 174 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10690804 memory=960 CPUtime=294.21 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 14614 0 0 0 29250 171 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10690804 memory=6656426216303648864 CPUtime=32.53 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) R 5018 5021 4973 0 -1 4202560 54915 0 0 0 3250 3 0 0 20 0 17 0 94392967 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681845949648 139682339364671 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10690804 memory=7305218370954619478 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681844897504 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10690804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681843844352 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10690804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10690804 memory=-8814538831020006773 CPUtime=0.77 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 4532 0 0 0 77 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681841739776 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10690804 memory=1404238533841559158 CPUtime=0.99 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 6343 0 0 0 98 1 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681840687520 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10690804 memory=-7025448733113094249 CPUtime=0.41 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 4544 0 0 0 41 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681839634464 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10690804 memory=-9001734000804784231 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10690804 memory=7886200289251453036 CPUtime=0.14 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 685 0 0 0 7 7 0 0 20 0 17 0 94392971 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5153] ppid=5018 vsize=10690804 memory=8091104 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5153/stat : 5153 (java) S 5018 5021 4973 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681834377456 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5154] ppid=5018 vsize=10690804 memory=280044620489296 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5154/stat : 5154 (java) S 5018 5021 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681833325984 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 1225.85 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8091104 KiB

[startup+344.301 s]
/proc/loadavg: 7.68 4.87 2.73 6/218 5154
/proc/meminfo: memFree=12512988/32770624 swapFree=67108860/67108860
[pid=5021] ppid=5018 vsize=10690804 memory=8091104 CPUtime=1225.95 cores=0,2,4,6
/proc/5021/stat : 5021 (java) S 5018 5021 4973 0 -1 1077944320 149751 0 2 0 121904 691 0 0 20 0 17 0 94392962 10947383296 2022776 33554432000 4194304 4196468 140723530861024 140723530843568 139682354368247 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
/proc/5021/statm: 2672701 2022776 3193 1 0 2661057 0
[pid=5021/tid=5023] ppid=5018 vsize=10690804 memory=8091104 CPUtime=13.5 cores=0,2,4,6
/proc/5021/task/5023/stat : 5023 (java) S 5018 5021 4973 0 -1 1077944384 12349 0 2 0 1340 10 0 0 20 0 17 0 94392963 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682358608928 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5027] ppid=5018 vsize=10690804 memory=8091072 CPUtime=294.91 cores=0,2,4,6
/proc/5021/task/5027/stat : 5027 (java) S 5018 5021 4973 0 -1 1077944384 18028 0 0 0 29333 158 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682280442384 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5028] ppid=5018 vsize=10690804 memory=8090164 CPUtime=294.47 cores=0,2,4,6
/proc/5021/task/5028/stat : 5028 (java) S 5018 5021 4973 0 -1 1077944384 12921 0 0 0 29281 166 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682279389840 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5029] ppid=5018 vsize=10690804 memory=8090168 CPUtime=293.82 cores=0,2,4,6
/proc/5021/task/5029/stat : 5029 (java) S 5018 5021 4973 0 -1 1077944384 19379 0 0 0 29208 174 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682278336784 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5030] ppid=5018 vsize=10690804 memory=280044619960288 CPUtime=294.21 cores=0,2,4,6
/proc/5021/task/5030/stat : 5030 (java) S 5018 5021 4973 0 -1 1077944384 14614 0 0 0 29250 171 0 0 20 0 17 0 94392966 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139682277284240 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5035] ppid=5018 vsize=10690804 memory=8091020 CPUtime=32.63 cores=0,2,4,6
/proc/5021/task/5035/stat : 5035 (java) R 5018 5021 4973 0 -1 4202560 54915 0 0 0 3260 3 0 0 20 0 17 0 94392967 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681845949648 139682339364800 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5037] ppid=5018 vsize=10690804 memory=8091028 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5037/stat : 5037 (java) S 5018 5021 4973 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681844897504 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5039] ppid=5018 vsize=10690804 memory=8091032 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5039/stat : 5039 (java) S 5018 5021 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94392968 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681843844352 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5049] ppid=5018 vsize=10690804 memory=8091072 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5049/stat : 5049 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681842792912 139682354386843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5050] ppid=5018 vsize=10690804 memory=8091104 CPUtime=0.77 cores=0,2,4,6
/proc/5021/task/5050/stat : 5050 (java) S 5018 5021 4973 0 -1 1077944384 4532 0 0 0 77 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681841739776 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5051] ppid=5018 vsize=10690804 memory=8091104 CPUtime=0.99 cores=0,2,4,6
/proc/5021/task/5051/stat : 5051 (java) S 5018 5021 4973 0 -1 1077944384 6343 0 0 0 98 1 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681840687520 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5052] ppid=5018 vsize=10690804 memory=8091104 CPUtime=0.41 cores=0,2,4,6
/proc/5021/task/5052/stat : 5052 (java) S 5018 5021 4973 0 -1 1077944384 4544 0 0 0 41 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681839634464 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5053] ppid=5018 vsize=10690804 memory=8091104 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5053/stat : 5053 (java) S 5018 5021 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94392970 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681838582112 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5055] ppid=5018 vsize=10690804 memory=640 CPUtime=0.14 cores=0,2,4,6
/proc/5021/task/5055/stat : 5055 (java) S 5018 5021 4973 0 -1 1077944384 685 0 0 0 7 7 0 0 20 0 17 0 94392971 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681837530160 139682354379394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5153] ppid=5018 vsize=10690804 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5153/stat : 5153 (java) S 5018 5021 4973 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681834377456 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
[pid=5021/tid=5154] ppid=5018 vsize=10690804 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5021/task/5154/stat : 5154 (java) S 5018 5021 4973 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 94424777 10947383296 2022776 33554432000 4194304 4196468 140723530861024 139681833325984 139682354378453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10268672 140723530863750 140723530863903 140723530863903 140723530866639 0
Current children cumulated CPU time: 1225.95 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8091104 KiB

Child status: 0
Real time (s): 344.389
CPU time (s): 1226.04
CPU user time (s): 1219.1
CPU system time (s): 6.94368
CPU usage (%): 356.006
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8091104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1219.1
system time used= 6.94367
maximum resident set size= 8091388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150297
page faults= 2
swaps= 0
block input operations= 2064
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18629
involuntary context switches= 28630


# summary of solver processes directly reported to runsolver:
#   pid: 5021
#   total CPU time (s): 1226.04
#   total CPU user time (s): 1219.1
#   total CPU system time (s): 6.94368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12729 second user time and 3.42256 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:17:42
IDJOB=4262958
IDBENCH=120587
IDSOLVER=2651
FILE ID=node151/4262958-1502613120
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-zeroin-i-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262958-1502613120/watcher-4262958-1502613120 -o /tmp/evaluation-result-4262958-1502613120/solver-4262958-1502613120 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262958-1502613120.xml

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

MD5SUM BENCH= 21f5a9a53520a21a30dcca8a12a0310e
RANDOM SEED=1110400224

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28915772 kB
MemAvailable:   31994008 kB
Buffers:          223136 kB
Cached:          3147544 kB
SwapCached:            0 kB
Active:           836632 kB
Inactive:        2586320 kB
Active(anon):      55124 kB
Inactive(anon):    25044 kB
Active(file):     781508 kB
Inactive(file):  2561276 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1576 kB
Writeback:             0 kB
AnonPages:         59132 kB
Mapped:            43084 kB
Shmem:             25224 kB
Slab:             128976 kB
SReclaimable:     102576 kB
SUnreclaim:        26400 kB
KernelStack:        3136 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 10:23:27