Trace number 4243868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1872.17 512.698

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex08540.xml
MD5SUM440b59c3b2d6a515b3a7929740109e51
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.92504102
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

1687.16/463.77	Aug 07, 2017 12:05:28 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1687.16/463.77	INFO: Runtime exception
1687.16/463.77	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1687.16/463.77		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1687.16/463.77		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1687.16/463.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1687.16/463.77		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1687.16/463.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1687.16/463.77		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1687.16/463.77		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1687.16/463.77		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1687.16/463.77		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1687.16/463.77		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1687.16/463.77		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1687.16/463.77		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1687.16/463.77		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1687.16/463.77		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1687.16/463.77		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1687.16/463.77	Caused by: java.lang.reflect.InvocationTargetException
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		... 22 more
1687.16/463.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1687.16/463.77		... 27 more
1687.16/463.77	Caused by: java.lang.reflect.InvocationTargetException
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		... 28 more
1687.16/463.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1687.16/463.77		... 33 more
1687.16/463.77	Caused by: java.lang.reflect.InvocationTargetException
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		... 34 more
1687.16/463.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1687.16/463.77		... 39 more
1687.16/463.77	Caused by: java.lang.reflect.InvocationTargetException
1687.16/463.77		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1687.16/463.77		... 39 more
1687.16/463.77	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1687.16/463.77		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1687.16/463.77		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1687.16/463.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1687.16/463.77		at java.lang.reflect.Method.invoke(Method.java:498)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1687.16/463.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1687.16/463.77		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1687.16/463.77		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1687.16/463.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1687.16/463.77		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1687.16/463.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1687.16/463.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1687.16/463.77		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1687.16/463.77	
1771.70/486.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1771.70/486.40	c This is free software under the dual EPL/GNU LGPL licenses.
1771.70/486.40	c See www.sat4j.org for details.
1771.70/486.40	c That software uses the Rhino library from the Mozilla project.
1771.70/486.40	c version CUSTOM.v20170705
1771.70/486.40	c java.runtime.name	Java(TM) SE Runtime Environment
1771.70/486.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1771.70/486.40	c java.vm.version	25.131-b11
1771.70/486.40	c java.vm.vendor	Oracle Corporation
1771.70/486.40	c sun.arch.data.model	64
1771.70/486.40	c java.version		1.8.0_131
1771.70/486.40	c os.name		Linux
1771.70/486.40	c os.version		3.10.0-514.16.1.el7.x86_64
1771.70/486.40	c os.arch		amd64
1771.70/486.40	c Free memory 		499604488
1771.70/486.40	c Max memory 		7247757312
1771.70/486.40	c Total memory 		504889344
1771.70/486.40	c Number of processors 	4
1771.70/486.40	c c --- Begin Solver configuration ---
1771.70/486.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1771.70/486.40	c Learn all clauses as in MiniSAT
1771.70/486.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1771.70/486.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1771.70/486.40	c No reason simplification
1771.70/486.40	c Glucose 2.1 dynamic restart strategy
1771.70/486.40	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
1771.70/486.40	c timeout=2147483s
1771.70/486.40	c DB Simplification allowed=false
1771.70/486.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1771.70/486.40	c --- End Solver configuration ---
1771.70/486.40	c starts		: 0
1771.70/486.40	c conflicts		: 0
1771.70/486.40	c decisions		: 0
1771.70/486.40	c propagations		: 0
1771.70/486.40	c inspects		: 0
1771.70/486.40	c shortcuts		: 0
1771.70/486.40	c learnt literals	: 0
1771.70/486.40	c learnt binary clauses	: 0
1771.70/486.40	c learnt ternary clauses	: 0
1771.70/486.40	c learnt constraints	: 0
1771.70/486.40	c ignored constraints	: 0
1771.70/486.40	c root simplifications	: 0
1771.70/486.40	c removed literals (reason simplification)	: 0
1771.70/486.40	c reason swapping (by a shorter reason)	: 0
1771.70/486.40	c Calls to reduceDB	: 0
1771.70/486.40	c Number of update (reduction) of LBD	: 0
1771.70/486.40	c Imported unit clauses	: 0
1771.70/486.40	c number of reductions to clauses (during analyze)	: 0
1771.70/486.40	c number of learned constraints concerned by reduction	: 0
1771.70/486.40	c number of learning phase by resolution	: 0
1771.70/486.40	c number of learning phase by cutting planes	: 0
1771.70/486.40	c number of rounding to 1 operations	: 0
1843.21/505.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1843.21/505.23	c number of reductions of the coefficients by power 2 	: 0
1872.06/512.61	c number of right shift for reduction by power 2 	: 0
1872.06/512.61	Exception in thread "Thread-1" c number of reductions of the coefficients by GCD over coefficients 	: 0
1872.06/512.61	c speed (assignments/second)	: 0.0
1872.06/512.61	c non guided choices	0
1872.06/512.61	java.lang.OutOfMemoryError: GC overhead limit exceeded
1872.06/512.61		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1872.06/512.61		at java.util.Hashtable.keys(Hashtable.java:257)
1872.06/512.61		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1872.06/512.61		at java.util.logging.LogManager.reset(LogManager.java:1327)
1872.06/512.61		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1872.06/512.61	c learnt constraints type 
1872.06/512.61	s UNKNOWN

Verifier Data


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-4243868-1502100711/watcher-4243868-1502100711 -o /tmp/evaluation-result-4243868-1502100711/solver-4243868-1502100711 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243868-1502100711.xml 

pid=30597
running on 4 cores: 0,2,4,6

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: 7.38 7.07 5.53 5/199 30600
/proc/meminfo: memFree=23250664/32770624 swapFree=0/365352
[pid=30600] ppid=30597 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30600/stat : 30600 (runsolver) D 30597 30600 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51982074 24240128 108 18446744073709551615 4194304 4338465 140722359414864 140722359412504 139907298206423 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25096192 140722359419015 140722359419465 140722359419465 140722359422922 0
/proc/30600/statm: 5918 108 54 36 0 2156 0

[startup+0.102349 s]
/proc/loadavg: 7.38 7.07 5.53 5/199 30600
/proc/meminfo: memFree=23250664/32770624 swapFree=0/365352
[pid=30600] ppid=30597 vsize=10151672 CPUtime=0.03 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 3882 0 0 0 3 0 0 0 20 0 9 0 51982074 10395312128 4989 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2537918 4989 2122 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200215 s]
/proc/loadavg: 7.38 7.07 5.53 5/199 30600
/proc/meminfo: memFree=23250664/32770624 swapFree=0/365352
[pid=30600] ppid=30597 vsize=10551156 CPUtime=0.09 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 4901 0 0 0 8 1 0 0 20 0 15 0 51982074 10804383744 6883 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637789 6883 2738 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.30034 s]
/proc/loadavg: 7.38 7.07 5.53 5/199 30600
/proc/meminfo: memFree=23250664/32770624 swapFree=0/365352
[pid=30600] ppid=30597 vsize=10551156 CPUtime=0.23 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 7947 0 0 0 21 2 0 0 20 0 15 0 51982074 10804383744 9189 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637789 9196 2862 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.70093 s]
/proc/loadavg: 7.38 7.07 5.53 5/199 30600
/proc/meminfo: memFree=23250664/32770624 swapFree=0/365352
[pid=30600] ppid=30597 vsize=10551232 CPUtime=1.36 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 12657 0 0 0 131 5 0 0 20 0 15 0 51982074 10804461568 32163 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637808 32163 3058 1 0 2627261 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10551232

[startup+1.5039 s]
/proc/loadavg: 7.38 7.07 5.53 9/214 30615
/proc/meminfo: memFree=23003328/32770624 swapFree=0/365656
[pid=30600] ppid=30597 vsize=10551232 CPUtime=3.27 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 14615 0 0 0 291 36 0 0 20 0 15 0 51982074 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637808 184540 3092 1 0 2627261 0
[pid=30600/tid=30602] ppid=30597 vsize=10551232 CPUtime=1.12 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 7369 0 0 0 103 9 0 0 20 0 15 0 51982080 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571680580944 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10551232 CPUtime=0.24 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 436 0 0 0 17 7 0 0 20 0 15 0 51982081 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571606764688 140571669446772 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 224 0 0 0 17 6 0 0 20 0 15 0 51982081 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571605711888 140571661371150 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 289 0 0 0 17 6 0 0 20 0 15 0 51982081 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571604658976 140571660792383 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 121 0 0 0 16 5 0 0 20 0 15 0 51982081 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571603606288 140571655539237 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51982082 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571171562400 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571170509856 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571169457008 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 1765 0 0 0 44 0 0 0 20 0 15 0 51982085 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571167353712 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1387 0 0 0 45 0 0 0 20 0 15 0 51982085 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571166300912 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 1459 0 0 0 28 0 0 0 20 0 15 0 51982085 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571165248112 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51982091 10804461568 184540 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 10551232

[startup+3.10088 s]
/proc/loadavg: 7.38 7.07 5.53 5/214 30615
/proc/meminfo: memFree=21778388/32770624 swapFree=0/365656
[pid=30600] ppid=30597 vsize=10551232 CPUtime=6.91 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 19436 0 0 0 585 106 0 0 20 0 15 0 51982074 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637808 647874 3099 1 0 2627261 0
[pid=30600/tid=30602] ppid=30597 vsize=10551232 CPUtime=2.03 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 8371 0 0 0 176 27 0 0 20 0 15 0 51982080 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571680580944 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10551232 CPUtime=0.91 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 1339 0 0 0 73 18 0 0 20 0 15 0 51982081 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571606764888 140571661329339 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10551232 CPUtime=0.91 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 775 0 0 0 72 19 0 0 20 0 15 0 51982081 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571605712088 140571661329351 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10551232 CPUtime=0.9 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 561 0 0 0 71 19 0 0 20 0 15 0 51982081 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571604658672 140571668972263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10551232 CPUtime=0.89 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 1168 0 0 0 71 18 0 0 20 0 15 0 51982081 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571603606488 140571661294632 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 1236 0 0 0 0 0 0 0 20 0 15 0 51982082 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571171562208 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571170509856 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571169457008 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 1769 0 0 0 44 0 0 0 20 0 15 0 51982085 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571167353712 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1387 0 0 0 45 0 0 0 20 0 15 0 51982085 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571166300912 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 1475 0 0 0 29 0 0 0 20 0 15 0 51982085 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571165248112 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51982091 10804461568 647874 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 10551232

[startup+6.30089 s]
/proc/loadavg: 7.35 7.07 5.54 6/214 30615
/proc/meminfo: memFree=20571180/32770624 swapFree=0/365660
[pid=30600] ppid=30597 vsize=10551232 CPUtime=13.52 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 24381 0 0 0 1207 145 0 0 20 0 15 0 51982074 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637808 775930 3113 1 0 2627261 0
[pid=30600/tid=30602] ppid=30597 vsize=10551232 CPUtime=3.72 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 10471 0 0 0 343 29 0 0 20 0 15 0 51982080 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571680565040 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10551232 CPUtime=1.88 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 1779 0 0 0 161 27 0 0 20 0 15 0 51982081 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571606764072 140571661366176 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10551232 CPUtime=1.87 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 1074 0 0 0 159 28 0 0 20 0 15 0 51982081 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571605711776 140571661366176 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10551232 CPUtime=1.87 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 974 0 0 0 160 27 0 0 20 0 15 0 51982081 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571604659088 140571661366176 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10551232 CPUtime=1.87 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 2297 0 0 0 159 28 0 0 20 0 15 0 51982081 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571603606288 140571661371474 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10551232 CPUtime=0.51 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 1579 0 0 0 51 0 0 0 20 0 15 0 51982082 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571171562400 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571169457008 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10551232 CPUtime=0.71 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 1816 0 0 0 71 0 0 0 20 0 15 0 51982085 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571167353712 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10551232 CPUtime=0.66 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1501 0 0 0 66 0 0 0 20 0 15 0 51982085 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571166300912 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 1533 0 0 0 32 0 0 0 20 0 15 0 51982085 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571165248112 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982091 10804461568 775930 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 10551232

[startup+12.7029 s]
/proc/loadavg: 7.08 7.02 5.53 9/214 30616
/proc/meminfo: memFree=19772540/32770624 swapFree=0/365656
[pid=30600] ppid=30597 vsize=10551232 CPUtime=28.19 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 106624 0 0 0 2585 234 0 0 20 0 15 0 51982074 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2637808 1017363 3113 1 0 2627261 0
[pid=30600/tid=30602] ppid=30597 vsize=10551232 CPUtime=6.73 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 11717 0 0 0 643 30 0 0 20 0 15 0 51982080 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571680566112 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10551232 CPUtime=4.62 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 23714 0 0 0 412 50 0 0 20 0 15 0 51982081 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571606764312 140571661371929 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10551232 CPUtime=4.63 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 20015 0 0 0 412 51 0 0 20 0 15 0 51982081 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571605710808 140571661371929 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10551232 CPUtime=4.64 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 18554 0 0 0 415 49 0 0 20 0 15 0 51982081 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571604658376 140571661371929 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10551232 CPUtime=4.61 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 20592 0 0 0 412 49 0 0 20 0 15 0 51982081 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571603605912 140571661371929 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 4677 0 0 0 114 0 0 0 20 0 15 0 51982082 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571171562400 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 51982083 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571169457008 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51982085 10804461568 1017363 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0

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

/proc/30600/task/30718/stat : 30718 (java) S 30597 30600 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571158936576 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 1857.23
Current children cumulated vsize (KiB) 10686560

[startup+510.401 s]
/proc/loadavg: 3.93 5.76 5.69 5/195 30720
/proc/meminfo: memFree=23226696/32770624 swapFree=0/365868
[pid=30600] ppid=30597 vsize=10686560 CPUtime=1863.52 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 2305636 0 0 0 185451 901 0 0 20 0 17 0 51982074 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2671640 2078881 3158 1 0 2661055 0
[pid=30600/tid=30602] ppid=30597 vsize=10686560 CPUtime=19.27 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 27025 0 0 0 1896 31 0 0 20 0 17 0 51982080 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571680584736 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10686560 CPUtime=454.09 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 424399 0 0 0 45206 203 0 0 20 0 17 0 51982081 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571606764888 140571661295048 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10686560 CPUtime=452.94 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 510405 0 0 0 45079 215 0 0 20 0 17 0 51982081 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571605711472 140571662102864 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10686560 CPUtime=454.31 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 713712 0 0 0 45224 207 0 0 20 0 17 0 51982081 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571604659288 140571661295048 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10686560 CPUtime=452.27 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 524840 0 0 0 44996 231 0 0 20 0 17 0 51982081 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571603606184 140571668972263 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10686560 CPUtime=28.61 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 96177 0 0 0 2856 5 0 0 20 0 17 0 51982082 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571171562208 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571169457024 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10686560 CPUtime=0.74 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 2852 0 0 0 74 0 0 0 20 0 17 0 51982085 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571167353472 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10686560 CPUtime=0.66 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1575 0 0 0 66 0 0 0 20 0 17 0 51982085 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571166300960 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 2626 0 0 0 34 0 0 0 20 0 17 0 51982085 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571165248160 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10686560 CPUtime=0.19 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 506 0 0 0 12 7 0 0 20 0 17 0 51982091 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30717] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30717/stat : 30717 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571159987744 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30718] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30718/stat : 30718 (java) S 30597 30600 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078881 18446744073709551615 4194304 4196468 140730894887264 140571158936576 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 1863.52
Current children cumulated vsize (KiB) 10686560

[startup+512.001 s]
/proc/loadavg: 3.93 5.76 5.69 5/195 30720
/proc/meminfo: memFree=23226696/32770624 swapFree=0/365868
[pid=30600] ppid=30597 vsize=10686560 CPUtime=1869.84 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 2306753 0 0 0 186083 901 0 0 20 0 17 0 51982074 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2671640 2078882 3158 1 0 2661055 0
[pid=30600/tid=30602] ppid=30597 vsize=10686560 CPUtime=19.27 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 27025 0 0 0 1896 31 0 0 20 0 17 0 51982080 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571680584736 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10686560 CPUtime=455.68 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 425482 0 0 0 45365 203 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571606764888 140571657953801 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10686560 CPUtime=454.51 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 510405 0 0 0 45236 215 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571605711696 140571668972263 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10686560 CPUtime=455.9 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 713742 0 0 0 45383 207 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571604659288 140571657897296 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10686560 CPUtime=453.83 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 524840 0 0 0 45152 231 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571603606176 140571660801658 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10686560 CPUtime=28.61 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 96181 0 0 0 2856 5 0 0 20 0 17 0 51982082 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571171562432 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571169457024 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10686560 CPUtime=0.74 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 2852 0 0 0 74 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571167353472 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10686560 CPUtime=0.66 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1575 0 0 0 66 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571166300960 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 2626 0 0 0 34 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571165248160 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10686560 CPUtime=0.19 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 506 0 0 0 12 7 0 0 20 0 17 0 51982091 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30717] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30717/stat : 30717 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571159987744 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30718] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30718/stat : 30718 (java) S 30597 30600 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571158936576 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 1869.84
Current children cumulated vsize (KiB) 10686560

[startup+512.401 s]
/proc/loadavg: 3.93 5.76 5.69 5/195 30720
/proc/meminfo: memFree=23226696/32770624 swapFree=0/365868
[pid=30600] ppid=30597 vsize=10686560 CPUtime=1871.41 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 2306753 0 0 0 186239 902 0 0 20 0 17 0 51982074 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2671640 2078882 3158 1 0 2661055 0
[pid=30600/tid=30602] ppid=30597 vsize=10686560 CPUtime=19.27 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 27025 0 0 0 1896 31 0 0 20 0 17 0 51982080 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571680584736 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10686560 CPUtime=456.07 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) R 30597 30600 12906 0 -1 4202560 425482 0 0 0 45404 203 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571606764496 140571668972263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10686560 CPUtime=454.9 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) R 30597 30600 12906 0 -1 4202560 510405 0 0 0 45274 216 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571605711696 140571668972263 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10686560 CPUtime=456.29 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) R 30597 30600 12906 0 -1 4202560 713742 0 0 0 45422 207 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571604658896 140571668972263 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10686560 CPUtime=454.23 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) R 30597 30600 12906 0 -1 4202560 524840 0 0 0 45192 231 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571603606176 140571661340407 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10686560 CPUtime=28.61 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) S 30597 30600 12906 0 -1 1077944384 96181 0 0 0 2856 5 0 0 20 0 17 0 51982082 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571171562432 140571676354261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571169457024 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10686560 CPUtime=0.74 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 2852 0 0 0 74 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571167353472 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10686560 CPUtime=0.66 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1575 0 0 0 66 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571166300960 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 2626 0 0 0 34 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571165248160 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10686560 CPUtime=0.19 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 506 0 0 0 12 7 0 0 20 0 17 0 51982091 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30717] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30717/stat : 30717 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571159987744 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30718] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30718/stat : 30718 (java) S 30597 30600 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571158936576 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 1871.41
Current children cumulated vsize (KiB) 10686560

[startup+512.601 s]
/proc/loadavg: 3.93 5.76 5.69 2/195 30720
/proc/meminfo: memFree=23226696/32770624 swapFree=0/365860
[pid=30600] ppid=30597 vsize=10686560 CPUtime=1872.06 cores=0,2,4,6
/proc/30600/stat : 30600 (java) S 30597 30600 12906 0 -1 1077944320 2306753 0 0 0 186304 902 0 0 20 0 17 0 51982074 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140730894869808 140571676344055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
/proc/30600/statm: 2671640 2078882 3158 1 0 2661055 0
[pid=30600/tid=30602] ppid=30597 vsize=10686560 CPUtime=19.27 cores=0,2,4,6
/proc/30600/task/30602/stat : 30602 (java) S 30597 30600 12906 0 -1 1077944384 27025 0 0 0 1896 31 0 0 20 0 17 0 51982080 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571680584736 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30603] ppid=30597 vsize=10686560 CPUtime=456.22 cores=0,2,4,6
/proc/30600/task/30603/stat : 30603 (java) S 30597 30600 12906 0 -1 1077944384 425482 0 0 0 45419 203 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571606764688 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30604] ppid=30597 vsize=10686560 CPUtime=455.05 cores=0,2,4,6
/proc/30600/task/30604/stat : 30604 (java) S 30597 30600 12906 0 -1 1077944384 510405 0 0 0 45289 216 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571605711888 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30605] ppid=30597 vsize=10686560 CPUtime=456.44 cores=0,2,4,6
/proc/30600/task/30605/stat : 30605 (java) S 30597 30600 12906 0 -1 1077944384 713742 0 0 0 45437 207 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571604659088 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30606] ppid=30597 vsize=10686560 CPUtime=454.39 cores=0,2,4,6
/proc/30600/task/30606/stat : 30606 (java) S 30597 30600 12906 0 -1 1077944384 524840 0 0 0 45208 231 0 0 20 0 17 0 51982081 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571603606288 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30607] ppid=30597 vsize=10686560 CPUtime=28.66 cores=0,2,4,6
/proc/30600/task/30607/stat : 30607 (java) R 30597 30600 12906 0 -1 4202560 96181 0 0 0 2861 5 0 0 20 0 17 0 51982082 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571171562432 140571668633509 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30608] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30608/stat : 30608 (java) S 30597 30600 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571170509920 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30609] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30609/stat : 30609 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 51982083 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571169457024 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30610] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30610/stat : 30610 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571168405328 140571676362651 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30611] ppid=30597 vsize=10686560 CPUtime=0.74 cores=0,2,4,6
/proc/30600/task/30611/stat : 30611 (java) S 30597 30600 12906 0 -1 1077944384 2852 0 0 0 74 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571167353472 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30612] ppid=30597 vsize=10686560 CPUtime=0.66 cores=0,2,4,6
/proc/30600/task/30612/stat : 30612 (java) S 30597 30600 12906 0 -1 1077944384 1575 0 0 0 66 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571166300960 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30613] ppid=30597 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/30600/task/30613/stat : 30613 (java) S 30597 30600 12906 0 -1 1077944384 2626 0 0 0 34 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571165248160 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30614] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30614/stat : 30614 (java) S 30597 30600 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51982085 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571164195552 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30615] ppid=30597 vsize=10686560 CPUtime=0.19 cores=0,2,4,6
/proc/30600/task/30615/stat : 30615 (java) S 30597 30600 12906 0 -1 1077944384 506 0 0 0 12 7 0 0 20 0 17 0 51982091 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571163142832 140571676355202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30717] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30717/stat : 30717 (java) S 30597 30600 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571159987744 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
[pid=30600/tid=30718] ppid=30597 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30600/task/30718/stat : 30718 (java) S 30597 30600 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 52028451 10943037440 2078882 18446744073709551615 4194304 4196468 140730894887264 140571158936576 140571676354261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11440128 140730894889397 140730894889550 140730894889550 140730894893007 0
Current children cumulated CPU time (s) 1872.06
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 512.698
CPU time (s): 1872.17
CPU user time (s): 1863.06
CPU system time (s): 9.10771
CPU usage (%): 365.16
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1863.06
system time used= 9.10771
maximum resident set size= 8315916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2306905
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44343
involuntary context switches= 41974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30911 second user time and 3.37802 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:57:54
IDJOB=4243868
IDBENCH=140927
IDSOLVER=2623
FILE ID=node135/4243868-1502100711
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 440b59c3b2d6a515b3a7929740109e51
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:        23251108 kB
MemAvailable:   23703540 kB
Buffers:          225632 kB
Cached:           515036 kB
SwapCached:            0 kB
Active:          8685372 kB
Inactive:         390324 kB
Active(anon):    8335348 kB
Inactive(anon):    24972 kB
Active(file):     350024 kB
Inactive(file):   365352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1908 kB
Writeback:             0 kB
AnonPages:       8334744 kB
Mapped:            51488 kB
Shmem:             25344 kB
Slab:             132648 kB
SReclaimable:     105780 kB
SUnreclaim:        26868 kB
KernelStack:        3504 kB
PageTables:        21076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7411712 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 12:06:27