Trace number 4263713

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1345.0699 368.78799

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-20-20.xml
MD5SUM5e484cb090e237f4c9c5d38433c43cc4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2400.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36101
Number of domains1
Minimum domain size400
Maximum domain size400
Distribution of domain sizes[{"size":400,"count":400}]
Minimum variable degree363
Maximum variable degree363
Distribution of variable degrees[{"degree":363,"count":400}]
Minimum constraint arity4
Maximum constraint arity400
Distribution of constraint arities[{"arity":4,"count":36100},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints36100
Distribution of constraint types[{"type":"intension","count":36100},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6760 MiB free)
  memory of node 1: 16384 MiB (15421 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263713-1502637875/watcher-4263713-1502637875 -o /tmp/evaluation-result-4263713-1502637875/solver-4263713-1502637875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263713-1502637875.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31209, runsolver pid=31206

[startup+0.100084 s]*
/proc/loadavg: 4.48 3.06 2.67 5/200 31211
/proc/meminfo: memFree=22710516/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 3406 0 0 0 0 0 0 0 20 0 6 0 66008232 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2484140 4121 1921 1 0 2473637 0
[pid=31209/tid=31211] ppid=31206 vsize=9936560 memory=8318255677412212789 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) R 31206 31209 897 0 -1 4202560 2108 0 0 0 0 0 0 0 20 0 6 0 66008241 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 139762423251536 139762419037341 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=9936560 memory=288230591823085922 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66008242 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=9936560 memory=288370182863177344 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 66008242 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66008242 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 66008242 10175037440 4121 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.210147 s]*
/proc/loadavg: 4.48 3.06 2.67 7/213 31224
/proc/meminfo: memFree=22698760/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10551156 memory=26484 CPUtime=0.09 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 5140 0 0 0 8 1 0 0 20 0 15 0 66008232 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2637789 6621 2731 1 0 2627261 0
[pid=31209/tid=31211] ppid=31206 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) R 31206 31209 897 0 -1 4202560 3104 0 0 0 6 0 0 0 20 0 15 0 66008241 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139762423241104 139762419037341 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10551156 memory=12946 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10551156 memory=288370182863177344 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10551156 memory=139806711465600 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008243 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761915214064 139762419026562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66008244 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761914160288 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66008244 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761911003888 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761909951344 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10551156 memory=139806711465600 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) R 31206 31209 897 0 -1 4202560 249 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761908898288 139762419036762 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008247 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10551156 memory=139806711465600 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008251 10804383744 6621 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26484 KiB

[startup+0.311033 s]*
/proc/loadavg: 4.48 3.06 2.67 6/213 31224
/proc/meminfo: memFree=22688136/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10551156 memory=36480 CPUtime=0.24 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 8381 0 0 0 21 3 0 0 20 0 15 0 66008232 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2637789 9120 2844 1 0 2627261 0
[pid=31209/tid=31211] ppid=31206 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) R 31206 31209 897 0 -1 4202560 6073 0 0 0 15 2 0 0 20 0 15 0 66008241 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139762423250384 139762401536511 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10551156 memory=12946 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10551156 memory=318876542934791808 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10551156 memory=3471342203032303280 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008243 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761915214064 139762419026562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66008244 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761914160288 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66008244 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10551156 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 66008246 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761911003888 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 15 0 66008246 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761909951344 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10551156 memory=7959526949136234413 CPUtime=0.04 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 66008246 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761908898288 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10551156 memory=664970774370808936 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008247 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10551156 memory=139806711465600 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008251 10804383744 9120 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36480 KiB

[startup+0.701395 s]
/proc/loadavg: 4.48 3.06 2.67 8/213 31224
/proc/meminfo: memFree=22656868/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10551232 memory=89008 CPUtime=1.42 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 12890 0 0 0 137 5 0 0 20 0 15 0 66008232 10804461568 22215 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2637808 22252 3049 1 0 2627261 0
[pid=31209/tid=31211] ppid=31206 vsize=10551232 memory=4639059877604708710 CPUtime=0.55 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) R 31206 31209 897 0 -1 4202560 7346 0 0 0 51 4 0 0 20 0 15 0 66008241 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139762423252280 139762013571681 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10551232 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10551232 memory=7668012111147524688 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008242 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10551232 memory=250 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66008242 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10551232 memory=853 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) S 31206 31209 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66008243 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761915214064 139762419026562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10551232 memory=227 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66008244 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761914160288 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10551232 memory=55 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66008244 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008246 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10551232 memory=336 CPUtime=0.3 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) R 31206 31209 897 0 -1 4202560 1015 0 0 0 30 0 0 0 20 0 15 0 66008246 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761911003888 139762398261321 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) R 31206 31209 897 0 -1 4202560 1427 0 0 0 31 0 0 0 20 0 15 0 66008246 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761909942672 139762404139010 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10551232 memory=4116 CPUtime=0.24 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) R 31206 31209 897 0 -1 4202560 1731 0 0 0 24 0 0 0 20 0 15 0 66008246 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761908898288 139762400425565 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10551232 memory=6625 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008247 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) R 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008251 10804461568 22252 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 89008 KiB

[startup+1.50145 s]
/proc/loadavg: 4.48 3.06 2.67 7/213 31224
/proc/meminfo: memFree=22520404/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10551232 memory=409904 CPUtime=3.98 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 15265 0 0 0 378 20 0 0 20 0 15 0 66008232 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2637808 102476 3102 1 0 2627261 0
[pid=31209/tid=31211] ppid=31206 vsize=10551232 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) R 31206 31209 897 0 -1 4202560 7563 0 0 0 117 6 0 0 20 0 15 0 66008241 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139762423252448 139762405083540 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10551232 memory=7089621771873575250 CPUtime=0.1 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 249 0 0 0 7 3 0 0 20 0 15 0 66008242 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10551232 memory=2316 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 179 0 0 0 6 2 0 0 20 0 15 0 66008242 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10551232 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 206 0 0 0 5 2 0 0 20 0 15 0 66008242 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10551232 memory=279613108730752 CPUtime=0.08 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 232 0 0 0 6 2 0 0 20 0 15 0 66008242 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) S 31206 31209 897 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 66008243 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761915214064 139762419026562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66008244 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761914160352 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66008244 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008246 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10551232 memory=0 CPUtime=1 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) R 31206 31209 897 0 -1 4202560 1595 0 0 0 100 0 0 0 20 0 15 0 66008246 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761910983856 139762400560028 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10551232 memory=13297 CPUtime=0.99 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) R 31206 31209 897 0 -1 4202560 1794 0 0 0 99 0 0 0 20 0 15 0 66008246 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761909937312 139762400559510 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10551232 memory=4420 CPUtime=0.34 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 1876 0 0 0 33 1 0 0 20 0 15 0 66008246 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761908898288 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10551232 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66008247 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66008251 10804461568 102476 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 10551232 KiB

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

[startup+368.001 s]*
/proc/loadavg: 5.79 5.68 4.03 6/211 31315
/proc/meminfo: memFree=16955772/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10686560 memory=8324532 CPUtime=1344.26 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 198055 0 0 0 133754 672 0 0 20 0 16 0 66008232 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2671640 2081133 3170 1 0 2661055 0
[pid=31209/tid=31211] ppid=31206 vsize=10686560 memory=-8774313645642428999 CPUtime=14.66 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) S 31206 31209 897 0 -1 1077944384 18390 0 0 0 1451 15 0 0 20 0 16 0 66008241 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762423256096 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10686560 memory=4872558044660077418 CPUtime=326.21 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) R 31206 31209 897 0 -1 4202560 26774 0 0 0 32472 149 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762349435728 139762411643623 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10686560 memory=1792 CPUtime=324.46 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) R 31206 31209 897 0 -1 4202560 26124 0 0 0 32265 181 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762348383576 139762404005060 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10686560 memory=3904 CPUtime=325.49 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) R 31206 31209 897 0 -1 4202560 23802 0 0 0 32390 159 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762347330440 139762411643623 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10686560 memory=960 CPUtime=325.6 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) R 31206 31209 897 0 -1 4202560 30238 0 0 0 32403 157 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762346277584 139762411643623 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10686560 memory=5788 CPUtime=24.5 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) S 31206 31209 897 0 -1 1077944384 59656 0 0 0 2446 4 0 0 20 0 16 0 66008243 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761915212608 139762419025621 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10686560 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761914160352 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10686560 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10686560 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10686560 memory=10164 CPUtime=1.34 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 3000 0 0 0 134 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761911003936 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10686560 memory=1440 CPUtime=1.26 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 2618 0 0 0 126 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761909951104 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10686560 memory=2932 CPUtime=0.48 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 5696 0 0 0 47 1 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761908898336 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10686560 memory=5859592 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008247 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10686560 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 348 0 0 0 10 6 0 0 20 0 16 0 66008251 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31314] ppid=31206 vsize=10686560 memory=8323580 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31314/stat : 31314 (java) S 31206 31209 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 66044117 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761903639984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 1344.26 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324532 KiB

[startup+368.401 s]
/proc/loadavg: 5.79 5.68 4.03 6/211 31315
/proc/meminfo: memFree=16955772/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10686560 memory=8324532 CPUtime=1344.67 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 198055 0 0 0 133795 672 0 0 20 0 16 0 66008232 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2671640 2081133 3170 1 0 2661055 0
[pid=31209/tid=31211] ppid=31206 vsize=10686560 memory=1712 CPUtime=14.66 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) S 31206 31209 897 0 -1 1077944384 18390 0 0 0 1451 15 0 0 20 0 16 0 66008241 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762423256096 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10686560 memory=4616 CPUtime=326.21 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 26774 0 0 0 32472 149 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10686560 memory=1012 CPUtime=324.47 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 26124 0 0 0 32266 181 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10686560 memory=-8774313645642428999 CPUtime=325.49 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 23802 0 0 0 32390 159 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10686560 memory=15880 CPUtime=325.61 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 30238 0 0 0 32404 157 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10686560 memory=20776 CPUtime=24.89 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) R 31206 31209 897 0 -1 4202560 59656 0 0 0 2485 4 0 0 20 0 16 0 66008243 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761915212608 139762404011796 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761914160352 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10686560 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 3000 0 0 0 134 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761911003936 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10686560 memory=8324532 CPUtime=1.26 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 2618 0 0 0 126 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761909951104 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10686560 memory=2248 CPUtime=0.48 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 5696 0 0 0 47 1 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761908898336 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008247 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10686560 memory=1624 CPUtime=0.16 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 348 0 0 0 10 6 0 0 20 0 16 0 66008251 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31314] ppid=31206 vsize=10686560 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31314/stat : 31314 (java) S 31206 31209 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 66044117 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761903639984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 1344.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324532 KiB

[startup+368.601 s]
/proc/loadavg: 5.79 5.68 4.03 6/211 31315
/proc/meminfo: memFree=16955772/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10686560 memory=8324532 CPUtime=1344.87 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 198055 0 0 0 133815 672 0 0 20 0 16 0 66008232 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2671640 2081133 3170 1 0 2661055 0
[pid=31209/tid=31211] ppid=31206 vsize=10686560 memory=840 CPUtime=14.66 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) S 31206 31209 897 0 -1 1077944384 18390 0 0 0 1451 15 0 0 20 0 16 0 66008241 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762423256096 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10686560 memory=16436 CPUtime=326.21 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 26774 0 0 0 32472 149 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10686560 memory=3040 CPUtime=324.47 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 26124 0 0 0 32266 181 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10686560 memory=2752 CPUtime=325.49 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 23802 0 0 0 32390 159 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10686560 memory=4068 CPUtime=325.61 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 30238 0 0 0 32404 157 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10686560 memory=1152 CPUtime=25.09 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) R 31206 31209 897 0 -1 4202560 59656 0 0 0 2505 4 0 0 20 0 16 0 66008243 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761915212608 139762404011822 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761914160352 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10686560 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10686560 memory=2932 CPUtime=1.34 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 3000 0 0 0 134 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761911003936 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10686560 memory=5859592 CPUtime=1.26 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 2618 0 0 0 126 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761909951104 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10686560 memory=-8774313645642428999 CPUtime=0.48 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 5696 0 0 0 47 1 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761908898336 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008247 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10686560 memory=2752 CPUtime=0.16 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 348 0 0 0 10 6 0 0 20 0 16 0 66008251 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31314] ppid=31206 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31314/stat : 31314 (java) S 31206 31209 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 66044117 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761903639984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 1344.87 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324532 KiB

[startup+368.701 s]
/proc/loadavg: 5.79 5.68 4.03 6/211 31315
/proc/meminfo: memFree=16955772/32770624 swapFree=67108860/67108860
[pid=31209] ppid=31206 vsize=10686560 memory=8324532 CPUtime=1344.97 cores=1,3,5,7
/proc/31209/stat : 31209 (java) S 31206 31209 897 0 -1 1077944320 198055 0 0 0 133825 672 0 0 20 0 16 0 66008232 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 140721120267824 139762419015415 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
/proc/31209/statm: 2671640 2081133 3170 1 0 2661055 0
[pid=31209/tid=31211] ppid=31206 vsize=10686560 memory=8324532 CPUtime=14.66 cores=1,3,5,7
/proc/31209/task/31211/stat : 31211 (java) S 31206 31209 897 0 -1 1077944384 18390 0 0 0 1451 15 0 0 20 0 16 0 66008241 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762423256096 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31212] ppid=31206 vsize=10686560 memory=8324532 CPUtime=326.21 cores=1,3,5,7
/proc/31209/task/31212/stat : 31212 (java) S 31206 31209 897 0 -1 1077944384 26774 0 0 0 32472 149 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762349435920 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31213] ppid=31206 vsize=10686560 memory=8324532 CPUtime=324.47 cores=1,3,5,7
/proc/31209/task/31213/stat : 31213 (java) S 31206 31209 897 0 -1 1077944384 26124 0 0 0 32266 181 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762348383376 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31214] ppid=31206 vsize=10686560 memory=8324532 CPUtime=325.49 cores=1,3,5,7
/proc/31209/task/31214/stat : 31214 (java) S 31206 31209 897 0 -1 1077944384 23802 0 0 0 32390 159 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762347330320 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31215] ppid=31206 vsize=10686560 memory=8324532 CPUtime=325.61 cores=1,3,5,7
/proc/31209/task/31215/stat : 31215 (java) S 31206 31209 897 0 -1 1077944384 30238 0 0 0 32404 157 0 0 20 0 16 0 66008242 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139762346277776 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31216] ppid=31206 vsize=10686560 memory=8324532 CPUtime=25.19 cores=1,3,5,7
/proc/31209/task/31216/stat : 31216 (java) R 31206 31209 897 0 -1 4202560 59656 0 0 0 2515 4 0 0 20 0 16 0 66008243 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761915212608 139762403473018 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31217] ppid=31206 vsize=10686560 memory=8324532 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31217/stat : 31217 (java) S 31206 31209 897 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761914160352 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31218] ppid=31206 vsize=10686560 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31218/stat : 31218 (java) S 31206 31209 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66008244 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761913107184 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31219] ppid=31206 vsize=10686560 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31219/stat : 31219 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761912055760 139762419034011 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31220] ppid=31206 vsize=10686560 memory=37284 CPUtime=1.34 cores=1,3,5,7
/proc/31209/task/31220/stat : 31220 (java) S 31206 31209 897 0 -1 1077944384 3000 0 0 0 134 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761911003936 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31221] ppid=31206 vsize=10686560 memory=3904 CPUtime=1.26 cores=1,3,5,7
/proc/31209/task/31221/stat : 31221 (java) S 31206 31209 897 0 -1 1077944384 2618 0 0 0 126 0 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761909951104 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31222] ppid=31206 vsize=10686560 memory=960 CPUtime=0.48 cores=1,3,5,7
/proc/31209/task/31222/stat : 31222 (java) S 31206 31209 897 0 -1 1077944384 5696 0 0 0 47 1 0 0 20 0 16 0 66008246 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761908898336 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31223] ppid=31206 vsize=10686560 memory=8324532 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31223/stat : 31223 (java) S 31206 31209 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66008247 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761907845984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31224] ppid=31206 vsize=10686560 memory=4116 CPUtime=0.16 cores=1,3,5,7
/proc/31209/task/31224/stat : 31224 (java) S 31206 31209 897 0 -1 1077944384 348 0 0 0 10 6 0 0 20 0 16 0 66008251 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761906793008 139762419026562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
[pid=31209/tid=31314] ppid=31206 vsize=10686560 memory=8324532 CPUtime=0 cores=1,3,5,7
/proc/31209/task/31314/stat : 31314 (java) S 31206 31209 897 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 66044117 10943037440 2081133 18446744073709551615 4194304 4196468 140721120285280 139761903639984 139762419025621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23257088 140721120289168 140721120289321 140721120289321 140721120292815 0
Current children cumulated CPU time: 1344.97 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324532 KiB

Child status: 0
Real time (s): 368.788
CPU time (s): 1345.07
CPU user time (s): 1338.31
CPU system time (s): 6.75767
CPU usage (%): 364.727
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8324532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1338.31
system time used= 6.75767
maximum resident set size= 8324864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17174
involuntary context switches= 21044


# summary of solver processes directly reported to runsolver:
#   pid: 31209
#   total CPU time (s): 1345.07
#   total CPU user time (s): 1338.31
#   total CPU system time (s): 6.75767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07653 second user time and 3.74398 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 17:10:30
IDJOB=4263713
IDBENCH=139735
IDSOLVER=2651
FILE ID=node125/4263713-1502637875
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-20-20.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263713-1502637875/watcher-4263713-1502637875 -o /tmp/evaluation-result-4263713-1502637875/solver-4263713-1502637875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263713-1502637875.xml

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

MD5SUM BENCH= 5e484cb090e237f4c9c5d38433c43cc4
RANDOM SEED=1814218864

node125.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.07
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.07
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.07
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.07
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:        22713820 kB
MemAvailable:   23565312 kB
Buffers:          285112 kB
Cached:           861800 kB
SwapCached:            0 kB
Active:          9030504 kB
Inactive:         583676 kB
Active(anon):    8467352 kB
Inactive(anon):    33100 kB
Active(file):     563152 kB
Inactive(file):   550576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3704 kB
Writeback:             0 kB
AnonPages:       8466832 kB
Mapped:            59952 kB
Shmem:             33444 kB
Slab:             132620 kB
SReclaimable:     107200 kB
SUnreclaim:        25420 kB
KernelStack:        3504 kB
PageTables:        22068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8638724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7831552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62024 MiB
End job on node125 at 2017-08-13 17:16:38