Trace number 4263714

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? 1284.48 358.95999

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-25-25.xml
MD5SUM34b1e445d9836684eb66aaeb2aca3537
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2520.25
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90001
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":625}]
Minimum variable degree578
Maximum variable degree578
Distribution of variable degrees[{"degree":578,"count":625}]
Minimum constraint arity4
Maximum constraint arity625
Distribution of constraint arities[{"arity":4,"count":90000},{"arity":625,"count":1}]
Number of extensional constraints0
Number of intensional constraints90000
Distribution of constraint types[{"type":"intension","count":90000},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263714-1502637889/watcher-4263714-1502637889 -o /tmp/evaluation-result-4263714-1502637889/solver-4263714-1502637889 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263714-1502637889.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=24514, runsolver pid=24511

[startup+0.100155 s]*
/proc/loadavg: 5.01 4.84 4.12 2/203 24515
/proc/meminfo: memFree=30663596/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=105184 memory=5348 CPUtime=0 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 1602 0 0 0 0 0 0 0 20 0 2 0 111604122 107708416 1337 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 26299 1337 1010 1 0 16808 0
[pid=24514/tid=24516] ppid=24511 vsize=107352 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) R 24511 24514 8289 0 -1 4202560 374 0 0 0 0 0 0 0 20 0 2 0 111604132 109928448 1378 18446744073709551615 4194304 4196468 140723128707392 139813326748904 139813324789959 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105184 KiB
Current children cumulated memory: 5348 KiB

[startup+0.209834 s]*
/proc/loadavg: 5.01 4.84 4.12 2/216 24528
/proc/meminfo: memFree=30650540/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551156 memory=24016 CPUtime=0.05 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 4964 0 0 0 5 0 0 0 20 0 15 0 111604122 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637789 6004 2612 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551156 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) R 24511 24514 8289 0 -1 4202560 3073 0 0 0 4 0 0 0 20 0 15 0 111604132 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139813326756448 139813322526102 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551156 memory=139873152757672 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551156 memory=139873151792768 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604134 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812886476912 139813322525314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111604135 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812885422880 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111604135 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812884370544 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551156 memory=139873151792768 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) R 24511 24514 8289 0 -1 4202560 218 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813301082992 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551156 memory=139873151792768 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604143 10804383744 6004 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24016 KiB

[startup+0.310754 s]*
/proc/loadavg: 5.01 4.84 4.12 3/217 24529
/proc/meminfo: memFree=30640332/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551156 memory=35604 CPUtime=0.21 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 8217 0 0 0 19 2 0 0 20 0 15 0 111604122 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637789 8901 2851 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) R 24511 24514 8289 0 -1 4202560 5903 0 0 0 13 1 0 0 20 0 15 0 111604132 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139813326752656 139813306594654 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604134 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812886476912 139813322525314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111604135 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812885422880 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111604135 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812884370544 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 111604137 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 111604137 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551156 memory=139873151792768 CPUtime=0.03 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 394 0 0 0 3 0 0 0 20 0 15 0 111604137 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551156 memory=139873151792768 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604143 10804383744 8901 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35604 KiB

[startup+0.705436 s]
/proc/loadavg: 5.01 4.84 4.12 5/217 24529
/proc/meminfo: memFree=30606768/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551232 memory=113108 CPUtime=1.22 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 12338 0 0 0 117 5 0 0 20 0 15 0 111604122 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637808 28277 3032 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551232 memory=139873151792768 CPUtime=0.53 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) R 24511 24514 8289 0 -1 4202560 7287 0 0 0 49 4 0 0 20 0 15 0 111604132 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139813326751136 139813322526102 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604133 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111604133 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111604134 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812886476912 139813322525314 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812885422880 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812884370544 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) R 24511 24514 8289 0 -1 1077944384 1038 0 0 0 26 0 0 0 20 0 15 0 111604137 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 1276 0 0 0 24 0 0 0 20 0 15 0 111604137 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) R 24511 24514 8289 0 -1 4202560 1367 0 0 0 16 0 0 0 20 0 15 0 111604137 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813306594654 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551232 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604143 10804461568 28277 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 113108 KiB

[startup+1.50076 s]
/proc/loadavg: 5.01 4.84 4.12 5/217 24529
/proc/meminfo: memFree=30434200/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551232 memory=423284 CPUtime=3.31 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 14570 0 0 0 306 25 0 0 20 0 15 0 111604122 10804461568 105821 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637808 105821 3091 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551232 memory=72 CPUtime=1.19 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) S 24511 24514 8289 0 -1 1077944384 7445 0 0 0 113 6 0 0 20 0 15 0 111604132 10804461568 105821 18446744073709551615 4194304 4196468 140723128707392 139813326751536 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551232 memory=-8774313645642428999 CPUtime=0.1 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) R 24511 24514 8289 0 -1 4202560 210 0 0 0 6 4 0 0 20 0 15 0 111604133 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139813268863776 139813307542032 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551232 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) R 24511 24514 8289 0 -1 4202560 125 0 0 0 7 4 0 0 20 0 15 0 111604133 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139813267811288 139813315617769 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551232 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) R 24511 24514 8289 0 -1 4202560 218 0 0 0 6 4 0 0 20 0 15 0 111604133 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139813266759000 139813315617769 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551232 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) R 24511 24514 8289 0 -1 4202560 368 0 0 0 7 4 0 0 20 0 15 0 111604133 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812930378968 139813307542041 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 111604134 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812886475424 139813322524373 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812885422880 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812884370544 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551232 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 1603 0 0 0 70 0 0 0 20 0 15 0 111604137 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551232 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 1474 0 0 0 67 0 0 0 20 0 15 0 111604137 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 1558 0 0 0 26 0 0 0 20 0 15 0 111604137 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111604143 10804461568 106333 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 3.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 423284 KiB

[startup+3.11036 s]
/proc/loadavg: 4.93 4.83 4.12 3/217 24529
/proc/meminfo: memFree=29366404/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551232 memory=1307528 CPUtime=6.73 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 19478 0 0 0 616 57 0 0 20 0 15 0 111604122 10804461568 326882 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637808 326882 3104 1 0 2627261 0

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

[pid=24514/tid=24528] ppid=24511 vsize=10551232 memory=8307544 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551232 memory=2248 CPUtime=0.19 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 714 0 0 0 12 7 0 0 20 0 15 0 111604143 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1279.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307548 KiB

[startup+357.601 s]
/proc/loadavg: 8.88 6.49 4.95 9/213 24620
/proc/meminfo: memFree=14864248/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551232 memory=8307548 CPUtime=1282.46 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 1463072 0 0 0 127560 686 0 0 20 0 15 0 111604122 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637808 2076887 3123 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551232 memory=54020 CPUtime=14.83 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) S 24511 24514 8289 0 -1 1077944384 45788 0 0 0 1453 30 0 0 20 0 15 0 111604132 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813326752480 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551232 memory=1296 CPUtime=307.61 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) R 24511 24514 8289 0 -1 4202560 372703 0 0 0 30590 171 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813268864088 139813307214824 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551232 memory=-8774313645642428999 CPUtime=308.54 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) R 24511 24514 8289 0 -1 4202560 351112 0 0 0 30696 158 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813267811288 139813307214863 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551232 memory=1724 CPUtime=308.27 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) R 24511 24514 8289 0 -1 4202560 316083 0 0 0 30665 162 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813266758688 139813304123872 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551232 memory=792 CPUtime=308.2 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) R 24511 24514 8289 0 -1 4202560 294739 0 0 0 30666 154 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812930378968 139813307213998 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551232 memory=1716 CPUtime=31.56 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 68574 0 0 0 3152 4 0 0 20 0 15 0 111604134 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812886475456 139813322524373 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812885422944 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551232 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812884370560 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551232 memory=2012 CPUtime=1.36 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 2978 0 0 0 136 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812882266496 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551232 memory=11136 CPUtime=1.38 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 3641 0 0 0 138 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812881213984 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551232 memory=5788 CPUtime=0.41 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 5296 0 0 0 41 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812880161696 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551232 memory=1436 CPUtime=0.19 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 714 0 0 0 12 7 0 0 20 0 15 0 111604143 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1282.46 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307548 KiB

[startup+358.401 s]
/proc/loadavg: 8.89 6.53 4.97 6/213 24620
/proc/meminfo: memFree=14864376/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10551232 memory=8307548 CPUtime=1284.1 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 1463161 0 0 0 127724 686 0 0 20 0 15 0 111604122 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2637808 2076887 3123 1 0 2627261 0
[pid=24514/tid=24516] ppid=24511 vsize=10551232 memory=4168 CPUtime=14.83 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) S 24511 24514 8289 0 -1 1077944384 45788 0 0 0 1453 30 0 0 20 0 15 0 111604132 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813326752480 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10551232 memory=54020 CPUtime=307.89 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 372703 0 0 0 30618 171 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10551232 memory=1296 CPUtime=308.82 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 351112 0 0 0 30724 158 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10551232 memory=2440 CPUtime=308.55 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 316083 0 0 0 30693 162 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10551232 memory=1724 CPUtime=308.48 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 294739 0 0 0 30694 154 0 0 20 0 15 0 111604133 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10551232 memory=792 CPUtime=32.08 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) R 24511 24514 8289 0 -1 4202560 68661 0 0 0 3204 4 0 0 20 0 15 0 111604134 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812886475344 139813306971787 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812885422944 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10551232 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 111604135 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812884370560 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10551232 memory=11136 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10551232 memory=5788 CPUtime=1.36 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 2978 0 0 0 136 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812882266496 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10551232 memory=8307444 CPUtime=1.38 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 3641 0 0 0 138 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812881213984 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10551232 memory=8307388 CPUtime=0.41 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 5296 0 0 0 41 0 0 0 20 0 15 0 111604137 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812880161696 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10551232 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111604138 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10551232 memory=1200 CPUtime=0.19 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 716 0 0 0 12 7 0 0 20 0 15 0 111604143 10804461568 2076887 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1284.1 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8307548 KiB

[startup+358.801 s]
/proc/loadavg: 8.89 6.53 4.97 6/213 24620
/proc/meminfo: memFree=14864376/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10686560 memory=8308328 CPUtime=1284.42 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 1463909 0 0 0 127756 686 0 0 20 0 16 0 111604122 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2671640 2077082 3166 1 0 2661055 0
[pid=24514/tid=24516] ppid=24511 vsize=10686560 memory=8307440 CPUtime=14.85 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) S 24511 24514 8289 0 -1 1077944384 46194 0 0 0 1455 30 0 0 20 0 16 0 111604132 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813326754848 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10686560 memory=8307440 CPUtime=307.89 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 372703 0 0 0 30618 171 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10686560 memory=1228 CPUtime=308.82 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 351112 0 0 0 30724 158 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10686560 memory=18484 CPUtime=308.55 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 316083 0 0 0 30693 162 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10686560 memory=3912 CPUtime=308.48 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 294739 0 0 0 30694 154 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10686560 memory=3516 CPUtime=32.35 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 68664 0 0 0 3231 4 0 0 20 0 16 0 111604134 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812886476912 139813322525314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10686560 memory=1553 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 111604135 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812885422944 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10686560 memory=3044 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 111604135 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812884370560 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10686560 memory=8307544 CPUtime=1.36 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 3139 0 0 0 136 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10686560 memory=5788 CPUtime=1.38 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 3641 0 0 0 138 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10686560 memory=4612 CPUtime=0.42 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 5427 0 0 0 42 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10686560 memory=279745984587824 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111604138 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10686560 memory=6944656592455360604 CPUtime=0.19 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 716 0 0 0 12 7 0 0 20 0 16 0 111604143 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1284.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8308328 KiB

[startup+358.901 s]
/proc/loadavg: 8.89 6.53 4.97 6/213 24620
/proc/meminfo: memFree=14864376/32770624 swapFree=67108860/67108860
[pid=24514] ppid=24511 vsize=10686560 memory=8308328 CPUtime=1284.42 cores=1,3,5,7
/proc/24514/stat : 24514 (java) S 24511 24514 8289 0 -1 1077944320 1463909 0 0 0 127756 686 0 0 20 0 16 0 111604122 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 140723128689936 139813322514167 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
/proc/24514/statm: 2671640 2077082 3166 1 0 2661055 0
[pid=24514/tid=24516] ppid=24511 vsize=10686560 memory=8307344 CPUtime=14.85 cores=1,3,5,7
/proc/24514/task/24516/stat : 24516 (java) S 24511 24514 8289 0 -1 1077944384 46194 0 0 0 1455 30 0 0 20 0 16 0 111604132 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813326754848 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24517] ppid=24511 vsize=10686560 memory=8307548 CPUtime=307.89 cores=1,3,5,7
/proc/24514/task/24517/stat : 24517 (java) S 24511 24514 8289 0 -1 1077944384 372703 0 0 0 30618 171 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813268863888 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24518] ppid=24511 vsize=10686560 memory=8307432 CPUtime=308.82 cores=1,3,5,7
/proc/24514/task/24518/stat : 24518 (java) S 24511 24514 8289 0 -1 1077944384 351112 0 0 0 30724 158 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813267811088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24519] ppid=24511 vsize=10686560 memory=8307548 CPUtime=308.55 cores=1,3,5,7
/proc/24514/task/24519/stat : 24519 (java) S 24511 24514 8289 0 -1 1077944384 316083 0 0 0 30693 162 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139813266758800 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24520] ppid=24511 vsize=10686560 memory=8307540 CPUtime=308.48 cores=1,3,5,7
/proc/24514/task/24520/stat : 24520 (java) S 24511 24514 8289 0 -1 1077944384 294739 0 0 0 30694 154 0 0 20 0 16 0 111604133 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812930378768 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24521] ppid=24511 vsize=10686560 memory=8307444 CPUtime=32.35 cores=1,3,5,7
/proc/24514/task/24521/stat : 24521 (java) S 24511 24514 8289 0 -1 1077944384 68664 0 0 0 3231 4 0 0 20 0 16 0 111604134 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812886476912 139813322525314 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24522] ppid=24511 vsize=10686560 memory=8307444 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24522/stat : 24522 (java) S 24511 24514 8289 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 111604135 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812885422944 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24523] ppid=24511 vsize=10686560 memory=8307440 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24523/stat : 24523 (java) S 24511 24514 8289 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 111604135 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812884370560 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24524] ppid=24511 vsize=10686560 memory=8307544 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24524/stat : 24524 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812883318864 139813322532763 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24525] ppid=24511 vsize=10686560 memory=8307200 CPUtime=1.36 cores=1,3,5,7
/proc/24514/task/24525/stat : 24525 (java) S 24511 24514 8289 0 -1 1077944384 3139 0 0 0 136 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812882266736 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24526] ppid=24511 vsize=10686560 memory=8307548 CPUtime=1.38 cores=1,3,5,7
/proc/24514/task/24526/stat : 24526 (java) S 24511 24514 8289 0 -1 1077944384 3641 0 0 0 138 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812881213936 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24527] ppid=24511 vsize=10686560 memory=15876 CPUtime=0.42 cores=1,3,5,7
/proc/24514/task/24527/stat : 24527 (java) S 24511 24514 8289 0 -1 1077944384 5427 0 0 0 42 0 0 0 20 0 16 0 111604137 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812880161648 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24528] ppid=24511 vsize=10686560 memory=8307460 CPUtime=0 cores=1,3,5,7
/proc/24514/task/24528/stat : 24528 (java) S 24511 24514 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111604138 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812879109088 139813322524373 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
[pid=24514/tid=24529] ppid=24511 vsize=10686560 memory=8308084 CPUtime=0.19 cores=1,3,5,7
/proc/24514/task/24529/stat : 24529 (java) S 24511 24514 8289 0 -1 1077944384 716 0 0 0 12 7 0 0 20 0 16 0 111604143 10943037440 2077082 18446744073709551615 4194304 4196468 140723128707392 139812878055856 139813322525314 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 17530880 140723128709520 140723128709673 140723128709673 140723128713167 0
Current children cumulated CPU time: 1284.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8308328 KiB

Child status: 0
Real time (s): 358.96
CPU time (s): 1284.48
CPU user time (s): 1277.56
CPU system time (s): 6.91879
CPU usage (%): 357.835
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8308328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1277.56
system time used= 6.91879
maximum resident set size= 8308540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1464037
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= 18333
involuntary context switches= 22574


# summary of solver processes directly reported to runsolver:
#   pid: 24514
#   total CPU time (s): 1284.48
#   total CPU user time (s): 1277.56
#   total CPU system time (s): 6.91879

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28428 second user time and 3.54107 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 17:10:42
IDJOB=4263714
IDBENCH=139736
IDSOLVER=2651
FILE ID=node133/4263714-1502637889
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62024 MiB

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

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

MD5SUM BENCH= 34b1e445d9836684eb66aaeb2aca3537
RANDOM SEED=624965360

node133.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.17
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.17
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.17
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.17
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:        30663872 kB
MemAvailable:   31255060 kB
Buffers:          234196 kB
Cached:           652408 kB
SwapCached:            0 kB
Active:          1477168 kB
Inactive:         179872 kB
Active(anon):     711516 kB
Inactive(anon):   100820 kB
Active(file):     765652 kB
Inactive(file):    79052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6696 kB
Writeback:             8 kB
AnonPages:        848672 kB
Mapped:            68828 kB
Shmem:             41660 kB
Slab:             151680 kB
SReclaimable:     124640 kB
SUnreclaim:        27040 kB
KernelStack:        3744 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1343648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node133 at 2017-08-13 17:16:41