Trace number 4243997

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) 1495.3101 407.51901

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-34.xml
MD5SUM778dc3cd7adf307db423468d07378e38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of constraints5984
Number of domains1
Minimum domain size561
Maximum domain size561
Distribution of domain sizes[{"size":561,"count":561}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":595},{"degree":33,"count":561}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":5984}]
Number of extensional constraints0
Number of intensional constraints5984
Distribution of constraint types[{"type":"intension","count":5984}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1346.05/367.79	Aug 07, 2017 10:35:04 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1346.05/367.79	INFO: Runtime exception
1346.05/367.79	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1346.05/367.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1346.05/367.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1346.05/367.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1346.05/367.79		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1346.05/367.79		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1346.05/367.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1346.05/367.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1346.05/367.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1346.05/367.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1346.05/367.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1346.05/367.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1346.05/367.80		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1346.05/367.80		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1346.05/367.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1346.05/367.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1346.05/367.80		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1346.05/367.80		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1346.05/367.80		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1346.05/367.80		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1346.05/367.80		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1346.05/367.80		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1346.05/367.80		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1346.05/367.80	Caused by: java.lang.reflect.InvocationTargetException
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1346.05/367.80		... 21 more
1346.05/367.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1346.05/367.80		... 25 more
1346.05/367.80	Caused by: java.lang.reflect.InvocationTargetException
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1346.05/367.80		... 26 more
1346.05/367.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1346.05/367.80		... 30 more
1346.05/367.80	Caused by: java.lang.reflect.InvocationTargetException
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1346.05/367.80		... 30 more
1346.05/367.80	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1346.05/367.80		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1346.05/367.80		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1346.05/367.80		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1346.05/367.80		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1346.05/367.80		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1346.05/367.80		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1346.05/367.80		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1346.05/367.80		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1346.05/367.80		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1346.05/367.80		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1346.05/367.80		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1346.05/367.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1346.05/367.80		at java.lang.reflect.Method.invoke(Method.java:498)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1346.05/367.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1346.05/367.80		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1346.05/367.80		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1346.05/367.80		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1346.05/367.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1346.05/367.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1346.05/367.80	
1431.93/390.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1431.93/390.82	c This is free software under the dual EPL/GNU LGPL licenses.
1431.93/390.82	c See www.sat4j.org for details.
1431.93/390.82	c That software uses the Rhino library from the Mozilla project.
1431.93/390.82	c version CUSTOM.v20170705
1431.93/390.82	c java.runtime.name	Java(TM) SE Runtime Environment
1431.93/390.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1431.93/390.82	c java.vm.version	25.131-b11
1431.93/390.82	c java.vm.vendor	Oracle Corporation
1431.93/390.82	c sun.arch.data.model	64
1431.93/390.82	c java.version		1.8.0_131
1431.93/390.82	c os.name		Linux
1431.93/390.82	c os.version		3.10.0-514.16.1.el7.x86_64
1431.93/390.82	c os.arch		amd64
1431.93/390.82	c Free memory 		499604488
1431.93/390.82	c Max memory 		7247757312
1431.93/390.82	c Total memory 		504889344
1431.93/390.82	c Number of processors 	4
1431.93/390.82	c c --- Begin Solver configuration ---
1431.93/390.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1431.93/390.82	c Learn all clauses as in MiniSAT
1431.93/390.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1431.93/390.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1431.93/390.82	c No reason simplification
1431.93/390.82	c Glucose 2.1 dynamic restart strategy
1431.93/390.82	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
1431.93/390.82	c timeout=2147483s
1431.93/390.82	c DB Simplification allowed=false
1431.93/390.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1431.93/390.82	c --- End Solver configuration ---
1431.93/390.82	c starts		: 0
1431.93/390.82	c conflicts		: 0
1431.93/390.82	c decisions		: 0
1431.93/390.82	c propagations		: 0
1431.93/390.82	c inspects		: 0
1431.93/390.82	c shortcuts		: 0
1431.93/390.82	c learnt literals	: 0
1431.93/390.82	c learnt binary clauses	: 0
1431.93/390.82	c learnt ternary clauses	: 0
1431.93/390.82	c learnt constraints	: 0
1431.93/390.82	c ignored constraints	: 0
1431.93/390.82	c root simplifications	: 0
1431.93/390.82	c removed literals (reason simplification)	: 0
1431.93/390.82	c reason swapping (by a shorter reason)	: 0
1431.93/390.82	c Calls to reduceDB	: 0
1431.93/390.82	c Number of update (reduction) of LBD	: 0
1431.93/390.82	c Imported unit clauses	: 0
1431.93/390.82	c number of reductions to clauses (during analyze)	: 0
1431.93/390.82	c number of learned constraints concerned by reduction	: 0
1431.93/390.82	c number of learning phase by resolution	: 0
1431.93/390.82	c number of learning phase by cutting planes	: 0
1431.93/390.82	c number of rounding to 1 operations	: 0
1431.93/390.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1431.93/390.82	c number of reductions of the coefficients by power 2 	: 0
1431.93/390.82	c number of right shift for reduction by power 2 	: 0
1431.93/390.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
1431.93/390.82	c speed (assignments/second)	: 0.0
1431.93/390.82	c non guided choices	0
1495.16/407.47	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1495.16/407.47		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1495.16/407.47		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1495.16/407.47		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1495.16/407.47		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1495.16/407.47		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1495.16/407.47		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1495.16/407.47		at java.io.PrintWriter.newLine(PrintWriter.java:482)
1495.16/407.47		at java.io.PrintWriter.println(PrintWriter.java:629)
1495.16/407.47		at java.io.PrintWriter.println(PrintWriter.java:740)
1495.16/407.47		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1880)
1495.16/407.47		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
1495.16/407.47		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1495.16/407.47		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1495.16/407.47		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1495.16/407.47		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1495.16/407.47		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1495.16/407.47		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-4243997-1502095381/watcher-4243997-1502095381 -o /tmp/evaluation-result-4243997-1502095381/solver-4243997-1502095381 -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-4243997-1502095381.xml 

pid=28933
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: 5.12 4.76 3.92 2/200 28936
/proc/meminfo: memFree=23423892/32770624 swapFree=0/363540
[pid=28936] ppid=28933 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28936/stat : 28936 (runsolver) D 28933 28936 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51449080 24240128 107 18446744073709551615 4194304 4338465 140725614440944 140725614438584 140173364720343 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 32296960 140725614444679 140725614445129 140725614445129 140725614448586 0
/proc/28936/statm: 5918 107 54 36 0 2156 0

[startup+0.100111 s]
/proc/loadavg: 5.12 4.76 3.92 2/200 28936
/proc/meminfo: memFree=23423892/32770624 swapFree=0/363540
[pid=28936] ppid=28933 vsize=10151672 CPUtime=0.02 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 4091 0 0 0 2 0 0 0 20 0 9 0 51449080 10395312128 5263 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2537918 5263 2112 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.207946 s]
/proc/loadavg: 5.12 4.76 3.92 2/200 28936
/proc/meminfo: memFree=23423892/32770624 swapFree=0/363540
[pid=28936] ppid=28933 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 4964 0 0 0 6 1 0 0 20 0 15 0 51449080 10804383744 5970 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637789 5970 2610 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300251 s]
/proc/loadavg: 5.12 4.76 3.92 2/200 28936
/proc/meminfo: memFree=23423892/32770624 swapFree=0/363540
[pid=28936] ppid=28933 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 8184 0 0 0 19 2 0 0 20 0 15 0 51449080 10804383744 8924 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637789 8924 2863 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.701472 s]
/proc/loadavg: 5.12 4.76 3.92 2/200 28936
/proc/meminfo: memFree=23423892/32770624 swapFree=0/363540
[pid=28936] ppid=28933 vsize=10551232 CPUtime=1.41 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 13498 0 0 0 137 4 0 0 20 0 15 0 51449080 10804461568 26386 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637808 26386 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10551232

[startup+1.50063 s]
/proc/loadavg: 5.12 4.76 3.92 4/215 28951
/proc/meminfo: memFree=23032304/32770624 swapFree=0/363584
[pid=28936] ppid=28933 vsize=10551232 CPUtime=3.51 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 15762 0 0 0 324 27 0 0 20 0 15 0 51449080 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637808 165412 3104 1 0 2627261 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 12906 0 -1 4202560 7933 0 0 0 110 9 0 0 20 0 15 0 51449087 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140655415006344 140655032587467 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 12906 0 -1 1077944384 235 0 0 0 9 4 0 0 20 0 15 0 51449087 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140655351815312 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=0.11 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 12906 0 -1 1077944384 217 0 0 0 8 3 0 0 20 0 15 0 51449087 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140655350762512 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=0.12 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 12906 0 -1 1077944384 214 0 0 0 9 3 0 0 20 0 15 0 51449087 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140655349709712 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=0.12 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 12906 0 -1 1077944384 231 0 0 0 9 3 0 0 20 0 15 0 51449087 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140655348656912 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 485 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654907500912 140655410788994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654906446880 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654905394032 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.74 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 1933 0 0 0 74 0 0 0 20 0 15 0 51449092 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654903290736 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.69 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 1445 0 0 0 69 0 0 0 20 0 15 0 51449092 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654902237936 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 1712 0 0 0 31 0 0 0 20 0 15 0 51449092 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654901185136 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51449100 10804461568 165412 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10551232

[startup+3.10095 s]
/proc/loadavg: 4.87 4.72 3.91 3/215 28951
/proc/meminfo: memFree=22621596/32770624 swapFree=0/363584
[pid=28936] ppid=28933 vsize=10551232 CPUtime=6.57 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 18593 0 0 0 579 78 0 0 20 0 15 0 51449080 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637808 365229 3104 1 0 2627261 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=2.35 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 12906 0 -1 1077944384 8669 0 0 0 219 16 0 0 20 0 15 0 51449087 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140655415014272 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 12906 0 -1 4202560 633 0 0 0 42 15 0 0 20 0 15 0 51449087 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140655351815200 140655395805266 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=0.55 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 12906 0 -1 4202560 459 0 0 0 41 14 0 0 20 0 15 0 51449087 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140655350762712 140655395805266 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=0.56 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 12906 0 -1 4202560 853 0 0 0 41 15 0 0 20 0 15 0 51449087 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140655349709912 140655395801902 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=0.55 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 12906 0 -1 4202560 951 0 0 0 41 14 0 0 20 0 15 0 51449087 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140655348657112 140655395799965 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 549 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654907499424 140655410788053 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654905394032 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.8 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 1947 0 0 0 80 0 0 0 20 0 15 0 51449092 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654903290736 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.77 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 1455 0 0 0 77 0 0 0 20 0 15 0 51449092 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654902237936 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 1721 0 0 0 32 0 0 0 20 0 15 0 51449092 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654901185136 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51449100 10804461568 365229 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 10551232

[startup+6.30098 s]
/proc/loadavg: 4.87 4.72 3.91 3/215 28951
/proc/meminfo: memFree=21611268/32770624 swapFree=0/363584
[pid=28936] ppid=28933 vsize=10551232 CPUtime=15.82 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 82638 0 0 0 1486 96 0 0 20 0 15 0 51449080 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637808 456179 3119 1 0 2627261 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=2.44 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 12906 0 -1 4202560 8745 0 0 0 228 16 0 0 20 0 15 0 51449087 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140655415014280 140655032711742 0 4 1 16800974 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=2.59 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 12906 0 -1 1077944384 14647 0 0 0 240 19 0 0 20 0 15 0 51449087 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140655351815312 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=2.57 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 12906 0 -1 1077944384 14422 0 0 0 238 19 0 0 20 0 15 0 51449087 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140655350762512 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=2.56 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 12906 0 -1 1077944384 16118 0 0 0 238 18 0 0 20 0 15 0 51449087 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140655349709712 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=2.58 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 12906 0 -1 1077944384 16403 0 0 0 239 19 0 0 20 0 15 0 51449087 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140655348656912 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=1.08 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 5349 0 0 0 108 0 0 0 20 0 15 0 51449089 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654907500912 140655410788994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654905394032 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.8 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 1949 0 0 0 80 0 0 0 20 0 15 0 51449092 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654903290736 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.77 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 1457 0 0 0 77 0 0 0 20 0 15 0 51449092 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654902237936 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 1812 0 0 0 32 0 0 0 20 0 15 0 51449092 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654901185136 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 352 0 0 0 0 0 0 0 20 0 15 0 51449100 10804461568 456179 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 4.43 4.63 3.89 3/215 28951
/proc/meminfo: memFree=20723752/32770624 swapFree=0/363576
[pid=28936] ppid=28933 vsize=10551232 CPUtime=31.52 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 148683 0 0 0 2977 175 0 0 20 0 15 0 51449080 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2637808 689134 3119 1 0 2627261 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=4.59 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 12906 0 -1 4202560 12530 0 0 0 442 17 0 0 20 0 15 0 51449087 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140655415010544 140655032607910 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=5.71 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 12906 0 -1 1077944384 34463 0 0 0 533 38 0 0 20 0 15 0 51449087 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140655351815312 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=5.66 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 12906 0 -1 1077944384 35941 0 0 0 528 38 0 0 20 0 15 0 51449087 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140655350762512 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=5.64 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 12906 0 -1 1077944384 22265 0 0 0 528 36 0 0 20 0 15 0 51449087 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140655349709712 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=5.68 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 12906 0 -1 1077944384 27960 0 0 0 527 41 0 0 20 0 15 0 51449087 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140655348656912 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=2.2 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 7595 0 0 0 220 0 0 0 20 0 15 0 51449089 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140654907500912 140655410788994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 51449089 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140654905394032 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51449092 10804461568 689134 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0

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

/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 12906 0 -1 1077944384 26529 0 0 0 1337 24 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655415018528 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10686560 CPUtime=361.26 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 12906 0 -1 4202560 143499 0 0 0 35971 155 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655351815312 140655392374858 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10686560 CPUtime=359.75 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 12906 0 -1 4202560 240634 0 0 0 35803 172 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655350762712 140655395729007 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10686560 CPUtime=360.74 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 12906 0 -1 4202560 213885 0 0 0 35915 159 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655349709600 140655395475486 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10686560 CPUtime=360.21 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 12906 0 -1 4202560 144356 0 0 0 35852 169 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655348657112 140655395475681 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10686560 CPUtime=26.82 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 75194 0 0 0 2678 4 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654907499232 140655410788053 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654905393600 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10686560 CPUtime=0.87 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 3510 0 0 0 87 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654903290736 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10686560 CPUtime=0.81 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 2500 0 0 0 81 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654902237936 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10686560 CPUtime=0.4 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 3981 0 0 0 39 1 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654901185136 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 684 0 0 0 17 14 0 0 20 0 17 0 51449100 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28980] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28980/stat : 28980 (java) S 28933 28936 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654895925904 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28981] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28981/stat : 28981 (java) S 28933 28936 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654894874336 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 1484.87
Current children cumulated vsize (KiB) 10686560

[startup+406.401 s]
/proc/loadavg: 4.25 4.50 4.06 6/216 28982
/proc/meminfo: memFree=15092292/32770624 swapFree=0/363744
[pid=28936] ppid=28933 vsize=10686560 CPUtime=1491.2 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 856453 0 0 0 148430 690 0 0 20 0 17 0 51449080 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2671640 2077666 3165 1 0 2661055 0
[pid=28936/tid=28938] ppid=28933 vsize=10686560 CPUtime=13.61 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 12906 0 -1 1077944384 26529 0 0 0 1337 24 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655415018528 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10686560 CPUtime=362.84 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 12906 0 -1 4202560 143499 0 0 0 36129 155 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655351815312 140655392387559 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10686560 CPUtime=361.33 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 12906 0 -1 4202560 240635 0 0 0 35961 172 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655350762712 140655395774254 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10686560 CPUtime=362.32 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 12906 0 -1 4202560 214006 0 0 0 36073 159 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655349709712 140655395476627 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10686560 CPUtime=361.8 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 12906 0 -1 4202560 144357 0 0 0 36011 169 0 0 20 0 17 0 51449087 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140655348657112 140655395476701 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10686560 CPUtime=26.83 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 75194 0 0 0 2679 4 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654907499456 140655410788053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654905393600 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10686560 CPUtime=0.87 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 3510 0 0 0 87 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654903290736 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10686560 CPUtime=0.81 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 2500 0 0 0 81 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654902237936 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10686560 CPUtime=0.4 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 3981 0 0 0 39 1 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654901185136 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 684 0 0 0 17 14 0 0 20 0 17 0 51449100 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28980] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28980/stat : 28980 (java) S 28933 28936 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654895925904 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28981] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28981/stat : 28981 (java) S 28933 28936 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077666 18446744073709551615 4194304 4196468 140727843527280 140654894874336 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 1491.2
Current children cumulated vsize (KiB) 10686560

[startup+407.201 s]
/proc/loadavg: 4.25 4.50 4.06 6/216 28982
/proc/meminfo: memFree=15092292/32770624 swapFree=0/363740
[pid=28936] ppid=28933 vsize=10686560 CPUtime=1494.38 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 856582 0 0 0 148748 690 0 0 20 0 17 0 51449080 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2671640 2077667 3165 1 0 2661055 0
[pid=28936/tid=28938] ppid=28933 vsize=10686560 CPUtime=13.61 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 12906 0 -1 1077944384 26529 0 0 0 1337 24 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655415018528 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10686560 CPUtime=363.64 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 12906 0 -1 4202560 143587 0 0 0 36209 155 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655351815120 140655403406055 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10686560 CPUtime=362.12 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 12906 0 -1 4202560 240635 0 0 0 36040 172 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655350762712 140655395235450 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10686560 CPUtime=363.12 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 12906 0 -1 4202560 214006 0 0 0 36153 159 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655349709520 140655403406055 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10686560 CPUtime=362.59 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 12906 0 -1 4202560 144397 0 0 0 36090 169 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655348656720 140655403406055 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10686560 CPUtime=26.83 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 75194 0 0 0 2679 4 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654907499456 140655410788053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654905393600 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10686560 CPUtime=0.87 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 3510 0 0 0 87 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654903290784 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10686560 CPUtime=0.81 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 2500 0 0 0 81 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654902237984 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10686560 CPUtime=0.4 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 3982 0 0 0 39 1 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654901184896 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 684 0 0 0 17 14 0 0 20 0 17 0 51449100 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28980] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28980/stat : 28980 (java) S 28933 28936 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654895925904 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28981] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28981/stat : 28981 (java) S 28933 28936 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654894874336 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 1494.38
Current children cumulated vsize (KiB) 10686560

[startup+407.401 s]
/proc/loadavg: 4.25 4.50 4.06 6/216 28982
/proc/meminfo: memFree=15092292/32770624 swapFree=0/363740
[pid=28936] ppid=28933 vsize=10686560 CPUtime=1495.16 cores=1,3,5,7
/proc/28936/stat : 28936 (java) S 28933 28936 12906 0 -1 1077944320 856582 0 0 0 148825 691 0 0 20 0 17 0 51449080 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140727843509824 140655410777847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
/proc/28936/statm: 2671640 2077667 3165 1 0 2661055 0
[pid=28936/tid=28938] ppid=28933 vsize=10686560 CPUtime=13.61 cores=1,3,5,7
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 12906 0 -1 1077944384 26529 0 0 0 1337 24 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655415018528 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28939] ppid=28933 vsize=10686560 CPUtime=363.83 cores=1,3,5,7
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 12906 0 -1 4202560 143587 0 0 0 36228 155 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655351815120 140655403406055 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28940] ppid=28933 vsize=10686560 CPUtime=362.32 cores=1,3,5,7
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 12906 0 -1 4202560 240635 0 0 0 36060 172 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655350762712 140655395235478 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28941] ppid=28933 vsize=10686560 CPUtime=363.31 cores=1,3,5,7
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 12906 0 -1 1077944384 214006 0 0 0 36172 159 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655349709520 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28942] ppid=28933 vsize=10686560 CPUtime=362.78 cores=1,3,5,7
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 12906 0 -1 4202560 144397 0 0 0 36109 169 0 0 20 0 17 0 51449087 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140655348656720 140655403406055 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28943] ppid=28933 vsize=10686560 CPUtime=26.83 cores=1,3,5,7
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 12906 0 -1 1077944384 75194 0 0 0 2679 4 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654907499456 140655410788053 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28944] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654906446944 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28945] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 51449089 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654905393600 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28946] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654904342352 140655410796443 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28947] ppid=28933 vsize=10686560 CPUtime=0.87 cores=1,3,5,7
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 12906 0 -1 1077944384 3510 0 0 0 87 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654903290784 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28948] ppid=28933 vsize=10686560 CPUtime=0.81 cores=1,3,5,7
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 12906 0 -1 1077944384 2500 0 0 0 81 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654902237984 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28949] ppid=28933 vsize=10686560 CPUtime=0.4 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 12906 0 -1 1077944384 3982 0 0 0 39 1 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654901184896 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28950] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51449092 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654900132576 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28951] ppid=28933 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 12906 0 -1 1077944384 684 0 0 0 17 14 0 0 20 0 17 0 51449100 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654899079856 140655410788994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28980] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28980/stat : 28980 (java) S 28933 28936 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654895925904 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
[pid=28936/tid=28981] ppid=28933 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/28936/task/28981/stat : 28981 (java) S 28933 28936 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51485860 10943037440 2077667 18446744073709551615 4194304 4196468 140727843527280 140654894874336 140655410788053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15351808 140727843533237 140727843533390 140727843533390 140727843536847 0
Current children cumulated CPU time (s) 1495.16
Current children cumulated vsize (KiB) 10686560

[startup+407.501 s]
/proc/loadavg: 4.25 4.50 4.06 6/216 28982
/proc/meminfo: memFree=15092292/32770624 swapFree=0/363740
[pid=28936] ppid=28933 vsize=0 CPUtime=1495.28 cores=1,3,5,7
/proc/28936/stat : 28936 (java) Z 28933 28936 12906 0 -1 4227084 856674 0 0 0 148834 694 0 0 20 0 2 0 51449080 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/28936/statm: 0 0 0 0 0 0 0
[pid=28936/tid=28949] ppid=28933 vsize=0 CPUtime=0.43 cores=1,3,5,7
/proc/28936/task/28949/stat : 28949 (java) R 28933 28936 12906 0 -1 4203588 3985 0 0 0 39 4 0 0 20 0 2 0 51449092 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1495.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 407.519
CPU time (s): 1495.31
CPU user time (s): 1488.35
CPU system time (s): 6.95933
CPU usage (%): 366.929
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1488.35
system time used= 6.95933
maximum resident set size= 8310764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 856674
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= 21678
involuntary context switches= 14088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79988 second user time and 2.87307 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:29:04
IDJOB=4243997
IDBENCH=140579
IDSOLVER=2623
FILE ID=node135/4243997-1502095381
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-34.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243997-1502095381/watcher-4243997-1502095381 -o /tmp/evaluation-result-4243997-1502095381/solver-4243997-1502095381 -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-4243997-1502095381.xml

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

MD5SUM BENCH= 778dc3cd7adf307db423468d07378e38
RANDOM SEED=1449074812

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:        23424004 kB
MemAvailable:   23871460 kB
Buffers:          223416 kB
Cached:           512616 kB
SwapCached:            0 kB
Active:          8513844 kB
Inactive:         388512 kB
Active(anon):    8166808 kB
Inactive(anon):    24972 kB
Active(file):     347036 kB
Inactive(file):   363540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1900 kB
Writeback:             0 kB
AnonPages:       8160268 kB
Mapped:            51684 kB
Shmem:             25344 kB
Slab:             131972 kB
SReclaimable:     105428 kB
SUnreclaim:        26544 kB
KernelStack:        3760 kB
PageTables:        20720 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:   8003584 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:35:52