Trace number 4244119

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
R1: sat4j-CSP 2017-07-05? 1299.17 357.10599

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-17-19.xml
MD5SUM6bb486b702ae8a5e43f429c3e7fd2e95
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables323
Number of constraints23257
Number of domains1
Minimum domain size323
Maximum domain size323
Distribution of domain sizes[{"size":323,"count":323}]
Minimum variable degree290
Maximum variable degree290
Distribution of variable degrees[{"degree":290,"count":323}]
Minimum constraint arity4
Maximum constraint arity323
Distribution of constraint arities[{"arity":4,"count":23256},{"arity":323,"count":1}]
Number of extensional constraints0
Number of intensional constraints23256
Distribution of constraint types[{"type":"intension","count":23256},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244119-1502057490/watcher-4244119-1502057490 -o /tmp/evaluation-result-4244119-1502057490/solver-4244119-1502057490 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244119-1502057490.xml 

pid=21420
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.41 7.00 5.91 5/198 21423
/proc/meminfo: memFree=23440232/32770624 swapFree=0/345856
[pid=21423] ppid=21420 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21423/stat : 21423 (runsolver) D 21420 21423 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47659878 24240128 107 18446744073709551615 4194304 4338465 140727482532848 140727482530488 139845301949143 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 25030656 140727482540167 140727482540617 140727482540617 140727482544074 0
/proc/21423/statm: 5918 107 54 36 0 2156 0

[startup+0.100086 s]
/proc/loadavg: 7.41 7.00 5.91 5/198 21423
/proc/meminfo: memFree=23440232/32770624 swapFree=0/345856
[pid=21423] ppid=21420 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21423/stat : 21423 (runsolver) D 21420 21423 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47659878 24240128 107 18446744073709551615 4194304 4338465 140727482532848 140727482530488 139845301949143 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 25030656 140727482540167 140727482540617 140727482540617 140727482544074 0
/proc/21423/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200255 s]
/proc/loadavg: 7.41 7.00 5.91 5/198 21423
/proc/meminfo: memFree=23440232/32770624 swapFree=0/345856
[pid=21423] ppid=21420 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 4513 0 0 0 5 0 0 0 20 0 14 0 47659878 10736119808 6088 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2621123 6088 2583 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.302994 s]
/proc/loadavg: 7.41 7.00 5.91 5/198 21423
/proc/meminfo: memFree=23440232/32770624 swapFree=0/345856
[pid=21423] ppid=21420 vsize=10551156 CPUtime=0.19 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 7766 0 0 0 17 2 0 0 20 0 15 0 47659878 10804383744 8462 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637789 8462 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551156

[startup+0.701077 s]
/proc/loadavg: 7.41 7.00 5.91 5/198 21423
/proc/meminfo: memFree=23440232/32770624 swapFree=0/345856
[pid=21423] ppid=21420 vsize=10551232 CPUtime=1.38 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 12094 0 0 0 134 4 0 0 20 0 15 0 47659878 10804461568 21945 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637808 21945 3044 1 0 2627261 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10551232

[startup+1.50108 s]
/proc/loadavg: 7.41 7.00 5.91 8/213 21438
/proc/meminfo: memFree=23233752/32770624 swapFree=0/345888
[pid=21423] ppid=21420 vsize=10551232 CPUtime=3.89 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 14862 0 0 0 375 14 0 0 20 0 15 0 47659878 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637808 92661 3107 1 0 2627261 0
[pid=21423/tid=21425] ppid=21420 vsize=10551232 CPUtime=1.25 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) R 21420 21423 12906 0 -1 4202560 7462 0 0 0 118 7 0 0 20 0 15 0 47659891 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139755308696864 139754901369911 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) S 21420 21423 12906 0 -1 1077944384 24 0 0 0 2 0 0 0 20 0 15 0 47659891 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139755234887952 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) S 21420 21423 12906 0 -1 1077944384 34 0 0 0 4 1 0 0 20 0 15 0 47659891 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139755233835408 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) S 21420 21423 12906 0 -1 1077944384 136 0 0 0 4 1 0 0 20 0 15 0 47659891 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139755232782864 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) S 21420 21423 12906 0 -1 1077944384 134 0 0 0 4 1 0 0 20 0 15 0 47659891 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139755231730320 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754800622064 139755304479362 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10551232 CPUtime=1.03 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) R 21420 21423 12906 0 -1 4202560 2238 0 0 0 103 0 0 0 20 0 15 0 47659896 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754796397936 139755288024519 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10551232 CPUtime=1.01 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) R 21420 21423 12906 0 -1 4202560 1551 0 0 0 101 0 0 0 20 0 15 0 47659896 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754795344992 139755285989358 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 1716 0 0 0 35 0 0 0 20 0 15 0 47659896 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754794305776 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47659900 10804461568 92661 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10551232

[startup+3.1006 s]
/proc/loadavg: 7.45 7.02 5.92 6/213 21438
/proc/meminfo: memFree=22855500/32770624 swapFree=0/345888
[pid=21423] ppid=21420 vsize=10551232 CPUtime=8.33 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 33746 0 0 0 766 67 0 0 20 0 15 0 47659878 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637808 260491 3117 1 0 2627261 0
[pid=21423/tid=21425] ppid=21420 vsize=10551232 CPUtime=1.92 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 7592 0 0 0 182 10 0 0 20 0 15 0 47659891 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139755308703664 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10551232 CPUtime=0.92 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) R 21420 21423 12906 0 -1 4202560 4966 0 0 0 80 12 0 0 20 0 15 0 47659891 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139755234888152 139755289464161 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10551232 CPUtime=0.96 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) R 21420 21423 12906 0 -1 4202560 4724 0 0 0 82 14 0 0 20 0 15 0 47659891 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139755233835216 139755297096423 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10551232 CPUtime=0.95 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) R 21420 21423 12906 0 -1 4202560 5517 0 0 0 81 14 0 0 20 0 15 0 47659891 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139755232782672 139755297096423 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10551232 CPUtime=0.95 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4202560 3323 0 0 0 83 12 0 0 20 0 15 0 47659891 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139755231730440 139755297096423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 726 0 0 0 1 0 0 0 20 0 15 0 47659893 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754800620608 139755304478421 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10551232 CPUtime=1.09 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 2249 0 0 0 109 0 0 0 20 0 15 0 47659896 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754796410864 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10551232 CPUtime=1.07 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 1561 0 0 0 107 0 0 0 20 0 15 0 47659896 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754795358320 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 1732 0 0 0 36 0 0 0 20 0 15 0 47659896 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754794305776 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47659900 10804461568 260491 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 10551232

[startup+6.30808 s]
/proc/loadavg: 7.45 7.02 5.92 6/213 21438
/proc/meminfo: memFree=22077856/32770624 swapFree=0/345888
[pid=21423] ppid=21420 vsize=10551232 CPUtime=15.77 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 56925 0 0 0 1437 140 0 0 20 0 15 0 47659878 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637808 418004 3122 1 0 2627261 0
[pid=21423/tid=21425] ppid=21420 vsize=10551232 CPUtime=3.15 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 9370 0 0 0 303 12 0 0 20 0 15 0 47659891 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139755308703536 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10551232 CPUtime=2.31 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) R 21420 21423 12906 0 -1 4202560 9438 0 0 0 201 30 0 0 20 0 15 0 47659891 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139755234887952 139755289496089 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10551232 CPUtime=2.33 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) R 21420 21423 12906 0 -1 4202560 9438 0 0 0 202 31 0 0 20 0 15 0 47659891 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139755233835608 139755289492382 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10551232 CPUtime=2.33 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) R 21420 21423 12906 0 -1 4202560 10890 0 0 0 200 33 0 0 20 0 15 0 47659891 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139755232782752 139755297568062 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10551232 CPUtime=2.32 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4202560 6830 0 0 0 203 29 0 0 20 0 15 0 47659891 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139755231730320 139755297565051 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 1851 0 0 0 61 0 0 0 20 0 15 0 47659893 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754800620576 139755304478421 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10551232 CPUtime=1.15 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 3042 0 0 0 115 0 0 0 20 0 15 0 47659896 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754796410864 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10551232 CPUtime=1.09 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 1829 0 0 0 109 0 0 0 20 0 15 0 47659896 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754795358320 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 2499 0 0 0 38 0 0 0 20 0 15 0 47659896 10804461568 418004 18446744073709551615 4194304 4196468 140727283330144 139754794305776 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 418516 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 379 0 0 0 0 0 0 0 20 0 15 0 47659900 10804461568 418516 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 10551232

[startup+12.7011 s]
/proc/loadavg: 7.29 7.00 5.93 9/213 21438
/proc/meminfo: memFree=20874704/32770624 swapFree=0/345884
[pid=21423] ppid=21420 vsize=10551232 CPUtime=33.95 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 85396 0 0 0 3133 262 0 0 20 0 15 0 47659878 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2637808 785280 3123 1 0 2627261 0
[pid=21423/tid=21425] ppid=21420 vsize=10551232 CPUtime=4.09 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 11442 0 0 0 394 15 0 0 20 0 15 0 47659891 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139755308703440 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10551232 CPUtime=6.19 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) R 21420 21423 12906 0 -1 4202560 15290 0 0 0 557 62 0 0 20 0 15 0 47659891 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139755234888152 139755289490305 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10551232 CPUtime=6.22 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) R 21420 21423 12906 0 -1 4202560 14176 0 0 0 565 57 0 0 20 0 15 0 47659891 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139755233834792 139755289490336 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10551232 CPUtime=6.24 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) R 21420 21423 12906 0 -1 4202560 16318 0 0 0 563 61 0 0 20 0 15 0 47659891 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139755232783064 139755289512581 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10551232 CPUtime=6.23 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4202560 11863 0 0 0 562 61 0 0 20 0 15 0 47659891 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139755231730520 139755286093983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10551232 CPUtime=2.14 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 5452 0 0 0 214 0 0 0 20 0 15 0 47659893 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139754800620576 139755304478421 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47659893 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47659896 10804461568 785280 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0

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

/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 17845 0 0 0 1418 16 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755308708896 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10686560 CPUtime=312.5 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) R 21420 21423 12906 0 -1 4202560 71018 0 0 0 31083 167 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755234888152 139755289457680 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10686560 CPUtime=311.89 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) R 21420 21423 12906 0 -1 4202560 75152 0 0 0 31035 154 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755233835528 139755297096423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10686560 CPUtime=313.5 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) R 21420 21423 12906 0 -1 4202560 59629 0 0 0 31202 148 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755232782672 139755297096423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10686560 CPUtime=313.21 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4202560 49557 0 0 0 31167 154 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755231730128 139755297096423 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10686560 CPUtime=25.45 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 69944 0 0 0 2541 4 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754800620608 139755304478421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10686560 CPUtime=1.29 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 5933 0 0 0 128 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754796410912 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10686560 CPUtime=1.17 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 2780 0 0 0 116 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754795358080 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10686560 CPUtime=0.47 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 5208 0 0 0 46 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754794305824 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 650 0 0 0 7 8 0 0 20 0 17 0 47659900 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21570] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21570/stat : 21570 (java) S 21420 21423 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754789049568 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21571] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21571/stat : 21571 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754787996480 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 1294.05
Current children cumulated vsize (KiB) 10686560

[startup+356.001 s]
/proc/loadavg: 6.01 6.95 6.27 9/216 21571
/proc/meminfo: memFree=14946620/32770624 swapFree=0/346008
[pid=21423] ppid=21420 vsize=10686560 CPUtime=1297.15 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 359124 0 0 0 129063 652 0 0 20 0 17 0 47659878 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2671640 2078365 3168 1 0 2661055 0
[pid=21423/tid=21425] ppid=21420 vsize=10686560 CPUtime=14.34 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 17845 0 0 0 1418 16 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755308708896 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10686560 CPUtime=313.3 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) R 21420 21423 12906 0 -1 4202560 71018 0 0 0 31163 167 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755234888152 139755297571224 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10686560 CPUtime=312.66 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) R 21420 21423 12906 0 -1 4202560 75152 0 0 0 31111 155 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755233835528 139755297096423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10686560 CPUtime=314.27 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) R 21420 21423 12906 0 -1 4202560 59629 0 0 0 31279 148 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755232782672 139755297096423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10686560 CPUtime=313.98 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4202560 49557 0 0 0 31244 154 0 0 20 0 17 0 47659891 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139755231730440 139755297096423 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10686560 CPUtime=25.45 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) S 21420 21423 12906 0 -1 1077944384 69944 0 0 0 2541 4 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754800620608 139755304478421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10686560 CPUtime=1.29 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 5933 0 0 0 128 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754796410912 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10686560 CPUtime=1.17 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 2780 0 0 0 116 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754795358080 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10686560 CPUtime=0.47 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 5208 0 0 0 46 1 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754794305824 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 650 0 0 0 7 8 0 0 20 0 17 0 47659900 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21570] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21570/stat : 21570 (java) S 21420 21423 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754789049568 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21571] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21571/stat : 21571 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078365 18446744073709551615 4194304 4196468 140727283330144 139754787996480 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 1297.15
Current children cumulated vsize (KiB) 10686560

[startup+356.801 s]
/proc/loadavg: 6.01 6.95 6.27 3/216 21571
/proc/meminfo: memFree=14946620/32770624 swapFree=0/346008
[pid=21423] ppid=21420 vsize=10686560 CPUtime=1298.85 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 359372 0 0 0 129232 653 0 0 20 0 17 0 47659878 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2671640 2078366 3168 1 0 2661055 0
[pid=21423/tid=21425] ppid=21420 vsize=10686560 CPUtime=14.34 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 17845 0 0 0 1418 16 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755308708896 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10686560 CPUtime=313.62 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) S 21420 21423 12906 0 -1 1077944384 71018 0 0 0 31195 167 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755234887952 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10686560 CPUtime=312.95 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) S 21420 21423 12906 0 -1 1077944384 75152 0 0 0 31140 155 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755233835408 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10686560 CPUtime=314.57 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) S 21420 21423 12906 0 -1 1077944384 59629 0 0 0 31309 148 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755232782864 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10686560 CPUtime=314.27 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) S 21420 21423 12906 0 -1 1077944384 49557 0 0 0 31273 154 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755231730320 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10686560 CPUtime=25.93 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) R 21420 21423 12906 0 -1 4202560 70192 0 0 0 2589 4 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754800620608 139755289464724 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10686560 CPUtime=1.29 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 5933 0 0 0 128 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754796410912 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10686560 CPUtime=1.17 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 2780 0 0 0 116 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754795358080 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10686560 CPUtime=0.47 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 5208 0 0 0 46 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754794305824 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 650 0 0 0 7 8 0 0 20 0 17 0 47659900 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21570] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21570/stat : 21570 (java) S 21420 21423 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754789049568 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21571] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21571/stat : 21571 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754787996480 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 1298.85
Current children cumulated vsize (KiB) 10686560

[startup+357.001 s]
/proc/loadavg: 6.01 6.95 6.27 3/216 21571
/proc/meminfo: memFree=14946620/32770624 swapFree=0/346008
[pid=21423] ppid=21420 vsize=10686560 CPUtime=1299.05 cores=1,3,5,7
/proc/21423/stat : 21423 (java) S 21420 21423 12906 0 -1 1077944320 359372 0 0 0 129252 653 0 0 20 0 17 0 47659878 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 140727283312688 139755304468215 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
/proc/21423/statm: 2671640 2078366 3168 1 0 2661055 0
[pid=21423/tid=21425] ppid=21420 vsize=10686560 CPUtime=14.34 cores=1,3,5,7
/proc/21423/task/21425/stat : 21425 (java) S 21420 21423 12906 0 -1 1077944384 17845 0 0 0 1418 16 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755308708896 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21426] ppid=21420 vsize=10686560 CPUtime=313.62 cores=1,3,5,7
/proc/21423/task/21426/stat : 21426 (java) S 21420 21423 12906 0 -1 1077944384 71018 0 0 0 31195 167 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755234887952 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21427] ppid=21420 vsize=10686560 CPUtime=312.95 cores=1,3,5,7
/proc/21423/task/21427/stat : 21427 (java) S 21420 21423 12906 0 -1 1077944384 75152 0 0 0 31140 155 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755233835408 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21428] ppid=21420 vsize=10686560 CPUtime=314.57 cores=1,3,5,7
/proc/21423/task/21428/stat : 21428 (java) S 21420 21423 12906 0 -1 1077944384 59629 0 0 0 31309 148 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755232782864 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21429] ppid=21420 vsize=10686560 CPUtime=314.27 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) S 21420 21423 12906 0 -1 1077944384 49557 0 0 0 31273 154 0 0 20 0 17 0 47659891 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139755231730320 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21430] ppid=21420 vsize=10686560 CPUtime=26.13 cores=1,3,5,7
/proc/21423/task/21430/stat : 21430 (java) R 21420 21423 12906 0 -1 4202560 70192 0 0 0 2609 4 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754800620608 139755288925835 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21431] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21431/stat : 21431 (java) S 21420 21423 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754799568352 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21432] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21432/stat : 21432 (java) S 21420 21423 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47659893 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754798515712 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21433] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21433/stat : 21433 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754797464272 139755304486811 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21434] ppid=21420 vsize=10686560 CPUtime=1.29 cores=1,3,5,7
/proc/21423/task/21434/stat : 21434 (java) S 21420 21423 12906 0 -1 1077944384 5933 0 0 0 128 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754796410912 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21435] ppid=21420 vsize=10686560 CPUtime=1.17 cores=1,3,5,7
/proc/21423/task/21435/stat : 21435 (java) S 21420 21423 12906 0 -1 1077944384 2780 0 0 0 116 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754795358080 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21436] ppid=21420 vsize=10686560 CPUtime=0.47 cores=1,3,5,7
/proc/21423/task/21436/stat : 21436 (java) S 21420 21423 12906 0 -1 1077944384 5208 0 0 0 46 1 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754794305824 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21437] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21437/stat : 21437 (java) S 21420 21423 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47659896 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754793253472 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21438] ppid=21420 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21423/task/21438/stat : 21438 (java) S 21420 21423 12906 0 -1 1077944384 650 0 0 0 7 8 0 0 20 0 17 0 47659900 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754792201008 139755304479362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21570] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21570/stat : 21570 (java) S 21420 21423 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754789049568 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
[pid=21423/tid=21571] ppid=21420 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21423/task/21571/stat : 21571 (java) S 21420 21423 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 47694641 10943037440 2078366 18446744073709551615 4194304 4196468 140727283330144 139754787996480 139755304478421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16941056 140727283335605 140727283335758 140727283335758 140727283339215 0
Current children cumulated CPU time (s) 1299.05
Current children cumulated vsize (KiB) 10686560

[startup+357.101 s]
/proc/loadavg: 6.01 6.95 6.27 3/216 21571
/proc/meminfo: memFree=14946620/32770624 swapFree=0/346008
[pid=21423] ppid=21420 vsize=0 CPUtime=1299.15 cores=1,3,5,7
/proc/21423/stat : 21423 (java) Z 21420 21423 12906 0 -1 4227084 359465 0 0 0 129259 656 0 0 20 0 2 0 47659878 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 0 0 0 0 0 0 0 0
/proc/21423/statm: 0 0 0 0 0 0 0
[pid=21423/tid=21429] ppid=21420 vsize=0 CPUtime=314.32 cores=1,3,5,7
/proc/21423/task/21429/stat : 21429 (java) R 21420 21423 12906 0 -1 4203588 49557 0 0 0 31274 158 0 0 20 0 2 0 47659891 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 357.106
CPU time (s): 1299.17
CPU user time (s): 1292.6
CPU system time (s): 6.56953
CPU usage (%): 363.805
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1292.6
system time used= 6.56953
maximum resident set size= 8313732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359465
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16456
involuntary context switches= 23728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74472 second user time and 2.27201 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:57:32
IDJOB=4244119
IDBENCH=139754
IDSOLVER=2623
FILE ID=node135/4244119-1502057490
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-17-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244119-1502057490/watcher-4244119-1502057490 -o /tmp/evaluation-result-4244119-1502057490/solver-4244119-1502057490 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244119-1502057490.xml

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

MD5SUM BENCH= 6bb486b702ae8a5e43f429c3e7fd2e95
RANDOM SEED=2040713456

node135.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.21
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.21
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.21
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.21
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:        23440496 kB
MemAvailable:   23857972 kB
Buffers:          206468 kB
Cached:           499904 kB
SwapCached:            0 kB
Active:          8517348 kB
Inactive:         370828 kB
Active(anon):    8182284 kB
Inactive(anon):    24972 kB
Active(file):     335064 kB
Inactive(file):   345856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2780 kB
Writeback:             4 kB
AnonPages:       8181984 kB
Mapped:            50336 kB
Shmem:             25344 kB
Slab:             131708 kB
SReclaimable:     104784 kB
SUnreclaim:        26924 kB
KernelStack:        3472 kB
PageTables:        20684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7915520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62020 MiB
End job on node135 at 2017-08-07 00:03:29