Trace number 4263381

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1732.21 495.35199

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-m186.xml
MD5SUM2292861bb3d975c21318ff2a994feaed
Bench CategoryCSP (decision 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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":63}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263381-1502629905/watcher-4263381-1502629905 -o /tmp/evaluation-result-4263381-1502629905/solver-4263381-1502629905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1622 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263381-1502629905.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=3964, runsolver pid=3961
Current StackSize limit: 8192 KiB


[startup+0.103955 s]*
/proc/loadavg: 5.06 4.16 3.13 6/215 3979
/proc/meminfo: memFree=21059780/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10555400 memory=29300 CPUtime=0.13 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 6952 0 0 0 12 1 0 0 20 0 15 0 96078617 10808729600 7325 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2638850 7325 2786 1 0 2627263 0
[pid=3964/tid=3966] ppid=3961 vsize=10555400 memory=8326441112148417179 CPUtime=0.1 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) R 3961 3964 31794 0 -1 4202560 4750 0 0 0 9 1 0 0 20 0 15 0 96078617 10808729600 7325 33554432000 4194304 4196468 140728297299440 139964298108720 139964277966174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 7325 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078619 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963786046320 139964293896834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96078620 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963784992288 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96078620 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963783939440 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078622 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 96078622 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963781835120 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 96078622 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963780782320 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0.02 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) R 3961 3964 31794 0 -1 4202560 404 0 0 0 2 0 0 0 20 0 15 0 96078622 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963779729520 139964273806016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078623 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078623 10808729600 7325 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29300 KiB

[startup+0.21058 s]*
/proc/loadavg: 5.06 4.16 3.13 7/215 3979
/proc/meminfo: memFree=21052732/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10555400 memory=37908 CPUtime=0.3 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 8100 0 0 0 28 2 0 0 20 0 15 0 96078617 10808729600 9477 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2638850 9477 2915 1 0 2627263 0
[pid=3964/tid=3966] ppid=3961 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) R 3961 3964 31794 0 -1 4202560 5288 0 0 0 19 1 0 0 20 0 15 0 96078617 10808729600 9492 33554432000 4194304 4196468 140728297299440 139964298119600 139964293897622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 9492 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10555400 memory=3977162197907367584 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078618 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078619 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963786046320 139964293896834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96078620 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963784992288 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96078620 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963783939440 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078622 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 426 0 0 0 1 0 0 0 20 0 15 0 96078622 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963781835120 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 15 0 96078622 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963780782320 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0.06 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 842 0 0 0 6 0 0 0 20 0 15 0 96078622 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963779729520 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078623 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10555400 memory=140459445675648 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078623 10808729600 9492 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37908 KiB

[startup+0.310179 s]*
/proc/loadavg: 5.06 4.16 3.13 9/215 3979
/proc/meminfo: memFree=21045288/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10555476 memory=45636 CPUtime=0.53 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 8990 0 0 0 50 3 0 0 20 0 15 0 96078617 10808807424 11409 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2638869 11409 3042 1 0 2627263 0
[pid=3964/tid=3966] ppid=3961 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) R 3961 3964 31794 0 -1 4202560 5662 0 0 0 28 2 0 0 20 0 15 0 96078617 10808807424 11409 33554432000 4194304 4196468 140728297299440 139964298122592 139963930351648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808807424 11409 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10555476 memory=140459445733664 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078618 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078618 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10555476 memory=140459445740576 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96078619 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963786046320 139964293896834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96078620 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963784992288 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96078620 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963783939440 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078622 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) R 3961 3964 31794 0 -1 4202560 508 0 0 0 4 0 0 0 20 0 15 0 96078622 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963781835216 139964293897622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10555476 memory=140459322232335 CPUtime=0.04 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 401 0 0 0 4 0 0 0 20 0 15 0 96078622 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963780782320 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10555476 memory=140459445679518 CPUtime=0.13 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) R 3961 3964 31794 0 -1 1077944384 1061 0 0 0 13 0 0 0 20 0 15 0 96078622 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963779727312 139964293895893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10555476 memory=140459322236879 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078623 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10555476 memory=280918767929280 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078623 10808807424 11409 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 45636 KiB

[startup+0.700811 s]
/proc/loadavg: 5.06 4.16 3.13 11/215 3979
/proc/meminfo: memFree=20882144/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10555476 memory=214568 CPUtime=1.59 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 11537 0 0 0 150 9 0 0 20 0 15 0 96078617 10808807424 53642 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2638869 53642 3105 1 0 2627263 0
[pid=3964/tid=3966] ppid=3961 vsize=10555476 memory=2372 CPUtime=0.64 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) R 3961 3964 31794 0 -1 4202560 5784 0 0 0 60 4 0 0 20 0 15 0 96078617 10808807424 53642 33554432000 4194304 4196468 140728297299440 139964298122008 139963933078943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10555476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 96078618 10808807424 53642 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10555476 memory=4612 CPUtime=0.02 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 15 0 96078618 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10555476 memory=15872 CPUtime=0.01 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 96078618 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10555476 memory=18448 CPUtime=0.03 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 15 0 96078618 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96078619 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963786046320 139964293896834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96078620 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963784992288 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96078620 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963783939440 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078622 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10555476 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 1644 0 0 0 33 0 0 0 20 0 15 0 96078622 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963781835120 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10555476 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 1127 0 0 0 29 0 0 0 20 0 15 0 96078622 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963780782320 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10555476 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 1174 0 0 0 19 0 0 0 20 0 15 0 96078622 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963779729520 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96078623 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96078623 10808807424 53642 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 214568 KiB

[startup+1.50082 s]
/proc/loadavg: 4.97 4.16 3.14 7/215 3979
/proc/meminfo: memFree=20873860/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10555476 memory=216552 CPUtime=2.55 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 12024 0 0 0 246 9 0 0 20 0 15 0 96078617 10808807424 54138 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2638869 54138 3105 1 0 2627263 0
[pid=3964/tid=3966] ppid=3961 vsize=10555476 memory=3467825800424206397 CPUtime=1.44 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) R 3961 3964 31794 0 -1 4202560 5788 0 0 0 140 4 0 0 20 0 15 0 96078617 10808807424 54138 33554432000 4194304 4196468 140728297299440 139964298121712 139963933175507 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10555476 memory=216552 CPUtime=0.01 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 96078618 10808807424 54138 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10555476 memory=2241 CPUtime=0.02 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 96 0 0 0 2 0 0 0 20 0 15 0 96078618 10808807424 54138 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10555476 memory=4612 CPUtime=0.01 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 96078618 10808807424 54138 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10555476 memory=15872 CPUtime=0.03 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 15 0 96078618 10808807424 54138 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10555476 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96078619 10808807424 54138 33554432000 4194304 4196468 140728297299440 139963786046320 139964293896834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0

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

[startup+494.401 s]
/proc/loadavg: 4.43 4.64 3.82 6/217 4097
/proc/meminfo: memFree=20435972/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10688756 memory=8320380 CPUtime=1730.5 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 219277 0 0 0 172285 765 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2672189 2080095 3188 1 0 2660545 0
[pid=3964/tid=3966] ppid=3961 vsize=10688756 memory=8320380 CPUtime=46.09 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) S 3961 3964 31794 0 -1 1077944384 18424 0 0 0 4596 13 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964298126368 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10688756 memory=2540 CPUtime=415.21 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) R 3961 3964 31794 0 -1 4202560 22689 0 0 0 41338 183 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964261444440 139964278882088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10688756 memory=8320380 CPUtime=413.35 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) R 3961 3964 31794 0 -1 4202560 20088 0 0 0 41160 175 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963899767432 139964286513895 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10688756 memory=8112282956445269571 CPUtime=411.86 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) R 3961 3964 31794 0 -1 4202560 20596 0 0 0 40976 210 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963898714320 139964286513895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10688756 memory=27528 CPUtime=414.45 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) R 3961 3964 31794 0 -1 4202560 28281 0 0 0 41275 170 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963897661520 139964286513895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10688756 memory=1292 CPUtime=27.84 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) S 3961 3964 31794 0 -1 1077944384 96501 0 0 0 2779 5 0 0 20 0 16 0 96078619 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963786044864 139964293895893 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10688756 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963784991952 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10688756 memory=8320380 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963783939456 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10688756 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10688756 memory=636 CPUtime=0.52 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 3056 0 0 0 52 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963781835168 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10688756 memory=956 CPUtime=0.53 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 2877 0 0 0 53 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963780782080 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10688756 memory=8320380 CPUtime=0.24 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 3834 0 0 0 24 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963779729568 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10688756 memory=18448 CPUtime=0.29 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 967 0 0 0 16 13 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=4095] ppid=3961 vsize=10688756 memory=15644 CPUtime=0 cores=0,2,4,6
/proc/3964/task/4095/stat : 4095 (java) S 3961 3964 31794 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 16 0 96120230 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963776569328 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 1730.5 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8320380 KiB

[startup+494.801 s]
/proc/loadavg: 4.43 4.64 3.82 6/217 4097
/proc/meminfo: memFree=20435972/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10688756 memory=8320380 CPUtime=1731.64 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 219532 0 0 0 172399 765 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2672189 2080095 3188 1 0 2660545 0
[pid=3964/tid=3966] ppid=3961 vsize=10688756 memory=8320376 CPUtime=46.09 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) S 3961 3964 31794 0 -1 1077944384 18424 0 0 0 4596 13 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964298126368 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10688756 memory=8112282956445269571 CPUtime=415.47 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 22689 0 0 0 41364 183 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10688756 memory=1004 CPUtime=413.59 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 20088 0 0 0 41184 175 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10688756 memory=5296 CPUtime=412.11 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 20596 0 0 0 41001 210 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10688756 memory=1196 CPUtime=414.7 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 28281 0 0 0 41300 170 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10688756 memory=4612 CPUtime=27.99 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) R 3961 3964 31794 0 -1 4202560 96756 0 0 0 2794 5 0 0 20 0 16 0 96078619 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963786044752 139964278882091 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10688756 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963784991952 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10688756 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963783939456 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10688756 memory=11032 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10688756 memory=1712 CPUtime=0.52 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 3056 0 0 0 52 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963781835168 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10688756 memory=1952 CPUtime=0.53 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 2877 0 0 0 53 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963780782080 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10688756 memory=2824 CPUtime=0.24 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 3834 0 0 0 24 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963779729568 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10688756 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10688756 memory=2240 CPUtime=0.29 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 967 0 0 0 16 13 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=4095] ppid=3961 vsize=10688756 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/3964/task/4095/stat : 4095 (java) S 3961 3964 31794 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 16 0 96120230 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963776569328 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 1731.64 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8320380 KiB

[startup+495.201 s]
/proc/loadavg: 4.43 4.64 3.82 3/217 4097
/proc/meminfo: memFree=20435600/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10688756 memory=8320380 CPUtime=1732.04 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 219532 0 0 0 172439 765 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2672189 2080095 3188 1 0 2660545 0
[pid=3964/tid=3966] ppid=3961 vsize=10688756 memory=27528 CPUtime=46.09 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) S 3961 3964 31794 0 -1 1077944384 18424 0 0 0 4596 13 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964298126368 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10688756 memory=1292 CPUtime=415.47 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 22689 0 0 0 41364 183 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10688756 memory=2428 CPUtime=413.59 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 20088 0 0 0 41184 175 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10688756 memory=8552 CPUtime=412.11 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 20596 0 0 0 41001 210 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10688756 memory=1224 CPUtime=414.7 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 28281 0 0 0 41300 170 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10688756 memory=792 CPUtime=28.39 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) R 3961 3964 31794 0 -1 4202560 96756 0 0 0 2834 5 0 0 20 0 16 0 96078619 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963786044752 139964278343307 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10688756 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963784991952 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10688756 memory=5296 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963783939456 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10688756 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10688756 memory=1420 CPUtime=0.52 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 3056 0 0 0 52 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963781835168 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10688756 memory=11032 CPUtime=0.53 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 2877 0 0 0 53 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963780782080 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10688756 memory=1712 CPUtime=0.24 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 3834 0 0 0 24 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963779729568 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10688756 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10688756 memory=1196 CPUtime=0.29 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 967 0 0 0 16 13 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=4095] ppid=3961 vsize=10688756 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/3964/task/4095/stat : 4095 (java) S 3961 3964 31794 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 16 0 96120230 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963776569328 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 1732.04 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8320380 KiB

[startup+495.301 s]
/proc/loadavg: 4.43 4.64 3.82 3/217 4097
/proc/meminfo: memFree=20435600/32770624 swapFree=67108860/67108860
[pid=3964] ppid=3961 vsize=10688756 memory=8320380 CPUtime=1732.14 cores=0,2,4,6
/proc/3964/stat : 3964 (java) S 3961 3964 31794 0 -1 1077944320 219532 0 0 0 172449 765 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 140728297281984 139964293885687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
/proc/3964/statm: 2672189 2080095 3188 1 0 2660545 0
[pid=3964/tid=3966] ppid=3961 vsize=10688756 memory=8320380 CPUtime=46.09 cores=0,2,4,6
/proc/3964/task/3966/stat : 3966 (java) S 3961 3964 31794 0 -1 1077944384 18424 0 0 0 4596 13 0 0 20 0 16 0 96078617 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964298126368 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3967] ppid=3961 vsize=10688756 memory=8320380 CPUtime=415.47 cores=0,2,4,6
/proc/3964/task/3967/stat : 3967 (java) S 3961 3964 31794 0 -1 1077944384 22689 0 0 0 41364 183 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139964261444240 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3968] ppid=3961 vsize=10688756 memory=8320380 CPUtime=413.59 cores=0,2,4,6
/proc/3964/task/3968/stat : 3968 (java) S 3961 3964 31794 0 -1 1077944384 20088 0 0 0 41184 175 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963899767312 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3969] ppid=3961 vsize=10688756 memory=8320376 CPUtime=412.11 cores=0,2,4,6
/proc/3964/task/3969/stat : 3969 (java) S 3961 3964 31794 0 -1 1077944384 20596 0 0 0 41001 210 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963898714512 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3970] ppid=3961 vsize=10688756 memory=8320376 CPUtime=414.7 cores=0,2,4,6
/proc/3964/task/3970/stat : 3970 (java) S 3961 3964 31794 0 -1 1077944384 28281 0 0 0 41300 170 0 0 20 0 16 0 96078618 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963897661712 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3971] ppid=3961 vsize=10688756 memory=8320380 CPUtime=28.49 cores=0,2,4,6
/proc/3964/task/3971/stat : 3971 (java) R 3961 3964 31794 0 -1 4202560 96756 0 0 0 2844 5 0 0 20 0 16 0 96078619 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963786044752 139964272255867 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3972] ppid=3961 vsize=10688756 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3972/stat : 3972 (java) S 3961 3964 31794 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963784991952 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3973] ppid=3961 vsize=10688756 memory=932 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3973/stat : 3973 (java) S 3961 3964 31794 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 16 0 96078620 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963783939456 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3974] ppid=3961 vsize=10688756 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3974/stat : 3974 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963782887760 139964293904283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3975] ppid=3961 vsize=10688756 memory=8320380 CPUtime=0.52 cores=0,2,4,6
/proc/3964/task/3975/stat : 3975 (java) S 3961 3964 31794 0 -1 1077944384 3056 0 0 0 52 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963781835168 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3976] ppid=3961 vsize=10688756 memory=1792 CPUtime=0.53 cores=0,2,4,6
/proc/3964/task/3976/stat : 3976 (java) S 3961 3964 31794 0 -1 1077944384 2877 0 0 0 53 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963780782080 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3977] ppid=3961 vsize=10688756 memory=4140 CPUtime=0.24 cores=0,2,4,6
/proc/3964/task/3977/stat : 3977 (java) S 3961 3964 31794 0 -1 1077944384 3834 0 0 0 24 0 0 0 20 0 16 0 96078622 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963779729568 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3978] ppid=3961 vsize=10688756 memory=27528 CPUtime=0 cores=0,2,4,6
/proc/3964/task/3978/stat : 3978 (java) S 3961 3964 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963778676960 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=3979] ppid=3961 vsize=10688756 memory=8320380 CPUtime=0.29 cores=0,2,4,6
/proc/3964/task/3979/stat : 3979 (java) S 3961 3964 31794 0 -1 1077944384 967 0 0 0 16 13 0 0 20 0 16 0 96078623 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963777625264 139964293896834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
[pid=3964/tid=4095] ppid=3961 vsize=10688756 memory=8320380 CPUtime=0 cores=0,2,4,6
/proc/3964/task/4095/stat : 4095 (java) S 3961 3964 31794 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 16 0 96120230 10945286144 2080095 33554432000 4194304 4196468 140728297299440 139963776569328 139964293895893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15675392 140728297305222 140728297305375 140728297305375 140728297308111 0
Current children cumulated CPU time: 1732.14 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8320380 KiB

Child status: 0
Real time (s): 495.352
CPU time (s): 1732.21
CPU user time (s): 1724.51
CPU system time (s): 7.69509
CPU usage (%): 349.693
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8320440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1724.51
system time used= 7.69509
maximum resident set size= 8320444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219621
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31373
involuntary context switches= 21198


# summary of solver processes directly reported to runsolver:
#   pid: 3964
#   total CPU time (s): 1732.21
#   total CPU user time (s): 1724.51
#   total CPU system time (s): 7.69509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12844 second user time and 4.72998 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 14:57:27
IDJOB=4263381
IDBENCH=133537
IDSOLVER=2651
FILE ID=node107/4263381-1502629905
RUNJOBID= node107-1502619133-1622
PBS_JOBID= 20628298
Free space on /tmp= 61652 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-11-m186.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263381-1502629905/watcher-4263381-1502629905 -o /tmp/evaluation-result-4263381-1502629905/solver-4263381-1502629905 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1622 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263381-1502629905.xml

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

MD5SUM BENCH= 2292861bb3d975c21318ff2a994feaed
RANDOM SEED=861991289

node107.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.84
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.84
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.84
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.84
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:        21079004 kB
MemAvailable:   23819344 kB
Buffers:          153476 kB
Cached:          2877676 kB
SwapCached:            0 kB
Active:          8627688 kB
Inactive:        2618844 kB
Active(anon):    8218136 kB
Inactive(anon):    24972 kB
Active(file):     409552 kB
Inactive(file):  2593872 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1500 kB
Writeback:             0 kB
AnonPages:       8331524 kB
Mapped:            55296 kB
Shmem:             25228 kB
Slab:             130692 kB
SReclaimable:     105500 kB
SUnreclaim:        25192 kB
KernelStack:        3856 kB
PageTables:        21364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7940096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 15:05:42