Trace number 4262932

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? 840.776 248.839

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262932-1502625826/watcher-4262932-1502625826 -o /tmp/evaluation-result-4262932-1502625826/solver-4262932-1502625826 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262932-1502625826.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
solver pid=5562, runsolver pid=5559
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 6.72 6.32 4.34 7/215 5577
/proc/meminfo: memFree=23527588/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10555400 memory=30468 CPUtime=0.13 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 6671 0 0 0 11 2 0 0 20 0 15 0 95670859 10808729600 7617 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2638850 7617 2824 1 0 2627263 0
[pid=5562/tid=5564] ppid=5559 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) R 5559 5562 30973 0 -1 4202560 4528 0 0 0 8 1 0 0 20 0 15 0 95670859 10808729600 7617 33554432000 4194304 4196468 140722374284608 140243170761376 140243150619998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10555400 memory=4211974023987658122 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 7617 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 7617 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 7617 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 7617 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670861 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242658801776 140243166550658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95670862 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242657747744 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95670862 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242656695408 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670864 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 95670864 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242654591600 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670864 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242653538800 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0.02 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 95670864 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242652486512 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670865 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670865 10808729600 7617 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30468 KiB

[startup+0.212782 s]*
/proc/loadavg: 6.72 6.32 4.34 8/215 5577
/proc/meminfo: memFree=23519028/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10555400 memory=41660 CPUtime=0.34 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 8009 0 0 0 31 3 0 0 20 0 15 0 95670859 10808729600 10415 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2638850 10415 2968 1 0 2627263 0
[pid=5562/tid=5564] ppid=5559 vsize=10555400 memory=-7387007932599496084 CPUtime=0.21 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) R 5559 5562 30973 0 -1 4202560 5011 0 0 0 19 2 0 0 20 0 15 0 95670859 10808729600 10481 33554432000 4194304 4196468 140722374284608 140243170776064 140242778685862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10555400 memory=4211974023987658122 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 10481 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 10481 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 10481 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670860 10808729600 10481 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670861 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242658801776 140243166550658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95670862 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242657747744 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95670862 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242656695408 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670864 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) R 5559 5562 30973 0 -1 4202560 676 0 0 0 3 0 0 0 20 0 15 0 95670864 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242654581392 140243149926252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) R 5559 5562 30973 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 15 0 95670864 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242653528912 140243166549717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0.07 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) R 5559 5562 30973 0 -1 4202560 802 0 0 0 7 0 0 0 20 0 15 0 95670864 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242652482272 140243150619998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670865 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10555400 memory=140297782867584 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670865 10808729600 10481 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41660 KiB

[startup+0.310702 s]*
/proc/loadavg: 6.72 6.32 4.34 6/215 5577
/proc/meminfo: memFree=23506624/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10555476 memory=52076 CPUtime=0.66 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 10267 0 0 0 62 4 0 0 20 0 15 0 95670859 10808807424 13019 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2638869 13019 3056 1 0 2627263 0
[pid=5562/tid=5564] ppid=5559 vsize=10555476 memory=93310054 CPUtime=0.3 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) R 5559 5562 30973 0 -1 4202560 5621 0 0 0 28 2 0 0 20 0 15 0 95670859 10808807424 13019 33554432000 4194304 4196468 140722374284608 140243170773808 140243150619998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 13019 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10555476 memory=280595439832704 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 13019 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10555476 memory=280595313964832 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 13019 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10555476 memory=140297656965135 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 13019 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10555476 memory=280595439839616 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95670861 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242658801776 140243166550658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10555476 memory=140297656969743 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95670862 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242657747744 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10555476 memory=140297656977235 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95670862 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242656695408 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10555476 memory=140297656979540 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670864 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 1060 0 0 0 10 0 0 0 20 0 15 0 95670864 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242654591600 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10555476 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 1038 0 0 0 10 0 0 0 20 0 15 0 95670864 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242653538800 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10555476 memory=140297782867584 CPUtime=0.13 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 1184 0 0 0 13 0 0 0 20 0 15 0 95670864 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242652486512 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670865 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10555476 memory=140297782898052 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670865 10808807424 13019 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52076 KiB

[startup+0.700741 s]
/proc/loadavg: 6.72 6.32 4.34 8/215 5577
/proc/meminfo: memFree=23472076/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10555476 memory=125180 CPUtime=1.83 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 11713 0 0 0 178 5 0 0 20 0 15 0 95670859 10808807424 31295 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2638869 31295 3087 1 0 2627263 0
[pid=5562/tid=5564] ppid=5559 vsize=10555476 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) R 5559 5562 30973 0 -1 4202560 5978 0 0 0 64 3 0 0 20 0 15 0 95670859 10808807424 31295 33554432000 4194304 4196468 140722374284608 140243170770000 140242782357509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 31295 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 31295 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10555476 memory=146 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 31295 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10555476 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95670860 10808807424 31295 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95670861 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242658801776 140243166550658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95670862 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242657747744 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95670862 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242656695408 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670864 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10555476 memory=1196 CPUtime=0.42 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) R 5559 5562 30973 0 -1 4202560 1652 0 0 0 42 0 0 0 20 0 15 0 95670864 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242654591600 140243151438870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10555476 memory=8548 CPUtime=0.42 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) R 5559 5562 30973 0 -1 4202560 1223 0 0 0 42 0 0 0 20 0 15 0 95670864 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242653538800 140243159636347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10555476 memory=1228 CPUtime=0.28 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) R 5559 5562 30973 0 -1 1077944384 1490 0 0 0 28 0 0 0 20 0 15 0 95670864 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242652486512 140243166550658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95670865 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10555476 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95670865 10808807424 31295 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 125180 KiB

[startup+1.50154 s]
/proc/loadavg: 6.72 6.32 4.34 6/215 5577
/proc/meminfo: memFree=23334552/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10555476 memory=473604 CPUtime=3.76 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 12729 0 0 0 345 31 0 0 20 0 15 0 95670859 10808807424 118401 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2638869 118401 3117 1 0 2627263 0
[pid=5562/tid=5564] ppid=5559 vsize=10555476 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) S 5559 5562 30973 0 -1 1077944384 6127 0 0 0 119 6 0 0 20 0 15 0 95670859 10808807424 118401 33554432000 4194304 4196468 140722374284608 140243170772944 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10555476 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) R 5559 5562 30973 0 -1 4202560 176 0 0 0 15 5 0 0 20 0 15 0 95670860 10808807424 118401 33554432000 4194304 4196468 140722374284608 140243103230752 140243151566606 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10555476 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) R 5559 5562 30973 0 -1 4202560 163 0 0 0 16 5 0 0 20 0 15 0 95670860 10808807424 118401 33554432000 4194304 4196468 140722374284608 140243102178064 140243159642584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10555476 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) R 5559 5562 30973 0 -1 4202560 155 0 0 0 15 5 0 0 20 0 15 0 95670860 10808807424 118401 33554432000 4194304 4196468 140722374284608 140243101125776 140243151567385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) R 5559 5562 30973 0 -1 4202560 170 0 0 0 16 6 0 0 20 0 15 0 95670860 10808807424 118401 33554432000 4194304 4196468 140722374284608 140243100072976 140243159636212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10555476 memory=56 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95670861 10808807424 118401 33554432000 4194304 4196468 140722374284608 140242658800288 140243166549717 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0

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

[pid=5562/tid=5565] ppid=5559 vsize=10690804 memory=8548 CPUtime=195.17 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) R 5559 5562 30973 0 -1 4202560 10366 0 0 0 19365 152 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243103230672 140243159167719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10690804 memory=1228 CPUtime=196.34 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) R 5559 5562 30973 0 -1 4202560 13129 0 0 0 19495 139 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243102178264 140243151239411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10690804 memory=13040 CPUtime=196.83 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) R 5559 5562 30973 0 -1 4202560 20647 0 0 0 19537 146 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243101125896 140243159167719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10690804 memory=1944 CPUtime=196.1 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) R 5559 5562 30973 0 -1 4202560 17006 0 0 0 19458 152 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243100072784 140243159167719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10690804 memory=1196 CPUtime=33.21 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) S 5559 5562 30973 0 -1 1077944384 50244 0 0 0 3318 3 0 0 20 0 17 0 95670861 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242658800320 140243166549717 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10690804 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242657747808 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242656694416 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10690804 memory=1420 CPUtime=0.73 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 2843 0 0 0 72 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242654591648 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10690804 memory=13040 CPUtime=0.76 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 2238 0 0 0 76 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242653538560 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10690804 memory=1724 CPUtime=0.38 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 4495 0 0 0 37 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242652482384 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10690804 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10690804 memory=1716 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 559 0 0 0 4 6 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5589] ppid=5559 vsize=10690804 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5589/stat : 5589 (java) S 5559 5562 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242647227440 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5590] ppid=5559 vsize=10690804 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5590/stat : 5590 (java) S 5559 5562 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242646175920 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 834 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7929960 KiB

[startup+248.001 s]*
/proc/loadavg: 7.32 6.56 4.87 6/220 5593
/proc/meminfo: memFree=15609928/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10690804 memory=7929960 CPUtime=839.93 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 138880 0 0 0 83380 613 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2672701 1982490 3184 1 0 2661057 0
[pid=5562/tid=5564] ppid=5559 vsize=10690804 memory=6935054825532540783 CPUtime=14.27 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) S 5559 5562 30973 0 -1 1077944384 15750 0 0 0 1417 10 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243170780192 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10690804 memory=-7003737579269690708 CPUtime=196.62 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 10366 0 0 0 19510 152 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10690804 memory=6944656575208382560 CPUtime=197.84 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 13129 0 0 0 19645 139 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10690804 memory=6944652177228980320 CPUtime=198.26 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 20647 0 0 0 19680 146 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10690804 memory=6655300316396806240 CPUtime=197.55 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 17006 0 0 0 19602 153 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10690804 memory=6655300316396806240 CPUtime=33.31 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) R 5559 5562 30973 0 -1 4202560 50413 0 0 0 3328 3 0 0 20 0 17 0 95670861 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242658800320 140243151535908 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242657747808 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10690804 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242656694416 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10690804 memory=3124 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10690804 memory=8148056 CPUtime=0.73 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 2843 0 0 0 72 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242654591648 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10690804 memory=1160 CPUtime=0.76 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 2238 0 0 0 76 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242653538560 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10690804 memory=3028 CPUtime=0.38 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 4495 0 0 0 37 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242652482384 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10690804 memory=7929960 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10690804 memory=1696 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 561 0 0 0 4 6 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5589] ppid=5559 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5589/stat : 5589 (java) S 5559 5562 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242647227440 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5590] ppid=5559 vsize=10690804 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5590/stat : 5590 (java) S 5559 5562 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242646175920 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 839.93 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7929960 KiB

[startup+248.401 s]
/proc/loadavg: 7.32 6.56 4.87 6/220 5593
/proc/meminfo: memFree=15609928/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10690804 memory=7929960 CPUtime=840.32 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 138880 0 0 0 83419 613 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2672701 1982490 3184 1 0 2661057 0
[pid=5562/tid=5564] ppid=5559 vsize=10690804 memory=792 CPUtime=14.27 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) S 5559 5562 30973 0 -1 1077944384 15750 0 0 0 1417 10 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243170780192 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10690804 memory=1420 CPUtime=196.62 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 10366 0 0 0 19510 152 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10690804 memory=13040 CPUtime=197.84 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 13129 0 0 0 19645 139 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10690804 memory=1944 CPUtime=198.26 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 20647 0 0 0 19680 146 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10690804 memory=1196 CPUtime=197.55 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 17006 0 0 0 19602 153 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10690804 memory=956 CPUtime=33.7 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) R 5559 5562 30973 0 -1 4202560 50413 0 0 0 3367 3 0 0 20 0 17 0 95670861 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242658800320 140243150997114 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10690804 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242657747808 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10690804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242656694416 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10690804 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10690804 memory=2240 CPUtime=0.73 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 2843 0 0 0 72 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242654591648 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10690804 memory=4128 CPUtime=0.76 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 2238 0 0 0 76 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242653538560 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10690804 memory=2204 CPUtime=0.38 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 4495 0 0 0 37 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242652482384 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10690804 memory=6764 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10690804 memory=840 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 561 0 0 0 4 6 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5589] ppid=5559 vsize=10690804 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5589/stat : 5589 (java) S 5559 5562 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242647227440 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5590] ppid=5559 vsize=10690804 memory=2536 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5590/stat : 5590 (java) S 5559 5562 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242646175920 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 840.32 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7929960 KiB

[startup+248.801 s]
/proc/loadavg: 7.32 6.56 4.87 6/220 5593
/proc/meminfo: memFree=15609928/32770624 swapFree=67108860/67108860
[pid=5562] ppid=5559 vsize=10690804 memory=7929960 CPUtime=840.72 cores=1,3,5,7
/proc/5562/stat : 5562 (java) S 5559 5562 30973 0 -1 1077944320 138880 0 0 0 83459 613 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140722374267152 140243166539511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
/proc/5562/statm: 2672701 1982490 3184 1 0 2661057 0
[pid=5562/tid=5564] ppid=5559 vsize=10690804 memory=1716 CPUtime=14.27 cores=1,3,5,7
/proc/5562/task/5564/stat : 5564 (java) S 5559 5562 30973 0 -1 1077944384 15750 0 0 0 1417 10 0 0 20 0 17 0 95670859 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243170780192 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5565] ppid=5559 vsize=10690804 memory=5792 CPUtime=196.62 cores=1,3,5,7
/proc/5562/task/5565/stat : 5565 (java) S 5559 5562 30973 0 -1 1077944384 10366 0 0 0 19510 152 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243103230864 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5566] ppid=5559 vsize=10690804 memory=8112282956445269571 CPUtime=197.84 cores=1,3,5,7
/proc/5562/task/5566/stat : 5566 (java) S 5559 5562 30973 0 -1 1077944384 13129 0 0 0 19645 139 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243102178064 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5567] ppid=5559 vsize=10690804 memory=7929960 CPUtime=198.26 cores=1,3,5,7
/proc/5562/task/5567/stat : 5567 (java) S 5559 5562 30973 0 -1 1077944384 20647 0 0 0 19680 146 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243101125776 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5568] ppid=5559 vsize=10690804 memory=1696 CPUtime=197.55 cores=1,3,5,7
/proc/5562/task/5568/stat : 5568 (java) S 5559 5562 30973 0 -1 1077944384 17006 0 0 0 19602 153 0 0 20 0 17 0 95670860 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140243100072976 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5569] ppid=5559 vsize=10690804 memory=7929960 CPUtime=34.1 cores=1,3,5,7
/proc/5562/task/5569/stat : 5569 (java) R 5559 5562 30973 0 -1 4202560 50413 0 0 0 3407 3 0 0 20 0 17 0 95670861 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242658800320 140243145740563 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5570] ppid=5559 vsize=10690804 memory=27600 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5570/stat : 5570 (java) S 5559 5562 30973 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242657747808 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5571] ppid=5559 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5571/stat : 5571 (java) S 5559 5562 30973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95670862 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242656694416 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5572] ppid=5559 vsize=10690804 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5572/stat : 5572 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242655643728 140243166558107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5573] ppid=5559 vsize=10690804 memory=1724 CPUtime=0.73 cores=1,3,5,7
/proc/5562/task/5573/stat : 5573 (java) S 5559 5562 30973 0 -1 1077944384 2843 0 0 0 72 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242654591648 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5574] ppid=5559 vsize=10690804 memory=8548 CPUtime=0.76 cores=1,3,5,7
/proc/5562/task/5574/stat : 5574 (java) S 5559 5562 30973 0 -1 1077944384 2238 0 0 0 76 0 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242653538560 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5575] ppid=5559 vsize=10690804 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/5562/task/5575/stat : 5575 (java) S 5559 5562 30973 0 -1 1077944384 4495 0 0 0 37 1 0 0 20 0 17 0 95670864 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242652482384 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5576] ppid=5559 vsize=10690804 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5576/stat : 5576 (java) S 5559 5562 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242651433952 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5577] ppid=5559 vsize=10690804 memory=18476 CPUtime=0.1 cores=1,3,5,7
/proc/5562/task/5577/stat : 5577 (java) S 5559 5562 30973 0 -1 1077944384 561 0 0 0 4 6 0 0 20 0 17 0 95670865 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242650380720 140243166550658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5589] ppid=5559 vsize=10690804 memory=15564 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5589/stat : 5589 (java) S 5559 5562 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242647227440 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
[pid=5562/tid=5590] ppid=5559 vsize=10690804 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/5562/task/5590/stat : 5590 (java) S 5559 5562 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95693840 10947383296 1982490 33554432000 4194304 4196468 140722374284608 140242646175920 140243166549717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23457792 140722374292614 140722374292767 140722374292767 140722374295503 0
Current children cumulated CPU time: 840.72 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 7929960 KiB

Child status: 0
Real time (s): 248.839
CPU time (s): 840.776
CPU user time (s): 834.604
CPU system time (s): 6.17272
CPU usage (%): 337.88
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 7929960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 834.604
system time used= 6.17272
maximum resident set size= 7930252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138950
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= 14973
involuntary context switches= 22485


# summary of solver processes directly reported to runsolver:
#   pid: 5562
#   total CPU time (s): 840.776
#   total CPU user time (s): 834.604
#   total CPU system time (s): 6.17272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51348 second user time and 2.53291 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:49:28
IDJOB=4262932
IDBENCH=126245
IDSOLVER=2651
FILE ID=node103/4262932-1502625826
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

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

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=365628058

node103.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.56
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.56
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.56
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.56
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:        23547256 kB
MemAvailable:   23847452 kB
Buffers:           96288 kB
Cached:           498512 kB
SwapCached:            0 kB
Active:          8636852 kB
Inactive:         148360 kB
Active(anon):    8139580 kB
Inactive(anon):    78640 kB
Active(file):     497272 kB
Inactive(file):    69720 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:       8184116 kB
Mapped:            54988 kB
Shmem:             25228 kB
Slab:             124564 kB
SReclaimable:      98080 kB
SUnreclaim:        26484 kB
KernelStack:        3824 kB
PageTables:        20868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7780352 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= 61792 MiB
End job on node103 at 2017-08-13 13:53:37