Trace number 4263105

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? (problem) 2043.33 546.388

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-1.xml
MD5SUM9d29287bef1009a71b89b3cc337f2ee8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints605
Number of domains1
Minimum domain size5368
Maximum domain size5368
Distribution of domain sizes[{"size":5368,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1641.79/441.51	Aug 13, 2017 2:34:08 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1641.79/441.51	INFO: Runtime exception
1641.79/441.51	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1641.79/441.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1641.79/441.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1641.79/441.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1641.79/441.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1641.79/441.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1641.79/441.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1641.79/441.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1641.79/441.51		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1641.79/441.51		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1641.79/441.51		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1641.79/441.51		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1641.79/441.51		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1641.79/441.51		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1641.79/441.51		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1641.79/441.51	Caused by: java.lang.reflect.InvocationTargetException
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1641.79/441.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1641.79/441.51		at java.lang.reflect.Method.invoke(Method.java:498)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1641.79/441.51		... 21 more
1641.79/441.51	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1641.79/441.51		... 26 more
1641.79/441.51	Caused by: java.lang.reflect.InvocationTargetException
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1641.79/441.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1641.79/441.51		at java.lang.reflect.Method.invoke(Method.java:498)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1641.79/441.51		... 26 more
1641.79/441.51	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1641.79/441.51		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1641.79/441.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1641.79/441.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1641.79/441.51		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1641.79/441.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1641.79/441.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1641.79/441.51		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1641.79/441.51		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1641.79/441.51		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1641.79/441.51		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1641.79/441.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1641.79/441.51		at java.lang.reflect.Method.invoke(Method.java:498)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1641.79/441.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1641.79/441.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1641.79/441.51		at java.lang.reflect.Method.invoke(Method.java:498)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1641.79/441.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1641.79/441.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1641.79/441.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1641.79/441.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1641.79/441.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1641.79/441.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1641.79/441.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1641.79/441.51		at org.xcsp.parser.XCallbacks$$Lambda$58/936580213.accept(Unknown Source)
1641.79/441.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1641.79/441.51	
1740.91/467.91	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1740.91/467.91	c This is free software under the dual EPL/GNU LGPL licenses.
1740.91/467.91	c See www.sat4j.org for details.
1740.91/467.91	c That software uses the Rhino library from the Mozilla project.
1740.91/467.91	c version CUSTOM.v20170705
1740.91/467.91	c java.runtime.name	Java(TM) SE Runtime Environment
1740.91/467.91	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1740.91/467.91	c java.vm.version	25.131-b11
1740.91/467.91	c java.vm.vendor	Oracle Corporation
1740.91/467.91	c sun.arch.data.model	64
1740.91/467.91	c java.version		1.8.0_131
1740.91/467.91	c os.name		Linux
1740.91/467.91	c os.version		3.10.0-514.16.1.el7.x86_64
1740.91/467.91	c os.arch		amd64
1740.91/467.91	c Free memory 		499604488
1740.91/467.91	c Max memory 		7247757312
1740.91/467.91	c Total memory 		504889344
1740.91/467.91	c Number of processors 	4
1740.91/467.91	c c --- Begin Solver configuration ---
1740.91/467.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1740.91/467.91	c Learn all clauses as in MiniSAT
1740.91/467.91	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1740.91/467.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1740.91/467.91	c No reason simplification
1740.91/467.91	c Glucose 2.1 dynamic restart strategy
1740.91/467.91	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
1740.91/467.91	c timeout=2147483s
1740.91/467.91	c DB Simplification allowed=false
1740.91/467.91	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1740.91/467.91	c --- End Solver configuration ---
1793.69/481.96	c starts		: 0
1793.69/481.96	c conflicts		: 0
1793.69/481.96	c decisions		: 0
1793.69/481.96	c propagations		: 0
1793.69/481.96	c inspects		: 0
1793.69/481.96	c shortcuts		: 0
1793.69/481.96	c learnt literals	: 0
1793.69/481.96	c learnt binary clauses	: 0
1793.69/481.96	c learnt ternary clauses	: 0
1793.69/481.96	c learnt constraints	: 0
1793.69/481.96	c ignored constraints	: 0
1793.69/481.96	c root simplifications	: 0
1793.69/481.96	c removed literals (reason simplification)	: 0
1793.69/481.96	c reason swapping (by a shorter reason)	: 0
1793.69/481.96	c Calls to reduceDB	: 0
1793.69/481.96	c Number of update (reduction) of LBD	: 0
1793.69/481.96	c Imported unit clauses	: 0
1793.69/481.96	c number of reductions to clauses (during analyze)	: 0
1793.69/481.96	c number of learned constraints concerned by reduction	: 0
1793.69/481.96	c number of learning phase by resolution	: 0
1793.69/481.96	c number of learning phase by cutting planes	: 0
1793.69/481.96	c number of rounding to 1 operations	: 0
1826.80/490.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1826.80/490.43	c number of reductions of the coefficients by power 2 	: 0
1826.80/490.43	c number of right shift for reduction by power 2 	: 0
1826.80/490.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
1892.11/507.18	c speed (assignments/second)	: 0.0
1892.11/507.18	Exception in thread "Thread-1" c non guided choices	0
1924.91/515.55	java.lang.OutOfMemoryError: GC overhead limit exceeded
1990.15/532.29		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1990.15/532.29		at java.util.Hashtable.keys(Hashtable.java:257)
1990.15/532.29		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1990.15/532.29		at java.util.logging.LogManager.reset(LogManager.java:1327)
1990.15/532.29		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
2043.22/546.34	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
2043.22/546.34		at java.util.jar.Attributes.read(Attributes.java:394)
2043.22/546.34		at java.util.jar.Manifest.read(Manifest.java:199)
2043.22/546.34		at java.util.jar.Manifest.<init>(Manifest.java:69)
2043.22/546.34		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:199)
2043.22/546.34		at java.util.jar.JarFile.getManifest(JarFile.java:180)
2043.22/546.34		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:981)
2043.22/546.34		at java.net.URLClassLoader.defineClass(URLClassLoader.java:450)
2043.22/546.34		at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
2043.22/546.34		at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
2043.22/546.34		at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
2043.22/546.34		at java.security.AccessController.doPrivileged(Native Method)
2043.22/546.34		at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
2043.22/546.34		at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
2043.22/546.34		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
2043.22/546.34		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
2043.22/546.34		at org.sat4j.core.Vec.iterator(Vec.java:494)
2043.22/546.34		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1870)
2043.22/546.34		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
2043.22/546.34		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
2043.22/546.34		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2043.22/546.34		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2043.22/546.34		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2043.22/546.34		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2043.22/546.34		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (15370 MiB free)
  memory of node 1: 16384 MiB (7524 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263105-1502584843/watcher-4263105-1502584843 -o /tmp/evaluation-result-4263105-1502584843/solver-4263105-1502584843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263105-1502584843.xml 

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

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=8951, runsolver pid=8948
Current StackSize limit: 8192 KiB


[startup+0.105782 s]*
/proc/loadavg: 7.30 7.29 4.79 6/201 8957
/proc/meminfo: memFree=23433372/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10151672 memory=19736 CPUtime=0.02 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 3783 0 0 0 2 0 0 0 20 0 9 0 12367006 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2537918 4934 2083 1 0 2527415 0
[pid=8951/tid=8953] ppid=8948 vsize=10151672 memory=-8035107114825123821 CPUtime=0.02 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) R 8948 8951 7968 0 -1 4202560 2423 0 0 0 2 0 0 0 20 0 9 0 12367015 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673826350224 139673806189918 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12367016 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10151672 memory=139664550659712 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12367016 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12367016 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12367016 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10151672 memory=139664550659712 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12367017 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673063078384 139673822120578 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12367018 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673062024608 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12367018 10395312128 4934 18446744073709551615 4194304 4196468 140732336601920 139673060972080 139673822119637 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19736 KiB

[startup+0.209987 s]*
/proc/loadavg: 7.30 7.29 4.79 5/209 8965
/proc/meminfo: memFree=23433372/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10484492 memory=22532 CPUtime=0.05 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 4588 0 0 0 5 0 0 0 20 0 14 0 12367006 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2621123 5633 2573 1 0 2610620 0
[pid=8951/tid=8953] ppid=8948 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) D 8948 8951 7968 0 -1 4202560 2701 0 0 0 4 0 0 0 20 0 14 0 12367015 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673826346912 139673822131453 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10484492 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12367016 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10484492 memory=139664550667483 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12367016 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12367016 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12367016 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10484492 memory=139664550659712 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12367017 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673063078384 139673822120578 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12367018 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673062024608 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12367018 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673060972016 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12367020 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 14 0 12367020 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673058867184 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 12367020 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673057814640 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10484492 memory=139664550659712 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 12367020 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673056762096 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12367020 10736119808 5633 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22532 KiB

[startup+0.309904 s]*
/proc/loadavg: 7.30 7.29 4.79 6/210 8966
/proc/meminfo: memFree=23425088/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10551156 memory=31256 CPUtime=0.19 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 8025 0 0 0 17 2 0 0 20 0 15 0 12367006 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2637789 7814 2876 1 0 2627261 0
[pid=8951/tid=8953] ppid=8948 vsize=10551156 memory=7680170660397595203 CPUtime=0.12 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) R 8948 8951 7968 0 -1 4202560 5706 0 0 0 11 1 0 0 20 0 15 0 12367015 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673826338992 139673806189918 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12367016 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12367017 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673063078384 139673822120578 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12367018 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673062024608 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12367018 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673060972016 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 15 0 12367020 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673058867184 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) R 8948 8951 7968 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 15 0 12367020 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673057814640 139673801272592 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 409 0 0 0 3 0 0 0 20 0 15 0 12367020 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673056762096 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367030 10804383744 7814 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31256 KiB

[startup+0.700783 s]
/proc/loadavg: 7.30 7.29 4.79 7/210 8966
/proc/meminfo: memFree=23411724/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10551232 memory=167060 CPUtime=1.13 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 11978 0 0 0 107 6 0 0 20 0 15 0 12367006 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2637808 41765 3048 1 0 2627261 0
[pid=8951/tid=8953] ppid=8948 vsize=10551232 memory=2012 CPUtime=0.5 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) R 8948 8951 7968 0 -1 4202560 7443 0 0 0 46 4 0 0 20 0 15 0 12367015 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673826345528 139673808177550 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12367016 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367016 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12367017 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673063078384 139673822120578 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12367018 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673062024608 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12367018 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673060972016 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804461568 41765 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10551232 memory=30 CPUtime=0.16 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) R 8948 8951 7968 0 -1 4202560 963 0 0 0 16 0 0 0 20 0 15 0 12367020 10804461568 42277 18446744073709551615 4194304 4196468 140732336601920 139673058853728 139673802853896 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10551232 memory=2 CPUtime=0.2 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) R 8948 8951 7968 0 -1 4202560 999 0 0 0 20 0 0 0 20 0 15 0 12367020 10804461568 42277 18446744073709551615 4194304 4196468 140732336601920 139673057814640 139673806769214 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10551232 memory=139664417768737 CPUtime=0.23 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 1202 0 0 0 23 0 0 0 20 0 15 0 12367020 10804461568 42277 18446744073709551615 4194304 4196468 140732336601920 139673056762096 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10551232 memory=288230596034178368 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804461568 42277 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10551232 memory=15255947996056134 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12367030 10804461568 42277 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 167060 KiB

[startup+1.5009 s]
/proc/loadavg: 7.30 7.29 4.79 6/210 8966
/proc/meminfo: memFree=23024172/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10551232 memory=830744 CPUtime=3.06 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 14836 0 0 0 261 45 0 0 20 0 15 0 12367006 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2637808 207686 3077 1 0 2627261 0
[pid=8951/tid=8953] ppid=8948 vsize=10551232 memory=267 CPUtime=0.94 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) R 8948 8951 7968 0 -1 4202560 7864 0 0 0 85 9 0 0 20 0 15 0 12367015 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673826346320 139673808177556 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10551232 memory=80 CPUtime=0.34 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 237 0 0 0 26 8 0 0 20 0 15 0 12367016 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10551232 memory=28 CPUtime=0.34 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 582 0 0 0 26 8 0 0 20 0 15 0 12367016 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10551232 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 323 0 0 0 26 8 0 0 20 0 15 0 12367016 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10551232 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 768 0 0 0 27 7 0 0 20 0 15 0 12367016 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 15 0 12367017 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673063078384 139673822120578 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12367018 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673062024608 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10551232 memory=279328835371664 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12367018 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673060972016 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10551232 memory=15540730097567645 CPUtime=0.18 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 969 0 0 0 18 0 0 0 20 0 15 0 12367020 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673058867184 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 1009 0 0 0 24 0 0 0 20 0 15 0 12367020 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673057814640 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 1218 0 0 0 24 0 0 0 20 0 15 0 12367020 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673056762096 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12367020 10804461568 207686 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0

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

[startup+545.601 s]
/proc/loadavg: 7.82 7.49 5.94 9/212 9096
/proc/meminfo: memFree=14884968/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10686560 memory=8333900 CPUtime=2042.25 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 657396 0 0 0 203311 914 0 0 20 0 16 0 12367006 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2671640 2083475 3155 1 0 2661055 0
[pid=8951/tid=8953] ppid=8948 vsize=10686560 memory=7680170660397595203 CPUtime=17.12 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) S 8948 8951 7968 0 -1 1077944384 35228 0 0 0 1680 32 0 0 20 0 16 0 12367015 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673826350112 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10686560 memory=5520 CPUtime=501.18 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) R 8948 8951 7968 0 -1 4202560 111718 0 0 0 49899 219 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673752528976 139673814737639 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10686560 memory=4612 CPUtime=499.04 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) R 8948 8951 7968 0 -1 4202560 93703 0 0 0 49668 236 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673751476432 139673814737639 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10686560 memory=792 CPUtime=503.51 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) R 8948 8951 7968 0 -1 4202560 129561 0 0 0 50146 205 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673750424200 139673814737639 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10686560 memory=8333900 CPUtime=503.28 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) R 8948 8951 7968 0 -1 4202560 162783 0 0 0 50119 209 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673749371736 139673807105835 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10686560 memory=7680170660397595203 CPUtime=16.44 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) S 8948 8951 7968 0 -1 1077944384 112959 0 0 0 1640 4 0 0 20 0 16 0 12367017 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673063076928 139673822119637 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10686560 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673062024672 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10686560 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673060972032 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10686560 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673058867280 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10686560 memory=1732 CPUtime=0.57 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 3528 0 0 0 57 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673057814400 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10686560 memory=1700 CPUtime=0.29 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 2185 0 0 0 29 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673056762192 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10686560 memory=1000 CPUtime=0.19 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1014 0 0 0 11 8 0 0 20 0 16 0 12367030 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=9088] ppid=8948 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/8951/task/9088/stat : 9088 (java) S 8948 8951 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 12411158 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673051496560 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 2042.25 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8333900 KiB

[startup+546.001 s]*
/proc/loadavg: 7.82 7.49 5.94 4/212 9096
/proc/meminfo: memFree=14884968/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10686560 memory=8333900 CPUtime=2042.93 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 657783 0 0 0 203379 914 0 0 20 0 16 0 12367006 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2671640 2083475 3155 1 0 2661055 0
[pid=8951/tid=8953] ppid=8948 vsize=10686560 memory=640 CPUtime=17.12 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) S 8948 8951 7968 0 -1 1077944384 35228 0 0 0 1680 32 0 0 20 0 16 0 12367015 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673826350112 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10686560 memory=4195447490462202311 CPUtime=501.27 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 111718 0 0 0 49908 219 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10686560 memory=8333900 CPUtime=499.13 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 93703 0 0 0 49677 236 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10686560 memory=1152 CPUtime=503.6 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 129561 0 0 0 50155 205 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10686560 memory=3192 CPUtime=503.38 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 162783 0 0 0 50129 209 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10686560 memory=8302804 CPUtime=16.75 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) R 8948 8951 7968 0 -1 4202560 113346 0 0 0 1671 4 0 0 20 0 16 0 12367017 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673063076928 139673807105841 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10686560 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673062024672 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10686560 memory=-6733704525061579059 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673060972032 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10686560 memory=4195447490462202311 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10686560 memory=2248 CPUtime=0.52 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673058867280 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10686560 memory=4304 CPUtime=0.57 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 3528 0 0 0 57 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673057814400 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10686560 memory=1588 CPUtime=0.29 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 2185 0 0 0 29 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673056762192 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10686560 memory=928 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10686560 memory=2164 CPUtime=0.19 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1014 0 0 0 11 8 0 0 20 0 16 0 12367030 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=9088] ppid=8948 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8951/task/9088/stat : 9088 (java) S 8948 8951 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 12411158 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673051496560 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 2042.93 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8333900 KiB

[startup+546.201 s]
/proc/loadavg: 7.82 7.49 5.94 4/212 9096
/proc/meminfo: memFree=14884968/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10686560 memory=8333900 CPUtime=2043.12 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 657783 0 0 0 203398 914 0 0 20 0 16 0 12367006 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2671640 2083475 3155 1 0 2661055 0
[pid=8951/tid=8953] ppid=8948 vsize=10686560 memory=2424 CPUtime=17.12 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) S 8948 8951 7968 0 -1 1077944384 35228 0 0 0 1680 32 0 0 20 0 16 0 12367015 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673826350112 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10686560 memory=1296 CPUtime=501.27 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 111718 0 0 0 49908 219 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10686560 memory=1732 CPUtime=499.13 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 93703 0 0 0 49677 236 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10686560 memory=1700 CPUtime=503.6 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 129561 0 0 0 50155 205 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10686560 memory=7680170660397595203 CPUtime=503.38 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 162783 0 0 0 50129 209 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10686560 memory=2012 CPUtime=16.95 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) R 8948 8951 7968 0 -1 4202560 113346 0 0 0 1691 4 0 0 20 0 16 0 12367017 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673063076816 139673807105838 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673062024672 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673060972032 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10686560 memory=8676 CPUtime=0.52 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673058867280 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10686560 memory=1440 CPUtime=0.57 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 3528 0 0 0 57 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673057814400 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10686560 memory=9916 CPUtime=0.29 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 2185 0 0 0 29 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673056762192 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10686560 memory=288230613214036277 CPUtime=0.19 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1014 0 0 0 11 8 0 0 20 0 16 0 12367030 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=9088] ppid=8948 vsize=10686560 memory=15540730097567645 CPUtime=0 cores=0,2,4,6
/proc/8951/task/9088/stat : 9088 (java) S 8948 8951 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 12411158 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673051496560 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 2043.12 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8333900 KiB

[startup+546.301 s]
/proc/loadavg: 7.82 7.49 5.94 4/212 9096
/proc/meminfo: memFree=14884968/32770624 swapFree=67108860/67108860
[pid=8951] ppid=8948 vsize=10686560 memory=8333900 CPUtime=2043.22 cores=0,2,4,6
/proc/8951/stat : 8951 (java) S 8948 8951 7968 0 -1 1077944320 657783 0 0 0 203408 914 0 0 20 0 16 0 12367006 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 140732336584464 139673822109431 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
/proc/8951/statm: 2671640 2083475 3155 1 0 2661055 0
[pid=8951/tid=8953] ppid=8948 vsize=10686560 memory=8333964 CPUtime=17.12 cores=0,2,4,6
/proc/8951/task/8953/stat : 8953 (java) S 8948 8951 7968 0 -1 1077944384 35228 0 0 0 1680 32 0 0 20 0 16 0 12367015 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673826350112 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8954] ppid=8948 vsize=10686560 memory=8333900 CPUtime=501.27 cores=0,2,4,6
/proc/8951/task/8954/stat : 8954 (java) S 8948 8951 7968 0 -1 1077944384 111718 0 0 0 49908 219 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673752529168 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8955] ppid=8948 vsize=10686560 memory=8333900 CPUtime=499.13 cores=0,2,4,6
/proc/8951/task/8955/stat : 8955 (java) S 8948 8951 7968 0 -1 1077944384 93703 0 0 0 49677 236 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673751476624 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8956] ppid=8948 vsize=10686560 memory=8333900 CPUtime=503.6 cores=0,2,4,6
/proc/8951/task/8956/stat : 8956 (java) S 8948 8951 7968 0 -1 1077944384 129561 0 0 0 50155 205 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673750424080 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8957] ppid=8948 vsize=10686560 memory=2248 CPUtime=503.38 cores=0,2,4,6
/proc/8951/task/8957/stat : 8957 (java) S 8948 8951 7968 0 -1 1077944384 162783 0 0 0 50129 209 0 0 20 0 16 0 12367016 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673749371536 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8958] ppid=8948 vsize=10686560 memory=1236 CPUtime=17.05 cores=0,2,4,6
/proc/8951/task/8958/stat : 8958 (java) R 8948 8951 7968 0 -1 4202560 113346 0 0 0 1701 4 0 0 20 0 16 0 12367017 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673063076816 139673807105924 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8959] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8959/stat : 8959 (java) S 8948 8951 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673062024672 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8960] ppid=8948 vsize=10686560 memory=8333764 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8960/stat : 8960 (java) S 8948 8951 7968 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 16 0 12367018 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673060972032 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8961] ppid=8948 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8961/stat : 8961 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673059920592 139673822128027 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8962] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0.52 cores=0,2,4,6
/proc/8951/task/8962/stat : 8962 (java) S 8948 8951 7968 0 -1 1077944384 3117 0 0 0 52 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673058867280 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8963] ppid=8948 vsize=10686560 memory=8333756 CPUtime=0.57 cores=0,2,4,6
/proc/8951/task/8963/stat : 8963 (java) S 8948 8951 7968 0 -1 1077944384 3528 0 0 0 57 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673057814400 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8964] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0.29 cores=0,2,4,6
/proc/8951/task/8964/stat : 8964 (java) S 8948 8951 7968 0 -1 1077944384 2185 0 0 0 29 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673056762192 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8965] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0 cores=0,2,4,6
/proc/8951/task/8965/stat : 8965 (java) S 8948 8951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12367020 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673055709792 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=8966] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0.19 cores=0,2,4,6
/proc/8951/task/8966/stat : 8966 (java) S 8948 8951 7968 0 -1 1077944384 1014 0 0 0 11 8 0 0 20 0 16 0 12367030 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673054657328 139673822120578 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
[pid=8951/tid=9088] ppid=8948 vsize=10686560 memory=8333900 CPUtime=0 cores=0,2,4,6
/proc/8951/task/9088/stat : 9088 (java) S 8948 8951 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 12411158 10943037440 2083475 18446744073709551615 4194304 4196468 140732336601920 139673051496560 139673822119637 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28524544 140732336607633 140732336607786 140732336607786 140732336611279 0
Current children cumulated CPU time: 2043.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8333900 KiB

Child status: 0
Real time (s): 546.388
CPU time (s): 2043.33
CPU user time (s): 2034.13
CPU system time (s): 9.19168
CPU usage (%): 373.97
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8333964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2034.13
system time used= 9.19168
maximum resident set size= 8333964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44121
involuntary context switches= 57051


# summary of solver processes directly reported to runsolver:
#   pid: 8951
#   total CPU time (s): 2043.33
#   total CPU user time (s): 2034.13
#   total CPU system time (s): 9.19168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.22242 second user time and 5.32165 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:26:46
IDJOB=4263105
IDBENCH=115596
IDSOLVER=2651
FILE ID=node128/4263105-1502584843
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263105-1502584843/watcher-4263105-1502584843 -o /tmp/evaluation-result-4263105-1502584843/solver-4263105-1502584843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263105-1502584843.xml

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

MD5SUM BENCH= 9d29287bef1009a71b89b3cc337f2ee8
RANDOM SEED=431848934

node128.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.94
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.94
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.94
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.94
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:        23444168 kB
MemAvailable:   23932116 kB
Buffers:           99808 kB
Cached:           677480 kB
SwapCached:            0 kB
Active:          8303928 kB
Inactive:         600612 kB
Active(anon):    8127592 kB
Inactive(anon):    16764 kB
Active(file):     176336 kB
Inactive(file):   583848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1580 kB
Writeback:             4 kB
AnonPages:       8127268 kB
Mapped:            43300 kB
Shmem:             17116 kB
Slab:             111556 kB
SReclaimable:      87200 kB
SUnreclaim:        24356 kB
KernelStack:        3424 kB
PageTables:        20684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8001536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:35:53