Trace number 4289977

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? 870.169 247.964

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-9_c18.xml
MD5SUM15c7aefb85365a32de6dc875f5012851
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9554
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints27897
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree208
Maximum variable degree235
Distribution of variable degrees[{"degree":208,"count":1},{"degree":213,"count":1},{"degree":214,"count":3},{"degree":215,"count":5},{"degree":216,"count":4},{"degree":217,"count":8},{"degree":218,"count":9},{"degree":219,"count":11},{"degree":220,"count":9},{"degree":221,"count":15},{"degree":222,"count":19},{"degree":223,"count":19},{"degree":224,"count":26},{"degree":225,"count":23},{"degree":226,"count":10},{"degree":227,"count":22},{"degree":228,"count":17},{"degree":229,"count":21},{"degree":230,"count":10},{"degree":231,"count":6},{"degree":232,"count":7},{"degree":233,"count":1},{"degree":234,"count":1},{"degree":235,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":27897}]
Number of extensional constraints0
Number of intensional constraints27897
Distribution of constraint types[{"type":"intension","count":27897}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289977-1532212958/watcher-4289977-1532212958 -o /tmp/evaluation-result-4289977-1532212958/solver-4289977-1532212958 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289977-1532212958.xml 

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

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=30005, runsolver pid=30002

[startup+0.100213 s]*
/proc/loadavg: 3.98 4.01 3.07 3/216 30020
/proc/meminfo: memFree=18125380/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10659012 memory=31472 CPUtime=0.12 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 6431 0 0 0 11 1 0 0 20 0 15 0 38858953 10914828288 7868 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2664753 7868 2819 1 0 2627263 0
[pid=30005/tid=30007] ppid=30002 vsize=10659012 memory=-8701690554792054399 CPUtime=0.09 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) R 30002 30005 26594 0 -1 4202560 4261 0 0 0 8 1 0 0 20 0 15 0 38858953 10914828288 7868 33554432000 4194304 4196468 140728684364736 140693207091136 140693202881942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 7868 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 7868 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 7868 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 7868 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858955 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692439386864 140693202881154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692438333088 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692437279984 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858958 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 38858958 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692435175664 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858958 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692434123120 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0.02 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 38858958 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692433070064 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 7868 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31472 KiB

[startup+0.210499 s]*
/proc/loadavg: 3.98 4.01 3.07 3/216 30020
/proc/meminfo: memFree=18115400/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10659012 memory=41928 CPUtime=0.33 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 7629 0 0 0 31 2 0 0 20 0 15 0 38858953 10914828288 10482 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2664753 10482 2988 1 0 2627263 0
[pid=30005/tid=30007] ppid=30002 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) R 30002 30005 26594 0 -1 4202560 4599 0 0 0 19 1 0 0 20 0 15 0 38858953 10914828288 10482 33554432000 4194304 4196468 140728684364736 140693207105680 140693186913637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 10482 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10659012 memory=140367811293943 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 10482 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 10482 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 10482 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858955 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692439386864 140693202881154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692438333088 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692437279984 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858958 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 15 0 38858958 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692435175664 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 38858958 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692434123120 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0.07 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) R 30002 30005 26594 0 -1 4202560 647 0 0 0 7 0 0 0 20 0 15 0 38858958 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692433070064 140693195107134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 10482 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41928 KiB

[startup+0.310387 s]*
/proc/loadavg: 3.98 4.01 3.07 5/216 30020
/proc/meminfo: memFree=18101752/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10659012 memory=54512 CPUtime=0.59 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 9192 0 0 0 57 2 0 0 20 0 15 0 38858953 10914828288 13628 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2664753 13628 3041 1 0 2627263 0
[pid=30005/tid=30007] ppid=30002 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) R 30002 30005 26594 0 -1 4202560 4871 0 0 0 28 1 0 0 20 0 15 0 38858953 10914828288 13628 33554432000 4194304 4196468 140728684364736 140693207107984 140693202891933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10659012 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 13628 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10659012 memory=140367811293065 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 13628 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 13628 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914828288 13628 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858955 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692439386864 140693202881154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692438333088 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38858956 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692437279984 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858958 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) R 30002 30005 26594 0 -1 4202560 1103 0 0 0 7 0 0 0 20 0 15 0 38858958 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692435161144 140693186256788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) R 30002 30005 26594 0 -1 4202560 837 0 0 0 7 0 0 0 20 0 15 0 38858958 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692434104232 140693186776245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0.12 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) R 30002 30005 26594 0 -1 1077944384 1013 0 0 0 12 0 0 0 20 0 15 0 38858958 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692433070064 140693202881154 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10659012 memory=140367811266176 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858959 10914828288 13628 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54512 KiB

[startup+0.700822 s]
/proc/loadavg: 3.98 4.01 3.07 5/216 30020
/proc/meminfo: memFree=18082208/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10659088 memory=124684 CPUtime=1.77 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 10953 0 0 0 173 4 0 0 20 0 15 0 38858953 10914906112 31171 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2664772 31171 3102 1 0 2627263 0
[pid=30005/tid=30007] ppid=30002 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) R 30002 30005 26594 0 -1 4202560 5322 0 0 0 65 3 0 0 20 0 15 0 38858953 10914906112 31171 33554432000 4194304 4196468 140728684364736 140693207104672 140693184519235 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38858954 10914906112 31171 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914906112 31171 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914906112 31171 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858954 10914906112 31171 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38858955 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692439386864 140693202881154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38858956 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692438333088 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38858956 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692437279984 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10659088 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858958 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10659088 memory=7662705889289527641 CPUtime=0.41 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) R 30002 30005 26594 0 -1 4202560 1730 0 0 0 41 0 0 0 20 0 15 0 38858958 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692435166048 140693186401494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10659088 memory=7597685182856913236 CPUtime=0.4 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) R 30002 30005 26594 0 -1 4202560 1206 0 0 0 40 0 0 0 20 0 15 0 38858958 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692434111264 140693186364118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10659088 memory=7223888500751355984 CPUtime=0.25 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 1324 0 0 0 25 0 0 0 20 0 15 0 38858958 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692433070064 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38858959 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38858959 10914906112 31171 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 124684 KiB

[startup+1.50132 s]
/proc/loadavg: 3.98 4.01 3.07 5/216 30020
/proc/meminfo: memFree=17959520/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10659088 memory=361976 CPUtime=4.05 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 14340 0 0 0 394 11 0 0 20 0 15 0 38858953 10914906112 90494 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2664772 90494 3142 1 0 2627263 0
[pid=30005/tid=30007] ppid=30002 vsize=10659088 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) S 30002 30005 26594 0 -1 1077944384 5712 0 0 0 135 5 0 0 20 0 15 0 38858953 10914906112 90494 33554432000 4194304 4196468 140728684364736 140693207106960 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10659088 memory=-6951259422114956437 CPUtime=0.03 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) R 30002 30005 26594 0 -1 4202560 65 0 0 0 3 0 0 0 20 0 15 0 38858954 10914906112 90494 33554432000 4194304 4196468 140728684364736 140693139560864 140693187892128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10659088 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) R 30002 30005 26594 0 -1 4202560 160 0 0 0 3 1 0 0 20 0 15 0 38858954 10914906112 90494 33554432000 4194304 4196468 140728684364736 140693138508432 140693184517601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10659088 memory=-7390251449858225344 CPUtime=0.03 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) R 30002 30005 26594 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 15 0 38858954 10914906112 90494 33554432000 4194304 4196468 140728684364736 140693137455576 140693187897881 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10659088 memory=-7096649868621430206 CPUtime=0.04 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) R 30002 30005 26594 0 -1 4202560 164 0 0 0 3 1 0 0 20 0 15 0 38858954 10914906112 90494 33554432000 4194304 4196468 140728684364736 140693136402832 140693187894057 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38858955 10914906112 90494 33554432000 4194304 4196468 140728684364736 140692439385376 140693202880213 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0

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

[pid=30005/tid=30008] ppid=30002 vsize=10794416 memory=6791534058613427641 CPUtime=206.78 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) R 30002 30005 26594 0 -1 4202560 12467 0 0 0 20508 170 0 0 20 0 17 0 38858954 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140693139561096 140693195498215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10794416 memory=15872 CPUtime=207.1 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) R 30002 30005 26594 0 -1 4202560 13080 0 0 0 20534 176 0 0 20 0 17 0 38858954 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140693138508240 140693195498215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10794416 memory=8536 CPUtime=207.22 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) R 30002 30005 26594 0 -1 4202560 19598 0 0 0 20571 151 0 0 20 0 17 0 38858954 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140693137455184 140693195498215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10794416 memory=16448 CPUtime=207.11 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) R 30002 30005 26594 0 -1 4202560 15335 0 0 0 20532 179 0 0 20 0 17 0 38858954 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140693136403032 140693187866411 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10794416 memory=6791534058613427641 CPUtime=23.44 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) S 30002 30005 26594 0 -1 1077944384 39328 0 0 0 2342 2 0 0 20 0 17 0 38858955 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692439385408 140693202880213 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10794416 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692438333152 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10794416 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692437279104 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10794416 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858958 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10794416 memory=636 CPUtime=1.23 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 5488 0 0 0 122 1 0 0 20 0 17 0 38858958 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692435175712 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10794416 memory=8266032 CPUtime=1.43 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 7608 0 0 0 142 1 0 0 20 0 17 0 38858958 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692434122880 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10794416 memory=15872 CPUtime=0.54 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 4825 0 0 0 53 1 0 0 20 0 17 0 38858958 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692433065440 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10794416 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858959 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10794416 memory=16448 CPUtime=0.17 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 224 0 0 0 10 7 0 0 20 0 17 0 38858959 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30102] ppid=30002 vsize=10794416 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30102/stat : 30102 (java) S 30002 30005 26594 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692427812784 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30103] ppid=30002 vsize=10794416 memory=636 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30103/stat : 30103 (java) S 30002 30005 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066508 33554432000 4194304 4196468 140728684364736 140692426760752 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 869.34 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8266032 KiB

[startup+247.601 s]
/proc/loadavg: 3.85 4.02 3.29 6/218 30103
/proc/meminfo: memFree=11368020/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10794416 memory=8266036 CPUtime=869.79 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 136481 0 0 0 86282 697 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2698604 2066509 3211 1 0 2661057 0
[pid=30005/tid=30007] ppid=30002 vsize=10794416 memory=6791534058613427641 CPUtime=14.26 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) S 30002 30005 26594 0 -1 1077944384 16678 0 0 0 1414 12 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693207110688 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10794416 memory=1296 CPUtime=206.8 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 12467 0 0 0 20510 170 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10794416 memory=2412 CPUtime=207.11 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 13080 0 0 0 20535 176 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10794416 memory=1728 CPUtime=207.24 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 19598 0 0 0 20573 151 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10794416 memory=5408 CPUtime=207.13 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 15335 0 0 0 20534 179 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10794416 memory=4612 CPUtime=23.82 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) R 30002 30005 26594 0 -1 4202560 39587 0 0 0 2380 2 0 0 20 0 17 0 38858955 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692439385408 140693187866408 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10794416 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692438333152 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692437279104 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10794416 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10794416 memory=636 CPUtime=1.23 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 5488 0 0 0 122 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692435175712 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10794416 memory=1792 CPUtime=1.43 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 7608 0 0 0 142 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692434122880 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10794416 memory=1240 CPUtime=0.54 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 4825 0 0 0 53 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692433065440 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10794416 memory=6428 CPUtime=0.17 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 224 0 0 0 10 7 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30102] ppid=30002 vsize=10794416 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30102/stat : 30102 (java) S 30002 30005 26594 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692427812784 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30103] ppid=30002 vsize=10794416 memory=932 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30103/stat : 30103 (java) S 30002 30005 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692426760752 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 869.79 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8266036 KiB

[startup+247.801 s]
/proc/loadavg: 3.85 4.02 3.29 6/218 30103
/proc/meminfo: memFree=11368020/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10794416 memory=8266036 CPUtime=869.99 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 136481 0 0 0 86302 697 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2698604 2066509 3211 1 0 2661057 0
[pid=30005/tid=30007] ppid=30002 vsize=10794416 memory=4132 CPUtime=14.26 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) S 30002 30005 26594 0 -1 1077944384 16678 0 0 0 1414 12 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693207110688 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10794416 memory=2200 CPUtime=206.8 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 12467 0 0 0 20510 170 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10794416 memory=1004 CPUtime=207.11 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 13080 0 0 0 20535 176 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10794416 memory=8372 CPUtime=207.24 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 19598 0 0 0 20573 151 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10794416 memory=12972 CPUtime=207.13 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 15335 0 0 0 20534 179 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10794416 memory=796 CPUtime=24.02 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) R 30002 30005 26594 0 -1 4202560 39587 0 0 0 2400 2 0 0 20 0 17 0 38858955 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692439385408 140693187866388 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10794416 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692438333152 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692437279104 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10794416 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10794416 memory=8536 CPUtime=1.23 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 5488 0 0 0 122 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692435175712 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10794416 memory=16448 CPUtime=1.43 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 7608 0 0 0 142 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692434122880 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10794416 memory=4008 CPUtime=0.54 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 4825 0 0 0 53 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692433065440 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10794416 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10794416 memory=844 CPUtime=0.17 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 224 0 0 0 10 7 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30102] ppid=30002 vsize=10794416 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30102/stat : 30102 (java) S 30002 30005 26594 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692427812784 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30103] ppid=30002 vsize=10794416 memory=920 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30103/stat : 30103 (java) S 30002 30005 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692426760752 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 869.99 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8266036 KiB

[startup+247.901 s]
/proc/loadavg: 3.85 4.02 3.29 6/218 30103
/proc/meminfo: memFree=11368020/32770624 swapFree=67108860/67108860
[pid=30005] ppid=30002 vsize=10794416 memory=8266036 CPUtime=870.09 cores=1,3,5,7
/proc/30005/stat : 30005 (java) S 30002 30005 26594 0 -1 1077944320 136481 0 0 0 86312 697 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140728684347280 140693202870007 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
/proc/30005/statm: 2698604 2066509 3211 1 0 2661057 0
[pid=30005/tid=30007] ppid=30002 vsize=10794416 memory=8266032 CPUtime=14.26 cores=1,3,5,7
/proc/30005/task/30007/stat : 30007 (java) S 30002 30005 26594 0 -1 1077944384 16678 0 0 0 1414 12 0 0 20 0 17 0 38858953 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693207110688 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30008] ppid=30002 vsize=10794416 memory=8265856 CPUtime=206.8 cores=1,3,5,7
/proc/30005/task/30008/stat : 30008 (java) S 30002 30005 26594 0 -1 1077944384 12467 0 0 0 20510 170 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693139560976 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30009] ppid=30002 vsize=10794416 memory=8265856 CPUtime=207.11 cores=1,3,5,7
/proc/30005/task/30009/stat : 30009 (java) S 30002 30005 26594 0 -1 1077944384 13080 0 0 0 20535 176 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693138508432 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30010] ppid=30002 vsize=10794416 memory=8266028 CPUtime=207.24 cores=1,3,5,7
/proc/30005/task/30010/stat : 30010 (java) S 30002 30005 26594 0 -1 1077944384 19598 0 0 0 20573 151 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693137455376 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30011] ppid=30002 vsize=10794416 memory=8266032 CPUtime=207.13 cores=1,3,5,7
/proc/30005/task/30011/stat : 30011 (java) S 30002 30005 26594 0 -1 1077944384 15335 0 0 0 20534 179 0 0 20 0 17 0 38858954 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140693136402832 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30012] ppid=30002 vsize=10794416 memory=8266036 CPUtime=24.12 cores=1,3,5,7
/proc/30005/task/30012/stat : 30012 (java) R 30002 30005 26594 0 -1 4202560 39587 0 0 0 2410 2 0 0 20 0 17 0 38858955 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692439385408 140693181240187 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30013] ppid=30002 vsize=10794416 memory=8266036 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30013/stat : 30013 (java) S 30002 30005 26594 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692438333152 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30014] ppid=30002 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30014/stat : 30014 (java) S 30002 30005 26594 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 38858956 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692437279104 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30015] ppid=30002 vsize=10794416 memory=8266032 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30015/stat : 30015 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692436228560 140693202888603 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30016] ppid=30002 vsize=10794416 memory=4140 CPUtime=1.23 cores=1,3,5,7
/proc/30005/task/30016/stat : 30016 (java) S 30002 30005 26594 0 -1 1077944384 5488 0 0 0 122 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692435175712 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30017] ppid=30002 vsize=10794416 memory=796 CPUtime=1.43 cores=1,3,5,7
/proc/30005/task/30017/stat : 30017 (java) S 30002 30005 26594 0 -1 1077944384 7608 0 0 0 142 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692434122880 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30018] ppid=30002 vsize=10794416 memory=1424 CPUtime=0.54 cores=1,3,5,7
/proc/30005/task/30018/stat : 30018 (java) S 30002 30005 26594 0 -1 1077944384 4825 0 0 0 53 1 0 0 20 0 17 0 38858958 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692433065440 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30019] ppid=30002 vsize=10794416 memory=3192 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30019/stat : 30019 (java) S 30002 30005 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692432017760 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30020] ppid=30002 vsize=10794416 memory=8266032 CPUtime=0.17 cores=1,3,5,7
/proc/30005/task/30020/stat : 30020 (java) S 30002 30005 26594 0 -1 1077944384 224 0 0 0 10 7 0 0 20 0 17 0 38858959 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692430965808 140693202881154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30102] ppid=30002 vsize=10794416 memory=8266036 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30102/stat : 30102 (java) S 30002 30005 26594 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692427812784 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
[pid=30005/tid=30103] ppid=30002 vsize=10794416 memory=8266036 CPUtime=0 cores=1,3,5,7
/proc/30005/task/30103/stat : 30103 (java) S 30002 30005 26594 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 38881812 11053481984 2066509 33554432000 4194304 4196468 140728684364736 140692426760752 140693202880213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35430400 140728684373105 140728684373257 140728684373257 140728684376015 0
Current children cumulated CPU time: 870.09 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8266036 KiB

Child status: 0
Real time (s): 247.964
CPU time (s): 870.169
CPU user time (s): 863.159
CPU system time (s): 7.00952
CPU usage (%): 350.925
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8266036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 863.159
system time used= 7.00952
maximum resident set size= 8266120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13453
involuntary context switches= 7726


# summary of solver processes directly reported to runsolver:
#   pid: 30005
#   total CPU time (s): 870.169
#   total CPU user time (s): 863.159
#   total CPU system time (s): 7.00952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49482 second user time and 2.53355 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 00:42:38
IDJOB=4289977
IDBENCH=141214
IDSOLVER=2742
FILE ID=node137/4289977-1532212958
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56888 MiB

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

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

MD5SUM BENCH= 15c7aefb85365a32de6dc875f5012851
RANDOM SEED=346460415

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18144120 kB
MemAvailable:   28184596 kB
Buffers:          218656 kB
Cached:         10023556 kB
SwapCached:            0 kB
Active:          5353528 kB
Inactive:        8691740 kB
Active(anon):    3805872 kB
Inactive(anon):    16948 kB
Active(file):    1547656 kB
Inactive(file):  8674792 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:       3757192 kB
Mapped:            46928 kB
Shmem:             17036 kB
Slab:             273680 kB
SReclaimable:     246488 kB
SUnreclaim:        27192 kB
KernelStack:        3808 kB
PageTables:        12784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5129676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3627008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 00:46:46