Trace number 4263109

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) 2273.97 647.39301

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-20-3.xml
MD5SUM6a976a8caea6b1a6adb22232912ed5ab
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 variables2100
Number of constraints2120
Number of domains1
Minimum domain size6406
Maximum domain size6406
Distribution of domain sizes[{"size":6406,"count":2100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":2000},{"arity":100,"count":20}]
Number of extensional constraints0
Number of intensional constraints2100
Distribution of constraint types[{"type":"intension","count":2100},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263109-1502587146/watcher-4263109-1502587146 -o /tmp/evaluation-result-4263109-1502587146/solver-4263109-1502587146 -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-4263109-1502587146.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
Current StackSize limit: 8192 KiB

solver pid=9952, runsolver pid=9949

[startup+0.101313 s]*
/proc/loadavg: 6.36 7.00 6.92 3/204 9959
/proc/meminfo: memFree=25665792/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10151672 memory=19540 CPUtime=0.02 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 3773 0 0 0 2 0 0 0 20 0 9 0 12597323 10395312128 4885 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2537918 4885 2082 1 0 2527415 0
[pid=9952/tid=9954] ppid=9949 vsize=10151672 memory=-8035107114825123821 CPUtime=0.02 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) R 9949 9952 7968 0 -1 4202560 2412 0 0 0 2 0 0 0 20 0 9 0 12597331 10395312128 4885 18446744073709551615 4194304 4196468 140730687070640 140597781299320 140597777081501 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12597332 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10151672 memory=140030039783040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12597332 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12597332 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12597332 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10151672 memory=140030039783040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12597333 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597289511280 140597777070722 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12597334 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597288457248 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12597334 10395312128 4950 18446744073709551615 4194304 4196468 140730687070640 140597287404464 140597777069781 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19540 KiB

[startup+0.210476 s]*
/proc/loadavg: 6.36 7.00 6.92 2/211 9966
/proc/meminfo: memFree=25665420/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10484492 memory=22336 CPUtime=0.05 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 4536 0 0 0 4 1 0 0 20 0 14 0 12597323 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2621123 5584 2580 1 0 2610620 0
[pid=9952/tid=9954] ppid=9949 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) D 9949 9952 7968 0 -1 4202560 2657 0 0 0 4 0 0 0 20 0 14 0 12597331 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597781297056 140597777081597 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10484492 memory=317 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12597332 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10484492 memory=140030039791237 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12597332 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12597332 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12597332 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10484492 memory=140030039783040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12597333 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597289511280 140597777070722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12597334 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597288457248 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12597334 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597287404400 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12597336 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 14 0 12597336 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597285301104 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12597336 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597284248304 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10484492 memory=140030039783040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 12597336 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597283195504 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12597336 10736119808 5584 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22336 KiB

[startup+0.311568 s]*
/proc/loadavg: 6.36 7.00 6.92 4/212 9967
/proc/meminfo: memFree=25654624/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10551156 memory=33972 CPUtime=0.19 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 7810 0 0 0 17 2 0 0 20 0 15 0 12597323 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2637789 8493 2849 1 0 2627261 0
[pid=9952/tid=9954] ppid=9949 vsize=10551156 memory=8318255677412212789 CPUtime=0.13 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) R 9949 9952 7968 0 -1 4202560 5498 0 0 0 11 2 0 0 20 0 15 0 12597331 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597781287248 140597777081501 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597332 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10551156 memory=140030039791237 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12597332 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597332 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12597332 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10551156 memory=3471342426360620720 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12597333 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597289511280 140597777070722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10551156 memory=8029366422225498376 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12597334 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597288457248 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12597334 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597287404400 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 15 0 12597336 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597285301104 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12597336 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597284248304 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10551156 memory=140030039783040 CPUtime=0.03 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 387 0 0 0 3 0 0 0 20 0 15 0 12597336 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597283195504 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10551156 memory=140030039783040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597346 10804383744 8493 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33972 KiB

[startup+0.701534 s]
/proc/loadavg: 6.36 7.00 6.92 6/212 9967
/proc/meminfo: memFree=25630040/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10551232 memory=82576 CPUtime=1.27 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 12839 0 0 0 122 5 0 0 20 0 15 0 12597323 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2637808 20644 3057 1 0 2627261 0
[pid=9952/tid=9954] ppid=9949 vsize=10551232 memory=140029892646689 CPUtime=0.51 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) R 9949 9952 7968 0 -1 4202560 6936 0 0 0 48 3 0 0 20 0 15 0 12597331 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597781294920 140597381963699 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10551232 memory=288230596034178368 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597332 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10551232 memory=15255947996056134 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12597332 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597332 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12597332 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12597333 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597289511280 140597777070722 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12597334 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597288457248 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12597334 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597287404400 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10551232 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) R 9949 9952 7968 0 -1 4202560 1543 0 0 0 22 0 0 0 20 0 15 0 12597336 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597285282120 140597760556345 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) R 9949 9952 7968 0 -1 4202560 1300 0 0 0 25 0 0 0 20 0 15 0 12597336 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597284233040 140597762185014 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 1688 0 0 0 26 0 0 0 20 0 15 0 12597336 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597283195504 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12597346 10804461568 20644 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 82576 KiB

[startup+1.5009 s]
/proc/loadavg: 6.36 7.00 6.92 6/212 9967
/proc/meminfo: memFree=25338680/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10551232 memory=795656 CPUtime=3.33 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 15692 0 0 0 292 41 0 0 20 0 15 0 12597323 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2637808 198914 3087 1 0 2627261 0
[pid=9952/tid=9954] ppid=9949 vsize=10551232 memory=6463925781705 CPUtime=0.99 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) R 9949 9952 7968 0 -1 4202560 7398 0 0 0 89 10 0 0 20 0 15 0 12597331 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597781297208 140597763127700 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10551232 memory=288230613214036277 CPUtime=0.28 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 587 0 0 0 21 7 0 0 20 0 15 0 12597332 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10551232 memory=15540730097567645 CPUtime=0.3 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 264 0 0 0 23 7 0 0 20 0 15 0 12597332 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 419 0 0 0 21 6 0 0 20 0 15 0 12597332 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10551232 memory=4060 CPUtime=0.3 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 285 0 0 0 23 7 0 0 20 0 15 0 12597332 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10551232 memory=732 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 513 0 0 0 0 0 0 0 20 0 15 0 12597333 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597289511280 140597777070722 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12597334 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597288457248 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10551232 memory=2884 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12597334 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597287404400 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10551232 memory=2276 CPUtime=0.4 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 1801 0 0 0 40 0 0 0 20 0 15 0 12597336 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597285301104 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10551232 memory=6656426216303648864 CPUtime=0.42 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 1337 0 0 0 42 0 0 0 20 0 15 0 12597336 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597284248304 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 1726 0 0 0 28 0 0 0 20 0 15 0 12597336 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597283195504 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12597336 10804461568 198914 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0

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

[pid=9952/tid=9955] ppid=9949 vsize=10686560 memory=8326736 CPUtime=544.05 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) R 9949 9952 7968 0 -1 4202560 319324 0 0 0 54191 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597707480408 140597761517206 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10686560 memory=56 CPUtime=542.48 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) R 9949 9952 7968 0 -1 4202560 361946 0 0 0 54034 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597706427608 140597761758429 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10686560 memory=6943526294502006880 CPUtime=544.71 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) R 9949 9952 7968 0 -1 4202560 374422 0 0 0 54264 207 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597705374496 140597758669363 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10686560 memory=2424 CPUtime=544.26 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) R 9949 9952 7968 0 -1 4202560 609380 0 0 0 54192 234 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597704322008 140597762056068 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10686560 memory=1296 CPUtime=45.07 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 90172 0 0 0 4502 5 0 0 20 0 17 0 12597333 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597289509824 140597777069781 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597288457312 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10686560 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597287404416 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10686560 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10686560 memory=1588 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 4486 0 0 0 72 1 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597285301152 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10686560 memory=4124 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 3428 0 0 0 73 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597284248352 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10686560 memory=11144 CPUtime=0.33 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 2777 0 0 0 33 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597283195264 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10686560 memory=1296 CPUtime=0.25 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 828 0 0 0 11 14 0 0 20 0 17 0 12597346 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10018] ppid=9949 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10018/stat : 10018 (java) S 9949 9952 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597277938144 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10019] ppid=9949 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10019/stat : 10019 (java) S 9949 9952 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597276883568 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 2271.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8326836 KiB

[startup+646.802 s]
/proc/loadavg: 7.60 7.48 7.16 9/214 10025
/proc/meminfo: memFree=14896968/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10686560 memory=8326836 CPUtime=2273.36 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 1800698 0 0 0 226418 918 0 0 20 0 17 0 12597323 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2671640 2081709 3158 1 0 2661055 0
[pid=9952/tid=9954] ppid=9949 vsize=10686560 memory=1236 CPUtime=49.06 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) S 9949 9952 7968 0 -1 1077944384 31532 0 0 0 4874 32 0 0 20 0 17 0 12597331 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597781300256 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10686560 memory=640 CPUtime=544.45 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) R 9949 9952 7968 0 -1 4202560 319541 0 0 0 54231 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597707480408 140597758669351 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10686560 memory=7680170660397595203 CPUtime=542.88 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) R 9949 9952 7968 0 -1 4202560 362138 0 0 0 54074 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597706427216 140597769687783 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10686560 memory=1228 CPUtime=545.11 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) R 9949 9952 7968 0 -1 4202560 374610 0 0 0 54304 207 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597705374416 140597769687783 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10686560 memory=1000 CPUtime=544.65 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) R 9949 9952 7968 0 -1 4202560 609563 0 0 0 54231 234 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597704321928 140597769687783 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10686560 memory=2012 CPUtime=45.07 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) S 9949 9952 7968 0 -1 1077944384 90172 0 0 0 4502 5 0 0 20 0 17 0 12597333 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597289509824 140597777069781 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597288457312 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597287404416 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10686560 memory=8676 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 4486 0 0 0 72 1 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597285301152 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10686560 memory=1440 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 3428 0 0 0 73 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597284248352 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10686560 memory=9916 CPUtime=0.33 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 2777 0 0 0 33 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597283195264 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10686560 memory=15872 CPUtime=0.25 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 828 0 0 0 11 14 0 0 20 0 17 0 12597346 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10018] ppid=9949 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10018/stat : 10018 (java) S 9949 9952 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597277938144 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10019] ppid=9949 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10019/stat : 10019 (java) S 9949 9952 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597276883568 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 2273.36 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8326836 KiB

[startup+647.201 s]
/proc/loadavg: 7.60 7.48 7.16 6/214 10025
/proc/meminfo: memFree=14896976/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10686560 memory=8326836 CPUtime=2273.78 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 1800718 0 0 0 226460 918 0 0 20 0 17 0 12597323 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2671640 2081709 3158 1 0 2661055 0
[pid=9952/tid=9954] ppid=9949 vsize=10686560 memory=8326836 CPUtime=49.06 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) S 9949 9952 7968 0 -1 1077944384 31532 0 0 0 4874 32 0 0 20 0 17 0 12597331 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597781300256 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10686560 memory=792 CPUtime=544.45 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 319547 0 0 0 54231 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10686560 memory=4124 CPUtime=542.89 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 362138 0 0 0 54075 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10686560 memory=11144 CPUtime=545.12 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 374610 0 0 0 54305 207 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10686560 memory=2424 CPUtime=544.66 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 609563 0 0 0 54232 234 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10686560 memory=7680170660397595203 CPUtime=45.47 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) R 9949 9952 7968 0 -1 4202560 90186 0 0 0 4542 5 0 0 20 0 17 0 12597333 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597289509712 140597761517166 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597288457312 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597287404416 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10686560 memory=7576 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10686560 memory=11144 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 4486 0 0 0 72 1 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597285301152 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10686560 memory=2424 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 3428 0 0 0 73 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597284248352 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10686560 memory=1296 CPUtime=0.33 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 2777 0 0 0 33 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597283195264 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10686560 memory=1296 CPUtime=0.25 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 828 0 0 0 11 14 0 0 20 0 17 0 12597346 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10018] ppid=9949 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10018/stat : 10018 (java) S 9949 9952 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597277938144 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10019] ppid=9949 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10019/stat : 10019 (java) S 9949 9952 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597276883568 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 2273.78 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8326836 KiB

[startup+647.301 s]
/proc/loadavg: 7.60 7.48 7.16 6/214 10025
/proc/meminfo: memFree=14896976/32770624 swapFree=67108860/67108860
[pid=9952] ppid=9949 vsize=10686560 memory=8326836 CPUtime=2273.88 cores=0,2,4,6
/proc/9952/stat : 9952 (java) S 9949 9952 7968 0 -1 1077944320 1800794 0 0 0 226470 918 0 0 20 0 17 0 12597323 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140730687053184 140597777059575 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
/proc/9952/statm: 2671640 2081709 3158 1 0 2661055 0
[pid=9952/tid=9954] ppid=9949 vsize=10686560 memory=8326836 CPUtime=49.06 cores=0,2,4,6
/proc/9952/task/9954/stat : 9954 (java) S 9949 9952 7968 0 -1 1077944384 31532 0 0 0 4874 32 0 0 20 0 17 0 12597331 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597781300256 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9955] ppid=9949 vsize=10686560 memory=8326836 CPUtime=544.45 cores=0,2,4,6
/proc/9952/task/9955/stat : 9955 (java) S 9949 9952 7968 0 -1 1077944384 319547 0 0 0 54231 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597707480208 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9956] ppid=9949 vsize=10686560 memory=8326836 CPUtime=542.89 cores=0,2,4,6
/proc/9952/task/9956/stat : 9956 (java) S 9949 9952 7968 0 -1 1077944384 362138 0 0 0 54075 214 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597706427408 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9957] ppid=9949 vsize=10686560 memory=8326836 CPUtime=545.12 cores=0,2,4,6
/proc/9952/task/9957/stat : 9957 (java) S 9949 9952 7968 0 -1 1077944384 374610 0 0 0 54305 207 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597705374608 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9958] ppid=9949 vsize=10686560 memory=8326836 CPUtime=544.66 cores=0,2,4,6
/proc/9952/task/9958/stat : 9958 (java) S 9949 9952 7968 0 -1 1077944384 609563 0 0 0 54232 234 0 0 20 0 17 0 12597332 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597704321808 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9959] ppid=9949 vsize=10686560 memory=8326836 CPUtime=45.57 cores=0,2,4,6
/proc/9952/task/9959/stat : 9959 (java) R 9949 9952 7968 0 -1 4202560 90263 0 0 0 4552 5 0 0 20 0 17 0 12597333 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597289509712 140597755429750 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9960] ppid=9949 vsize=10686560 memory=8326736 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9960/stat : 9960 (java) S 9949 9952 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597288457312 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9961] ppid=9949 vsize=10686560 memory=8326836 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9961/stat : 9961 (java) S 9949 9952 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 12597334 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597287404416 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9962] ppid=9949 vsize=10686560 memory=7576 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9962/stat : 9962 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597286352720 140597777078171 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9963] ppid=9949 vsize=10686560 memory=8326836 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9963/stat : 9963 (java) S 9949 9952 7968 0 -1 1077944384 4486 0 0 0 72 1 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597285301152 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9964] ppid=9949 vsize=10686560 memory=1228 CPUtime=0.73 cores=0,2,4,6
/proc/9952/task/9964/stat : 9964 (java) S 9949 9952 7968 0 -1 1077944384 3428 0 0 0 73 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597284248352 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9965] ppid=9949 vsize=10686560 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/9952/task/9965/stat : 9965 (java) S 9949 9952 7968 0 -1 1077944384 2777 0 0 0 33 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597283195264 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9966] ppid=9949 vsize=10686560 memory=182759448399304 CPUtime=0 cores=0,2,4,6
/proc/9952/task/9966/stat : 9966 (java) S 9949 9952 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12597336 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597282142944 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=9967] ppid=9949 vsize=10686560 memory=8326836 CPUtime=0.25 cores=0,2,4,6
/proc/9952/task/9967/stat : 9967 (java) S 9949 9952 7968 0 -1 1077944384 828 0 0 0 11 14 0 0 20 0 17 0 12597346 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597281090224 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10018] ppid=9949 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10018/stat : 10018 (java) S 9949 9952 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597277938144 140597777070722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
[pid=9952/tid=10019] ppid=9949 vsize=10686560 memory=8326836 CPUtime=0 cores=0,2,4,6
/proc/9952/task/10019/stat : 10019 (java) S 9949 9952 7968 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 12652547 10943037440 2081709 18446744073709551615 4194304 4196468 140730687070640 140597276883568 140597777069781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37122048 140730687074705 140730687074858 140730687074858 140730687078351 0
Current children cumulated CPU time: 2273.88 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8326836 KiB

Child status: 0
Real time (s): 647.393
CPU time (s): 2273.97
CPU user time (s): 2264.71
CPU system time (s): 9.25843
CPU usage (%): 351.25
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8326836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2264.71
system time used= 9.25843
maximum resident set size= 8326840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1803810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48816
involuntary context switches= 57469


# summary of solver processes directly reported to runsolver:
#   pid: 9952
#   total CPU time (s): 2273.97
#   total CPU user time (s): 2264.71
#   total CPU system time (s): 9.25843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71342 second user time and 6.52571 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:05:10
IDJOB=4263109
IDBENCH=115653
IDSOLVER=2651
FILE ID=node128/4263109-1502587146
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-20-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263109-1502587146/watcher-4263109-1502587146 -o /tmp/evaluation-result-4263109-1502587146/solver-4263109-1502587146 -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-4263109-1502587146.xml

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

MD5SUM BENCH= 6a976a8caea6b1a6adb22232912ed5ab
RANDOM SEED=711226446

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:        25676216 kB
MemAvailable:   26169416 kB
Buffers:          102280 kB
Cached:           680028 kB
SwapCached:            0 kB
Active:          6072120 kB
Inactive:         604744 kB
Active(anon):    5894792 kB
Inactive(anon):    16776 kB
Active(file):     177328 kB
Inactive(file):   587968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             4 kB
AnonPages:       5894580 kB
Mapped:            43396 kB
Shmem:             17148 kB
Slab:             112088 kB
SReclaimable:      87476 kB
SUnreclaim:        24612 kB
KernelStack:        3472 kB
PageTables:        16336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6654668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5758976 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 03:15:57