Trace number 4262939

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1296.64 358.284

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-25-a4.xml
MD5SUMa6ebb4642302e72810e9d3407e53c8ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark661
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints42552
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":25}]
Minimum variable degree6625
Maximum variable degree6626
Distribution of variable degrees[{"degree":6625,"count":23},{"degree":6626,"count":2}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4600},{"arity":4,"count":37950},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints42551
Distribution of constraint types[{"type":"intension","count":42551},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262939-1502625736/watcher-4262939-1502625736 -o /tmp/evaluation-result-4262939-1502625736/solver-4262939-1502625736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262939-1502625736.xml 

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

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

solver pid=2769, runsolver pid=2766

[startup+0.104097 s]*
/proc/loadavg: 4.65 4.93 4.00 3/216 2784
/proc/meminfo: memFree=24123636/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10555400 memory=29940 CPUtime=0.13 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 6556 0 0 0 12 1 0 0 20 0 15 0 95661408 10808729600 7485 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2638850 7485 2819 1 0 2627263 0
[pid=2769/tid=2771] ppid=2766 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) R 2766 2769 28385 0 -1 4202560 4407 0 0 0 9 0 0 0 20 0 15 0 95661408 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649511355824 139649507143062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649066920176 139649507142274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649065866400 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649064813296 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661413 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) S 2766 2769 28385 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649062710000 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649061657456 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0.02 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) R 2766 2769 28385 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 95661414 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649060604400 139649486552857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 7485 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29940 KiB

[startup+0.210381 s]*
/proc/loadavg: 4.65 4.93 4.00 7/216 2784
/proc/meminfo: memFree=24114068/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10555400 memory=39320 CPUtime=0.33 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 7940 0 0 0 31 2 0 0 20 0 15 0 95661408 10808729600 9830 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2638850 9830 2948 1 0 2627263 0
[pid=2769/tid=2771] ppid=2766 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) R 2766 2769 28385 0 -1 4202560 5007 0 0 0 19 1 0 0 20 0 15 0 95661408 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649511367280 139649133720991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10555400 memory=139902397725748 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649066920176 139649507142274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649065866400 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649064813296 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661413 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) R 2766 2769 28385 0 -1 1077944384 642 0 0 0 2 0 0 0 20 0 15 0 95661414 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649062701328 139649507141333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) R 2766 2769 28385 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 15 0 95661414 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649061657456 139649488675216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0.06 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) R 2766 2769 28385 0 -1 4202560 819 0 0 0 6 0 0 0 20 0 15 0 95661414 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649060600128 139649499368254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10555400 memory=139902397707904 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 9830 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39320 KiB

[startup+0.31685 s]*
/proc/loadavg: 4.65 4.93 4.00 5/216 2784
/proc/meminfo: memFree=24090616/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10555400 memory=64876 CPUtime=0.66 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 9737 0 0 0 64 2 0 0 20 0 15 0 95661408 10808729600 16219 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2638850 16219 3019 1 0 2627263 0
[pid=2769/tid=2771] ppid=2766 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) R 2766 2769 28385 0 -1 4202560 5017 0 0 0 29 1 0 0 20 0 15 0 95661408 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649511367280 139649507153053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10555400 memory=139902397765920 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661409 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10555400 memory=139902397772832 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649066920176 139649507142274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649065866400 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661411 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649064813296 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661413 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10555400 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) R 2766 2769 28385 0 -1 4202560 1517 0 0 0 13 0 0 0 20 0 15 0 95661414 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649062696056 139649491441641 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10555400 memory=139902251552271 CPUtime=0.13 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) R 2766 2769 28385 0 -1 4202560 640 0 0 0 13 0 0 0 20 0 15 0 95661414 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649061645136 139649487765507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10555400 memory=139902397710434 CPUtime=0.09 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) R 2766 2769 28385 0 -1 1077944384 1196 0 0 0 9 0 0 0 20 0 15 0 95661414 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649060604400 139649507142274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10555400 memory=139902251556815 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10555400 memory=279804649281472 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661414 10808729600 16219 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 64876 KiB

[startup+0.700891 s]
/proc/loadavg: 4.65 4.93 4.00 4/216 2784
/proc/meminfo: memFree=24074980/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10555476 memory=136720 CPUtime=1.73 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 11459 0 0 0 169 4 0 0 20 0 15 0 95661408 10808807424 34180 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2638869 34180 3084 1 0 2627263 0
[pid=2769/tid=2771] ppid=2766 vsize=10555476 memory=2372 CPUtime=0.66 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) R 2766 2769 28385 0 -1 4202560 5733 0 0 0 64 2 0 0 20 0 15 0 95661408 10808807424 34180 33554432000 4194304 4196468 140721512880704 139649511365800 139649136918797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808807424 34180 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808807424 34180 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661409 10808807424 34180 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95661409 10808807424 34180 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95661411 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649066920176 139649507142274 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95661411 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649065866400 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95661411 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649064813296 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661413 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10555476 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) R 2766 2769 28385 0 -1 4202560 1745 0 0 0 40 0 0 0 20 0 15 0 95661414 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649062696544 139649485758769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10555476 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) R 2766 2769 28385 0 -1 4202560 1103 0 0 0 40 0 0 0 20 0 15 0 95661414 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649061643552 139649491027754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) S 2766 2769 28385 0 -1 1077944384 1508 0 0 0 24 0 0 0 20 0 15 0 95661414 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649060604400 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95661414 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95661414 10808807424 34692 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 136720 KiB

[startup+1.5009 s]
/proc/loadavg: 4.65 4.93 4.00 6/216 2784
/proc/meminfo: memFree=23925484/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10555476 memory=320032 CPUtime=4.1 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 13598 0 0 0 399 11 0 0 20 0 15 0 95661408 10808807424 80008 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2638869 80008 3127 1 0 2627263 0
[pid=2769/tid=2771] ppid=2766 vsize=10555476 memory=3467828003759077442 CPUtime=1.42 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) R 2766 2769 28385 0 -1 4202560 6033 0 0 0 138 4 0 0 20 0 15 0 95661408 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649511362040 139649137953160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10555476 memory=202576 CPUtime=0.02 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 75 0 0 0 2 0 0 0 20 0 15 0 95661409 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10555476 memory=2241 CPUtime=0.02 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 152 0 0 0 1 1 0 0 20 0 15 0 95661409 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10555476 memory=1204 CPUtime=0.03 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 136 0 0 0 2 1 0 0 20 0 15 0 95661409 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10555476 memory=15876 CPUtime=0.03 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 95661409 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10555476 memory=17700 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95661411 10808807424 80008 33554432000 4194304 4196468 140721512880704 139649066920176 139649507142274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0

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

[startup+356.801 s]
/proc/loadavg: 4.97 4.70 4.15 6/217 2798
/proc/meminfo: memFree=15839044/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10690804 memory=8297380 CPUtime=1293.25 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 174162 0 0 0 128628 697 0 0 20 0 16 0 95661408 10947383296 2074345 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2672701 2074345 3191 1 0 2661057 0
[pid=2769/tid=2771] ppid=2766 vsize=10690804 memory=8112282956445269571 CPUtime=15.74 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) S 2766 2769 28385 0 -1 1077944384 16968 0 0 0 1565 9 0 0 20 0 16 0 95661408 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649511371808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10690804 memory=916 CPUtime=312.85 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) R 2766 2769 28385 0 -1 4202560 20109 0 0 0 31112 173 0 0 20 0 16 0 95661409 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649459751760 139649499759335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10690804 memory=3832 CPUtime=311.49 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) R 2766 2769 28385 0 -1 4202560 19112 0 0 0 30982 167 0 0 20 0 16 0 95661409 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649458699528 139649499759335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10690804 memory=6935054825532540783 CPUtime=312.22 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) R 2766 2769 28385 0 -1 4202560 18437 0 0 0 31059 163 0 0 20 0 16 0 95661409 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649457646160 139649499759335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10690804 memory=4126316290023845779 CPUtime=311.88 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) R 2766 2769 28385 0 -1 4202560 21713 0 0 0 31014 174 0 0 20 0 16 0 95661409 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649456594008 139649492120601 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10690804 memory=4096 CPUtime=25.87 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) S 2766 2769 28385 0 -1 1077944384 65049 0 0 0 2583 4 0 0 20 0 16 0 95661411 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649066918720 139649507141333 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649065866464 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649064813312 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10690804 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661413 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10690804 memory=5668 CPUtime=1.22 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) S 2766 2769 28385 0 -1 1077944384 4291 0 0 0 122 0 0 0 20 0 16 0 95661414 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649062710048 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10690804 memory=1008 CPUtime=1.24 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) S 2766 2769 28385 0 -1 1077944384 3077 0 0 0 123 1 0 0 20 0 16 0 95661414 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649061657216 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10690804 memory=4612 CPUtime=0.37 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) S 2766 2769 28385 0 -1 1077944384 3206 0 0 0 37 0 0 0 20 0 16 0 95661414 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649060604448 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10690804 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661414 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10690804 memory=1204 CPUtime=0.3 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 738 0 0 0 13 17 0 0 20 0 16 0 95661414 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2797] ppid=2766 vsize=10690804 memory=8297380 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2797/stat : 2797 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95696233 10947383296 2074345 33554432000 4194304 4196468 140721512880704 139649055346096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 1293.25 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297380 KiB

[startup+357.601 s]
/proc/loadavg: 4.97 4.70 4.15 6/217 2798
/proc/meminfo: memFree=15839044/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10690804 memory=8297384 CPUtime=1295.95 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 175106 0 0 0 128897 698 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2672701 2074346 3191 1 0 2661057 0
[pid=2769/tid=2771] ppid=2766 vsize=10690804 memory=17708 CPUtime=15.74 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) S 2766 2769 28385 0 -1 1077944384 16968 0 0 0 1565 9 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649511371808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10690804 memory=4048 CPUtime=313.48 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 20109 0 0 0 31175 173 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10690804 memory=18488 CPUtime=312.1 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 19112 0 0 0 31043 167 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10690804 memory=1796 CPUtime=312.86 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 18437 0 0 0 31122 164 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10690804 memory=1236 CPUtime=312.54 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 22033 0 0 0 31080 174 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10690804 memory=4140 CPUtime=26.01 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) R 2766 2769 28385 0 -1 4202560 65673 0 0 0 2597 4 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649066918720 139649491831774 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10690804 memory=27468 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649065866464 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649064813312 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10690804 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661413 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10690804 memory=1728 CPUtime=1.22 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) S 2766 2769 28385 0 -1 1077944384 4291 0 0 0 122 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649062710048 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10690804 memory=796 CPUtime=1.24 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) S 2766 2769 28385 0 -1 1077944384 3077 0 0 0 123 1 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649061657216 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10690804 memory=1716 CPUtime=0.37 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) S 2766 2769 28385 0 -1 1077944384 3206 0 0 0 37 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649060604448 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10690804 memory=279804505196976 CPUtime=0.3 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 738 0 0 0 13 17 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2797] ppid=2766 vsize=10690804 memory=139902252597012 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2797/stat : 2797 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95696233 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649055346096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 1295.95 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297384 KiB

[startup+358.001 s]*
/proc/loadavg: 4.97 4.71 4.16 3/217 2798
/proc/meminfo: memFree=15839044/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10690804 memory=8297384 CPUtime=1296.36 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 175106 0 0 0 128938 698 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2672701 2074346 3191 1 0 2661057 0
[pid=2769/tid=2771] ppid=2766 vsize=10690804 memory=6935054825532540783 CPUtime=15.74 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) S 2766 2769 28385 0 -1 1077944384 16968 0 0 0 1565 9 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649511371808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10690804 memory=4126316290023845779 CPUtime=313.48 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 20109 0 0 0 31175 173 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10690804 memory=0 CPUtime=312.1 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 19112 0 0 0 31043 167 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10690804 memory=0 CPUtime=312.86 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 18437 0 0 0 31122 164 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10690804 memory=0 CPUtime=312.54 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 22033 0 0 0 31080 174 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10690804 memory=0 CPUtime=26.41 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) R 2766 2769 28385 0 -1 4202560 65673 0 0 0 2637 4 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649066918720 139649492127636 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649065866464 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649064813312 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661413 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10690804 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) S 2766 2769 28385 0 -1 1077944384 4291 0 0 0 122 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649062710048 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10690804 memory=-1 CPUtime=1.24 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) S 2766 2769 28385 0 -1 1077944384 3077 0 0 0 123 1 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649061657216 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10690804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) S 2766 2769 28385 0 -1 1077944384 3206 0 0 0 37 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649060604448 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10690804 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 738 0 0 0 13 17 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2797] ppid=2766 vsize=10690804 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2797/stat : 2797 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95696233 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649055346096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 1296.36 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297384 KiB

[startup+358.201 s]
/proc/loadavg: 4.97 4.71 4.16 3/217 2798
/proc/meminfo: memFree=15839044/32770624 swapFree=67108860/67108860
[pid=2769] ppid=2766 vsize=10690804 memory=8297384 CPUtime=1296.55 cores=1,3,5,7
/proc/2769/stat : 2769 (java) S 2766 2769 28385 0 -1 1077944320 175112 0 0 0 128957 698 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 140721512863248 139649507131127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
/proc/2769/statm: 2672701 2074346 3191 1 0 2661057 0
[pid=2769/tid=2771] ppid=2766 vsize=10690804 memory=301741399261590814 CPUtime=15.74 cores=1,3,5,7
/proc/2769/task/2771/stat : 2771 (java) S 2766 2769 28385 0 -1 1077944384 16968 0 0 0 1565 9 0 0 20 0 16 0 95661408 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649511371808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2772] ppid=2766 vsize=10690804 memory=15254852796536275 CPUtime=313.48 cores=1,3,5,7
/proc/2769/task/2772/stat : 2772 (java) S 2766 2769 28385 0 -1 1077944384 20109 0 0 0 31175 173 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649459751952 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2773] ppid=2766 vsize=10690804 memory=7019467087940106034 CPUtime=312.1 cores=1,3,5,7
/proc/2769/task/2773/stat : 2773 (java) S 2766 2769 28385 0 -1 1077944384 19112 0 0 0 31043 167 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649458699408 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2774] ppid=2766 vsize=10690804 memory=7893295687695687954 CPUtime=312.86 cores=1,3,5,7
/proc/2769/task/2774/stat : 2774 (java) S 2766 2769 28385 0 -1 1077944384 18437 0 0 0 31122 164 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649457646352 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2775] ppid=2766 vsize=10690804 memory=0 CPUtime=312.54 cores=1,3,5,7
/proc/2769/task/2775/stat : 2775 (java) S 2766 2769 28385 0 -1 1077944384 22033 0 0 0 31080 174 0 0 20 0 16 0 95661409 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649456593808 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2776] ppid=2766 vsize=10690804 memory=0 CPUtime=26.61 cores=1,3,5,7
/proc/2769/task/2776/stat : 2776 (java) R 2766 2769 28385 0 -1 4202560 65679 0 0 0 2657 4 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649066918608 139649492127534 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2777] ppid=2766 vsize=10690804 memory=2273 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2777/stat : 2777 (java) S 2766 2769 28385 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649065866464 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2778] ppid=2766 vsize=10690804 memory=11876 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2778/stat : 2778 (java) S 2766 2769 28385 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95661411 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649064813312 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2779] ppid=2766 vsize=10690804 memory=14148 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2779/stat : 2779 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661413 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649063761872 139649507149723 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2780] ppid=2766 vsize=10690804 memory=2244 CPUtime=1.22 cores=1,3,5,7
/proc/2769/task/2780/stat : 2780 (java) S 2766 2769 28385 0 -1 1077944384 4291 0 0 0 122 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649062710048 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2781] ppid=2766 vsize=10690804 memory=3472468181300355952 CPUtime=1.24 cores=1,3,5,7
/proc/2769/task/2781/stat : 2781 (java) S 2766 2769 28385 0 -1 1077944384 3077 0 0 0 123 1 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649061657216 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2782] ppid=2766 vsize=10690804 memory=6655300316396806240 CPUtime=0.37 cores=1,3,5,7
/proc/2769/task/2782/stat : 2782 (java) S 2766 2769 28385 0 -1 1077944384 3206 0 0 0 37 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649060604448 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2783] ppid=2766 vsize=10690804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2783/stat : 2783 (java) S 2766 2769 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649059552096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2784] ppid=2766 vsize=10690804 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/2769/task/2784/stat : 2784 (java) S 2766 2769 28385 0 -1 1077944384 738 0 0 0 13 17 0 0 20 0 16 0 95661414 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649058499120 139649507142274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
[pid=2769/tid=2797] ppid=2766 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2769/task/2797/stat : 2797 (java) S 2766 2769 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95696233 10947383296 2074346 33554432000 4194304 4196468 140721512880704 139649055346096 139649507141333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13877248 140721512883334 140721512883487 140721512883487 140721512886223 0
Current children cumulated CPU time: 1296.55 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8297384 KiB

Child status: 0
Real time (s): 358.284
CPU time (s): 1296.64
CPU user time (s): 1289.62
CPU system time (s): 7.01788
CPU usage (%): 361.903
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8297384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1289.62
system time used= 7.01788
maximum resident set size= 8297584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15797
involuntary context switches= 11515


# summary of solver processes directly reported to runsolver:
#   pid: 2769
#   total CPU time (s): 1296.64
#   total CPU user time (s): 1289.62
#   total CPU system time (s): 7.01788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06034 second user time and 3.73287 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:47:58
IDJOB=4262939
IDBENCH=126239
IDSOLVER=2651
FILE ID=node106/4262939-1502625736
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-25-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262939-1502625736/watcher-4262939-1502625736 -o /tmp/evaluation-result-4262939-1502625736/solver-4262939-1502625736 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262939-1502625736.xml

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

MD5SUM BENCH= a6ebb4642302e72810e9d3407e53c8ef
RANDOM SEED=59748723

node106.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.86
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.86
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.86
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.86
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:        24142548 kB
MemAvailable:   24551264 kB
Buffers:          102596 kB
Cached:           594192 kB
SwapCached:            0 kB
Active:          7805408 kB
Inactive:         372784 kB
Active(anon):    7437344 kB
Inactive(anon):    72092 kB
Active(file):     368064 kB
Inactive(file):   300692 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3540 kB
Writeback:             0 kB
AnonPages:       7487736 kB
Mapped:            55072 kB
Shmem:             25228 kB
Slab:             137104 kB
SReclaimable:     111592 kB
SUnreclaim:        25512 kB
KernelStack:        3504 kB
PageTables:        19708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6828032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 13:53:56