Trace number 4262950

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? 1336.21 375.974

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-dsjc-250-9.xml
MD5SUM00e934fa2b5b2efae5113ca45f948426
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark78
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints27897
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree208
Maximum variable degree235
Distribution of variable degrees[{"degree":208,"count":1},{"degree":213,"count":1},{"degree":214,"count":3},{"degree":215,"count":5},{"degree":216,"count":4},{"degree":217,"count":8},{"degree":218,"count":9},{"degree":219,"count":11},{"degree":220,"count":9},{"degree":221,"count":15},{"degree":222,"count":19},{"degree":223,"count":19},{"degree":224,"count":26},{"degree":225,"count":23},{"degree":226,"count":10},{"degree":227,"count":22},{"degree":228,"count":17},{"degree":229,"count":21},{"degree":230,"count":10},{"degree":231,"count":6},{"degree":232,"count":7},{"degree":233,"count":1},{"degree":234,"count":1},{"degree":235,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":27897}]
Number of extensional constraints0
Number of intensional constraints27897
Distribution of constraint types[{"type":"intension","count":27897}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262950-1502612401/watcher-4262950-1502612401 -o /tmp/evaluation-result-4262950-1502612401/solver-4262950-1502612401 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262950-1502612401.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=23312, runsolver pid=23309
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 4.09 4.42 4.26 3/204 23321
/proc/meminfo: memFree=30987932/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10417928 memory=22972 CPUtime=0.05 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 4649 0 0 0 4 1 0 0 20 0 13 0 63435535 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2604482 5743 2400 1 0 2593979 0
[pid=23312/tid=23314] ppid=23309 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) R 23309 23312 12560 0 -1 4202560 2980 0 0 0 4 0 0 0 20 0 13 0 63435541 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140616349137304 140616344925341 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10417928 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 63435542 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10417928 memory=140138335614592 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 63435542 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 63435542 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 63435542 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10417928 memory=140138335614592 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 63435543 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615909038448 140616344914562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 63435543 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615907984416 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 63435544 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615906931568 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 63435546 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) R 23309 23312 12560 0 -1 4202560 285 0 0 0 0 0 0 0 20 0 13 0 63435546 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615904815904 140616337192753 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 63435546 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615903775168 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10417928 memory=140138335614592 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 13 0 63435546 10667958272 5743 18446744073709551615 4194304 4196468 140736807536224 140615902722672 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 22972 KiB

[startup+0.210728 s]*
/proc/loadavg: 4.09 4.42 4.26 3/210 23327
/proc/meminfo: memFree=30985264/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10552180 memory=30260 CPUtime=0.1 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 6936 0 0 0 9 1 0 0 20 0 15 0 63435535 10805432320 7565 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2638045 7565 2788 1 0 2627517 0
[pid=23312/tid=23314] ppid=23309 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) R 23309 23312 12560 0 -1 4202560 5004 0 0 0 7 1 0 0 20 0 15 0 63435541 10805432320 7697 18446744073709551615 4194304 4196468 140736807536224 140616349091760 140616337583133 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63435542 10805432320 7697 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10552180 memory=288370514487326336 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10805432320 7697 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10552180 memory=140138335614592 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63435543 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615909038448 140616344914562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63435543 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615907984416 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63435544 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615906931568 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 63435546 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615904828272 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615903775472 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10552180 memory=140138335614592 CPUtime=0.01 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 63435546 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615902722672 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10552180 memory=140138335614592 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435553 10805432320 7763 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30260 KiB

[startup+0.31018 s]*
/proc/loadavg: 4.09 4.42 4.26 4/210 23327
/proc/meminfo: memFree=30975296/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10551156 memory=36984 CPUtime=0.26 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 8530 0 0 0 24 2 0 0 20 0 15 0 63435535 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2637789 9246 2903 1 0 2627261 0
[pid=23312/tid=23314] ppid=23309 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) R 23309 23312 12560 0 -1 4202560 6149 0 0 0 16 2 0 0 20 0 15 0 63435541 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140616349139888 140616344915350 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63435542 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63435543 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615909038448 140616344914562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63435543 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615907984416 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63435544 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615906931568 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 532 0 0 0 1 0 0 0 20 0 15 0 63435546 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615904828272 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 63435546 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615903775472 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) R 23309 23312 12560 0 -1 4202560 393 0 0 0 4 0 0 0 20 0 15 0 63435546 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615902719040 140616328983902 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435553 10804383744 9246 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36984 KiB

[startup+0.701515 s]
/proc/loadavg: 4.09 4.42 4.26 4/210 23327
/proc/meminfo: memFree=30952608/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10551232 memory=87688 CPUtime=1.42 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 12595 0 0 0 137 5 0 0 20 0 15 0 63435535 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2637808 21922 3055 1 0 2627261 0
[pid=23312/tid=23314] ppid=23309 vsize=10551232 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) R 23309 23312 12560 0 -1 4202560 7331 0 0 0 52 4 0 0 20 0 15 0 63435541 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140616349137744 140615974137951 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10551232 memory=140138206731010 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63435542 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435542 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10551232 memory=280276412431584 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) S 23309 23312 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 63435543 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615909038448 140616344914562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10551232 memory=16945 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63435543 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615907984416 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10551232 memory=280276412399856 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63435544 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615906931568 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) R 23309 23312 12560 0 -1 4202560 1420 0 0 0 31 0 0 0 20 0 15 0 63435546 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615904828272 140616337192864 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) R 23309 23312 12560 0 -1 4202560 1051 0 0 0 28 0 0 0 20 0 15 0 63435546 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615903765152 140616329192128 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 1439 0 0 0 23 0 0 0 20 0 15 0 63435546 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615902722672 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63435546 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63435553 10804461568 21922 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 87688 KiB

[startup+1.50078 s]
/proc/loadavg: 4.09 4.42 4.26 5/210 23327
/proc/meminfo: memFree=30822100/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10551232 memory=310500 CPUtime=3.65 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 14205 0 0 0 354 11 0 0 20 0 15 0 63435535 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2637808 77625 3102 1 0 2627261 0
[pid=23312/tid=23314] ppid=23309 vsize=10551232 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) R 23309 23312 12560 0 -1 4202560 7549 0 0 0 125 7 0 0 20 0 15 0 63435541 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140616349141496 140615974993471 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10551232 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 63435542 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 15 0 63435542 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 199 0 0 0 3 0 0 0 20 0 15 0 63435542 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 202 0 0 0 3 0 0 0 20 0 15 0 63435542 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) S 23309 23312 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63435543 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615909038448 140616344914562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63435543 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615907984416 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63435544 10804461568 77625 18446744073709551615 4194304 4196468 140736807536224 140615906931568 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0

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

[pid=23312/tid=23315] ppid=23309 vsize=10686560 memory=4144 CPUtime=320.82 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 18029 0 0 0 31907 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10686560 memory=36252 CPUtime=319.03 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 17047 0 0 0 31736 167 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10686560 memory=-8774313645642428999 CPUtime=320.1 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 18060 0 0 0 31827 183 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10686560 memory=-1624781813439352349 CPUtime=320.57 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 22252 0 0 0 31882 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10686560 memory=0 CPUtime=37.32 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) R 23309 23312 12560 0 -1 4202560 66452 0 0 0 3729 3 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615909036880 140616329899819 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615907984480 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63435544 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615906930688 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10686560 memory=1412 CPUtime=1.36 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 6949 0 0 0 136 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615904828320 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10686560 memory=15584 CPUtime=1.06 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 2029 0 0 0 106 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615903775232 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10686560 memory=22344 CPUtime=0.47 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 4756 0 0 0 47 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615902722720 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10686560 memory=1196 CPUtime=0.3 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 351 0 0 0 16 14 0 0 20 0 17 0 63435553 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23355] ppid=23309 vsize=10686560 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23355/stat : 23355 (java) S 23309 23312 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615897464112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23356] ppid=23309 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23356/stat : 23356 (java) S 23309 23312 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615896412080 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 1335.43 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8350484 KiB

[startup+375.601 s]
/proc/loadavg: 4.44 4.42 4.29 3/213 23358
/proc/meminfo: memFree=22704968/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10686560 memory=8350484 CPUtime=1335.83 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 175510 0 0 0 132861 722 0 0 20 0 17 0 63435535 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2671640 2087621 3171 1 0 2661055 0
[pid=23312/tid=23314] ppid=23309 vsize=10686560 memory=36252 CPUtime=14.31 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) S 23309 23312 12560 0 -1 1077944384 18135 0 0 0 1418 13 0 0 20 0 17 0 63435541 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140616349144096 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10686560 memory=1292 CPUtime=320.82 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 18029 0 0 0 31907 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10686560 memory=-8774313645642428999 CPUtime=319.03 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 17047 0 0 0 31736 167 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10686560 memory=1688 CPUtime=320.1 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 18060 0 0 0 31827 183 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10686560 memory=5808 CPUtime=320.57 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 22252 0 0 0 31882 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10686560 memory=4612 CPUtime=37.72 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) R 23309 23312 12560 0 -1 4202560 66452 0 0 0 3769 3 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615909036880 140616329899924 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10686560 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615907984480 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63435544 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615906930688 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10686560 memory=8600 CPUtime=1.36 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 6949 0 0 0 136 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615904828320 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10686560 memory=1716 CPUtime=1.06 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 2029 0 0 0 106 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615903775232 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10686560 memory=1232 CPUtime=0.47 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 4756 0 0 0 47 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615902722720 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10686560 memory=4088 CPUtime=0.3 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 351 0 0 0 16 14 0 0 20 0 17 0 63435553 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23355] ppid=23309 vsize=10686560 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23355/stat : 23355 (java) S 23309 23312 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615897464112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23356] ppid=23309 vsize=10686560 memory=920 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23356/stat : 23356 (java) S 23309 23312 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615896412080 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 1335.83 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8350484 KiB

[startup+375.801 s]
/proc/loadavg: 4.44 4.42 4.29 3/213 23358
/proc/meminfo: memFree=22704968/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10686560 memory=8350484 CPUtime=1336.03 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 175510 0 0 0 132881 722 0 0 20 0 17 0 63435535 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2671640 2087621 3171 1 0 2661055 0
[pid=23312/tid=23314] ppid=23309 vsize=10686560 memory=832 CPUtime=14.31 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) S 23309 23312 12560 0 -1 1077944384 18135 0 0 0 1418 13 0 0 20 0 17 0 63435541 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140616349144096 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10686560 memory=16448 CPUtime=320.82 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 18029 0 0 0 31907 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10686560 memory=3908 CPUtime=319.03 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 17047 0 0 0 31736 167 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10686560 memory=3040 CPUtime=320.1 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 18060 0 0 0 31827 183 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10686560 memory=14260 CPUtime=320.57 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 22252 0 0 0 31882 175 0 0 20 0 17 0 63435542 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10686560 memory=796 CPUtime=37.92 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) R 23309 23312 12560 0 -1 4202560 66452 0 0 0 3789 3 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615909036880 140616329899819 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 63435543 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615907984480 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63435544 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615906930688 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10686560 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10686560 memory=22344 CPUtime=1.36 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 6949 0 0 0 136 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615904828320 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10686560 memory=4048 CPUtime=1.06 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 2029 0 0 0 106 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615903775232 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10686560 memory=644 CPUtime=0.47 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 4756 0 0 0 47 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615902722720 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10686560 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10686560 memory=956 CPUtime=0.3 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 351 0 0 0 16 14 0 0 20 0 17 0 63435553 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23355] ppid=23309 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23355/stat : 23355 (java) S 23309 23312 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615897464112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23356] ppid=23309 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23356/stat : 23356 (java) S 23309 23312 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087621 18446744073709551615 4194304 4196468 140736807536224 140615896412080 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 1336.03 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8350484 KiB

[startup+375.901 s]
/proc/loadavg: 4.44 4.42 4.29 3/213 23358
/proc/meminfo: memFree=22704968/32770624 swapFree=67105588/67108860
[pid=23312] ppid=23309 vsize=10686560 memory=8350496 CPUtime=1336.13 cores=1,3,5,7
/proc/23312/stat : 23312 (java) S 23309 23312 12560 0 -1 1077944320 175716 0 0 0 132891 722 0 0 20 0 17 0 63435535 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140736807518768 140616344903415 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
/proc/23312/statm: 2671640 2087624 3171 1 0 2661055 0
[pid=23312/tid=23314] ppid=23309 vsize=10686560 memory=8350484 CPUtime=14.31 cores=1,3,5,7
/proc/23312/task/23314/stat : 23314 (java) S 23309 23312 12560 0 -1 1077944384 18135 0 0 0 1418 13 0 0 20 0 17 0 63435541 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140616349144096 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23315] ppid=23309 vsize=10686560 memory=8349556 CPUtime=320.82 cores=1,3,5,7
/proc/23312/task/23315/stat : 23315 (java) S 23309 23312 12560 0 -1 1077944384 18029 0 0 0 31907 175 0 0 20 0 17 0 63435542 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140616291253392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23316] ppid=23309 vsize=10686560 memory=8349580 CPUtime=319.03 cores=1,3,5,7
/proc/23312/task/23316/stat : 23316 (java) S 23309 23312 12560 0 -1 1077944384 17047 0 0 0 31736 167 0 0 20 0 17 0 63435542 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615955045392 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23317] ppid=23309 vsize=10686560 memory=0 CPUtime=320.1 cores=1,3,5,7
/proc/23312/task/23317/stat : 23317 (java) S 23309 23312 12560 0 -1 1077944384 18060 0 0 0 31827 183 0 0 20 0 17 0 63435542 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615953992592 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23318] ppid=23309 vsize=10686560 memory=8350484 CPUtime=320.57 cores=1,3,5,7
/proc/23312/task/23318/stat : 23318 (java) S 23309 23312 12560 0 -1 1077944384 22252 0 0 0 31882 175 0 0 20 0 17 0 63435542 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615952939792 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23319] ppid=23309 vsize=10686560 memory=8350484 CPUtime=38.02 cores=1,3,5,7
/proc/23312/task/23319/stat : 23319 (java) R 23309 23312 12560 0 -1 4202560 66658 0 0 0 3799 3 0 0 20 0 17 0 63435543 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615909036880 140616323273595 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23320] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23320/stat : 23320 (java) S 23309 23312 12560 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 63435543 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615907984480 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23321] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23321/stat : 23321 (java) S 23309 23312 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63435544 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615906930688 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23322] ppid=23309 vsize=10686560 memory=8349588 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23322/stat : 23322 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615905879888 140616344922011 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23323] ppid=23309 vsize=10686560 memory=8350484 CPUtime=1.36 cores=1,3,5,7
/proc/23312/task/23323/stat : 23323 (java) S 23309 23312 12560 0 -1 1077944384 6949 0 0 0 136 0 0 0 20 0 17 0 63435546 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615904828320 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23324] ppid=23309 vsize=10686560 memory=8350484 CPUtime=1.06 cores=1,3,5,7
/proc/23312/task/23324/stat : 23324 (java) S 23309 23312 12560 0 -1 1077944384 2029 0 0 0 106 0 0 0 20 0 17 0 63435546 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615903775232 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23325] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0.47 cores=1,3,5,7
/proc/23312/task/23325/stat : 23325 (java) S 23309 23312 12560 0 -1 1077944384 4756 0 0 0 47 0 0 0 20 0 17 0 63435546 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615902722720 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23326] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23326/stat : 23326 (java) S 23309 23312 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63435546 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615901670112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23327] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0.3 cores=1,3,5,7
/proc/23312/task/23327/stat : 23327 (java) S 23309 23312 12560 0 -1 1077944384 351 0 0 0 16 14 0 0 20 0 17 0 63435553 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615900617392 140616344914562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23355] ppid=23309 vsize=10686560 memory=8350484 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23355/stat : 23355 (java) S 23309 23312 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615897464112 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
[pid=23312/tid=23356] ppid=23309 vsize=10686560 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/23312/task/23356/stat : 23356 (java) S 23309 23312 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63471208 10943037440 2087624 18446744073709551615 4194304 4196468 140736807536224 140615896412080 140616344913621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29315072 140736807543184 140736807543337 140736807543337 140736807546831 0
Current children cumulated CPU time: 1336.13 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8350496 KiB

Child status: 0
Real time (s): 375.974
CPU time (s): 1336.21
CPU user time (s): 1328.95
CPU system time (s): 7.2655
CPU usage (%): 355.4
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8353140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.95
system time used= 7.2655
maximum resident set size= 8353140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17771
involuntary context switches= 13803


# summary of solver processes directly reported to runsolver:
#   pid: 23312
#   total CPU time (s): 1336.21
#   total CPU user time (s): 1328.95
#   total CPU system time (s): 7.2655

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.09252 second user time and 3.94125 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:06:00
IDJOB=4262950
IDBENCH=120550
IDSOLVER=2651
FILE ID=node126/4262950-1502612401
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-dsjc-250-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262950-1502612401/watcher-4262950-1502612401 -o /tmp/evaluation-result-4262950-1502612401/solver-4262950-1502612401 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262950-1502612401.xml

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

MD5SUM BENCH= 00e934fa2b5b2efae5113ca45f948426
RANDOM SEED=644622730

node126.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.81
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.81
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.81
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.81
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:        31000724 kB
MemAvailable:   31228656 kB
Buffers:          256344 kB
Cached:           241496 kB
SwapCached:          524 kB
Active:          1155688 kB
Inactive:         133276 kB
Active(anon):     738744 kB
Inactive(anon):    85576 kB
Active(file):     416944 kB
Inactive(file):    47700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:        790548 kB
Mapped:            57240 kB
Shmem:             33440 kB
Slab:             184104 kB
SReclaimable:     158248 kB
SUnreclaim:        25856 kB
KernelStack:        3456 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1309236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 10:12:16