Trace number 4243865

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? 1714.62 471.59601

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex06460.xml
MD5SUMf140970bd722cd0d04a16203ca32674e
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 benchmark2.0624499
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

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

pid=30423
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: 6.83 6.18 4.38 7/200 30426
/proc/meminfo: memFree=23248552/32770624 swapFree=0/365408
[pid=30426] ppid=30423 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30426/stat : 30426 (runsolver) D 30423 30426 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51934814 24240128 108 18446744073709551615 4194304 4338465 140731633262352 140731633259992 140111648150231 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14225408 140731633270919 140731633271369 140731633271369 140731633274826 0
/proc/30426/statm: 5918 108 54 36 0 2156 0

[startup+0.100192 s]
/proc/loadavg: 6.83 6.18 4.38 7/200 30426
/proc/meminfo: memFree=23248552/32770624 swapFree=0/365408
[pid=30426] ppid=30423 vsize=10648 CPUtime=0 cores=0,2,4,6
/proc/30426/stat : 30426 (java) R 30423 30426 12906 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 51934814 10903552 151 18446744073709551615 4194304 4196468 140720881156800 140720881135000 139785667435024 0 0 1 0 0 0 0 17 0 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2918 151 119 1 0 340 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10648

[startup+0.200264 s]
/proc/loadavg: 6.83 6.18 4.38 7/200 30426
/proc/meminfo: memFree=23248552/32770624 swapFree=0/365408
[pid=30426] ppid=30423 vsize=10551056 CPUtime=0.05 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 4847 0 0 0 5 0 0 0 20 0 15 0 51934814 10804281344 5885 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637764 5885 2573 1 0 2627261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551056

[startup+0.300879 s]
/proc/loadavg: 6.83 6.18 4.38 7/200 30426
/proc/meminfo: memFree=23248552/32770624 swapFree=0/365408
[pid=30426] ppid=30423 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 8172 0 0 0 18 3 0 0 20 0 15 0 51934814 10804383744 8921 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637789 8921 2865 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700248 s]
/proc/loadavg: 6.83 6.18 4.38 7/200 30426
/proc/meminfo: memFree=23248552/32770624 swapFree=0/365408
[pid=30426] ppid=30423 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 13039 0 0 0 121 6 0 0 20 0 15 0 51934814 10804461568 31583 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637808 31583 3051 1 0 2627261 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10551232

[startup+1.50092 s]
/proc/loadavg: 6.84 6.19 4.39 9/215 30441
/proc/meminfo: memFree=23015364/32770624 swapFree=0/365472
[pid=30426] ppid=30423 vsize=10551232 CPUtime=3.21 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 15038 0 0 0 286 35 0 0 20 0 15 0 51934814 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637808 171719 3090 1 0 2627261 0
[pid=30426/tid=30428] ppid=30423 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) R 30423 30426 12906 0 -1 4202560 7860 0 0 0 100 10 0 0 20 0 15 0 51934824 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785678992200 139785660823950 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) S 30423 30426 12906 0 -1 1077944384 281 0 0 0 17 5 0 0 20 0 15 0 51934825 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) S 30423 30426 12906 0 -1 1077944384 129 0 0 0 17 5 0 0 20 0 15 0 51934825 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10551232 CPUtime=0.2 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) S 30423 30426 12906 0 -1 1077944384 283 0 0 0 15 5 0 0 20 0 15 0 51934825 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785619000464 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) S 30423 30426 12906 0 -1 1077944384 350 0 0 0 16 6 0 0 20 0 15 0 51934825 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785617947664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) S 30423 30426 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51934826 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785171527792 139785674766978 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785170473760 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785169421424 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 1804 0 0 0 45 0 0 0 20 0 15 0 51934829 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785167317616 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1355 0 0 0 45 0 0 0 20 0 15 0 51934829 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785166264816 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 1411 0 0 0 28 0 0 0 20 0 15 0 51934829 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785165212528 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51934834 10804461568 171719 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 10551232

[startup+3.10088 s]
/proc/loadavg: 6.84 6.19 4.39 6/215 30441
/proc/meminfo: memFree=21768704/32770624 swapFree=0/365472
[pid=30426] ppid=30423 vsize=10551232 CPUtime=6.84 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 20877 0 0 0 580 104 0 0 20 0 15 0 51934814 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637808 647797 3095 1 0 2627261 0
[pid=30426/tid=30428] ppid=30423 vsize=10551232 CPUtime=2.02 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 9133 0 0 0 174 28 0 0 20 0 15 0 51934824 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785678992720 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10551232 CPUtime=0.89 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) R 30423 30426 12906 0 -1 4202560 1504 0 0 0 71 18 0 0 20 0 15 0 51934825 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785659453410 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10551232 CPUtime=0.89 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) R 30423 30426 12906 0 -1 4202560 804 0 0 0 71 18 0 0 20 0 15 0 51934825 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785654782326 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) R 30423 30426 12906 0 -1 4202560 882 0 0 0 70 17 0 0 20 0 15 0 51934825 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785619000664 139785654781989 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10551232 CPUtime=0.88 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) R 30423 30426 12906 0 -1 4202560 1373 0 0 0 70 18 0 0 20 0 15 0 51934825 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785617947552 139785659453470 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) S 30423 30426 12906 0 -1 1077944384 1236 0 0 0 1 0 0 0 20 0 15 0 51934826 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785171526112 139785674766037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785170473760 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785169421424 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 1804 0 0 0 45 0 0 0 20 0 15 0 51934829 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785167317616 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1359 0 0 0 45 0 0 0 20 0 15 0 51934829 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785166264816 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 1427 0 0 0 29 0 0 0 20 0 15 0 51934829 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785165212528 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51934834 10804461568 647797 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 10551232

[startup+6.30088 s]
/proc/loadavg: 6.84 6.19 4.39 6/215 30441
/proc/meminfo: memFree=20572080/32770624 swapFree=0/365472
[pid=30426] ppid=30423 vsize=10551232 CPUtime=12.97 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 25652 0 0 0 1164 133 0 0 20 0 15 0 51934814 10804461568 746377 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637808 746377 3108 1 0 2627261 0
[pid=30426/tid=30428] ppid=30423 vsize=10551232 CPUtime=3.86 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 11743 0 0 0 356 30 0 0 20 0 15 0 51934824 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785678976688 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10551232 CPUtime=1.73 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) R 30423 30426 12906 0 -1 4202560 1820 0 0 0 149 24 0 0 20 0 15 0 51934825 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785659783705 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10551232 CPUtime=1.72 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) R 30423 30426 12906 0 -1 4202560 1607 0 0 0 148 24 0 0 20 0 15 0 51934825 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785659783705 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10551232 CPUtime=1.7 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) R 30423 30426 12906 0 -1 4202560 1367 0 0 0 146 24 0 0 20 0 15 0 51934825 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785619000664 139785659783705 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10551232 CPUtime=1.72 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) R 30423 30426 12906 0 -1 4202560 1491 0 0 0 147 25 0 0 20 0 15 0 51934825 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785617947552 139785659783705 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10551232 CPUtime=0.51 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) S 30423 30426 12906 0 -1 1077944384 1569 0 0 0 51 0 0 0 20 0 15 0 51934826 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785171526304 139785674766037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785169421424 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10551232 CPUtime=0.67 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 1837 0 0 0 67 0 0 0 20 0 15 0 51934829 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785167317616 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10551232 CPUtime=0.64 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1391 0 0 0 64 0 0 0 20 0 15 0 51934829 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785166264816 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 1473 0 0 0 31 0 0 0 20 0 15 0 51934829 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785165212528 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934834 10804461568 746889 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 6.56 6.15 4.40 6/215 30441
/proc/meminfo: memFree=19993208/32770624 swapFree=0/365484
[pid=30426] ppid=30423 vsize=10551232 CPUtime=27.67 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 46742 0 0 0 2606 161 0 0 20 0 15 0 51934814 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2637808 815292 3113 1 0 2627261 0
[pid=30426/tid=30428] ppid=30423 vsize=10551232 CPUtime=6.76 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) R 30423 30426 12906 0 -1 4202560 14842 0 0 0 645 31 0 0 20 0 15 0 51934824 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785678974176 139785301000191 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10551232 CPUtime=4.51 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) S 30423 30426 12906 0 -1 1077944384 4741 0 0 0 419 32 0 0 20 0 15 0 51934825 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10551232 CPUtime=4.5 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) S 30423 30426 12906 0 -1 1077944384 4265 0 0 0 419 31 0 0 20 0 15 0 51934825 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10551232 CPUtime=4.49 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) S 30423 30426 12906 0 -1 1077944384 5115 0 0 0 418 31 0 0 20 0 15 0 51934825 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785619000464 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10551232 CPUtime=4.47 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) S 30423 30426 12906 0 -1 1077944384 5398 0 0 0 415 32 0 0 20 0 15 0 51934825 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785617947664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) S 30423 30426 12906 0 -1 1077944384 5349 0 0 0 120 0 0 0 20 0 15 0 51934826 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785171527792 139785674766978 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 51934827 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785169421424 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51934829 10804461568 815292 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0

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

/proc/30426/task/30539/stat : 30539 (java) S 30423 30426 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785158901904 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 1705.93
Current children cumulated vsize (KiB) 10686560

[startup+470.401 s]
/proc/loadavg: 7.33 7.05 5.52 9/216 30540
/proc/meminfo: memFree=14948212/32770624 swapFree=0/365628
[pid=30426] ppid=30423 vsize=10686560 CPUtime=1712.15 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 2744818 0 0 0 170348 867 0 0 20 0 17 0 51934814 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2671640 2074344 3157 1 0 2661055 0
[pid=30426/tid=30428] ppid=30423 vsize=10686560 CPUtime=21.18 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 30311 0 0 0 2086 32 0 0 20 0 17 0 51934824 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785678996512 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10686560 CPUtime=415.94 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) R 30423 30426 12906 0 -1 4202560 911650 0 0 0 41376 218 0 0 20 0 17 0 51934825 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785621105360 139785667384039 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10686560 CPUtime=417.29 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) R 30423 30426 12906 0 -1 4202560 721533 0 0 0 41530 199 0 0 20 0 17 0 51934825 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785620052872 139785667384039 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10686560 CPUtime=415.97 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) R 30423 30426 12906 0 -1 4202560 569639 0 0 0 41392 205 0 0 20 0 17 0 51934825 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785619000664 139785659456464 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10686560 CPUtime=414.75 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) R 30423 30426 12906 0 -1 4202560 408756 0 0 0 41277 198 0 0 20 0 17 0 51934825 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785617947472 139785667384039 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10686560 CPUtime=25.07 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) S 30423 30426 12906 0 -1 1077944384 94561 0 0 0 2502 5 0 0 20 0 17 0 51934826 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785171526336 139785674766037 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785169421440 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10686560 CPUtime=0.7 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 2661 0 0 0 70 0 0 0 20 0 17 0 51934829 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785167317664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10686560 CPUtime=0.64 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1454 0 0 0 64 0 0 0 20 0 17 0 51934829 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785166264576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 2188 0 0 0 33 0 0 0 20 0 17 0 51934829 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785165212576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 373 0 0 0 9 7 0 0 20 0 17 0 51934834 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30538] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30538/stat : 30538 (java) S 30423 30426 12906 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785159953408 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30539] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30539/stat : 30539 (java) S 30423 30426 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074344 18446744073709551615 4194304 4196468 140720881156800 139785158901904 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 1712.15
Current children cumulated vsize (KiB) 10686560

[startup+471.201 s]
/proc/loadavg: 7.33 7.05 5.52 9/216 30540
/proc/meminfo: memFree=14948212/32770624 swapFree=0/365628
[pid=30426] ppid=30423 vsize=10686560 CPUtime=1714.21 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 2746903 0 0 0 170554 867 0 0 20 0 17 0 51934814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2671640 2074345 3157 1 0 2661055 0
[pid=30426/tid=30428] ppid=30423 vsize=10686560 CPUtime=21.18 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 30311 0 0 0 2086 32 0 0 20 0 17 0 51934824 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785678996512 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10686560 CPUtime=416.36 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) S 30423 30426 12906 0 -1 1077944384 911650 0 0 0 41418 218 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10686560 CPUtime=417.7 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) S 30423 30426 12906 0 -1 1077944384 721533 0 0 0 41571 199 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10686560 CPUtime=416.42 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) S 30423 30426 12906 0 -1 1077944384 569639 0 0 0 41437 205 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785619000464 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10686560 CPUtime=415.18 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) S 30423 30426 12906 0 -1 1077944384 408756 0 0 0 41320 198 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785617947664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10686560 CPUtime=25.42 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) R 30423 30426 12906 0 -1 4202560 96646 0 0 0 2537 5 0 0 20 0 17 0 51934826 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785171526336 139785659213451 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785169421440 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10686560 CPUtime=0.7 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 2661 0 0 0 70 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785167317664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10686560 CPUtime=0.64 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1454 0 0 0 64 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785166264576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 2188 0 0 0 33 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785165212576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 373 0 0 0 9 7 0 0 20 0 17 0 51934834 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30538] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30538/stat : 30538 (java) S 30423 30426 12906 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785159953408 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30539] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30539/stat : 30539 (java) S 30423 30426 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785158901904 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 1714.21
Current children cumulated vsize (KiB) 10686560

[startup+471.401 s]
/proc/loadavg: 7.33 7.05 5.52 9/216 30540
/proc/meminfo: memFree=14948212/32770624 swapFree=0/365628
[pid=30426] ppid=30423 vsize=10686560 CPUtime=1714.41 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 2746903 0 0 0 170574 867 0 0 20 0 17 0 51934814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2671640 2074345 3157 1 0 2661055 0
[pid=30426/tid=30428] ppid=30423 vsize=10686560 CPUtime=21.18 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 30311 0 0 0 2086 32 0 0 20 0 17 0 51934824 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785678996512 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10686560 CPUtime=416.36 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) S 30423 30426 12906 0 -1 1077944384 911650 0 0 0 41418 218 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10686560 CPUtime=417.7 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) S 30423 30426 12906 0 -1 1077944384 721533 0 0 0 41571 199 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10686560 CPUtime=416.42 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) S 30423 30426 12906 0 -1 1077944384 569639 0 0 0 41437 205 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785619000464 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10686560 CPUtime=415.18 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) S 30423 30426 12906 0 -1 1077944384 408756 0 0 0 41320 198 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785617947664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10686560 CPUtime=25.62 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) R 30423 30426 12906 0 -1 4202560 96646 0 0 0 2557 5 0 0 20 0 17 0 51934826 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785171526336 139785659752232 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785169421440 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10686560 CPUtime=0.7 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 2661 0 0 0 70 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785167317664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10686560 CPUtime=0.64 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1454 0 0 0 64 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785166264576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 2188 0 0 0 33 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785165212576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 373 0 0 0 9 7 0 0 20 0 17 0 51934834 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30538] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30538/stat : 30538 (java) S 30423 30426 12906 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785159953408 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30539] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30539/stat : 30539 (java) S 30423 30426 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785158901904 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 1714.41
Current children cumulated vsize (KiB) 10686560

[startup+471.501 s]
/proc/loadavg: 7.33 7.05 5.52 9/216 30540
/proc/meminfo: memFree=14948212/32770624 swapFree=0/365628
[pid=30426] ppid=30423 vsize=10686560 CPUtime=1714.51 cores=0,2,4,6
/proc/30426/stat : 30426 (java) S 30423 30426 12906 0 -1 1077944320 2746903 0 0 0 170584 867 0 0 20 0 17 0 51934814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 140720881139344 139785674755831 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
/proc/30426/statm: 2671640 2074345 3157 1 0 2661055 0
[pid=30426/tid=30428] ppid=30423 vsize=10686560 CPUtime=21.18 cores=0,2,4,6
/proc/30426/task/30428/stat : 30428 (java) S 30423 30426 12906 0 -1 1077944384 30311 0 0 0 2086 32 0 0 20 0 17 0 51934824 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785678996512 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30429] ppid=30423 vsize=10686560 CPUtime=416.36 cores=0,2,4,6
/proc/30426/task/30429/stat : 30429 (java) S 30423 30426 12906 0 -1 1077944384 911650 0 0 0 41418 218 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785621105552 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30430] ppid=30423 vsize=10686560 CPUtime=417.7 cores=0,2,4,6
/proc/30426/task/30430/stat : 30430 (java) S 30423 30426 12906 0 -1 1077944384 721533 0 0 0 41571 199 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785620052752 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30431] ppid=30423 vsize=10686560 CPUtime=416.42 cores=0,2,4,6
/proc/30426/task/30431/stat : 30431 (java) S 30423 30426 12906 0 -1 1077944384 569639 0 0 0 41437 205 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785619000464 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30432] ppid=30423 vsize=10686560 CPUtime=415.18 cores=0,2,4,6
/proc/30426/task/30432/stat : 30432 (java) S 30423 30426 12906 0 -1 1077944384 408756 0 0 0 41320 198 0 0 20 0 17 0 51934825 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785617947664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30433] ppid=30423 vsize=10686560 CPUtime=25.72 cores=0,2,4,6
/proc/30426/task/30433/stat : 30433 (java) R 30423 30426 12906 0 -1 4202560 96646 0 0 0 2567 5 0 0 20 0 17 0 51934826 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785171526336 139785653126011 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30434] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30434/stat : 30434 (java) S 30423 30426 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785170473824 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30435] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30435/stat : 30435 (java) S 30423 30426 12906 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 51934827 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785169421440 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30436] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30436/stat : 30436 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785168369744 139785674774427 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30437] ppid=30423 vsize=10686560 CPUtime=0.7 cores=0,2,4,6
/proc/30426/task/30437/stat : 30437 (java) S 30423 30426 12906 0 -1 1077944384 2661 0 0 0 70 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785167317664 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30438] ppid=30423 vsize=10686560 CPUtime=0.64 cores=0,2,4,6
/proc/30426/task/30438/stat : 30438 (java) S 30423 30426 12906 0 -1 1077944384 1454 0 0 0 64 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785166264576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30439] ppid=30423 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30426/task/30439/stat : 30439 (java) S 30423 30426 12906 0 -1 1077944384 2188 0 0 0 33 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785165212576 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30440] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30440/stat : 30440 (java) S 30423 30426 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51934829 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785164159968 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30441] ppid=30423 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30426/task/30441/stat : 30441 (java) S 30423 30426 12906 0 -1 1077944384 373 0 0 0 9 7 0 0 20 0 17 0 51934834 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785163106736 139785674766978 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30538] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30538/stat : 30538 (java) S 30423 30426 12906 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785159953408 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
[pid=30426/tid=30539] ppid=30423 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30426/task/30539/stat : 30539 (java) S 30423 30426 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51978814 10943037440 2074345 18446744073709551615 4194304 4196468 140720881156800 139785158901904 139785674766037 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37314560 140720881160629 140720881160782 140720881160782 140720881164239 0
Current children cumulated CPU time (s) 1714.51
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 471.596
CPU time (s): 1714.62
CPU user time (s): 1705.86
CPU system time (s): 8.75633
CPU usage (%): 363.577
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.86
system time used= 8.75633
maximum resident set size= 8297568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2747055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41399
involuntary context switches= 44567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.22457 second user time and 2.98481 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:50:01
IDJOB=4243865
IDBENCH=140823
IDSOLVER=2623
FILE ID=node135/4243865-1502100239
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-ex06460.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243865-1502100239/watcher-4243865-1502100239 -o /tmp/evaluation-result-4243865-1502100239/solver-4243865-1502100239 -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-4243865-1502100239.xml

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

MD5SUM BENCH= f140970bd722cd0d04a16203ca32674e
RANDOM SEED=705992888

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:        23249028 kB
MemAvailable:   23701456 kB
Buffers:          225452 kB
Cached:           515148 kB
SwapCached:            0 kB
Active:          8687564 kB
Inactive:         390380 kB
Active(anon):    8337580 kB
Inactive(anon):    24972 kB
Active(file):     349984 kB
Inactive(file):   365408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:       8337312 kB
Mapped:            52636 kB
Shmem:             25344 kB
Slab:             132676 kB
SReclaimable:     105740 kB
SUnreclaim:        26936 kB
KernelStack:        3472 kB
PageTables:        21344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8620092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7383040 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 11:57:53