Trace number 4244010

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
R1: sat4j-CSP 2017-07-05? (problem) 1548.37 420.91501

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-27.xml
MD5SUM1f968d7964fa1ced5b2605ed1734128f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables729
Number of constraints2925
Number of domains1
Minimum domain size351
Maximum domain size351
Distribution of domain sizes[{"size":351,"count":351}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":378},{"degree":26,"count":351}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2925}]
Number of extensional constraints0
Number of intensional constraints2925
Distribution of constraint types[{"type":"intension","count":2925}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244010-1502094959/watcher-4244010-1502094959 -o /tmp/evaluation-result-4244010-1502094959/solver-4244010-1502094959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244010-1502094959.xml 

pid=28838
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.46 4.43 3.42 3/200 28841
/proc/meminfo: memFree=23445316/32770624 swapFree=0/363264
[pid=28841] ppid=28838 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28841/stat : 28841 (runsolver) D 28838 28841 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51406869 24240128 107 18446744073709551615 4194304 4338465 140728885191648 140728885189288 140661534114519 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 6721536 140728885198983 140728885199433 140728885199433 140728885202890 0
/proc/28841/statm: 5918 107 54 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 4.46 4.43 3.42 3/200 28841
/proc/meminfo: memFree=23445316/32770624 swapFree=0/363264
[pid=28841] ppid=28838 vsize=9933516 CPUtime=0 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 2311 0 0 0 0 0 0 0 20 0 6 0 51406869 10171920384 2487 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2483379 2487 1187 1 0 2473349 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9933516

[startup+0.200245 s]
/proc/loadavg: 4.46 4.43 3.42 3/200 28841
/proc/meminfo: memFree=23445316/32770624 swapFree=0/363264
[pid=28841] ppid=28838 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 5012 0 0 0 6 1 0 0 20 0 15 0 51406869 10804383744 6016 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637789 6016 2615 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.301022 s]
/proc/loadavg: 4.46 4.43 3.42 3/200 28841
/proc/meminfo: memFree=23445316/32770624 swapFree=0/363264
[pid=28841] ppid=28838 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 8283 0 0 0 20 2 0 0 20 0 15 0 51406869 10804383744 8970 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637789 8970 2850 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700895 s]
/proc/loadavg: 4.46 4.43 3.42 3/200 28841
/proc/meminfo: memFree=23445316/32770624 swapFree=0/363264
[pid=28841] ppid=28838 vsize=10551232 CPUtime=1.46 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 13570 0 0 0 141 5 0 0 20 0 15 0 51406869 10804461568 36224 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637808 36224 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 10551232

[startup+1.50098 s]
/proc/loadavg: 4.46 4.43 3.42 6/215 28856
/proc/meminfo: memFree=23059440/32770624 swapFree=0/363424
[pid=28841] ppid=28838 vsize=10551232 CPUtime=3.5 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 15082 0 0 0 317 33 0 0 20 0 15 0 51406869 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637808 123137 3095 1 0 2627261 0
[pid=28841/tid=28843] ppid=28838 vsize=10551232 CPUtime=1.13 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) S 28838 28841 12906 0 -1 1077944384 7594 0 0 0 107 6 0 0 20 0 15 0 51406878 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315701907776 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) R 28838 28841 12906 0 -1 4202560 209 0 0 0 14 6 0 0 20 0 15 0 51406879 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315644021976 140315682695982 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) R 28838 28841 12906 0 -1 4202560 255 0 0 0 13 5 0 0 20 0 15 0 51406879 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315307334800 140315682699801 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) R 28838 28841 12906 0 -1 4202560 239 0 0 0 14 6 0 0 20 0 15 0 51406879 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315306281744 140315682699050 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4202560 252 0 0 0 15 6 0 0 20 0 15 0 51406879 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315305229400 140315682699346 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51406880 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315261809440 140315697682133 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315260757152 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315259704048 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 1645 0 0 0 61 0 0 0 20 0 15 0 51406883 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 1350 0 0 0 57 0 0 0 20 0 15 0 51406883 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 1971 0 0 0 32 0 0 0 20 0 15 0 51406883 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315255495152 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51406888 10804461568 123137 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10551232

[startup+3.10066 s]
/proc/loadavg: 4.46 4.43 3.42 6/215 28856
/proc/meminfo: memFree=22846020/32770624 swapFree=0/363424
[pid=28841] ppid=28838 vsize=10551232 CPUtime=7.32 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 17151 0 0 0 686 46 0 0 20 0 15 0 51406869 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637808 195325 3115 1 0 2627261 0
[pid=28841/tid=28843] ppid=28838 vsize=10551232 CPUtime=1.7 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) R 28838 28841 12906 0 -1 4202560 7966 0 0 0 161 9 0 0 20 0 15 0 51406878 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315701907640 140315327403712 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) S 28838 28841 12906 0 -1 1077944384 375 0 0 0 84 9 0 0 20 0 15 0 51406879 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315644021776 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10551232 CPUtime=0.92 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) S 28838 28841 12906 0 -1 1077944384 898 0 0 0 84 8 0 0 20 0 15 0 51406879 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315307334800 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10551232 CPUtime=0.91 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) S 28838 28841 12906 0 -1 1077944384 379 0 0 0 83 8 0 0 20 0 15 0 51406879 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315306281744 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) S 28838 28841 12906 0 -1 1077944384 698 0 0 0 85 8 0 0 20 0 15 0 51406879 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315305229200 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 479 0 0 0 30 0 0 0 20 0 15 0 51406880 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315261810928 140315697683074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10551232 CPUtime=0.62 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 1656 0 0 0 62 0 0 0 20 0 15 0 51406883 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10551232 CPUtime=0.6 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 1360 0 0 0 60 0 0 0 20 0 15 0 51406883 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 1982 0 0 0 33 0 0 0 20 0 15 0 51406883 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315255495152 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51406888 10804461568 195325 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 10551232

[startup+6.3007 s]
/proc/loadavg: 4.58 4.45 3.43 6/215 28856
/proc/meminfo: memFree=22210280/32770624 swapFree=0/363432
[pid=28841] ppid=28838 vsize=10551232 CPUtime=15.29 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 24910 0 0 0 1425 104 0 0 20 0 15 0 51406869 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637808 363226 3115 1 0 2627261 0
[pid=28841/tid=28843] ppid=28838 vsize=10551232 CPUtime=2.83 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) R 28838 28841 12906 0 -1 4202560 8832 0 0 0 273 10 0 0 20 0 15 0 51406878 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315701907912 140315327191989 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10551232 CPUtime=2.51 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) S 28838 28841 12906 0 -1 1077944384 1084 0 0 0 228 23 0 0 20 0 15 0 51406879 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315644021776 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10551232 CPUtime=2.49 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) S 28838 28841 12906 0 -1 1077944384 2073 0 0 0 228 21 0 0 20 0 15 0 51406879 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315307334800 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10551232 CPUtime=2.49 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) S 28838 28841 12906 0 -1 1077944384 1223 0 0 0 227 22 0 0 20 0 15 0 51406879 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315306281744 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10551232 CPUtime=2.52 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) S 28838 28841 12906 0 -1 1077944384 1389 0 0 0 228 24 0 0 20 0 15 0 51406879 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315305229200 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10551232 CPUtime=0.77 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 2669 0 0 0 77 0 0 0 20 0 15 0 51406880 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315261810928 140315697683074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 2029 0 0 0 64 0 0 0 20 0 15 0 51406883 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 1383 0 0 0 61 0 0 0 20 0 15 0 51406883 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 2565 0 0 0 35 0 0 0 20 0 15 0 51406883 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315255495152 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 51406888 10804461568 363226 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 4.70 4.48 3.44 3/215 28856
/proc/meminfo: memFree=20502568/32770624 swapFree=0/363428
[pid=28841] ppid=28838 vsize=10551232 CPUtime=31.93 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 37785 0 0 0 2953 240 0 0 20 0 15 0 51406869 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2637808 737069 3116 1 0 2627261 0
[pid=28841/tid=28843] ppid=28838 vsize=10551232 CPUtime=4.47 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) R 28838 28841 12906 0 -1 4202560 12020 0 0 0 435 12 0 0 20 0 15 0 51406878 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315701908080 140315327293707 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10551232 CPUtime=5.9 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) S 28838 28841 12906 0 -1 1077944384 3030 0 0 0 535 55 0 0 20 0 15 0 51406879 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315644021776 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10551232 CPUtime=5.9 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) S 28838 28841 12906 0 -1 1077944384 3120 0 0 0 536 54 0 0 20 0 15 0 51406879 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315307334800 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10551232 CPUtime=5.89 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) S 28838 28841 12906 0 -1 1077944384 2392 0 0 0 531 58 0 0 20 0 15 0 51406879 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315306281744 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10551232 CPUtime=5.88 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) S 28838 28841 12906 0 -1 1077944384 2465 0 0 0 532 56 0 0 20 0 15 0 51406879 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315305229200 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10551232 CPUtime=2.13 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 5775 0 0 0 213 0 0 0 20 0 15 0 51406880 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315261810928 140315697683074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51406881 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51406883 10804461568 737069 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0

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

/proc/28841/task/28843/stat : 28843 (java) S 28838 28841 12906 0 -1 1077944384 18131 0 0 0 1340 13 0 0 20 0 17 0 51406878 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315701912608 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10686560 CPUtime=374.83 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) R 28838 28841 12906 0 -1 4202560 43649 0 0 0 37288 195 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315644021976 140315682661589 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10686560 CPUtime=375.19 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) R 28838 28841 12906 0 -1 4202560 44030 0 0 0 37335 184 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315307334688 140315682661563 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10686560 CPUtime=374.78 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) R 28838 28841 12906 0 -1 4202560 58461 0 0 0 37282 196 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315306281744 140315682668328 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10686560 CPUtime=374.45 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4202560 35121 0 0 0 37245 200 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315305229200 140315682668480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10686560 CPUtime=26.84 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 73897 0 0 0 2680 4 0 0 20 0 17 0 51406880 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315261809472 140315697682133 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 3098 0 0 0 71 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10686560 CPUtime=0.66 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 2209 0 0 0 66 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 6667 0 0 0 45 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315255489920 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 581 0 0 0 11 22 0 0 20 0 17 0 51406888 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28871] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28871/stat : 28871 (java) S 28838 28841 12906 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315250238048 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28872] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28872/stat : 28872 (java) S 28838 28841 12906 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315249184032 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 10686560

[startup+420.002 s]
/proc/loadavg: 5.13 4.76 3.91 6/217 28875
/proc/meminfo: memFree=15076856/32770624 swapFree=0/363556
[pid=28841] ppid=28838 vsize=10686560 CPUtime=1545.04 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 287628 0 0 0 153704 800 0 0 20 0 17 0 51406869 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2671640 2085299 3161 1 0 2661055 0
[pid=28841/tid=28843] ppid=28838 vsize=10686560 CPUtime=13.53 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) S 28838 28841 12906 0 -1 1077944384 18131 0 0 0 1340 13 0 0 20 0 17 0 51406878 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315701912608 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10686560 CPUtime=375.62 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) R 28838 28841 12906 0 -1 4202560 43649 0 0 0 37367 195 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315644021976 140315682668589 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10686560 CPUtime=375.98 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) R 28838 28841 12906 0 -1 4202560 44059 0 0 0 37414 184 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315307334688 140315679281677 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10686560 CPUtime=375.58 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) R 28838 28841 12906 0 -1 4202560 58500 0 0 0 37362 196 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315306281944 140315679281756 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10686560 CPUtime=375.24 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4202560 35121 0 0 0 37324 200 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315305229400 140315682370657 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10686560 CPUtime=26.84 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 73897 0 0 0 2680 4 0 0 20 0 17 0 51406880 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315261809472 140315697682133 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 3098 0 0 0 71 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10686560 CPUtime=0.66 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 2209 0 0 0 66 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 6667 0 0 0 45 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315255489920 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 581 0 0 0 11 22 0 0 20 0 17 0 51406888 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28871] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28871/stat : 28871 (java) S 28838 28841 12906 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315250238048 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28872] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28872/stat : 28872 (java) S 28838 28841 12906 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315249184032 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 1545.04
Current children cumulated vsize (KiB) 10686560

[startup+420.401 s]
/proc/loadavg: 5.12 4.76 3.92 6/217 28875
/proc/meminfo: memFree=15076872/32770624 swapFree=0/363556
[pid=28841] ppid=28838 vsize=10686560 CPUtime=1546.63 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 287628 0 0 0 153863 800 0 0 20 0 17 0 51406869 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2671640 2085299 3161 1 0 2661055 0
[pid=28841/tid=28843] ppid=28838 vsize=10686560 CPUtime=13.53 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) S 28838 28841 12906 0 -1 1077944384 18131 0 0 0 1340 13 0 0 20 0 17 0 51406878 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315701912608 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10686560 CPUtime=376.01 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) R 28838 28841 12906 0 -1 4202560 43649 0 0 0 37406 195 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315644021976 140315682668331 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10686560 CPUtime=376.38 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) R 28838 28841 12906 0 -1 4202560 44059 0 0 0 37454 184 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315307334688 140315682668334 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10686560 CPUtime=375.98 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) R 28838 28841 12906 0 -1 4202560 58500 0 0 0 37402 196 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315306281944 140315682129518 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10686560 CPUtime=375.64 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4202560 35121 0 0 0 37364 200 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315305229400 140315682668480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10686560 CPUtime=26.84 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 73897 0 0 0 2680 4 0 0 20 0 17 0 51406880 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315261809472 140315697682133 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 3098 0 0 0 71 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315257600752 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10686560 CPUtime=0.66 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 2209 0 0 0 66 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315256548208 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 6667 0 0 0 45 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315255489920 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 581 0 0 0 11 22 0 0 20 0 17 0 51406888 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28871] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28871/stat : 28871 (java) S 28838 28841 12906 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315250238048 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28872] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28872/stat : 28872 (java) S 28838 28841 12906 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315249184032 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 1546.63
Current children cumulated vsize (KiB) 10686560

[startup+420.801 s]
/proc/loadavg: 5.12 4.76 3.92 6/217 28875
/proc/meminfo: memFree=15076872/32770624 swapFree=0/363556
[pid=28841] ppid=28838 vsize=10686560 CPUtime=1548.19 cores=1,3,5,7
/proc/28841/stat : 28841 (java) S 28838 28841 12906 0 -1 1077944320 287628 0 0 0 154019 800 0 0 20 0 17 0 51406869 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140727018344768 140315697671927 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
/proc/28841/statm: 2671640 2085299 3161 1 0 2661055 0
[pid=28841/tid=28843] ppid=28838 vsize=10686560 CPUtime=13.53 cores=1,3,5,7
/proc/28841/task/28843/stat : 28843 (java) S 28838 28841 12906 0 -1 1077944384 18131 0 0 0 1340 13 0 0 20 0 17 0 51406878 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315701912608 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28844] ppid=28838 vsize=10686560 CPUtime=376.4 cores=1,3,5,7
/proc/28841/task/28844/stat : 28844 (java) R 28838 28841 12906 0 -1 4202560 43649 0 0 0 37445 195 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315644021896 140315690300135 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28845] ppid=28838 vsize=10686560 CPUtime=376.77 cores=1,3,5,7
/proc/28841/task/28845/stat : 28845 (java) R 28838 28841 12906 0 -1 4202560 44059 0 0 0 37493 184 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315307334608 140315690300135 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28846] ppid=28838 vsize=10686560 CPUtime=376.37 cores=1,3,5,7
/proc/28841/task/28846/stat : 28846 (java) R 28838 28841 12906 0 -1 4202560 58500 0 0 0 37441 196 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315306281552 140315690300135 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28847] ppid=28838 vsize=10686560 CPUtime=376.04 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4202560 35121 0 0 0 37404 200 0 0 20 0 17 0 51406879 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315305229400 140315682129558 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28848] ppid=28838 vsize=10686560 CPUtime=26.84 cores=1,3,5,7
/proc/28841/task/28848/stat : 28848 (java) S 28838 28841 12906 0 -1 1077944384 73897 0 0 0 2680 4 0 0 20 0 17 0 51406880 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315261809472 140315697682133 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28849] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28849/stat : 28849 (java) S 28838 28841 12906 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315260757216 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28850] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28850/stat : 28850 (java) S 28838 28841 12906 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 51406881 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315259704064 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28851] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28851/stat : 28851 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315258652624 140315697690523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28852] ppid=28838 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/28841/task/28852/stat : 28852 (java) S 28838 28841 12906 0 -1 1077944384 3098 0 0 0 71 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315257600512 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28853] ppid=28838 vsize=10686560 CPUtime=0.66 cores=1,3,5,7
/proc/28841/task/28853/stat : 28853 (java) S 28838 28841 12906 0 -1 1077944384 2209 0 0 0 66 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315256548256 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28854] ppid=28838 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/28841/task/28854/stat : 28854 (java) S 28838 28841 12906 0 -1 1077944384 6667 0 0 0 45 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315255489920 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28855] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28855/stat : 28855 (java) S 28838 28841 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51406883 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315254442848 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28856] ppid=28838 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/28841/task/28856/stat : 28856 (java) S 28838 28841 12906 0 -1 1077944384 581 0 0 0 11 22 0 0 20 0 17 0 51406888 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315253389872 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28871] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28871/stat : 28871 (java) S 28838 28841 12906 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315250238048 140315697683074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
[pid=28841/tid=28872] ppid=28838 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28841/task/28872/stat : 28872 (java) S 28838 28841 12906 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 17 0 51441116 10943037440 2085299 18446744073709551615 4194304 4196468 140727018362224 140315249184032 140315697682133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140727018365365 140727018365518 140727018365518 140727018368975 0
Current children cumulated CPU time (s) 1548.19
Current children cumulated vsize (KiB) 10686560

[startup+420.901 s]
/proc/loadavg: 5.12 4.76 3.92 6/217 28875
/proc/meminfo: memFree=15076872/32770624 swapFree=0/363556
[pid=28841] ppid=28838 vsize=0 CPUtime=1548.34 cores=1,3,5,7
/proc/28841/stat : 28841 (java) Z 28838 28841 12906 0 -1 4227084 287733 0 0 0 154031 803 0 0 20 0 2 0 51406869 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/28841/statm: 0 0 0 0 0 0 0
[pid=28841/tid=28847] ppid=28838 vsize=0 CPUtime=376.08 cores=1,3,5,7
/proc/28841/task/28847/stat : 28847 (java) R 28838 28841 12906 0 -1 4203588 35121 0 0 0 37406 202 0 0 20 0 2 0 51406879 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1548.34
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 420.915
CPU time (s): 1548.37
CPU user time (s): 1540.32
CPU system time (s): 8.04653
CPU usage (%): 367.857
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1540.32
system time used= 8.04653
maximum resident set size= 8341236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22425
involuntary context switches= 14885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02528 second user time and 2.82254 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:22:02
IDJOB=4244010
IDBENCH=140572
IDSOLVER=2623
FILE ID=node135/4244010-1502094959
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-27.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244010-1502094959/watcher-4244010-1502094959 -o /tmp/evaluation-result-4244010-1502094959/solver-4244010-1502094959 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244010-1502094959.xml

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

MD5SUM BENCH= 1f968d7964fa1ced5b2605ed1734128f
RANDOM SEED=1987797774

node135.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.21
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.21
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.21
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.21
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:        23445516 kB
MemAvailable:   23892476 kB
Buffers:          223264 kB
Cached:           512024 kB
SwapCached:            0 kB
Active:          8492908 kB
Inactive:         388376 kB
Active(anon):    8146232 kB
Inactive(anon):    24972 kB
Active(file):     346676 kB
Inactive(file):   363404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       8223892 kB
Mapped:            51788 kB
Shmem:             25344 kB
Slab:             132036 kB
SReclaimable:     105428 kB
SUnreclaim:        26608 kB
KernelStack:        3840 kB
PageTables:        21064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8621004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8067072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 10:29:03