Trace number 4262869

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? 1702.1801 457.875

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262869-1502629984/watcher-4262869-1502629984 -o /tmp/evaluation-result-4262869-1502629984/solver-4262869-1502629984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262869-1502629984.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=5053, runsolver pid=5050
Current StackSize limit: 8192 KiB


[startup+0.103347 s]*
/proc/loadavg: 2.05 2.17 2.21 4/215 5068
/proc/meminfo: memFree=26088580/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10555400 memory=28644 CPUtime=0.13 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 6714 0 0 0 12 1 0 0 20 0 15 0 96079334 10808729600 7161 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2638850 7161 2822 1 0 2627263 0
[pid=5053/tid=5055] ppid=5050 vsize=10555400 memory=-8681071400416277696 CPUtime=0.09 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) R 5050 5053 3242 0 -1 4202560 4515 0 0 0 9 0 0 0 20 0 15 0 96079334 10808729600 7161 33554432000 4194304 4196468 140722529080624 140255008783008 140254988641630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079336 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254107359984 140255004572290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96079337 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254106306208 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96079337 10808729600 7161 33554432000 4194304 4196468 140722529080624 140254105253104 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) S 5050 5053 3242 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253900822768 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253899770224 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0.02 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) S 5050 5053 3242 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 15 0 96079339 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253898717168 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079340 10808729600 7161 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28644 KiB

[startup+0.213524 s]*
/proc/loadavg: 2.05 2.17 2.21 5/215 5068
/proc/meminfo: memFree=26074756/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10555400 memory=44024 CPUtime=0.35 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 8651 0 0 0 33 2 0 0 20 0 15 0 96079334 10808729600 11006 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2638850 11006 3001 1 0 2627263 0
[pid=5053/tid=5055] ppid=5050 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) R 5050 5053 3242 0 -1 4202560 5076 0 0 0 19 1 0 0 20 0 15 0 96079334 10808729600 11006 33554432000 4194304 4196468 140722529080624 140255008791824 140255004583069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10555400 memory=139655948049210 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079335 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079336 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254107359984 140255004572290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96079337 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254106306208 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96079337 10808729600 11006 33554432000 4194304 4196468 140722529080624 140254105253104 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) R 5050 5053 3242 0 -1 4202560 766 0 0 0 3 0 0 0 20 0 15 0 96079339 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253900808832 140255004582490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) R 5050 5053 3242 0 -1 4202560 510 0 0 0 3 0 0 0 20 0 15 0 96079339 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253899770352 140254986078931 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0.06 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) R 5050 5053 3242 0 -1 1077944384 933 0 0 0 6 0 0 0 20 0 15 0 96079339 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253898717168 140255004572290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10555400 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079340 10808729600 11006 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 44024 KiB

[startup+0.310348 s]*
/proc/loadavg: 2.05 2.17 2.21 3/215 5068
/proc/meminfo: memFree=26062536/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10555476 memory=55060 CPUtime=0.63 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 10435 0 0 0 61 2 0 0 20 0 15 0 96079334 10808807424 13765 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2638869 13765 3053 1 0 2627263 0
[pid=5053/tid=5055] ppid=5050 vsize=10555476 memory=8390339637985935414 CPUtime=0.29 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) S 5050 5053 3242 0 -1 1077944384 5716 0 0 0 28 1 0 0 20 0 15 0 96079334 10808807424 13765 33554432000 4194304 4196468 140722529080624 140255008799392 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10555476 memory=304556149062238231 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10555476 memory=13984952050812568 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10555476 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079336 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254107359984 140255004572290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96079337 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254106306208 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96079337 10808807424 13765 33554432000 4194304 4196468 140722529080624 140254105253104 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) R 5050 5053 3242 0 -1 4202560 1403 0 0 0 10 0 0 0 20 0 15 0 96079339 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253900822768 140255004575025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10555476 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) R 5050 5053 3242 0 -1 1077944384 794 0 0 0 10 0 0 0 20 0 15 0 96079339 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253899770224 140255004572290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10555476 memory=139655948043904 CPUtime=0.11 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) R 5050 5053 3242 0 -1 4202560 1158 0 0 0 11 0 0 0 20 0 15 0 96079339 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253898717168 140254997657979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10555476 memory=139655948043904 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079340 10808807424 13765 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55060 KiB

[startup+0.701218 s]
/proc/loadavg: 2.05 2.17 2.21 5/215 5068
/proc/meminfo: memFree=26015560/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10555476 memory=166624 CPUtime=1.89 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 12772 0 0 0 184 5 0 0 20 0 15 0 96079334 10808807424 41656 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2638869 41656 3093 1 0 2627263 0
[pid=5053/tid=5055] ppid=5050 vsize=10555476 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) R 5050 5053 3242 0 -1 4202560 5879 0 0 0 64 3 0 0 20 0 15 0 96079334 10808807424 41656 33554432000 4194304 4196468 140722529080624 140255008797168 140254644579161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10555476 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10555476 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96079335 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96079336 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254107359984 140255004572290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96079337 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254106306208 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10555476 memory=7308591578289366336 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96079337 10808807424 41656 33554432000 4194304 4196468 140722529080624 140254105253104 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10555476 memory=7739276948478390122 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10555476 memory=7236547281622689387 CPUtime=0.48 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) R 5050 5053 3242 0 -1 4202560 2586 0 0 0 48 0 0 0 20 0 15 0 96079339 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253900814096 140254983806991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10555476 memory=-8412654363917126771 CPUtime=0.48 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) R 5050 5053 3242 0 -1 4202560 1448 0 0 0 48 0 0 0 20 0 15 0 96079339 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253899757072 140254986106410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) R 5050 5053 3242 0 -1 1077944384 1489 0 0 0 22 0 0 0 20 0 15 0 96079339 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253898712928 140255004571349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96079339 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10555476 memory=31524 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96079340 10808807424 41656 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 166624 KiB

[startup+1.50085 s]
/proc/loadavg: 2.05 2.17 2.21 8/215 5068
/proc/meminfo: memFree=25520884/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10555476 memory=1143560 CPUtime=3.81 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 15484 0 0 0 352 29 0 0 20 0 15 0 96079334 10808807424 285890 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2638869 285890 3125 1 0 2627263 0
[pid=5053/tid=5055] ppid=5050 vsize=10555476 memory=8112282956445269571 CPUtime=1.34 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) R 5050 5053 3242 0 -1 4202560 6316 0 0 0 118 16 0 0 20 0 15 0 96079334 10808807424 285890 33554432000 4194304 4196468 140722529080624 140255008799760 140254645101988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10555476 memory=-9001734043636558696 CPUtime=0.08 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 59 0 0 0 6 2 0 0 20 0 15 0 96079335 10808807424 285890 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10555476 memory=7014751519616881252 CPUtime=0.1 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 143 0 0 0 8 2 0 0 20 0 15 0 96079335 10808807424 285890 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10555476 memory=7882798344759373410 CPUtime=0.1 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 151 0 0 0 8 2 0 0 20 0 15 0 96079335 10808807424 285890 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10555476 memory=7236561583796086864 CPUtime=0.09 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 163 0 0 0 7 2 0 0 20 0 15 0 96079335 10808807424 285890 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10555476 memory=7367994820071022925 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 966 0 0 0 0 0 0 0 20 0 15 0 96079336 10808807424 285890 33554432000 4194304 4196468 140722529080624 140254107359984 140255004572290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0

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

[pid=5053/tid=5056] ppid=5050 vsize=10690804 memory=4872558044660077418 CPUtime=416.03 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) R 5050 5053 3242 0 -1 4202560 583593 0 0 0 41428 175 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254611081944 140254989550766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10690804 memory=2244 CPUtime=414.31 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) R 5050 5053 3242 0 -1 4202560 696181 0 0 0 41215 216 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254610029320 140254997189351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=415.05 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) R 5050 5053 3242 0 -1 4202560 328783 0 0 0 41320 185 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254608975952 140254997189351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10690804 memory=2208 CPUtime=414.7 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) R 5050 5053 3242 0 -1 4202560 567524 0 0 0 41262 208 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254607923720 140254990319952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10690804 memory=6508 CPUtime=16.54 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 88386 0 0 0 1650 4 0 0 20 0 17 0 96079336 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254107358528 140255004571349 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10690804 memory=844 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254106305808 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10690804 memory=-7023579799431922829 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254105252480 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10690804 memory=3047711553219693942 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10690804 memory=4426639978525455914 CPUtime=1.81 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) S 5050 5053 3242 0 -1 1077944384 5619 0 0 0 180 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253900822816 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10690804 memory=4629546024076873078 CPUtime=1.85 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) S 5050 5053 3242 0 -1 1077944384 5853 0 0 0 184 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253899769984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10690804 memory=-7521736447810188379 CPUtime=0.36 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) S 5050 5053 3242 0 -1 1077944384 3413 0 0 0 35 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253898716000 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10690804 memory=-8412652160765825907 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10690804 memory=-8634980985311628903 CPUtime=0.23 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1389 0 0 0 14 9 0 0 20 0 17 0 96079340 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5107] ppid=5050 vsize=10690804 memory=7100839878645619564 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5107/stat : 5107 (java) S 5050 5053 3242 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253893459888 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5108] ppid=5050 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5108/stat : 5108 (java) S 5050 5053 3242 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253892407984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 1696.87 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8352100 KiB

[startup+456.801 s]
/proc/loadavg: 4.72 4.15 3.14 6/218 5108
/proc/meminfo: memFree=17291556/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10690804 memory=8352100 CPUtime=1699.93 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 2299334 0 0 0 169162 831 0 0 20 0 17 0 96079334 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2672701 2088025 3206 1 0 2661057 0
[pid=5053/tid=5055] ppid=5050 vsize=10690804 memory=28200 CPUtime=15.9 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) S 5050 5053 3242 0 -1 1077944384 16912 0 0 0 1558 32 0 0 20 0 17 0 96079334 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140255008801824 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10690804 memory=1296 CPUtime=416.82 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) R 5050 5053 3242 0 -1 4202560 583593 0 0 0 41507 175 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254611081944 140254989557567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10690804 memory=2408 CPUtime=415.06 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) R 5050 5053 3242 0 -1 4202560 696181 0 0 0 41290 216 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254610029320 140254997189351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10690804 memory=1732 CPUtime=415.81 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) R 5050 5053 3242 0 -1 4202560 328783 0 0 0 41396 185 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254608975952 140254997189351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=415.45 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) R 5050 5053 3242 0 -1 4202560 567524 0 0 0 41337 208 0 0 20 0 17 0 96079335 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254607923408 140254997189351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10690804 memory=1436 CPUtime=16.54 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) S 5050 5053 3242 0 -1 1077944384 88386 0 0 0 1650 4 0 0 20 0 17 0 96079336 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254107358528 140255004571349 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10690804 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254106305808 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10690804 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140254105252480 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10690804 memory=8612 CPUtime=1.81 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) S 5050 5053 3242 0 -1 1077944384 5619 0 0 0 180 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253900822816 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=1.85 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) S 5050 5053 3242 0 -1 1077944384 5853 0 0 0 184 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253899769984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10690804 memory=1196 CPUtime=0.36 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) S 5050 5053 3242 0 -1 1077944384 3413 0 0 0 35 1 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253898716000 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10690804 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10690804 memory=18476 CPUtime=0.23 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) R 5050 5053 3242 0 -1 1077944384 1389 0 0 0 14 9 0 0 20 0 17 0 96079340 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5107] ppid=5050 vsize=10690804 memory=16732 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5107/stat : 5107 (java) S 5050 5053 3242 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253893459888 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5108] ppid=5050 vsize=10690804 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5108/stat : 5108 (java) S 5050 5053 3242 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088025 33554432000 4194304 4196468 140722529080624 140253892407984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 1699.93 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8352100 KiB

[startup+457.602 s]
/proc/loadavg: 4.72 4.15 3.14 6/218 5108
/proc/meminfo: memFree=17291548/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10690804 memory=8352104 CPUtime=1701.89 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 2299589 0 0 0 169357 832 0 0 20 0 17 0 96079334 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2672701 2088026 3206 1 0 2661057 0
[pid=5053/tid=5055] ppid=5050 vsize=10690804 memory=8352100 CPUtime=15.9 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) S 5050 5053 3242 0 -1 1077944384 16912 0 0 0 1558 32 0 0 20 0 17 0 96079334 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140255008801824 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10690804 memory=8352100 CPUtime=417.23 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 583593 0 0 0 41548 175 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10690804 memory=4144 CPUtime=415.45 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 696181 0 0 0 41328 217 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10690804 memory=28200 CPUtime=416.2 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 328783 0 0 0 41435 185 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10690804 memory=1296 CPUtime=415.85 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 567524 0 0 0 41377 208 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10690804 memory=8352100 CPUtime=16.93 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) R 5050 5053 3242 0 -1 4202560 88641 0 0 0 1689 4 0 0 20 0 17 0 96079336 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254107358416 140254989557636 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10690804 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254106305808 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10690804 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254105252480 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10690804 memory=8352096 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10690804 memory=8352096 CPUtime=1.81 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) S 5050 5053 3242 0 -1 1077944384 5619 0 0 0 180 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253900822816 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10690804 memory=8352096 CPUtime=1.85 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) S 5050 5053 3242 0 -1 1077944384 5853 0 0 0 184 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253899769984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10690804 memory=8352100 CPUtime=0.36 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) S 5050 5053 3242 0 -1 1077944384 3413 0 0 0 35 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253898716000 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10690804 memory=12032 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10690804 memory=5792 CPUtime=0.23 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1389 0 0 0 14 9 0 0 20 0 17 0 96079340 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5107] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5107/stat : 5107 (java) S 5050 5053 3242 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253893459888 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5108] ppid=5050 vsize=10690804 memory=28200 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5108/stat : 5108 (java) S 5050 5053 3242 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253892407984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 1701.89 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8352104 KiB

[startup+457.801 s]
/proc/loadavg: 4.72 4.15 3.14 6/218 5108
/proc/meminfo: memFree=17291548/32770624 swapFree=67108860/67108860
[pid=5053] ppid=5050 vsize=10690804 memory=8352104 CPUtime=1702.09 cores=1,3,5,7
/proc/5053/stat : 5053 (java) S 5050 5053 3242 0 -1 1077944320 2299589 0 0 0 169377 832 0 0 20 0 17 0 96079334 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140722529063168 140255004561143 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
/proc/5053/statm: 2672701 2088026 3206 1 0 2661057 0
[pid=5053/tid=5055] ppid=5050 vsize=10690804 memory=1296 CPUtime=15.9 cores=1,3,5,7
/proc/5053/task/5055/stat : 5055 (java) S 5050 5053 3242 0 -1 1077944384 16912 0 0 0 1558 32 0 0 20 0 17 0 96079334 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140255008801824 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5056] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=417.23 cores=1,3,5,7
/proc/5053/task/5056/stat : 5056 (java) S 5050 5053 3242 0 -1 1077944384 583593 0 0 0 41548 175 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254611081744 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5057] ppid=5050 vsize=10690804 memory=1654 CPUtime=415.45 cores=1,3,5,7
/proc/5053/task/5057/stat : 5057 (java) S 5050 5053 3242 0 -1 1077944384 696181 0 0 0 41328 217 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254610029200 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5058] ppid=5050 vsize=10690804 memory=0 CPUtime=416.2 cores=1,3,5,7
/proc/5053/task/5058/stat : 5058 (java) S 5050 5053 3242 0 -1 1077944384 328783 0 0 0 41435 185 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254608976144 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5059] ppid=5050 vsize=10690804 memory=0 CPUtime=415.85 cores=1,3,5,7
/proc/5053/task/5059/stat : 5059 (java) S 5050 5053 3242 0 -1 1077944384 567524 0 0 0 41377 208 0 0 20 0 17 0 96079335 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254607923600 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5060] ppid=5050 vsize=10690804 memory=8352100 CPUtime=17.12 cores=1,3,5,7
/proc/5053/task/5060/stat : 5060 (java) R 5050 5053 3242 0 -1 4202560 88641 0 0 0 1708 4 0 0 20 0 17 0 96079336 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254107358416 140254982931323 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5061] ppid=5050 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5061/stat : 5061 (java) S 5050 5053 3242 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254106305808 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5062] ppid=5050 vsize=10690804 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5062/stat : 5062 (java) S 5050 5053 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 96079337 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140254105252480 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5063] ppid=5050 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5063/stat : 5063 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253901875664 140255004579739 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5064] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=1.81 cores=1,3,5,7
/proc/5053/task/5064/stat : 5064 (java) S 5050 5053 3242 0 -1 1077944384 5619 0 0 0 180 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253900822816 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5065] ppid=5050 vsize=10690804 memory=4104 CPUtime=1.85 cores=1,3,5,7
/proc/5053/task/5065/stat : 5065 (java) S 5050 5053 3242 0 -1 1077944384 5853 0 0 0 184 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253899769984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5066] ppid=5050 vsize=10690804 memory=8352096 CPUtime=0.36 cores=1,3,5,7
/proc/5053/task/5066/stat : 5066 (java) S 5050 5053 3242 0 -1 1077944384 3413 0 0 0 35 1 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253898716000 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5067] ppid=5050 vsize=10690804 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5067/stat : 5067 (java) S 5050 5053 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96079339 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253897664864 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5068] ppid=5050 vsize=10690804 memory=8112282956445269571 CPUtime=0.23 cores=1,3,5,7
/proc/5053/task/5068/stat : 5068 (java) S 5050 5053 3242 0 -1 1077944384 1389 0 0 0 14 9 0 0 20 0 17 0 96079340 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253896612912 140255004572290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5107] ppid=5050 vsize=10690804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5107/stat : 5107 (java) S 5050 5053 3242 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253893459888 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
[pid=5053/tid=5108] ppid=5050 vsize=10690804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5053/task/5108/stat : 5108 (java) S 5050 5053 3242 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 17 0 96122402 10947383296 2088026 33554432000 4194304 4196468 140722529080624 140253892407984 140255004571349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34734080 140722529088646 140722529088799 140722529088799 140722529091535 0
Current children cumulated CPU time: 1702.09 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8352104 KiB

Child status: 0
Real time (s): 457.875
CPU time (s): 1702.18
CPU user time (s): 1693.79
CPU system time (s): 8.39415
CPU usage (%): 371.756
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8352104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1693.79
system time used= 8.39415
maximum resident set size= 8352108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2299773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39281
involuntary context switches= 17720


# summary of solver processes directly reported to runsolver:
#   pid: 5053
#   total CPU time (s): 1702.18
#   total CPU user time (s): 1693.79
#   total CPU system time (s): 8.39415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70544 second user time and 4.57791 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 14:58:46
IDJOB=4262869
IDBENCH=133709
IDSOLVER=2651
FILE ID=node149/4262869-1502629984
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262869-1502629984/watcher-4262869-1502629984 -o /tmp/evaluation-result-4262869-1502629984/solver-4262869-1502629984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262869-1502629984.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=55205984

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        26105164 kB
MemAvailable:   30124008 kB
Buffers:          254988 kB
Cached:          4037408 kB
SwapCached:            0 kB
Active:          2898548 kB
Inactive:        3297664 kB
Active(anon):    1906652 kB
Inactive(anon):    24944 kB
Active(file):     991896 kB
Inactive(file):  3272720 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:             0 kB
AnonPages:       1930548 kB
Mapped:            55304 kB
Shmem:             25224 kB
Slab:             166756 kB
SReclaimable:     140128 kB
SUnreclaim:        26628 kB
KernelStack:        3824 kB
PageTables:         8732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3284504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 15:06:24