Trace number 4244126

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? 1217.87 341.06201

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-11-11.xml
MD5SUMbb123246d746538548fb2ce23858e0c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints3026
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":121}]
Minimum variable degree102
Maximum variable degree102
Distribution of variable degrees[{"degree":102,"count":121}]
Minimum constraint arity4
Maximum constraint arity121
Distribution of constraint arities[{"arity":4,"count":3025},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints3025
Distribution of constraint types[{"type":"intension","count":3025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=20199
running on 4 cores: 0,2,4,6

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: 1.96 1.99 2.03 4/200 20202
/proc/meminfo: memFree=31107312/32770624 swapFree=0/343996
[pid=20202] ppid=20199 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20202/stat : 20202 (runsolver) D 20199 20202 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47345732 24240128 106 18446744073709551615 4194304 4338465 140723933497056 140723933494696 140182548406999 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 8814592 140723933499527 140723933499977 140723933499977 140723933503434 0
/proc/20202/statm: 5918 106 53 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 1.96 1.99 2.03 4/200 20202
/proc/meminfo: memFree=31107312/32770624 swapFree=0/343996
[pid=20202] ppid=20199 vsize=9936560 CPUtime=0 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 3354 0 0 0 0 0 0 0 20 0 6 0 47345732 10175037440 4054 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2484140 4054 1909 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.201377 s]
/proc/loadavg: 1.96 1.99 2.03 4/200 20202
/proc/meminfo: memFree=31107312/32770624 swapFree=0/343996
[pid=20202] ppid=20199 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 4716 0 0 0 5 1 0 0 20 0 15 0 47345732 10804383744 5713 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637789 5713 2609 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.301362 s]
/proc/loadavg: 1.96 1.99 2.03 4/200 20202
/proc/meminfo: memFree=31107312/32770624 swapFree=0/343996
[pid=20202] ppid=20199 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 8173 0 0 0 19 3 0 0 20 0 15 0 47345732 10804383744 8865 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637789 8865 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700198 s]
/proc/loadavg: 1.96 1.99 2.03 4/200 20202
/proc/meminfo: memFree=31107312/32770624 swapFree=0/343996
[pid=20202] ppid=20199 vsize=10551232 CPUtime=1.45 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 13217 0 0 0 140 5 0 0 20 0 15 0 47345732 10804461568 28156 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637808 28156 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 1.96 1.99 2.03 6/215 20217
/proc/meminfo: memFree=30884320/32770624 swapFree=0/344036
[pid=20202] ppid=20199 vsize=10551232 CPUtime=3.39 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 14421 0 0 0 317 22 0 0 20 0 15 0 47345732 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637808 101200 3089 1 0 2627261 0
[pid=20202/tid=20204] ppid=20199 vsize=10551232 CPUtime=1.18 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) R 20199 20202 12906 0 -1 4202560 7624 0 0 0 111 7 0 0 20 0 15 0 47345741 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139634759012648 139634373779153 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) S 20199 20202 12906 0 -1 1077944384 75 0 0 0 10 2 0 0 20 0 15 0 47345742 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) S 20199 20202 12906 0 -1 1077944384 140 0 0 0 12 3 0 0 20 0 15 0 47345742 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139634694761232 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10551232 CPUtime=0.14 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) S 20199 20202 12906 0 -1 1077944384 147 0 0 0 11 3 0 0 20 0 15 0 47345742 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139634693708944 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) S 20199 20202 12906 0 -1 1077944384 178 0 0 0 13 3 0 0 20 0 15 0 47345742 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) S 20199 20202 12906 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 47345743 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633794762864 139634754787970 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47345743 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633793708832 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47345744 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633792656496 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10551232 CPUtime=0.61 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 1875 0 0 0 61 0 0 0 20 0 15 0 47345746 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633790552688 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 1241 0 0 0 62 0 0 0 20 0 15 0 47345746 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633789499888 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 1701 0 0 0 34 0 0 0 20 0 15 0 47345746 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633788447600 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47345751 10804461568 101200 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10551232

[startup+3.10075 s]
/proc/loadavg: 1.96 1.99 2.03 6/215 20217
/proc/meminfo: memFree=30506500/32770624 swapFree=0/344036
[pid=20202] ppid=20199 vsize=10551232 CPUtime=7.71 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 16511 0 0 0 711 60 0 0 20 0 15 0 47345732 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637808 192723 3106 1 0 2627261 0
[pid=20202/tid=20204] ppid=20199 vsize=10551232 CPUtime=1.56 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) R 20199 20202 12906 0 -1 4202560 7664 0 0 0 148 8 0 0 20 0 15 0 47345741 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139634759011200 139634373778367 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10551232 CPUtime=1 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) S 20199 20202 12906 0 -1 1077944384 483 0 0 0 88 12 0 0 20 0 15 0 47345742 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) S 20199 20202 12906 0 -1 1077944384 362 0 0 0 91 12 0 0 20 0 15 0 47345742 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139634694761232 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) S 20199 20202 12906 0 -1 1077944384 604 0 0 0 89 12 0 0 20 0 15 0 47345742 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139634693708944 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10551232 CPUtime=1.04 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) S 20199 20202 12906 0 -1 1077944384 588 0 0 0 92 12 0 0 20 0 15 0 47345742 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) S 20199 20202 12906 0 -1 1077944384 482 0 0 0 34 0 0 0 20 0 15 0 47345743 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633794762864 139634754787970 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47345743 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633793708832 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47345744 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633792656496 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10551232 CPUtime=0.63 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 1883 0 0 0 63 0 0 0 20 0 15 0 47345746 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633790552688 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10551232 CPUtime=0.66 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 1250 0 0 0 66 0 0 0 20 0 15 0 47345746 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633789499888 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 1837 0 0 0 38 0 0 0 20 0 15 0 47345746 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633788447600 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47345751 10804461568 192723 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 10551232

[startup+6.30067 s]
/proc/loadavg: 1.96 1.99 2.03 3/214 20217
/proc/meminfo: memFree=30004760/32770624 swapFree=0/344044
[pid=20202] ppid=20199 vsize=10551232 CPUtime=15.9 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 23589 0 0 0 1466 124 0 0 20 0 15 0 47345732 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637808 387043 3112 1 0 2627261 0
[pid=20202/tid=20204] ppid=20199 vsize=10551232 CPUtime=2.43 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 9548 0 0 0 232 11 0 0 20 0 15 0 47345741 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139634759010848 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10551232 CPUtime=2.63 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) R 20199 20202 12906 0 -1 4202560 966 0 0 0 236 27 0 0 20 0 15 0 47345742 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634739225038 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10551232 CPUtime=2.67 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) R 20199 20202 12906 0 -1 4202560 1359 0 0 0 241 26 0 0 20 0 15 0 47345742 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139634694761352 139634747405031 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10551232 CPUtime=2.65 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) R 20199 20202 12906 0 -1 4202560 966 0 0 0 238 27 0 0 20 0 15 0 47345742 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139634693709144 139634747405031 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10551232 CPUtime=2.69 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) R 20199 20202 12906 0 -1 4202560 1054 0 0 0 242 27 0 0 20 0 15 0 47345742 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634747405031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) S 20199 20202 12906 0 -1 1077944384 2075 0 0 0 101 0 0 0 20 0 15 0 47345743 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633794761376 139634754787029 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47345743 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633793708832 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47345744 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633792656496 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10551232 CPUtime=0.65 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 2142 0 0 0 65 0 0 0 20 0 15 0 47345746 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633790552688 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10551232 CPUtime=0.68 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 1695 0 0 0 68 0 0 0 20 0 15 0 47345746 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633789499888 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 2099 0 0 0 39 0 0 0 20 0 15 0 47345746 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633788447600 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 15 0 47345751 10804461568 387043 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 1.96 1.99 2.03 3/214 20217
/proc/meminfo: memFree=28170044/32770624 swapFree=0/344036
[pid=20202] ppid=20199 vsize=10551232 CPUtime=34.95 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 33142 0 0 0 3250 245 0 0 20 0 15 0 47345732 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2637808 736155 3117 1 0 2627261 0
[pid=20202/tid=20204] ppid=20199 vsize=10551232 CPUtime=3.45 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 9614 0 0 0 334 11 0 0 20 0 15 0 47345741 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139634759011648 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10551232 CPUtime=6.74 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) S 20199 20202 12906 0 -1 1077944384 2069 0 0 0 616 58 0 0 20 0 15 0 47345742 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10551232 CPUtime=6.71 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) S 20199 20202 12906 0 -1 1077944384 2531 0 0 0 617 54 0 0 20 0 15 0 47345742 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139634694761232 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10551232 CPUtime=6.69 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) S 20199 20202 12906 0 -1 1077944384 2134 0 0 0 614 55 0 0 20 0 15 0 47345742 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139634693708944 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10551232 CPUtime=6.75 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) S 20199 20202 12906 0 -1 1077944384 2182 0 0 0 612 63 0 0 20 0 15 0 47345742 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10551232 CPUtime=2.28 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) R 20199 20202 12906 0 -1 4202560 4061 0 0 0 228 0 0 0 20 0 15 0 47345743 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139633794761296 139634739477568 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47345743 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139633793708832 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47345744 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139633792656496 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47345746 10804461568 736155 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0

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

/proc/20202/task/20245/stat : 20245 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633782137008 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 1200.72
Current children cumulated vsize (KiB) 10686560

[startup+339.201 s]
/proc/loadavg: 4.78 3.79 2.79 5/221 20247
/proc/meminfo: memFree=22342524/32770624 swapFree=0/344160
[pid=20202] ppid=20199 vsize=10686560 CPUtime=1213.15 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 173305 0 0 0 120700 615 0 0 20 0 17 0 47345732 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2671640 2067075 3175 1 0 2661055 0
[pid=20202/tid=20204] ppid=20199 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 16480 0 0 0 1317 11 0 0 20 0 17 0 47345741 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634759017504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10686560 CPUtime=291.46 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) R 20199 20202 12906 0 -1 4202560 17576 0 0 0 28996 150 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634695814232 139634747880460 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10686560 CPUtime=290.82 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) R 20199 20202 12906 0 -1 4202560 18440 0 0 0 28938 144 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634694761040 139634747405031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10686560 CPUtime=290.76 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) R 20199 20202 12906 0 -1 4202560 20594 0 0 0 28936 140 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634693708752 139634747405031 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10686560 CPUtime=290.66 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) R 20199 20202 12906 0 -1 4202560 15276 0 0 0 28908 158 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634692656264 139634747405031 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10686560 CPUtime=32.44 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) S 20199 20202 12906 0 -1 1077944384 57865 0 0 0 3240 4 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633794761408 139634754787029 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633793708896 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345744 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633792655504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10686560 CPUtime=1.86 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 14839 0 0 0 185 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633790552736 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10686560 CPUtime=1.04 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 6078 0 0 0 104 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633789499648 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 3142 0 0 0 46 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633788443472 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1582 0 0 0 14 12 0 0 20 0 17 0 47345751 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20244] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20244/stat : 20244 (java) S 20199 20202 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633783188528 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20245] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20245/stat : 20245 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633782137008 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 1213.15
Current children cumulated vsize (KiB) 10686560

[startup+340.007 s]
/proc/loadavg: 4.78 3.79 2.79 6/221 20247
/proc/meminfo: memFree=22342524/32770624 swapFree=0/344160
[pid=20202] ppid=20199 vsize=10686560 CPUtime=1216.28 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 173478 0 0 0 121012 616 0 0 20 0 17 0 47345732 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2671640 2067075 3175 1 0 2661055 0
[pid=20202/tid=20204] ppid=20199 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 16480 0 0 0 1317 11 0 0 20 0 17 0 47345741 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634759017504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10686560 CPUtime=292.27 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) R 20199 20202 12906 0 -1 4202560 17749 0 0 0 29077 150 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634695814232 139634739766437 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10686560 CPUtime=291.6 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) R 20199 20202 12906 0 -1 4202560 18440 0 0 0 29016 144 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634694761040 139634747405031 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10686560 CPUtime=291.53 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) R 20199 20202 12906 0 -1 4202560 20594 0 0 0 29013 140 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634693708752 139634747405031 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10686560 CPUtime=291.42 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) R 20199 20202 12906 0 -1 4202560 15276 0 0 0 28984 158 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634692656264 139634747405031 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10686560 CPUtime=32.44 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) S 20199 20202 12906 0 -1 1077944384 57865 0 0 0 3240 4 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633794761408 139634754787029 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633793708896 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345744 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633792655504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10686560 CPUtime=1.86 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 14839 0 0 0 185 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633790552736 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10686560 CPUtime=1.04 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 6078 0 0 0 104 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633789499648 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 3142 0 0 0 46 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633788443472 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1582 0 0 0 14 12 0 0 20 0 17 0 47345751 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20244] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20244/stat : 20244 (java) S 20199 20202 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633783188528 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20245] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20245/stat : 20245 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633782137008 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 1216.28
Current children cumulated vsize (KiB) 10686560

[startup+340.801 s]
/proc/loadavg: 4.78 3.79 2.79 6/221 20247
/proc/meminfo: memFree=22342524/32770624 swapFree=0/344160
[pid=20202] ppid=20199 vsize=10686560 CPUtime=1217.6 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 173478 0 0 0 121144 616 0 0 20 0 17 0 47345732 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2671640 2067075 3175 1 0 2661055 0
[pid=20202/tid=20204] ppid=20199 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 16480 0 0 0 1317 11 0 0 20 0 17 0 47345741 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634759017504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10686560 CPUtime=292.45 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) S 20199 20202 12906 0 -1 1077944384 17749 0 0 0 29095 150 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10686560 CPUtime=291.78 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) S 20199 20202 12906 0 -1 1077944384 18440 0 0 0 29034 144 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634694761232 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10686560 CPUtime=291.71 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) S 20199 20202 12906 0 -1 1077944384 20594 0 0 0 29031 140 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634693708944 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10686560 CPUtime=291.6 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) S 20199 20202 12906 0 -1 1077944384 15276 0 0 0 29002 158 0 0 20 0 17 0 47345742 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10686560 CPUtime=33.05 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) R 20199 20202 12906 0 -1 4202560 57865 0 0 0 3301 4 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633794761296 139634739773175 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345743 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633793708896 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345744 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633792655504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10686560 CPUtime=1.86 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 14839 0 0 0 185 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633790552736 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10686560 CPUtime=1.04 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 6078 0 0 0 104 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633789499648 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 3142 0 0 0 46 1 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633788443472 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1582 0 0 0 14 12 0 0 20 0 17 0 47345751 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20244] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20244/stat : 20244 (java) S 20199 20202 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633783188528 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20245] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20245/stat : 20245 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067075 18446744073709551615 4194304 4196468 140721413695248 139633782137008 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 1217.6
Current children cumulated vsize (KiB) 10686560

[startup+341.001 s]
/proc/loadavg: 4.78 3.79 2.79 3/221 20247
/proc/meminfo: memFree=22342524/32770624 swapFree=0/344160
[pid=20202] ppid=20199 vsize=10686560 CPUtime=1217.81 cores=0,2,4,6
/proc/20202/stat : 20202 (java) S 20199 20202 12906 0 -1 1077944320 173595 0 0 0 121165 616 0 0 20 0 17 0 47345732 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 140721413677792 139634754776823 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
/proc/20202/statm: 2671640 2067076 3175 1 0 2661055 0
[pid=20202/tid=20204] ppid=20199 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20202/task/20204/stat : 20204 (java) S 20199 20202 12906 0 -1 1077944384 16480 0 0 0 1317 11 0 0 20 0 17 0 47345741 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139634759017504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20205] ppid=20199 vsize=10686560 CPUtime=292.45 cores=0,2,4,6
/proc/20202/task/20205/stat : 20205 (java) S 20199 20202 12906 0 -1 1077944384 17749 0 0 0 29095 150 0 0 20 0 17 0 47345742 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139634695814032 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20206] ppid=20199 vsize=10686560 CPUtime=291.78 cores=0,2,4,6
/proc/20202/task/20206/stat : 20206 (java) S 20199 20202 12906 0 -1 1077944384 18440 0 0 0 29034 144 0 0 20 0 17 0 47345742 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139634694761232 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20207] ppid=20199 vsize=10686560 CPUtime=291.71 cores=0,2,4,6
/proc/20202/task/20207/stat : 20207 (java) S 20199 20202 12906 0 -1 1077944384 20594 0 0 0 29031 140 0 0 20 0 17 0 47345742 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139634693708944 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20208] ppid=20199 vsize=10686560 CPUtime=291.6 cores=0,2,4,6
/proc/20202/task/20208/stat : 20208 (java) S 20199 20202 12906 0 -1 1077944384 15276 0 0 0 29002 158 0 0 20 0 17 0 47345742 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139634692656144 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20209] ppid=20199 vsize=10686560 CPUtime=33.26 cores=0,2,4,6
/proc/20202/task/20209/stat : 20209 (java) R 20199 20202 12906 0 -1 4202560 57982 0 0 0 3322 4 0 0 20 0 17 0 47345743 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633794761296 139634733146998 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20210] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20210/stat : 20210 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345743 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633793708896 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20211] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20211/stat : 20211 (java) S 20199 20202 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 47345744 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633792655504 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20212] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20212/stat : 20212 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633791604816 139634754795419 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20213] ppid=20199 vsize=10686560 CPUtime=1.86 cores=0,2,4,6
/proc/20202/task/20213/stat : 20213 (java) S 20199 20202 12906 0 -1 1077944384 14839 0 0 0 185 1 0 0 20 0 17 0 47345746 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633790552736 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20214] ppid=20199 vsize=10686560 CPUtime=1.04 cores=0,2,4,6
/proc/20202/task/20214/stat : 20214 (java) S 20199 20202 12906 0 -1 1077944384 6078 0 0 0 104 0 0 0 20 0 17 0 47345746 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633789499648 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20215] ppid=20199 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20202/task/20215/stat : 20215 (java) S 20199 20202 12906 0 -1 1077944384 3142 0 0 0 46 1 0 0 20 0 17 0 47345746 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633788443472 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20216] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20216/stat : 20216 (java) S 20199 20202 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47345746 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633787395040 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20217] ppid=20199 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/20202/task/20217/stat : 20217 (java) S 20199 20202 12906 0 -1 1077944384 1582 0 0 0 14 12 0 0 20 0 17 0 47345751 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633786341808 139634754787970 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20244] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20244/stat : 20244 (java) S 20199 20202 12906 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633783188528 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
[pid=20202/tid=20245] ppid=20199 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20202/task/20245/stat : 20245 (java) S 20199 20202 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47378011 10943037440 2067076 18446744073709551615 4194304 4196468 140721413695248 139633782137008 139634754787029 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26025984 140721413697973 140721413698126 140721413698126 140721413701583 0
Current children cumulated CPU time (s) 1217.81
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 341.062
CPU time (s): 1217.87
CPU user time (s): 1211.67
CPU system time (s): 6.20166
CPU usage (%): 357.082
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1211.67
system time used= 6.20166
maximum resident set size= 8268688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16033
involuntary context switches= 11592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4919 second user time and 2.30837 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:05:11
IDJOB=4244126
IDBENCH=139726
IDSOLVER=2623
FILE ID=node135/4244126-1502054348
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= bb123246d746538548fb2ce23858e0c6
RANDOM SEED=800659174

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:        31107580 kB
MemAvailable:   31519964 kB
Buffers:          204932 kB
Cached:           496220 kB
SwapCached:            0 kB
Active:           865888 kB
Inactive:         368968 kB
Active(anon):     533908 kB
Inactive(anon):    24972 kB
Active(file):     331980 kB
Inactive(file):   343996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:        533196 kB
Mapped:            50256 kB
Shmem:             25344 kB
Slab:             131364 kB
SReclaimable:     104484 kB
SUnreclaim:        26880 kB
KernelStack:        3536 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1534420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    423936 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= 62028 MiB
End job on node135 at 2017-08-06 23:10:52