Trace number 4244113

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? 1375.92 379.60599

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-16-18.xml
MD5SUMdd156cd3c4e4f48d7499665f65319a51
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 variables288
Number of constraints18361
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":288}]
Minimum variable degree257
Maximum variable degree257
Distribution of variable degrees[{"degree":257,"count":288}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":18360},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints18360
Distribution of constraint types[{"type":"intension","count":18360},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=21340
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: 8.13 6.95 5.77 5/199 21343
/proc/meminfo: memFree=23243216/32770624 swapFree=0/345572
[pid=21343] ppid=21340 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21343/stat : 21343 (runsolver) D 21340 21343 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47649468 24240128 107 18446744073709551615 4194304 4338465 140731607798448 140731607796088 140045559784151 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 11939840 140731607801991 140731607802441 140731607802441 140731607805898 0
/proc/21343/statm: 5918 107 54 36 0 2156 0

[startup+0.10325 s]
/proc/loadavg: 8.13 6.95 5.77 5/199 21343
/proc/meminfo: memFree=23243216/32770624 swapFree=0/345572
[pid=21343] ppid=21340 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 4011 0 0 0 3 0 0 0 20 0 9 0 47649468 10395312128 5119 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2537918 5119 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200288 s]
/proc/loadavg: 8.13 6.95 5.77 5/199 21343
/proc/meminfo: memFree=23243216/32770624 swapFree=0/345572
[pid=21343] ppid=21340 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 4809 0 0 0 6 1 0 0 20 0 15 0 47649468 10804383744 6309 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637789 6309 2613 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300371 s]
/proc/loadavg: 8.13 6.95 5.77 5/199 21343
/proc/meminfo: memFree=23243216/32770624 swapFree=0/345572
[pid=21343] ppid=21340 vsize=10551156 CPUtime=0.23 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 8258 0 0 0 20 3 0 0 20 0 15 0 47649468 10804383744 9005 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637789 9005 2867 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700925 s]
/proc/loadavg: 8.13 6.95 5.77 5/199 21343
/proc/meminfo: memFree=23243216/32770624 swapFree=0/345572
[pid=21343] ppid=21340 vsize=10551232 CPUtime=1.46 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 13001 0 0 0 140 6 0 0 20 0 15 0 47649468 10804461568 25873 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637808 25873 3051 1 0 2627261 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10551232

[startup+1.50076 s]
/proc/loadavg: 7.88 6.92 5.76 9/214 21358
/proc/meminfo: memFree=23062664/32770624 swapFree=0/345852
[pid=21343] ppid=21340 vsize=10551232 CPUtime=3.99 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 14784 0 0 0 375 24 0 0 20 0 15 0 47649468 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637808 101562 3108 1 0 2627261 0
[pid=21343/tid=21345] ppid=21340 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) R 21340 21343 12906 0 -1 4202560 7618 0 0 0 117 6 0 0 20 0 15 0 47649474 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638962734592 140638591085856 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10551232 CPUtime=0.09 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) S 21340 21343 12906 0 -1 1077944384 191 0 0 0 6 3 0 0 20 0 15 0 47649475 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10551232 CPUtime=0.1 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) S 21340 21343 12906 0 -1 1077944384 199 0 0 0 7 3 0 0 20 0 15 0 47649475 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638914419088 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10551232 CPUtime=0.09 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 131 0 0 0 7 2 0 0 20 0 15 0 47649475 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10551232 CPUtime=0.1 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) S 21340 21343 12906 0 -1 1077944384 139 0 0 0 7 3 0 0 20 0 15 0 47649475 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638912314000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) S 21340 21343 12906 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638522116592 140638958516866 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47649477 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638520010224 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10551232 CPUtime=0.97 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 1878 0 0 0 97 0 0 0 20 0 15 0 47649479 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638517905392 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10551232 CPUtime=0.96 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 1338 0 0 0 96 0 0 0 20 0 15 0 47649479 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638516852848 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 1724 0 0 0 33 1 0 0 20 0 15 0 47649479 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638515800304 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47649486 10804461568 101562 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 10551232

[startup+3.10088 s]
/proc/loadavg: 7.88 6.92 5.76 7/213 21358
/proc/meminfo: memFree=22688376/32770624 swapFree=0/345852
[pid=21343] ppid=21340 vsize=10551232 CPUtime=8.01 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 52697 0 0 0 725 76 0 0 20 0 15 0 47649468 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637808 278830 3116 1 0 2627261 0
[pid=21343/tid=21345] ppid=21340 vsize=10551232 CPUtime=2.06 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 8007 0 0 0 196 10 0 0 20 0 15 0 47649474 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638962740880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) R 21340 21343 12906 0 -1 4202560 8060 0 0 0 72 15 0 0 20 0 15 0 47649475 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638915471520 140638943456789 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10551232 CPUtime=0.88 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) R 21340 21343 12906 0 -1 4202560 9722 0 0 0 72 16 0 0 20 0 15 0 47649475 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638914419288 140638943456846 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 10004 0 0 0 72 15 0 0 20 0 15 0 47649475 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638913366128 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10551232 CPUtime=0.88 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) R 21340 21343 12906 0 -1 4202560 10322 0 0 0 72 16 0 0 20 0 15 0 47649475 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638912314200 140638943456324 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) S 21340 21343 12906 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638522114912 140638958515925 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47649477 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638520010224 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 1883 0 0 0 101 0 0 0 20 0 15 0 47649479 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638517905392 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 1349 0 0 0 101 0 0 0 20 0 15 0 47649479 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638516852848 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 1757 0 0 0 35 1 0 0 20 0 15 0 47649479 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638515800304 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649486 10804461568 278830 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 10551232

[startup+6.30092 s]
/proc/loadavg: 7.88 6.92 5.76 9/213 21359
/proc/meminfo: memFree=21969876/32770624 swapFree=0/345860
[pid=21343] ppid=21340 vsize=10551232 CPUtime=15.4 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 58905 0 0 0 1424 116 0 0 20 0 15 0 47649468 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637808 364228 3124 1 0 2627261 0
[pid=21343/tid=21345] ppid=21340 vsize=10551232 CPUtime=3.14 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) R 21340 21343 12906 0 -1 4202560 9430 0 0 0 304 10 0 0 20 0 15 0 47649474 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638962738520 140638591312801 0 4 1 16800974 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10551232 CPUtime=2.24 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) S 21340 21343 12906 0 -1 1077944384 8301 0 0 0 199 25 0 0 20 0 15 0 47649475 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10551232 CPUtime=2.24 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) S 21340 21343 12906 0 -1 1077944384 10532 0 0 0 198 26 0 0 20 0 15 0 47649475 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638914419088 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10551232 CPUtime=2.24 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 10278 0 0 0 199 25 0 0 20 0 15 0 47649475 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10551232 CPUtime=2.24 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) S 21340 21343 12906 0 -1 1077944384 11068 0 0 0 199 25 0 0 20 0 15 0 47649475 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638912314000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10551232 CPUtime=0.74 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) S 21340 21343 12906 0 -1 1077944384 1252 0 0 0 74 0 0 0 20 0 15 0 47649476 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638522116592 140638958516866 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47649477 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638520010224 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 2332 0 0 0 106 0 0 0 20 0 15 0 47649479 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638517905392 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10551232 CPUtime=1.03 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 1862 0 0 0 103 0 0 0 20 0 15 0 47649479 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638516852848 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 2214 0 0 0 37 1 0 0 20 0 15 0 47649479 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638515800304 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 15 0 47649486 10804461568 364228 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 15.4
Current children cumulated vsize (KiB) 10551232

[startup+12.7009 s]
/proc/loadavg: 7.65 6.90 5.77 6/213 21359
/proc/meminfo: memFree=20800988/32770624 swapFree=0/345860
[pid=21343] ppid=21340 vsize=10551232 CPUtime=32.71 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 110609 0 0 0 3030 241 0 0 20 0 15 0 47649468 10804461568 722554 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2637808 722554 3125 1 0 2627261 0
[pid=21343/tid=21345] ppid=21340 vsize=10551232 CPUtime=4.3 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 15070 0 0 0 414 16 0 0 20 0 15 0 47649474 10804461568 722554 18446744073709551615 4194304 4196468 140724630557168 140638962740016 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10551232 CPUtime=5.85 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) R 21340 21343 12906 0 -1 4202560 16525 0 0 0 530 55 0 0 20 0 15 0 47649475 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638943533593 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10551232 CPUtime=5.86 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) R 21340 21343 12906 0 -1 4202560 19214 0 0 0 531 55 0 0 20 0 15 0 47649475 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638914419288 140638943533593 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10551232 CPUtime=5.85 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) R 21340 21343 12906 0 -1 4202560 21209 0 0 0 531 54 0 0 20 0 15 0 47649475 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638943533593 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10551232 CPUtime=5.82 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) R 21340 21343 12906 0 -1 4202560 23476 0 0 0 528 54 0 0 20 0 15 0 47649475 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638912314200 140638943527772 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10551232 CPUtime=2.35 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) S 21340 21343 12906 0 -1 1077944384 5134 0 0 0 235 0 0 0 20 0 15 0 47649476 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638522115104 140638958515925 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47649476 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47649477 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638520010224 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47649479 10804461568 723066 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0

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

/proc/21343/task/21490/stat : 21490 (java) S 21340 21343 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638509489952 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 1370.46
Current children cumulated vsize (KiB) 10686560

[startup+378.401 s]
/proc/loadavg: 8.17 7.46 6.35 9/220 21492
/proc/meminfo: memFree=15111140/32770624 swapFree=0/346012
[pid=21343] ppid=21340 vsize=10686560 CPUtime=1373.59 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 545329 0 0 0 136672 687 0 0 20 0 17 0 47649468 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2671640 2034191 3169 1 0 2661055 0
[pid=21343/tid=21345] ppid=21340 vsize=10686560 CPUtime=13.66 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 21916 0 0 0 1349 17 0 0 20 0 17 0 47649474 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638962746400 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10686560 CPUtime=333.03 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) R 21340 21343 12906 0 -1 4202560 88565 0 0 0 33167 136 0 0 20 0 17 0 47649475 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638915471752 140638951133927 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10686560 CPUtime=332.28 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) R 21340 21343 12906 0 -1 4202560 75801 0 0 0 33047 181 0 0 20 0 17 0 47649475 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638914419288 140638942963322 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10686560 CPUtime=330.94 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) R 21340 21343 12906 0 -1 4202560 134611 0 0 0 32924 170 0 0 20 0 17 0 47649475 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638913366664 140638951133927 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10686560 CPUtime=331.09 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) R 21340 21343 12906 0 -1 4202560 142928 0 0 0 32938 171 0 0 20 0 17 0 47649475 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638912314120 140638951133927 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10686560 CPUtime=29.66 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) S 21340 21343 12906 0 -1 1077944384 66322 0 0 0 2962 4 0 0 20 0 17 0 47649476 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638522115136 140638958515925 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47649476 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 47649477 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638520009344 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10686560 CPUtime=1.13 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 3786 0 0 0 112 1 0 0 20 0 17 0 47649479 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638517904288 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10686560 CPUtime=1.11 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 3210 0 0 0 111 0 0 0 20 0 17 0 47649479 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638516852608 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 6169 0 0 0 45 1 0 0 20 0 17 0 47649479 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638515796176 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 587 0 0 0 8 7 0 0 20 0 17 0 47649486 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21489] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21489/stat : 21489 (java) S 21340 21343 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638510542960 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21490] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21490/stat : 21490 (java) S 21340 21343 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034191 18446744073709551615 4194304 4196468 140724630557168 140638509489952 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 1373.59
Current children cumulated vsize (KiB) 10686560

[startup+379.201 s]
/proc/loadavg: 8.17 7.46 6.35 9/220 21492
/proc/meminfo: memFree=15111140/32770624 swapFree=0/346012
[pid=21343] ppid=21340 vsize=10686560 CPUtime=1375.5 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 547077 0 0 0 136863 687 0 0 20 0 17 0 47649468 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2671640 2034195 3169 1 0 2661055 0
[pid=21343/tid=21345] ppid=21340 vsize=10686560 CPUtime=13.66 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 21916 0 0 0 1349 17 0 0 20 0 17 0 47649474 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638962746400 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10686560 CPUtime=333.4 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) S 21340 21343 12906 0 -1 1077944384 88567 0 0 0 33204 136 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10686560 CPUtime=332.66 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) S 21340 21343 12906 0 -1 1077944384 75959 0 0 0 33085 181 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638914419088 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10686560 CPUtime=331.31 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 134611 0 0 0 32961 170 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10686560 CPUtime=331.46 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) S 21340 21343 12906 0 -1 1077944384 142928 0 0 0 32975 171 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638912314000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10686560 CPUtime=30.07 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) R 21340 21343 12906 0 -1 4202560 67910 0 0 0 3003 4 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638522115024 140638943502143 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 47649477 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638520009344 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10686560 CPUtime=1.13 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 3786 0 0 0 112 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638517904288 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10686560 CPUtime=1.11 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 3210 0 0 0 111 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638516852608 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 6169 0 0 0 45 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638515796176 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 587 0 0 0 8 7 0 0 20 0 17 0 47649486 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21489] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21489/stat : 21489 (java) S 21340 21343 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638510542960 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21490] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21490/stat : 21490 (java) S 21340 21343 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638509489952 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 1375.5
Current children cumulated vsize (KiB) 10686560

[startup+379.401 s]
/proc/loadavg: 8.17 7.46 6.35 9/220 21492
/proc/meminfo: memFree=15111140/32770624 swapFree=0/346012
[pid=21343] ppid=21340 vsize=10686560 CPUtime=1375.7 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 547083 0 0 0 136883 687 0 0 20 0 17 0 47649468 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2671640 2034195 3169 1 0 2661055 0
[pid=21343/tid=21345] ppid=21340 vsize=10686560 CPUtime=13.66 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 21916 0 0 0 1349 17 0 0 20 0 17 0 47649474 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638962746400 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10686560 CPUtime=333.4 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) S 21340 21343 12906 0 -1 1077944384 88567 0 0 0 33204 136 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10686560 CPUtime=332.66 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) S 21340 21343 12906 0 -1 1077944384 75959 0 0 0 33085 181 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638914419088 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10686560 CPUtime=331.31 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 134611 0 0 0 32961 170 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10686560 CPUtime=331.46 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) S 21340 21343 12906 0 -1 1077944384 142928 0 0 0 32975 171 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638912314000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10686560 CPUtime=30.27 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) R 21340 21343 12906 0 -1 4202560 67912 0 0 0 3023 4 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638522115024 140638942963341 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 47649477 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638520009344 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10686560 CPUtime=1.13 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 3786 0 0 0 112 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638517904288 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10686560 CPUtime=1.11 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 3210 0 0 0 111 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638516852608 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 6169 0 0 0 45 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638515796176 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 591 0 0 0 8 7 0 0 20 0 17 0 47649486 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21489] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21489/stat : 21489 (java) S 21340 21343 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638510542960 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21490] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21490/stat : 21490 (java) S 21340 21343 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638509489952 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 1375.7
Current children cumulated vsize (KiB) 10686560

[startup+379.501 s]
/proc/loadavg: 8.17 7.46 6.35 6/220 21492
/proc/meminfo: memFree=15110008/32770624 swapFree=0/346016
[pid=21343] ppid=21340 vsize=10686560 CPUtime=1375.8 cores=0,2,4,6
/proc/21343/stat : 21343 (java) S 21340 21343 12906 0 -1 1077944320 547253 0 0 0 136893 687 0 0 20 0 17 0 47649468 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140724630539712 140638958505719 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
/proc/21343/statm: 2671640 2034195 3169 1 0 2661055 0
[pid=21343/tid=21345] ppid=21340 vsize=10686560 CPUtime=13.66 cores=0,2,4,6
/proc/21343/task/21345/stat : 21345 (java) S 21340 21343 12906 0 -1 1077944384 21916 0 0 0 1349 17 0 0 20 0 17 0 47649474 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638962746400 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21346] ppid=21340 vsize=10686560 CPUtime=333.4 cores=0,2,4,6
/proc/21343/task/21346/stat : 21346 (java) S 21340 21343 12906 0 -1 1077944384 88567 0 0 0 33204 136 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638915471632 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21347] ppid=21340 vsize=10686560 CPUtime=332.66 cores=0,2,4,6
/proc/21343/task/21347/stat : 21347 (java) S 21340 21343 12906 0 -1 1077944384 75959 0 0 0 33085 181 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638914419088 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21348] ppid=21340 vsize=10686560 CPUtime=331.31 cores=0,2,4,6
/proc/21343/task/21348/stat : 21348 (java) S 21340 21343 12906 0 -1 1077944384 134611 0 0 0 32961 170 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638913366544 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21349] ppid=21340 vsize=10686560 CPUtime=331.46 cores=0,2,4,6
/proc/21343/task/21349/stat : 21349 (java) S 21340 21343 12906 0 -1 1077944384 142928 0 0 0 32975 171 0 0 20 0 17 0 47649475 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638912314000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21350] ppid=21340 vsize=10686560 CPUtime=30.37 cores=0,2,4,6
/proc/21343/task/21350/stat : 21350 (java) R 21340 21343 12906 0 -1 4202560 68084 0 0 0 3033 4 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638522115024 140638942963289 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21351] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21351/stat : 21351 (java) S 21340 21343 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47649476 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638521062880 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21352] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21352/stat : 21352 (java) S 21340 21343 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 47649477 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638520009344 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21353] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21353/stat : 21353 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638518958800 140638958524315 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21354] ppid=21340 vsize=10686560 CPUtime=1.13 cores=0,2,4,6
/proc/21343/task/21354/stat : 21354 (java) S 21340 21343 12906 0 -1 1077944384 3786 0 0 0 112 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638517904288 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21355] ppid=21340 vsize=10686560 CPUtime=1.11 cores=0,2,4,6
/proc/21343/task/21355/stat : 21355 (java) S 21340 21343 12906 0 -1 1077944384 3210 0 0 0 111 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638516852608 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21356] ppid=21340 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21343/task/21356/stat : 21356 (java) S 21340 21343 12906 0 -1 1077944384 6169 0 0 0 45 1 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638515796176 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21357] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21357/stat : 21357 (java) S 21340 21343 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47649479 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638514748000 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21358] ppid=21340 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/21343/task/21358/stat : 21358 (java) S 21340 21343 12906 0 -1 1077944384 591 0 0 0 8 7 0 0 20 0 17 0 47649486 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638513695536 140638958516866 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21489] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21489/stat : 21489 (java) S 21340 21343 12906 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638510542960 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
[pid=21343/tid=21490] ppid=21340 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21343/task/21490/stat : 21490 (java) S 21340 21343 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47683884 10943037440 2034195 18446744073709551615 4194304 4196468 140724630557168 140638509489952 140638958515925 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20123648 140724630561205 140724630561358 140724630561358 140724630564815 0
Current children cumulated CPU time (s) 1375.8
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 379.606
CPU time (s): 1375.92
CPU user time (s): 1369
CPU system time (s): 6.91552
CPU usage (%): 362.46
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1369
system time used= 6.91552
maximum resident set size= 8137076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19284
involuntary context switches= 27062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.64575 second user time and 2.57389 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:55:48
IDJOB=4244113
IDBENCH=139753
IDSOLVER=2623
FILE ID=node135/4244113-1502057386
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-s2/ChessboardColoration-int-16-18.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244113-1502057386/watcher-4244113-1502057386 -o /tmp/evaluation-result-4244113-1502057386/solver-4244113-1502057386 -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-4244113-1502057386.xml

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

MD5SUM BENCH= dd156cd3c4e4f48d7499665f65319a51
RANDOM SEED=1553984048

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:        23243696 kB
MemAvailable:   23660696 kB
Buffers:          206412 kB
Cached:           499236 kB
SwapCached:            0 kB
Active:          8712236 kB
Inactive:         370544 kB
Active(anon):    8377364 kB
Inactive(anon):    24972 kB
Active(file):     334872 kB
Inactive(file):   345572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2468 kB
Writeback:             4 kB
AnonPages:       8383256 kB
Mapped:            50396 kB
Shmem:             25344 kB
Slab:             131684 kB
SReclaimable:     104784 kB
SUnreclaim:        26900 kB
KernelStack:        3776 kB
PageTables:        21256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8239104 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= 62024 MiB
End job on node135 at 2017-08-07 00:02:08