Trace number 4262953

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? 1410.6801 399.45499

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-lei450-25d.xml
MD5SUM1f90dacd0a92fbbf60104d292dc9abb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17425
Number of domains1
Minimum domain size450
Maximum domain size450
Distribution of domain sizes[{"size":450,"count":450}]
Minimum variable degree12
Maximum variable degree158
Distribution of variable degrees[{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":18,"count":1},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":24,"count":3},{"degree":25,"count":2},{"degree":26,"count":1},{"degree":27,"count":1},{"degree":28,"count":1},{"degree":29,"count":3},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":3},{"degree":40,"count":3},"...",{"degree":120,"count":4}, {"degree":121,"count":2}, {"degree":122,"count":3}, {"degree":123,"count":1}, {"degree":124,"count":1}, {"degree":125,"count":1}, {"degree":126,"count":1}, {"degree":127,"count":1}, {"degree":128,"count":3}, {"degree":129,"count":1}, {"degree":130,"count":1}, {"degree":131,"count":2}, {"degree":132,"count":1}, {"degree":133,"count":2}, {"degree":134,"count":2}, {"degree":136,"count":1}, {"degree":138,"count":1}, {"degree":139,"count":1}, {"degree":140,"count":1}, {"degree":142,"count":2}, {"degree":143,"count":2}, {"degree":146,"count":1}, {"degree":149,"count":1}, {"degree":152,"count":2}, {"degree":158,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":17425}]
Number of extensional constraints0
Number of intensional constraints17425
Distribution of constraint types[{"type":"intension","count":17425}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262953-1502613175/watcher-4262953-1502613175 -o /tmp/evaluation-result-4262953-1502613175/solver-4262953-1502613175 -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-4262953-1502613175.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
Current StackSize limit: 8192 KiB

solver pid=5126, runsolver pid=5123

[startup+0.100077 s]*
/proc/loadavg: 2.14 1.33 1.24 7/215 5141
/proc/meminfo: memFree=20936252/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10555400 memory=29672 CPUtime=0.13 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 6545 0 0 0 11 2 0 0 20 0 15 0 94398427 10808729600 7418 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2638850 7418 2787 1 0 2627263 0
[pid=5126/tid=5128] ppid=5123 vsize=10555400 memory=-8824342159267034304 CPUtime=0.09 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) R 5123 5126 4973 0 -1 4202560 4391 0 0 0 8 1 0 0 20 0 15 0 94398427 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092934936400 140092930723222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398429 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092167408240 140092930722434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092166354208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) S 5123 5126 4973 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092163197040 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) S 5123 5126 4973 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092162144240 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0.02 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) S 5123 5126 4973 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 15 0 94398432 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092161091952 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398433 10808729600 7418 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29672 KiB

[startup+0.210943 s]*
/proc/loadavg: 2.14 1.33 1.24 10/215 5141
/proc/meminfo: memFree=20926544/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10555400 memory=39548 CPUtime=0.32 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 8034 0 0 0 30 2 0 0 20 0 15 0 94398427 10808729600 9887 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2638850 9887 2985 1 0 2627263 0
[pid=5126/tid=5128] ppid=5123 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) R 5123 5126 4973 0 -1 4202560 4994 0 0 0 19 1 0 0 20 0 15 0 94398427 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092934947408 140092523302577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10555400 memory=139893729541579 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398429 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092167408240 140092930722434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092166354208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) R 5123 5126 4973 0 -1 4202560 481 0 0 0 2 0 0 0 20 0 15 0 94398432 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092163183888 140092909112994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) R 5123 5126 4973 0 -1 1077944384 313 0 0 0 1 0 0 0 20 0 15 0 94398432 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092162134032 140092930721493 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0.06 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) R 5123 5126 4973 0 -1 4202560 878 0 0 0 6 0 0 0 20 0 15 0 94398432 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092161088688 140092909845770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398433 10808729600 9887 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39548 KiB

[startup+0.312143 s]*
/proc/loadavg: 2.14 1.33 1.24 9/215 5141
/proc/meminfo: memFree=20912092/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10555400 memory=54116 CPUtime=0.67 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 10282 0 0 0 64 3 0 0 20 0 15 0 94398427 10808729600 13529 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2638850 13529 3036 1 0 2627263 0
[pid=5126/tid=5128] ppid=5123 vsize=10555400 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) R 5123 5126 4973 0 -1 4202560 5401 0 0 0 28 1 0 0 20 0 15 0 94398427 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092934931936 140092930732634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10555400 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10555400 memory=16240262478173848 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398429 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092167408240 140092930722434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092166354208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94398430 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) R 5123 5126 4973 0 -1 4202560 1081 0 0 0 12 0 0 0 20 0 15 0 94398432 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092163190272 140092930723222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10555400 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) R 5123 5126 4973 0 -1 4202560 1121 0 0 0 11 0 0 0 20 0 15 0 94398432 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092162135696 140092930732634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0.1 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) R 5123 5126 4973 0 -1 1077944384 1315 0 0 0 10 0 0 0 20 0 15 0 94398432 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092161091952 140092930722434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10555400 memory=139893729531520 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) R 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398433 10808729600 13529 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 54116 KiB

[startup+0.70083 s]
/proc/loadavg: 2.14 1.33 1.24 8/215 5141
/proc/meminfo: memFree=20892484/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10555476 memory=130092 CPUtime=1.81 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 11838 0 0 0 176 5 0 0 20 0 15 0 94398427 10808807424 32523 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2638869 32523 3085 1 0 2627263 0
[pid=5126/tid=5128] ppid=5123 vsize=10555476 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) R 5123 5126 4973 0 -1 4202560 5783 0 0 0 65 3 0 0 20 0 15 0 94398427 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092934947984 140092916394518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398428 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94398428 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94398429 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092167408240 140092930722434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94398430 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092166354208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94398430 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10555476 memory=4639098309541127021 CPUtime=0.42 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) R 5123 5126 4973 0 -1 4202560 1744 0 0 0 42 0 0 0 20 0 15 0 94398432 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092163178056 140092914097969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10555476 memory=7597685182856913236 CPUtime=0.43 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) R 5123 5126 4973 0 -1 4202560 1319 0 0 0 43 0 0 0 20 0 15 0 94398432 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092162137264 140092910373520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10555476 memory=7236547281622689387 CPUtime=0.24 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) R 5123 5126 4973 0 -1 1077944384 1621 0 0 0 24 0 0 0 20 0 15 0 94398432 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092161091952 140092930722434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94398432 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94398433 10808807424 32523 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 130092 KiB

[startup+1.5008 s]
/proc/loadavg: 2.14 1.33 1.24 6/215 5141
/proc/meminfo: memFree=20592428/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10555476 memory=471760 CPUtime=3.78 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 13755 0 0 0 355 23 0 0 20 0 15 0 94398427 10808807424 117940 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2638869 117940 3125 1 0 2627263 0
[pid=5126/tid=5128] ppid=5123 vsize=10555476 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) R 5123 5126 4973 0 -1 4202560 6238 0 0 0 130 7 0 0 20 0 15 0 94398427 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092934943984 140092525925543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10555476 memory=8390361644446492005 CPUtime=0.09 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 330 0 0 0 6 3 0 0 20 0 15 0 94398428 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10555476 memory=-6352177166831615190 CPUtime=0.1 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 228 0 0 0 6 4 0 0 20 0 15 0 94398428 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10555476 memory=8514701219931451533 CPUtime=0.1 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 172 0 0 0 7 3 0 0 20 0 15 0 94398428 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10555476 memory=7005738693937936738 CPUtime=0.08 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 242 0 0 0 5 3 0 0 20 0 15 0 94398428 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94398429 10808807424 117940 33554432000 4194304 4196468 140722214105872 140092167408240 140092930722434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0

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

[pid=5126/tid=5129] ppid=5123 vsize=10690804 memory=15872 CPUtime=335.77 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) R 5123 5126 4973 0 -1 4202560 82397 0 0 0 33425 152 0 0 20 0 17 0 94398428 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092856785184 140092915409084 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10690804 memory=4144 CPUtime=333.63 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) R 5123 5126 4973 0 -1 4202560 106723 0 0 0 33196 167 0 0 20 0 17 0 94398428 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092855732696 140092915661892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10690804 memory=27460 CPUtime=334.94 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) R 5123 5126 4973 0 -1 4202560 88098 0 0 0 33332 162 0 0 20 0 17 0 94398428 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092854680408 140092915662386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10690804 memory=1292 CPUtime=335.96 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) R 5123 5126 4973 0 -1 4202560 102457 0 0 0 33412 184 0 0 20 0 17 0 94398428 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092853627608 140092912307829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10690804 memory=8301868 CPUtime=44.39 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 72010 0 0 0 4435 4 0 0 20 0 17 0 94398429 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092167406560 140092930721493 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10690804 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092166354272 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10690804 memory=27460 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10690804 memory=5716 CPUtime=0.9 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) S 5123 5126 4973 0 -1 1077944384 2743 0 0 0 90 0 0 0 20 0 17 0 94398432 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092163197040 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10690804 memory=1708 CPUtime=0.96 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) S 5123 5126 4973 0 -1 1077944384 3435 0 0 0 96 0 0 0 20 0 17 0 94398432 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092162144240 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10690804 memory=4612 CPUtime=0.41 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) S 5123 5126 4973 0 -1 1077944384 3449 0 0 0 40 1 0 0 20 0 17 0 94398432 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092161091952 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10690804 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10690804 memory=1728 CPUtime=0.21 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 750 0 0 0 10 11 0 0 20 0 17 0 94398433 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5308] ppid=5123 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5308/stat : 5308 (java) S 5123 5126 4973 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092155833568 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5309] ppid=5123 vsize=10690804 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5309/stat : 5309 (java) S 5123 5126 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075467 33554432000 4194304 4196468 140722214105872 140092154782352 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 1400.8 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301868 KiB

[startup+398.401 s]
/proc/loadavg: 5.71 4.87 2.97 6/217 5310
/proc/meminfo: memFree=14681464/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10690804 memory=8301880 CPUtime=1407.16 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 487224 0 0 0 140023 693 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2672701 2075470 3191 1 0 2661057 0
[pid=5126/tid=5128] ppid=5123 vsize=10690804 memory=16400 CPUtime=13.54 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) S 5123 5126 4973 0 -1 1077944384 23041 0 0 0 1340 14 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092934951968 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10690804 memory=18472 CPUtime=337.35 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) R 5123 5126 4973 0 -1 4202560 82596 0 0 0 33583 152 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092856785296 140092915410046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10690804 memory=8112282956445269571 CPUtime=335.23 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) R 5123 5126 4973 0 -1 4202560 106870 0 0 0 33356 167 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092855732496 140092915707888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10690804 memory=4052 CPUtime=336.53 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) R 5123 5126 4973 0 -1 4202560 88155 0 0 0 33491 162 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092854680408 140092915707697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10690804 memory=16400 CPUtime=337.54 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) R 5123 5126 4973 0 -1 4202560 102738 0 0 0 33570 184 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092853627608 140092912320973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10690804 memory=18472 CPUtime=44.39 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 72010 0 0 0 4435 4 0 0 20 0 17 0 94398429 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092167406784 140092930721493 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10690804 memory=640 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092166354272 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10690804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10690804 memory=1236 CPUtime=0.9 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) S 5123 5126 4973 0 -1 1077944384 2743 0 0 0 90 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092163197040 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10690804 memory=2344 CPUtime=0.96 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) S 5123 5126 4973 0 -1 1077944384 3435 0 0 0 96 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092162144240 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10690804 memory=932 CPUtime=0.41 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) S 5123 5126 4973 0 -1 1077944384 3449 0 0 0 40 1 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092161091952 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10690804 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10690804 memory=4612 CPUtime=0.21 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 750 0 0 0 10 11 0 0 20 0 17 0 94398433 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5308] ppid=5123 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5308/stat : 5308 (java) S 5123 5126 4973 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092155833568 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5309] ppid=5123 vsize=10690804 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5309/stat : 5309 (java) S 5123 5126 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092154782352 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 1407.16 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301880 KiB

[startup+399.201 s]
/proc/loadavg: 5.71 4.87 2.97 6/217 5310
/proc/meminfo: memFree=14681340/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10690804 memory=8301880 CPUtime=1410.32 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 487224 0 0 0 140339 693 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2672701 2075470 3191 1 0 2661057 0
[pid=5126/tid=5128] ppid=5123 vsize=10690804 memory=1944 CPUtime=13.54 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) S 5123 5126 4973 0 -1 1077944384 23041 0 0 0 1340 14 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092934951968 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10690804 memory=1200 CPUtime=338.14 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) R 5123 5126 4973 0 -1 4202560 82596 0 0 0 33662 152 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092856785104 140092923339495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10690804 memory=8112282956445269571 CPUtime=336.02 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) R 5123 5126 4973 0 -1 4202560 106870 0 0 0 33435 167 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092855732696 140092915168907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10690804 memory=8301868 CPUtime=337.33 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) R 5123 5126 4973 0 -1 4202560 88155 0 0 0 33571 162 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092854680328 140092923339495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10690804 memory=15816716106074518 CPUtime=338.32 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) R 5123 5126 4973 0 -1 4202560 102738 0 0 0 33648 184 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092853627528 140092923339495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10690804 memory=8112282956445269571 CPUtime=44.39 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) S 5123 5126 4973 0 -1 1077944384 72010 0 0 0 4435 4 0 0 20 0 17 0 94398429 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092167406784 140092930721493 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10690804 memory=8301880 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092166354272 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10690804 memory=15872 CPUtime=0.9 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) S 5123 5126 4973 0 -1 1077944384 2743 0 0 0 90 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092163197088 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10690804 memory=4144 CPUtime=0.96 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) S 5123 5126 4973 0 -1 1077944384 3435 0 0 0 96 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092162144288 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10690804 memory=27460 CPUtime=0.41 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) S 5123 5126 4973 0 -1 1077944384 3449 0 0 0 40 1 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092161091712 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10690804 memory=2428 CPUtime=0.21 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 750 0 0 0 10 11 0 0 20 0 17 0 94398433 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5308] ppid=5123 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5308/stat : 5308 (java) S 5123 5126 4973 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092155833568 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5309] ppid=5123 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5309/stat : 5309 (java) S 5123 5126 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092154782352 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 1410.32 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301880 KiB

[startup+399.401 s]
/proc/loadavg: 5.71 4.87 2.97 6/217 5310
/proc/meminfo: memFree=14681340/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10690804 memory=8301880 CPUtime=1410.61 cores=1,3,5,7
/proc/5126/stat : 5126 (java) S 5123 5126 4973 0 -1 1077944320 487224 0 0 0 140368 693 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140722214088416 140092930711287 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
/proc/5126/statm: 2672701 2075470 3191 1 0 2661057 0
[pid=5126/tid=5128] ppid=5123 vsize=10690804 memory=1224 CPUtime=13.54 cores=1,3,5,7
/proc/5126/task/5128/stat : 5128 (java) S 5123 5126 4973 0 -1 1077944384 23041 0 0 0 1340 14 0 0 20 0 17 0 94398427 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092934951968 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5129] ppid=5123 vsize=10690804 memory=5716 CPUtime=338.17 cores=1,3,5,7
/proc/5126/task/5129/stat : 5129 (java) S 5123 5126 4973 0 -1 1077944384 82596 0 0 0 33665 152 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092856785296 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5130] ppid=5123 vsize=10690804 memory=1708 CPUtime=336.06 cores=1,3,5,7
/proc/5126/task/5130/stat : 5130 (java) S 5123 5126 4973 0 -1 1077944384 106870 0 0 0 33439 167 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092855732496 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5131] ppid=5123 vsize=10690804 memory=4612 CPUtime=337.36 cores=1,3,5,7
/proc/5126/task/5131/stat : 5131 (java) S 5123 5126 4973 0 -1 1077944384 88155 0 0 0 33574 162 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092854680208 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5132] ppid=5123 vsize=10690804 memory=1008 CPUtime=338.35 cores=1,3,5,7
/proc/5126/task/5132/stat : 5132 (java) S 5123 5126 4973 0 -1 1077944384 102738 0 0 0 33651 184 0 0 20 0 17 0 94398428 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092853627408 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5133] ppid=5123 vsize=10690804 memory=1944 CPUtime=44.56 cores=1,3,5,7
/proc/5126/task/5133/stat : 5133 (java) R 5123 5126 4973 0 -1 4202560 72010 0 0 0 4452 4 0 0 20 0 17 0 94398429 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092167406784 140092909081467 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5134] ppid=5123 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5134/stat : 5134 (java) S 5123 5126 4973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092166354272 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5135] ppid=5123 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5135/stat : 5135 (java) S 5123 5126 4973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 94398430 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092165301872 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5136] ppid=5123 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5136/stat : 5136 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092164250192 140092930729883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5137] ppid=5123 vsize=10690804 memory=15872 CPUtime=0.9 cores=1,3,5,7
/proc/5126/task/5137/stat : 5137 (java) S 5123 5126 4973 0 -1 1077944384 2743 0 0 0 90 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092163197088 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5138] ppid=5123 vsize=10690804 memory=27460 CPUtime=0.96 cores=1,3,5,7
/proc/5126/task/5138/stat : 5138 (java) S 5123 5126 4973 0 -1 1077944384 3435 0 0 0 96 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092162144288 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5139] ppid=5123 vsize=10690804 memory=1292 CPUtime=0.41 cores=1,3,5,7
/proc/5126/task/5139/stat : 5139 (java) S 5123 5126 4973 0 -1 1077944384 3449 0 0 0 40 1 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092161091712 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5140] ppid=5123 vsize=10690804 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5140/stat : 5140 (java) S 5123 5126 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94398432 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092160039392 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5141] ppid=5123 vsize=10690804 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/5126/task/5141/stat : 5141 (java) S 5123 5126 4973 0 -1 1077944384 750 0 0 0 10 11 0 0 20 0 17 0 94398433 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092158987184 140092930722434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5308] ppid=5123 vsize=10690804 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5308/stat : 5308 (java) S 5123 5126 4973 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092155833568 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
[pid=5126/tid=5309] ppid=5123 vsize=10690804 memory=8301852 CPUtime=0 cores=1,3,5,7
/proc/5126/task/5309/stat : 5309 (java) S 5123 5126 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94434931 10947383296 2075470 33554432000 4194304 4196468 140722214105872 140092154782352 140092930721493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18485248 140722214114438 140722214114591 140722214114591 140722214117327 0
Current children cumulated CPU time: 1410.61 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301880 KiB

Child status: 0
Real time (s): 399.455
CPU time (s): 1410.68
CPU user time (s): 1403.7
CPU system time (s): 6.97326
CPU usage (%): 353.15
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8301880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1403.7
system time used= 6.97325
maximum resident set size= 8302252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20295
involuntary context switches= 28554


# summary of solver processes directly reported to runsolver:
#   pid: 5126
#   total CPU time (s): 1410.68
#   total CPU user time (s): 1403.7
#   total CPU system time (s): 6.97326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30038 second user time and 4.15968 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:18:37
IDJOB=4262953
IDBENCH=120600
IDSOLVER=2651
FILE ID=node151/4262953-1502613175
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-lei450-25d.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262953-1502613175/watcher-4262953-1502613175 -o /tmp/evaluation-result-4262953-1502613175/solver-4262953-1502613175 -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-4262953-1502613175.xml

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

MD5SUM BENCH= 1f90dacd0a92fbbf60104d292dc9abb3
RANDOM SEED=604656618

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:        20955224 kB
MemAvailable:   24036768 kB
Buffers:          223256 kB
Cached:          3150980 kB
SwapCached:            0 kB
Active:          8787228 kB
Inactive:        2585084 kB
Active(anon):    8001200 kB
Inactive(anon):    25044 kB
Active(file):     786028 kB
Inactive(file):  2560040 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:       8011424 kB
Mapped:            55024 kB
Shmem:             25224 kB
Slab:             128788 kB
SReclaimable:     102624 kB
SUnreclaim:        26164 kB
KernelStack:        3792 kB
PageTables:        20736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8545272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7878656 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= 61748 MiB
End job on node151 at 2017-08-13 10:25:16