Trace number 4289974

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 2018-07-11? 934.424 266.264

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-125-9_c18.xml
MD5SUMfde90c264558af66570e1c8b29991738
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2523
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints6961
Number of domains1
Minimum domain size125
Maximum domain size125
Distribution of domain sizes[{"size":125,"count":125}]
Minimum variable degree104
Maximum variable degree121
Distribution of variable degrees[{"degree":104,"count":2},{"degree":105,"count":1},{"degree":106,"count":1},{"degree":107,"count":3},{"degree":108,"count":8},{"degree":109,"count":10},{"degree":110,"count":9},{"degree":111,"count":16},{"degree":112,"count":13},{"degree":113,"count":18},{"degree":114,"count":11},{"degree":115,"count":8},{"degree":116,"count":12},{"degree":117,"count":7},{"degree":118,"count":4},{"degree":119,"count":1},{"degree":121,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":6961}]
Number of extensional constraints0
Number of intensional constraints6961
Distribution of constraint types[{"type":"intension","count":6961}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

803.99/231.37	Jul 22, 2018 12:51:59 AM org.sat4j.reader.XMLCSP3Reader parseInstance
803.99/231.37	INFO: Runtime exception
803.99/231.37	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
803.99/231.37		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
803.99/231.37		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
803.99/231.37		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
803.99/231.37		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
803.99/231.37		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
803.99/231.37		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
803.99/231.37		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
803.99/231.37		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
803.99/231.37		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
803.99/231.37		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
803.99/231.37		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
803.99/231.37		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
803.99/231.37		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
803.99/231.37		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
803.99/231.37	Caused by: java.lang.reflect.InvocationTargetException
803.99/231.37		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
803.99/231.37		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
803.99/231.37		at java.lang.reflect.Method.invoke(Method.java:498)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
803.99/231.37		... 21 more
803.99/231.37	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
803.99/231.37		... 25 more
803.99/231.37	Caused by: java.lang.reflect.InvocationTargetException
803.99/231.37		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
803.99/231.37		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
803.99/231.37		at java.lang.reflect.Method.invoke(Method.java:498)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
803.99/231.37		... 25 more
803.99/231.37	Caused by: java.lang.OutOfMemoryError: Java heap space
803.99/231.37		at org.sat4j.core.Vec.ensure(Vec.java:176)
803.99/231.37		at org.sat4j.core.Vec.push(Vec.java:183)
803.99/231.37		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
803.99/231.37		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:55)
803.99/231.37		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
803.99/231.37		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
803.99/231.37		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
803.99/231.37		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
803.99/231.37		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
803.99/231.37		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
803.99/231.37		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
803.99/231.37		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
803.99/231.37		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
803.99/231.37		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
803.99/231.37		at java.lang.reflect.Method.invoke(Method.java:498)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
803.99/231.37		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
803.99/231.37		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
803.99/231.37		at java.lang.reflect.Method.invoke(Method.java:498)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
803.99/231.37		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
803.99/231.37		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
803.99/231.37		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
803.99/231.37		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
803.99/231.37		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
803.99/231.37		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
803.99/231.37		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
803.99/231.37		at org.xcsp.parser.XCallbacks$$Lambda$83/1659791576.accept(Unknown Source)
803.99/231.37		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
803.99/231.37	
876.45/250.92	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
876.45/250.92	c This is free software under the dual EPL/GNU LGPL licenses.
876.45/250.92	c See www.sat4j.org for details.
876.45/250.92	c That software uses the Rhino library from the Mozilla project.
876.45/250.92	c version 2.3.6-SNAPSHOT
876.45/250.92	c java.runtime.name	Java(TM) SE Runtime Environment
876.45/250.92	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
876.45/250.92	c java.vm.version	25.131-b11
876.45/250.92	c java.vm.vendor	Oracle Corporation
876.45/250.92	c sun.arch.data.model	64
876.45/250.92	c java.version		1.8.0_131
876.45/250.92	c os.name		Linux
876.45/250.92	c os.version		3.10.0-514.16.1.el7.x86_64
876.45/250.92	c os.arch		amd64
876.45/250.92	c Free memory 		499604488
876.45/250.92	c Max memory 		7247757312
876.45/250.92	c Total memory 		504889344
876.45/250.92	c Number of processors 	4
876.45/250.92	c c --- Begin Solver configuration ---
876.45/250.92	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
876.45/250.92	c Learn all clauses as in MiniSAT
876.45/250.92	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
876.45/250.92	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
876.45/250.92	c No reason simplification
876.45/250.92	c Glucose 2.1 dynamic restart strategy
876.45/250.92	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
876.45/250.92	c timeout=2147483s
876.45/250.92	c DB Simplification allowed=false
876.45/250.92	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
876.45/250.92	c --- End Solver configuration ---
912.82/260.74	c starts		: 0
912.82/260.74	c conflicts		: 0
912.82/260.74	c decisions		: 0
912.82/260.74	c propagations		: 0
912.82/260.74	c inspects		: 0
912.82/260.74	c shortcuts		: 0
912.82/260.74	c learnt literals	: 0
912.82/260.74	c learnt binary clauses	: 0
934.35/266.23	c learnt ternary clauses	: 0
934.35/266.23	c learnt constraints	: 0
934.35/266.23	c ignored constraints	: 0
934.35/266.23	c root simplifications	: 0
934.35/266.23	c removed literals (reason simplification)	: 0
934.35/266.23	c reason swapping (by a shorter reason)	: 0
934.35/266.23	c Calls to reduceDB	: 0
934.35/266.23	c Number of update (reduction) of LBD	: 0
934.35/266.23	c Imported unit clauses	: 0
934.35/266.23	c number of reductions to clauses (during analyze)	: 0
934.35/266.23	c number of learned constraints concerned by reduction	: 0
934.35/266.23	c number of learning phase by resolution	: 0
934.35/266.23	c number of learning phase by cutting planes	: 0
934.35/266.23	c number of rounding to 1 operations	: 0
934.35/266.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
934.35/266.23	c number of reductions of the coefficients by power 2 	: 0
934.35/266.23	c number of right shift for reduction by power 2 	: 0
934.35/266.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
934.35/266.23	c number of ending skipping 	: 0
934.35/266.23	c number of internal skipping 	: 0
934.35/266.23	c number of derivation steps 	: 0
934.35/266.23	c number of skipped derivation steps 	: 0
934.35/266.23	c number of remaining unassigned 	: 0
934.35/266.23	c number of remaining assigned 	: 0
934.35/266.23	c speed (assignments/second)	: 0.0
934.35/266.23	c non guided choices	: 0
934.35/266.23	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 (8826 MiB free)
  memory of node 1: 16384 MiB (10341 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289974-1532213294/watcher-4289974-1532213294 -o /tmp/evaluation-result-4289974-1532213294/solver-4289974-1532213294 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289974-1532213294.xml 

running on 4 cores: 0,2,4,6

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

solver pid=29153, runsolver pid=29150

[startup+0.101274 s]*
/proc/loadavg: 4.89 3.98 2.93 2/216 29168
/proc/meminfo: memFree=19610052/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10659012 memory=30088 CPUtime=0.13 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 6600 0 0 0 11 2 0 0 20 0 15 0 38892582 10914828288 7522 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2664753 7522 2818 1 0 2627263 0
[pid=29153/tid=29155] ppid=29150 vsize=10659012 memory=-8773748148829851011 CPUtime=0.09 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) R 29150 29153 26151 0 -1 4202560 4427 0 0 0 8 1 0 0 20 0 15 0 38892583 10914828288 7522 33554432000 4194304 4196468 140722656992000 140424145471312 140424141268125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 7522 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 7522 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 7522 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423446259952 140424141257346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423445206176 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38892586 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423444153072 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423442049776 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423440997232 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0.02 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423439944176 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 7522 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.21053 s]*
/proc/loadavg: 4.89 3.98 2.93 3/216 29168
/proc/meminfo: memFree=19599932/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10659012 memory=42328 CPUtime=0.33 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 8133 0 0 0 31 2 0 0 20 0 15 0 38892582 10914828288 10582 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2664753 10582 3008 1 0 2627263 0
[pid=29153/tid=29155] ppid=29150 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) R 29150 29153 26151 0 -1 4202560 5007 0 0 0 19 1 0 0 20 0 15 0 38892583 10914828288 10582 33554432000 4194304 4196468 140722656992000 140424145482816 140424122809728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 10582 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10659012 memory=140048646594219 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 10582 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 10582 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423446259952 140424141257346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423445206176 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38892586 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423444153072 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 798 0 0 0 2 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423442049776 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423440997232 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0.07 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) R 29150 29153 26151 0 -1 4202560 731 0 0 0 7 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423439944176 140424133483326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 10582 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42328 KiB

[startup+0.310539 s]*
/proc/loadavg: 4.89 3.98 2.93 6/216 29168
/proc/meminfo: memFree=19587960/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10659012 memory=55076 CPUtime=0.59 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 9983 0 0 0 56 3 0 0 20 0 15 0 38892582 10914828288 13769 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2664753 13769 3044 1 0 2627263 0
[pid=29153/tid=29155] ppid=29150 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) R 29150 29153 26151 0 -1 4202560 5544 0 0 0 28 1 0 0 20 0 15 0 38892583 10914828288 13769 33554432000 4194304 4196468 140722656992000 140424145458480 140424125326686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 13769 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10659012 memory=140048646594216 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 13769 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 13769 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423446259952 140424141257346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38892585 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423445206176 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38892586 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423444153072 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) R 29150 29153 26151 0 -1 4202560 1316 0 0 0 7 0 0 0 20 0 15 0 38892588 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423442030792 140424121946496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) R 29150 29153 26151 0 -1 4202560 684 0 0 0 7 0 0 0 20 0 15 0 38892588 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423440983256 140424122789922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0.13 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) R 29150 29153 26151 0 -1 1077944384 1096 0 0 0 13 0 0 0 20 0 15 0 38892588 10914828288 13769 33554432000 4194304 4196468 140722656992000 140423439944176 140424141257346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 13835 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10659012 memory=140048646395520 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892588 10914828288 13835 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55076 KiB

[startup+0.700724 s]
/proc/loadavg: 4.89 3.98 2.93 5/216 29168
/proc/meminfo: memFree=19564364/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10659088 memory=122748 CPUtime=1.81 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 12036 0 0 0 176 5 0 0 20 0 15 0 38892582 10914906112 30687 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2664772 30687 3106 1 0 2627263 0
[pid=29153/tid=29155] ppid=29150 vsize=10659088 memory=1836 CPUtime=0.68 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) R 29150 29153 26151 0 -1 4202560 5986 0 0 0 65 3 0 0 20 0 15 0 38892583 10914906112 30687 33554432000 4194304 4196468 140722656992000 140424145478576 140423775144014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10659088 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914906112 30687 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892583 10914906112 30687 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914906112 30687 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38892583 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38892585 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423446259952 140424141257346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10659088 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38892585 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423445206176 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10659088 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38892586 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423444153072 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10659088 memory=6297835844906604903 CPUtime=0.4 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 1817 0 0 0 40 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423442049776 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10659088 memory=7597685182856913236 CPUtime=0.38 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 1163 0 0 0 38 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423440997232 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10659088 memory=6004260725198966864 CPUtime=0.32 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 1697 0 0 0 32 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423439944176 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38892588 10914906112 30687 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 122748 KiB

[startup+1.50081 s]
/proc/loadavg: 4.89 3.98 2.93 3/216 29168
/proc/meminfo: memFree=19421724/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10659088 memory=394328 CPUtime=3.66 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 13163 0 0 0 342 24 0 0 20 0 15 0 38892582 10914906112 98582 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2664772 98582 3141 1 0 2627263 0
[pid=29153/tid=29155] ppid=29150 vsize=10659088 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) R 29150 29153 26151 0 -1 4202560 6094 0 0 0 127 5 0 0 20 0 15 0 38892583 10914906112 98582 33554432000 4194304 4196468 140722656992000 140424145482120 140423775541180 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10659088 memory=-6951259422114956437 CPUtime=0.14 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 160 0 0 0 11 3 0 0 20 0 15 0 38892583 10914906112 98582 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10659088 memory=-6509546260019855295 CPUtime=0.13 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 137 0 0 0 10 3 0 0 20 0 15 0 38892583 10914906112 98582 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10659088 memory=-7390251449858225344 CPUtime=0.14 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 132 0 0 0 10 4 0 0 20 0 15 0 38892583 10914906112 98582 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10659088 memory=4134692831991786133 CPUtime=0.14 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 133 0 0 0 10 4 0 0 20 0 15 0 38892583 10914906112 98582 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38892585 10914906112 98582 33554432000 4194304 4196468 140722656992000 140423446259952 140424141257346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0

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

[pid=29153/tid=29156] ppid=29150 vsize=10794416 memory=4126316290023845779 CPUtime=221.05 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) R 29150 29153 26151 0 -1 4202560 15165 0 0 0 21945 160 0 0 20 0 17 0 38892583 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140424093867224 140424126197192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10794416 memory=2200 CPUtime=220.05 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) R 29150 29153 26151 0 -1 4202560 14953 0 0 0 21842 163 0 0 20 0 17 0 38892583 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140424092814368 140424125943838 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10794416 memory=7288 CPUtime=220.77 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) R 29150 29153 26151 0 -1 4202560 17472 0 0 0 21919 158 0 0 20 0 17 0 38892583 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140424091761624 140424125943985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10794416 memory=840 CPUtime=220.64 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) R 29150 29153 26151 0 -1 4202560 18109 0 0 0 21905 159 0 0 20 0 17 0 38892583 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423744642136 140424126197323 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10794416 memory=1800 CPUtime=25.2 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 45727 0 0 0 2517 3 0 0 20 0 17 0 38892585 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423446258272 140424141256405 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10794416 memory=920 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892585 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423445206240 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892586 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423444153088 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10794416 memory=8105788 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10794416 memory=6791534058613427641 CPUtime=0.86 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 4257 0 0 0 85 1 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423442049776 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10794416 memory=4126316290023845779 CPUtime=1.31 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 8491 0 0 0 130 1 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423440997232 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10794416 memory=1052324 CPUtime=0.51 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 3385 0 0 0 50 1 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423439944176 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10794416 memory=3092 CPUtime=0.16 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 796 0 0 0 10 6 0 0 20 0 17 0 38892588 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29180] ppid=29150 vsize=10794416 memory=8105788 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29180/stat : 29180 (java) S 29150 29153 26151 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423434686704 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29181] ppid=29150 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29181/stat : 29181 (java) S 29150 29153 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026448 33554432000 4194304 4196468 140722656992000 140423433633552 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 925.85 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8105792 KiB

[startup+265.601 s]
/proc/loadavg: 4.94 4.29 3.29 6/219 29182
/proc/meminfo: memFree=11159800/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10794416 memory=8105824 CPUtime=932.17 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 147842 0 0 0 92555 662 0 0 20 0 17 0 38892582 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2698604 2026456 3219 1 0 2661057 0
[pid=29153/tid=29155] ppid=29150 vsize=10794416 memory=792 CPUtime=15.21 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) S 29150 29153 26151 0 -1 1077944384 17360 0 0 0 1511 10 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424145486880 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10794416 memory=1952 CPUtime=222.63 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) R 29150 29153 26151 0 -1 4202560 15238 0 0 0 22103 160 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424093867024 140424125945072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10794416 memory=1232 CPUtime=221.63 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) R 29150 29153 26151 0 -1 4202560 14983 0 0 0 22000 163 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424092814368 140424126242603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10794416 memory=8105788 CPUtime=222.34 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) R 29150 29153 26151 0 -1 4202560 18012 0 0 0 22076 158 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424091761624 140424125703819 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10794416 memory=9701 CPUtime=222.23 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) R 29150 29153 26151 0 -1 4202560 18136 0 0 0 22064 159 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423744642136 140424125703802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10794416 memory=4353130835742437920 CPUtime=25.2 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 45740 0 0 0 2517 3 0 0 20 0 17 0 38892585 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423446258496 140424141256405 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10794416 memory=8105788 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892585 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423445206240 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10794416 memory=592862532066043675 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892586 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423444153088 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10794416 memory=13796 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10794416 memory=1296 CPUtime=0.86 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 4257 0 0 0 85 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423442049776 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10794416 memory=2400 CPUtime=1.31 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 8491 0 0 0 130 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423440997232 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10794416 memory=1836 CPUtime=0.51 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 3385 0 0 0 50 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423439944176 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10794416 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10794416 memory=2200 CPUtime=0.17 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 796 0 0 0 11 6 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29180] ppid=29150 vsize=10794416 memory=792 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29180/stat : 29180 (java) S 29150 29153 26151 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423434686704 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29181] ppid=29150 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29181/stat : 29181 (java) S 29150 29153 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423433633552 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 932.17 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8105824 KiB

[startup+266.001 s]*
/proc/loadavg: 4.94 4.29 3.29 6/219 29182
/proc/meminfo: memFree=11159800/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10794416 memory=8105824 CPUtime=933.79 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 147843 0 0 0 92717 662 0 0 20 0 17 0 38892582 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2698604 2026456 3219 1 0 2661057 0
[pid=29153/tid=29155] ppid=29150 vsize=10794416 memory=6791534058613427641 CPUtime=15.21 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) S 29150 29153 26151 0 -1 1077944384 17360 0 0 0 1511 10 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424145486880 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10794416 memory=4126316290023845779 CPUtime=223.04 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) R 29150 29153 26151 0 -1 4202560 15238 0 0 0 22144 160 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424093866832 140424133874407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10794416 memory=2200 CPUtime=222.03 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) R 29150 29153 26151 0 -1 4202560 14983 0 0 0 22040 163 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424092814288 140424124629234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10794416 memory=7288 CPUtime=222.74 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) R 29150 29153 26151 0 -1 4202560 18012 0 0 0 22116 158 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140424091761624 140424125703802 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10794416 memory=840 CPUtime=222.63 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 18136 0 0 0 22104 159 0 0 20 0 17 0 38892583 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423744641744 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10794416 memory=1800 CPUtime=25.2 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) S 29150 29153 26151 0 -1 1077944384 45740 0 0 0 2517 3 0 0 20 0 17 0 38892585 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423446258496 140424141256405 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10794416 memory=920 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892585 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423445206240 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10794416 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892586 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423444153088 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10794416 memory=2852 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10794416 memory=2660 CPUtime=0.86 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 4258 0 0 0 85 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423442049536 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10794416 memory=4104 CPUtime=1.31 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 8491 0 0 0 130 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423440997280 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10794416 memory=1408 CPUtime=0.51 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 3385 0 0 0 50 1 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423439944224 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10794416 memory=3256 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10794416 memory=1052324 CPUtime=0.17 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 796 0 0 0 11 6 0 0 20 0 17 0 38892588 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29180] ppid=29150 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29180/stat : 29180 (java) S 29150 29153 26151 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423434686704 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29181] ppid=29150 vsize=10794416 memory=3092 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29181/stat : 29181 (java) S 29150 29153 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026456 33554432000 4194304 4196468 140722656992000 140423433633552 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 933.79 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8105824 KiB

[startup+266.201 s]
/proc/loadavg: 4.94 4.29 3.29 6/219 29182
/proc/meminfo: memFree=11159800/32770624 swapFree=67108860/67108860
[pid=29153] ppid=29150 vsize=10794416 memory=8105856 CPUtime=934.35 cores=0,2,4,6
/proc/29153/stat : 29153 (java) S 29150 29153 26151 0 -1 1077944320 147975 0 0 0 92773 662 0 0 20 0 17 0 38892582 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140722656974544 140424141246199 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
/proc/29153/statm: 2698604 2026464 3219 1 0 2661057 0
[pid=29153/tid=29155] ppid=29150 vsize=10794416 memory=303430270546346295 CPUtime=15.21 cores=0,2,4,6
/proc/29153/task/29155/stat : 29155 (java) S 29150 29153 26151 0 -1 1077944384 17360 0 0 0 1511 10 0 0 20 0 17 0 38892583 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140424145486880 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29156] ppid=29150 vsize=10794416 memory=13850759267617157 CPUtime=223.16 cores=0,2,4,6
/proc/29153/task/29156/stat : 29156 (java) S 29150 29153 26151 0 -1 1077944384 15238 0 0 0 22156 160 0 0 20 0 17 0 38892583 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140424093867024 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29157] ppid=29150 vsize=10794416 memory=13850759267617157 CPUtime=222.16 cores=0,2,4,6
/proc/29153/task/29157/stat : 29157 (java) S 29150 29153 26151 0 -1 1077944384 14983 0 0 0 22053 163 0 0 20 0 17 0 38892583 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140424092814480 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29158] ppid=29150 vsize=10794416 memory=1236 CPUtime=222.86 cores=0,2,4,6
/proc/29153/task/29158/stat : 29158 (java) S 29150 29153 26151 0 -1 1077944384 18012 0 0 0 22128 158 0 0 20 0 17 0 38892583 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140424091761424 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29159] ppid=29150 vsize=10794416 memory=2340 CPUtime=222.76 cores=0,2,4,6
/proc/29153/task/29159/stat : 29159 (java) S 29150 29153 26151 0 -1 1077944384 18136 0 0 0 22117 159 0 0 20 0 17 0 38892583 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423744641936 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29160] ppid=29150 vsize=10794416 memory=2244 CPUtime=25.26 cores=0,2,4,6
/proc/29153/task/29160/stat : 29160 (java) R 29150 29153 26151 0 -1 4202560 45872 0 0 0 2523 3 0 0 20 0 17 0 38892585 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423446258496 140424119616379 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29161] ppid=29150 vsize=10794416 memory=932 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29161/stat : 29161 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892585 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423445206240 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29162] ppid=29150 vsize=10794416 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29162/stat : 29162 (java) S 29150 29153 26151 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38892586 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423444153088 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29163] ppid=29150 vsize=10794416 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29163/stat : 29163 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423443101648 140424141264795 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29164] ppid=29150 vsize=10794416 memory=2200 CPUtime=0.86 cores=0,2,4,6
/proc/29153/task/29164/stat : 29164 (java) S 29150 29153 26151 0 -1 1077944384 4258 0 0 0 85 1 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423442049536 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29165] ppid=29150 vsize=10794416 memory=7288 CPUtime=1.31 cores=0,2,4,6
/proc/29153/task/29165/stat : 29165 (java) S 29150 29153 26151 0 -1 1077944384 8491 0 0 0 130 1 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423440997280 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29166] ppid=29150 vsize=10794416 memory=840 CPUtime=0.51 cores=0,2,4,6
/proc/29153/task/29166/stat : 29166 (java) S 29150 29153 26151 0 -1 1077944384 3385 0 0 0 50 1 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423439944224 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29167] ppid=29150 vsize=10794416 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29167/stat : 29167 (java) S 29150 29153 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423438891872 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29168] ppid=29150 vsize=10794416 memory=8105824 CPUtime=0.17 cores=0,2,4,6
/proc/29153/task/29168/stat : 29168 (java) S 29150 29153 26151 0 -1 1077944384 796 0 0 0 11 6 0 0 20 0 17 0 38892588 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423437838896 140424141257346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29180] ppid=29150 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29180/stat : 29180 (java) S 29150 29153 26151 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423434686704 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
[pid=29153/tid=29181] ppid=29150 vsize=10794416 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/29153/task/29181/stat : 29181 (java) S 29150 29153 26151 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38915720 11053481984 2026464 33554432000 4194304 4196468 140722656992000 140423433633552 140424141256405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26173440 140722656994417 140722656994569 140722656994569 140722656997327 0
Current children cumulated CPU time: 934.35 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8105856 KiB

Child status: 0
Real time (s): 266.264
CPU time (s): 934.424
CPU user time (s): 927.768
CPU system time (s): 6.65569
CPU usage (%): 350.939
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8105856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 927.768
system time used= 6.65569
maximum resident set size= 8106108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15790
involuntary context switches= 10963


# summary of solver processes directly reported to runsolver:
#   pid: 29153
#   total CPU time (s): 934.424
#   total CPU user time (s): 927.768
#   total CPU system time (s): 6.65569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74702 second user time and 2.59114 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:48:14
IDJOB=4289974
IDBENCH=141224
IDSOLVER=2742
FILE ID=node107/4289974-1532213294
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-125-9_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289974-1532213294/watcher-4289974-1532213294 -o /tmp/evaluation-result-4289974-1532213294/solver-4289974-1532213294 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289974-1532213294.xml

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

MD5SUM BENCH= fde90c264558af66570e1c8b29991738
RANDOM SEED=700293417

node107.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.40
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.40
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.40
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.40
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:        19627676 kB
MemAvailable:   31255012 kB
Buffers:          225828 kB
Cached:         11555292 kB
SwapCached:            0 kB
Active:          2113800 kB
Inactive:       10406328 kB
Active(anon):     742192 kB
Inactive(anon):    16864 kB
Active(file):    1371608 kB
Inactive(file): 10389464 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2276 kB
Writeback:             0 kB
AnonPages:        746232 kB
Mapped:            46728 kB
Shmem:             17036 kB
Slab:             321584 kB
SReclaimable:     294724 kB
SUnreclaim:        26860 kB
KernelStack:        3840 kB
PageTables:         6660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1688516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:52:40