Trace number 4262948

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? 1375.04 378.15799

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-ash331GPIA.xml
MD5SUMa2156ca8d664195666e0b5da895e2590
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2.9995999
Satisfiable
(Un)Satisfiability was proved
Number of variables662
Number of constraints4181
Number of domains1
Minimum domain size662
Maximum domain size662
Distribution of domain sizes[{"size":662,"count":662}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":1},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":32},{"degree":10,"count":59},{"degree":11,"count":48},{"degree":12,"count":58},{"degree":13,"count":88},{"degree":14,"count":129},{"degree":15,"count":115},{"degree":16,"count":41},{"degree":17,"count":31},{"degree":18,"count":16},{"degree":19,"count":14},{"degree":20,"count":4},{"degree":21,"count":6},{"degree":22,"count":4},{"degree":23,"count":4},{"degree":24,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4181}]
Number of extensional constraints0
Number of intensional constraints4181
Distribution of constraint types[{"type":"intension","count":4181}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262948-1502613609/watcher-4262948-1502613609 -o /tmp/evaluation-result-4262948-1502613609/solver-4262948-1502613609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262948-1502613609.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 4.81 4.72 2.98 4/215 5541
/proc/meminfo: memFree=20823128/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10555400 memory=30260 CPUtime=0.12 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 6674 0 0 0 11 1 0 0 20 0 15 0 94441783 10808729600 7565 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2638850 7565 2789 1 0 2627263 0
[pid=5526/tid=5528] ppid=5523 vsize=10555400 memory=-8968743259004040384 CPUtime=0.09 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) R 5523 5526 4973 0 -1 4202560 4536 0 0 0 8 1 0 0 20 0 15 0 94441784 10808729600 7565 33554432000 4194304 4196468 140725492814640 140071291283376 140071287116957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 7565 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 7565 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 7565 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 7565 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94441786 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070322186864 140071287106178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94441786 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070321132832 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94441787 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070320080496 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070317975664 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070316922864 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0.02 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070315870576 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 7565 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30260 KiB

[startup+0.216288 s]*
/proc/loadavg: 4.81 4.72 2.98 6/215 5541
/proc/meminfo: memFree=20813816/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10555400 memory=39732 CPUtime=0.35 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 8067 0 0 0 32 3 0 0 20 0 15 0 94441783 10808729600 9933 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2638850 9933 2993 1 0 2627263 0
[pid=5526/tid=5528] ppid=5523 vsize=10555400 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) R 5523 5526 4973 0 -1 4202560 5031 0 0 0 19 2 0 0 20 0 15 0 94441784 10808729600 9933 33554432000 4194304 4196468 140725492814640 140071291332912 140071287116957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 9933 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10555400 memory=140159453776135 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 9933 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 9933 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441785 10808729600 9933 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94441786 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070322186864 140071287106178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94441786 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070321132832 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94441787 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070320080496 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) R 5523 5526 4973 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070317966992 140071287105237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070316912976 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0.07 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) R 5523 5526 4973 0 -1 4202560 849 0 0 0 7 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070315866304 140071265799889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10555400 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441789 10808729600 9933 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39732 KiB

[startup+0.310996 s]*
/proc/loadavg: 4.81 4.72 2.98 4/215 5541
/proc/meminfo: memFree=20799860/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10555476 memory=54408 CPUtime=0.65 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 10338 0 0 0 61 4 0 0 20 0 15 0 94441783 10808807424 13602 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2638869 13602 3053 1 0 2627263 0
[pid=5526/tid=5528] ppid=5523 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) R 5523 5526 4973 0 -1 4202560 5644 0 0 0 28 2 0 0 20 0 15 0 94441784 10808807424 13602 33554432000 4194304 4196468 140725492814640 140071291324512 140071287116957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808807424 13602 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10555476 memory=15395012300252824 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808807424 13602 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441785 10808807424 13602 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441785 10808807424 13602 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10555476 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94441786 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070322186864 140071287106178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94441786 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070321132832 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94441787 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070320080496 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 1370 0 0 0 10 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070317975664 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10555476 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 767 0 0 0 9 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070316922864 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10555476 memory=140159453767296 CPUtime=0.12 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 1188 0 0 0 12 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070315870576 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10555476 memory=140159453767296 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 13602 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 54408 KiB

[startup+0.700761 s]
/proc/loadavg: 4.81 4.72 2.98 5/215 5541
/proc/meminfo: memFree=20777708/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10555476 memory=229928 CPUtime=1.88 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 12038 0 0 0 174 14 0 0 20 0 15 0 94441783 10808807424 57482 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2638869 57482 3112 1 0 2627263 0
[pid=5526/tid=5528] ppid=5523 vsize=10555476 memory=1728 CPUtime=0.63 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) R 5523 5526 4973 0 -1 4202560 5852 0 0 0 59 4 0 0 20 0 15 0 94441784 10808807424 57482 33554432000 4194304 4196468 140725492814640 140071291331760 140070916363025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10555476 memory=792 CPUtime=0.03 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 116 0 0 0 2 1 0 0 20 0 15 0 94441785 10808807424 57482 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10555476 memory=9992 CPUtime=0.03 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 92 0 0 0 2 1 0 0 20 0 15 0 94441785 10808807424 57482 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10555476 memory=1224 CPUtime=0.03 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 100 0 0 0 2 1 0 0 20 0 15 0 94441785 10808807424 57482 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10555476 memory=5716 CPUtime=0.03 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 15 0 94441785 10808807424 57482 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 94441786 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070322186864 140071287106178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94441786 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070321132832 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94441787 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070320080496 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10555476 memory=4639098309541127021 CPUtime=0.37 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) R 5523 5526 4973 0 -1 4202560 1474 0 0 0 37 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070317968688 140071270563145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10555476 memory=7597685182856913236 CPUtime=0.38 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) R 5523 5526 4973 0 -1 4202560 1333 0 0 0 38 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070316903104 140071287116378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10555476 memory=7236547281622689387 CPUtime=0.28 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 1512 0 0 0 28 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070315870576 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94441789 10808807424 57482 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 229928 KiB

[startup+1.50079 s]
/proc/loadavg: 4.81 4.72 2.98 9/215 5541
/proc/meminfo: memFree=20191180/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10555476 memory=877220 CPUtime=3.6 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 13928 0 0 0 325 35 0 0 20 0 15 0 94441783 10808807424 219305 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2638869 219305 3117 1 0 2627263 0
[pid=5526/tid=5528] ppid=5523 vsize=10555476 memory=0 CPUtime=1.28 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) R 5523 5526 4973 0 -1 4202560 6666 0 0 0 117 11 0 0 20 0 15 0 94441784 10808807424 219305 33554432000 4194304 4196468 140725492814640 140071291326128 140070916897427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10555476 memory=8390361644446492005 CPUtime=0.17 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 243 0 0 0 12 5 0 0 20 0 15 0 94441785 10808807424 219305 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10555476 memory=-6352177166831615190 CPUtime=0.17 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 238 0 0 0 12 5 0 0 20 0 15 0 94441785 10808807424 219305 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10555476 memory=8514701219931451533 CPUtime=0.18 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 252 0 0 0 13 5 0 0 20 0 15 0 94441785 10808807424 219305 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10555476 memory=7005738693937936738 CPUtime=0.17 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 240 0 0 0 12 5 0 0 20 0 15 0 94441785 10808807424 219305 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 15 0 94441786 10808807424 219305 33554432000 4194304 4196468 140725492814640 140070322186864 140071287106178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0

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

[pid=5526/tid=5529] ppid=5523 vsize=10690804 memory=8297944 CPUtime=332.96 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) R 5523 5526 4973 0 -1 4202560 162145 0 0 0 33133 163 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071239715336 140071279723239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10690804 memory=8552 CPUtime=332.55 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) R 5523 5526 4973 0 -1 4202560 118801 0 0 0 33089 166 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071238662616 140071280198683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10690804 memory=8112282956445269571 CPUtime=331.42 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) R 5523 5526 4973 0 -1 4202560 127788 0 0 0 32962 180 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071237610248 140071279723239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10690804 memory=288230596050944315 CPUtime=331.78 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) R 5523 5526 4973 0 -1 4202560 148861 0 0 0 33010 168 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071236557136 140071279723239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10690804 memory=15816716106074518 CPUtime=27.45 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) S 5523 5526 4973 0 -1 1077944384 61899 0 0 0 2741 4 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070322185408 140071287105237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10690804 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070321132896 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10690804 memory=16404 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94441787 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070320080512 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10690804 memory=288230596050944315 CPUtime=0.75 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 3025 0 0 0 74 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070317975760 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10690804 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 3128 0 0 0 77 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070316922624 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10690804 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 4553 0 0 0 38 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070315869472 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10690804 memory=140159346548324 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10690804 memory=2204 CPUtime=0.15 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 683 0 0 0 8 7 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5556] ppid=5523 vsize=10690804 memory=8297944 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5556/stat : 5556 (java) S 5523 5526 4973 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070310612848 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5557] ppid=5523 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5557/stat : 5557 (java) S 5523 5526 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070309562800 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 1371.77 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297944 KiB

[startup+377.601 s]
/proc/loadavg: 6.95 6.47 4.37 9/218 5634
/proc/meminfo: memFree=15008568/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10690804 memory=8297944 CPUtime=1374.47 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 654389 0 0 0 136734 713 0 0 20 0 17 0 94441783 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2672701 2074486 3182 1 0 2661057 0
[pid=5526/tid=5528] ppid=5523 vsize=10690804 memory=1728 CPUtime=13.46 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) S 5523 5526 4973 0 -1 1077944384 20925 0 0 0 1323 23 0 0 20 0 17 0 94441784 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071291335712 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10690804 memory=5716 CPUtime=333.6 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 162145 0 0 0 33197 163 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10690804 memory=1708 CPUtime=333.21 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 119117 0 0 0 33155 166 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10690804 memory=4612 CPUtime=332.05 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 127788 0 0 0 33025 180 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10690804 memory=1008 CPUtime=332.43 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 148861 0 0 0 33074 169 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10690804 memory=1944 CPUtime=27.58 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) R 5523 5526 4973 0 -1 4202560 62729 0 0 0 2754 4 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070322185408 140071272091524 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070321132896 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10690804 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94441787 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070320080512 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10690804 memory=1944 CPUtime=0.75 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 3025 0 0 0 74 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070317975760 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10690804 memory=8112282956445269571 CPUtime=0.77 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 3128 0 0 0 77 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070316922624 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10690804 memory=1424 CPUtime=0.39 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 4553 0 0 0 38 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070315869472 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10690804 memory=1424 CPUtime=0.15 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 683 0 0 0 8 7 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5556] ppid=5523 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5556/stat : 5556 (java) S 5523 5526 4973 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070310612848 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5557] ppid=5523 vsize=10690804 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5557/stat : 5557 (java) S 5523 5526 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070309562800 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 1374.47 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297944 KiB

[startup+378.001 s]*
/proc/loadavg: 6.95 6.47 4.37 3/218 5634
/proc/meminfo: memFree=15008568/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10690804 memory=8297944 CPUtime=1374.88 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 654390 0 0 0 136775 713 0 0 20 0 17 0 94441783 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2672701 2074486 3182 1 0 2661057 0
[pid=5526/tid=5528] ppid=5523 vsize=10690804 memory=8112282956445269571 CPUtime=13.46 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) S 5523 5526 4973 0 -1 1077944384 20925 0 0 0 1323 23 0 0 20 0 17 0 94441784 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071291335712 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10690804 memory=4872558044660077418 CPUtime=333.6 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 162145 0 0 0 33197 163 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10690804 memory=932 CPUtime=333.21 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 119117 0 0 0 33155 166 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10690804 memory=8297944 CPUtime=332.05 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 127788 0 0 0 33025 180 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10690804 memory=1580 CPUtime=332.43 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 148861 0 0 0 33074 169 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10690804 memory=2244 CPUtime=27.99 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) R 5523 5526 4973 0 -1 4202560 62730 0 0 0 2795 4 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070322185408 140071272091540 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10690804 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070321132896 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10690804 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94441787 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070320080512 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10690804 memory=1944 CPUtime=0.75 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 3025 0 0 0 74 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070317975760 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10690804 memory=1200 CPUtime=0.77 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 3128 0 0 0 77 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070316922624 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10690804 memory=1424 CPUtime=0.39 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 4553 0 0 0 38 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070315869472 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10690804 memory=15872 CPUtime=0.16 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 683 0 0 0 9 7 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5556] ppid=5523 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5556/stat : 5556 (java) S 5523 5526 4973 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070310612848 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5557] ppid=5523 vsize=10690804 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5557/stat : 5557 (java) S 5523 5526 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070309562800 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 1374.88 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297944 KiB

[startup+378.11 s]
/proc/loadavg: 6.95 6.47 4.37 3/218 5634
/proc/meminfo: memFree=15008568/32770624 swapFree=67108860/67108860
[pid=5526] ppid=5523 vsize=10690804 memory=8297944 CPUtime=1374.98 cores=1,3,5,7
/proc/5526/stat : 5526 (java) S 5523 5526 4973 0 -1 1077944320 654702 0 0 0 136785 713 0 0 20 0 17 0 94441783 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140725492797184 140071287095031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
/proc/5526/statm: 2672701 2074486 3182 1 0 2661057 0
[pid=5526/tid=5528] ppid=5523 vsize=10690804 memory=8297944 CPUtime=13.46 cores=1,3,5,7
/proc/5526/task/5528/stat : 5528 (java) S 5523 5526 4973 0 -1 1077944384 20925 0 0 0 1323 23 0 0 20 0 17 0 94441784 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071291335712 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5529] ppid=5523 vsize=10690804 memory=8297944 CPUtime=333.6 cores=1,3,5,7
/proc/5526/task/5529/stat : 5529 (java) S 5523 5526 4973 0 -1 1077944384 162145 0 0 0 33197 163 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071239715216 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5530] ppid=5523 vsize=10690804 memory=8297944 CPUtime=333.21 cores=1,3,5,7
/proc/5526/task/5530/stat : 5530 (java) S 5523 5526 4973 0 -1 1077944384 119117 0 0 0 33155 166 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071238662416 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5531] ppid=5523 vsize=10690804 memory=8297944 CPUtime=332.05 cores=1,3,5,7
/proc/5526/task/5531/stat : 5531 (java) S 5523 5526 4973 0 -1 1077944384 127788 0 0 0 33025 180 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071237610128 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5532] ppid=5523 vsize=10690804 memory=8297944 CPUtime=332.43 cores=1,3,5,7
/proc/5526/task/5532/stat : 5532 (java) S 5523 5526 4973 0 -1 1077944384 148861 0 0 0 33074 169 0 0 20 0 17 0 94441785 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140071236557328 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5533] ppid=5523 vsize=10690804 memory=8297932 CPUtime=28.09 cores=1,3,5,7
/proc/5526/task/5533/stat : 5533 (java) R 5523 5526 4973 0 -1 4202560 63043 0 0 0 2805 4 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070322185408 140071265465206 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5534] ppid=5523 vsize=10690804 memory=8297932 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5534/stat : 5534 (java) S 5523 5526 4973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 94441786 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070321132896 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5535] ppid=5523 vsize=10690804 memory=8297936 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5535/stat : 5535 (java) S 5523 5526 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 94441787 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070320080512 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5536] ppid=5523 vsize=10690804 memory=8297944 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5536/stat : 5536 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070319028816 140071287113627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5537] ppid=5523 vsize=10690804 memory=8297944 CPUtime=0.75 cores=1,3,5,7
/proc/5526/task/5537/stat : 5537 (java) S 5523 5526 4973 0 -1 1077944384 3025 0 0 0 74 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070317975760 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5538] ppid=5523 vsize=10690804 memory=4052 CPUtime=0.77 cores=1,3,5,7
/proc/5526/task/5538/stat : 5538 (java) S 5523 5526 4973 0 -1 1077944384 3128 0 0 0 77 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070316922624 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5539] ppid=5523 vsize=10690804 memory=8297944 CPUtime=0.39 cores=1,3,5,7
/proc/5526/task/5539/stat : 5539 (java) S 5523 5526 4973 0 -1 1077944384 4553 0 0 0 38 1 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070315869472 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5540] ppid=5523 vsize=10690804 memory=280318692413520 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5540/stat : 5540 (java) S 5523 5526 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070314818016 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5541] ppid=5523 vsize=10690804 memory=2776 CPUtime=0.16 cores=1,3,5,7
/proc/5526/task/5541/stat : 5541 (java) S 5523 5526 4973 0 -1 1077944384 683 0 0 0 9 7 0 0 20 0 17 0 94441789 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070313765808 140071287106178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5556] ppid=5523 vsize=10690804 memory=8297936 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5556/stat : 5556 (java) S 5523 5526 4973 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070310612848 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
[pid=5526/tid=5557] ppid=5523 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5526/task/5557/stat : 5557 (java) S 5523 5526 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94474928 10947383296 2074486 33554432000 4194304 4196468 140725492814640 140070309562800 140071287105237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34971648 140725492823174 140725492823327 140725492823327 140725492826063 0
Current children cumulated CPU time: 1374.98 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297944 KiB

Child status: 0
Real time (s): 378.158
CPU time (s): 1375.04
CPU user time (s): 1367.86
CPU system time (s): 7.18184
CPU usage (%): 363.617
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8297944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1367.86
system time used= 7.18184
maximum resident set size= 8298232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 657403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20010
involuntary context switches= 30785


# summary of solver processes directly reported to runsolver:
#   pid: 5526
#   total CPU time (s): 1375.04
#   total CPU user time (s): 1367.86
#   total CPU system time (s): 7.18184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3872 second user time and 3.68666 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:25:50
IDJOB=4262948
IDBENCH=120649
IDSOLVER=2651
FILE ID=node151/4262948-1502613609
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

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

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

MD5SUM BENCH= a2156ca8d664195666e0b5da895e2590
RANDOM SEED=1750518305

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:        20843092 kB
MemAvailable:   23929720 kB
Buffers:          223776 kB
Cached:          3155152 kB
SwapCached:            0 kB
Active:          8898232 kB
Inactive:        2586044 kB
Active(anon):    8108216 kB
Inactive(anon):    25044 kB
Active(file):     790016 kB
Inactive(file):  2561000 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:       8112048 kB
Mapped:            54992 kB
Shmem:             25224 kB
Slab:             129748 kB
SReclaimable:     102896 kB
SUnreclaim:        26852 kB
KernelStack:        3488 kB
PageTables:        20920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7358464 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:32:09