Trace number 4243866

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? 1741.9301 477.216

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
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 benchmark33.343498
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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.29 5.91 4.06 5/198 30329
/proc/meminfo: memFree=23231492/32770624 swapFree=0/365360
[pid=30329] ppid=30326 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30329/stat : 30329 (runsolver) D 30326 30329 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51922735 24240128 107 18446744073709551615 4194304 4338465 140729138028960 140729138026600 139919550169815 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 39858176 140729138036871 140729138037321 140729138037321 140729138040778 0
/proc/30329/statm: 5918 107 54 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 7.29 5.91 4.06 5/198 30329
/proc/meminfo: memFree=23231492/32770624 swapFree=0/365360
[pid=30329] ppid=30326 vsize=10018544 CPUtime=0.01 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 3575 0 0 0 1 0 0 0 20 0 7 0 51922735 10258989056 4763 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2504636 4763 2005 1 0 2494133 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10018544

[startup+0.200636 s]
/proc/loadavg: 7.29 5.91 4.06 5/198 30329
/proc/meminfo: memFree=23231492/32770624 swapFree=0/365360
[pid=30329] ppid=30326 vsize=10551156 CPUtime=0.1 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 4968 0 0 0 9 1 0 0 20 0 15 0 51922735 10804383744 7015 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637789 7015 2790 1 0 2627261 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10551156

[startup+0.300256 s]
/proc/loadavg: 7.29 5.91 4.06 5/198 30329
/proc/meminfo: memFree=23231492/32770624 swapFree=0/365360
[pid=30329] ppid=30326 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 7974 0 0 0 22 2 0 0 20 0 15 0 51922735 10804383744 9266 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637789 9266 2878 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700263 s]
/proc/loadavg: 7.29 5.91 4.06 5/198 30329
/proc/meminfo: memFree=23231492/32770624 swapFree=0/365360
[pid=30329] ppid=30326 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 11707 0 0 0 135 5 0 0 20 0 15 0 51922735 10804461568 31906 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637808 31906 3059 1 0 2627261 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10551232

[startup+1.50096 s]
/proc/loadavg: 7.29 5.91 4.06 6/213 30344
/proc/meminfo: memFree=22972428/32770624 swapFree=0/365392
[pid=30329] ppid=30326 vsize=10551232 CPUtime=3.29 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 14016 0 0 0 292 37 0 0 20 0 15 0 51922735 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637808 194731 3091 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 CPUtime=1.07 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 6752 0 0 0 98 9 0 0 20 0 15 0 51922743 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140541480076624 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 167 0 0 0 22 6 0 0 20 0 15 0 51922743 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140541406260128 140541460865116 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 312 0 0 0 21 6 0 0 20 0 15 0 51922743 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140541405207696 140541460861599 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 407 0 0 0 22 6 0 0 20 0 15 0 51922743 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140541404154840 140541460287917 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 626 0 0 0 21 6 0 0 20 0 15 0 51922743 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140541403101480 140541460867017 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540971520800 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540970468512 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540969415408 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1528 0 0 0 38 0 0 0 20 0 15 0 51922748 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540967312112 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 1251 0 0 0 38 0 0 0 20 0 15 0 51922748 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540966259568 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 1408 0 0 0 28 0 0 0 20 0 15 0 51922748 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540965206512 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922752 10804461568 194731 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 10551232

[startup+3.1006 s]
/proc/loadavg: 7.35 5.95 4.08 6/213 30344
/proc/meminfo: memFree=21759716/32770624 swapFree=0/365392
[pid=30329] ppid=30326 vsize=10551232 CPUtime=7.05 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 18940 0 0 0 604 101 0 0 20 0 15 0 51922735 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637808 648976 3099 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 CPUtime=1.94 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 8016 0 0 0 166 28 0 0 20 0 15 0 51922743 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140541480076624 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 CPUtime=1 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 1054 0 0 0 82 18 0 0 20 0 15 0 51922743 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140541406260240 140541468467943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 CPUtime=0.99 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 899 0 0 0 82 17 0 0 20 0 15 0 51922743 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140541405207696 140541468467943 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 CPUtime=1 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 1291 0 0 0 83 17 0 0 20 0 15 0 51922743 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140541404154840 140541460790340 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 CPUtime=0.99 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 885 0 0 0 82 17 0 0 20 0 15 0 51922743 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140541403101992 140541468467943 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 1236 0 0 0 1 0 0 0 20 0 15 0 51922745 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540971520608 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540970468512 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540969415408 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1528 0 0 0 38 0 0 0 20 0 15 0 51922748 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540967312112 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 1254 0 0 0 39 0 0 0 20 0 15 0 51922748 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540966259568 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 1422 0 0 0 29 0 0 0 20 0 15 0 51922748 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540965206512 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51922752 10804461568 648976 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 10551232

[startup+6.30096 s]
/proc/loadavg: 7.35 5.95 4.08 6/213 30344
/proc/meminfo: memFree=20549096/32770624 swapFree=0/365396
[pid=30329] ppid=30326 vsize=10551232 CPUtime=13.57 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 25079 0 0 0 1207 150 0 0 20 0 15 0 51922735 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637808 794069 3110 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 CPUtime=3.65 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 11252 0 0 0 335 30 0 0 20 0 15 0 51922743 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140541480060592 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 CPUtime=1.97 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 2416 0 0 0 167 30 0 0 20 0 15 0 51922743 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140541406260440 140541460863438 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 CPUtime=1.96 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 1359 0 0 0 167 29 0 0 20 0 15 0 51922743 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140541405207696 140541460867154 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 CPUtime=1.98 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 1502 0 0 0 170 28 0 0 20 0 15 0 51922743 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140541404154640 140541460867154 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 CPUtime=1.96 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 1272 0 0 0 167 29 0 0 20 0 15 0 51922743 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140541403102296 140541468939435 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 CPUtime=0.51 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 1571 0 0 0 51 0 0 0 20 0 15 0 51922745 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540971520800 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540969415408 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10551232 CPUtime=0.56 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1561 0 0 0 56 0 0 0 20 0 15 0 51922748 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540967312112 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10551232 CPUtime=0.58 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 1306 0 0 0 58 0 0 0 20 0 15 0 51922748 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540966259568 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 1483 0 0 0 32 0 0 0 20 0 15 0 51922748 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540965206512 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922752 10804461568 794069 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 7.28 5.98 4.11 6/213 30344
/proc/meminfo: memFree=19983196/32770624 swapFree=0/365400
[pid=30329] ppid=30326 vsize=10551232 CPUtime=27.56 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 43778 0 0 0 2598 158 0 0 20 0 15 0 51922735 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2637808 813359 3114 1 0 2627261 0
[pid=30329/tid=30331] ppid=30326 vsize=10551232 CPUtime=6.79 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) R 30326 30329 12906 0 -1 4202560 16371 0 0 0 648 31 0 0 20 0 15 0 51922743 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140541480058192 140541081372095 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10551232 CPUtime=4.49 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 12906 0 -1 1077944384 4699 0 0 0 417 32 0 0 20 0 15 0 51922743 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140541406260240 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10551232 CPUtime=4.52 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 12906 0 -1 1077944384 3639 0 0 0 422 30 0 0 20 0 15 0 51922743 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140541405207696 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10551232 CPUtime=4.51 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 12906 0 -1 1077944384 3754 0 0 0 421 30 0 0 20 0 15 0 51922743 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140541404154640 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10551232 CPUtime=4.49 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 12906 0 -1 1077944384 3260 0 0 0 419 30 0 0 20 0 15 0 51922743 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140541403102096 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 5370 0 0 0 119 0 0 0 20 0 15 0 51922745 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140540971522288 140541475850882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 51922745 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140540969415408 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51922748 10804461568 813359 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0

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

/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 31534 0 0 0 1870 32 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541480080416 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10686560 CPUtime=419.68 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 808340 0 0 0 41754 214 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541406260360 140541468467943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10686560 CPUtime=421.41 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 767423 0 0 0 41942 199 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541405207816 140541468467943 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10686560 CPUtime=419.53 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 485751 0 0 0 41750 203 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541404154528 140541460539548 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10686560 CPUtime=423.19 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 687328 0 0 0 42118 201 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541403102216 140541468467943 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10686560 CPUtime=25.44 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 92664 0 0 0 2539 5 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540971520832 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540969415424 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10686560 CPUtime=0.56 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1639 0 0 0 56 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540967311872 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10686560 CPUtime=0.61 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 2183 0 0 0 61 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540966259616 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 2170 0 0 0 33 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540965205344 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 369 0 0 0 9 7 0 0 20 0 17 0 51922752 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30458] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30458/stat : 30458 (java) S 30326 30329 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540959948528 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30459] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30459/stat : 30459 (java) S 30326 30329 12906 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540958895920 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 1730.03
Current children cumulated vsize (KiB) 10686560

[startup+475.201 s]
/proc/loadavg: 7.39 7.00 5.31 9/216 30460
/proc/meminfo: memFree=14946168/32770624 swapFree=0/365592
[pid=30329] ppid=30326 vsize=10686560 CPUtime=1736.26 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 2881028 0 0 0 172762 864 0 0 20 0 17 0 51922735 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2671640 2072573 3158 1 0 2661055 0
[pid=30329/tid=30331] ppid=30326 vsize=10686560 CPUtime=19.02 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 31534 0 0 0 1870 32 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541480080416 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10686560 CPUtime=421.23 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 808340 0 0 0 41908 215 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541406260360 140541468467943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10686560 CPUtime=422.97 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 767423 0 0 0 42097 200 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541405207504 140541468467943 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10686560 CPUtime=421.13 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 485751 0 0 0 41910 203 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541404154528 140541460539635 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10686560 CPUtime=424.71 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 687328 0 0 0 42270 201 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541403102216 140541468467943 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10686560 CPUtime=25.44 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 92664 0 0 0 2539 5 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540971520832 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540969415424 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10686560 CPUtime=0.56 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1639 0 0 0 56 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540967311872 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10686560 CPUtime=0.61 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 2183 0 0 0 61 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540966259616 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 2170 0 0 0 33 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540965205344 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 369 0 0 0 9 7 0 0 20 0 17 0 51922752 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30458] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30458/stat : 30458 (java) S 30326 30329 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540959948528 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30459] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30459/stat : 30459 (java) S 30326 30329 12906 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540958895920 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 1736.26
Current children cumulated vsize (KiB) 10686560

[startup+476.001 s]
/proc/loadavg: 7.39 7.00 5.31 9/216 30460
/proc/meminfo: memFree=14946168/32770624 swapFree=0/365592
[pid=30329] ppid=30326 vsize=10686560 CPUtime=1739.35 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 2881028 0 0 0 173070 865 0 0 20 0 17 0 51922735 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2671640 2072573 3158 1 0 2661055 0
[pid=30329/tid=30331] ppid=30326 vsize=10686560 CPUtime=19.02 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 31534 0 0 0 1870 32 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541480080416 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10686560 CPUtime=422 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) R 30326 30329 12906 0 -1 4202560 808340 0 0 0 41985 215 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541406260048 140541468467943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10686560 CPUtime=423.73 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) R 30326 30329 12906 0 -1 4202560 767423 0 0 0 42173 200 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541405207504 140541468467943 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10686560 CPUtime=421.93 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4202560 485751 0 0 0 41990 203 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541404154528 140541460540368 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10686560 CPUtime=425.47 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) R 30326 30329 12906 0 -1 4202560 687328 0 0 0 42346 201 0 0 20 0 17 0 51922743 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140541403102216 140541468467943 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10686560 CPUtime=25.44 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) S 30326 30329 12906 0 -1 1077944384 92664 0 0 0 2539 5 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540971520832 140541475849941 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540969415424 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10686560 CPUtime=0.56 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1639 0 0 0 56 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540967311872 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10686560 CPUtime=0.61 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 2183 0 0 0 61 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540966259616 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 2170 0 0 0 33 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540965205344 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 369 0 0 0 9 7 0 0 20 0 17 0 51922752 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30458] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30458/stat : 30458 (java) S 30326 30329 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540959948528 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30459] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30459/stat : 30459 (java) S 30326 30329 12906 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072573 18446744073709551615 4194304 4196468 140731972993488 140540958895920 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 1739.35
Current children cumulated vsize (KiB) 10686560

[startup+476.801 s]
/proc/loadavg: 7.39 7.00 5.31 8/216 30460
/proc/meminfo: memFree=14946168/32770624 swapFree=0/365592
[pid=30329] ppid=30326 vsize=10686560 CPUtime=1741.5 cores=1,3,5,7
/proc/30329/stat : 30329 (java) S 30326 30329 12906 0 -1 1077944320 2881389 0 0 0 173285 865 0 0 20 0 17 0 51922735 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140731972976032 140541475839735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
/proc/30329/statm: 2671640 2072574 3158 1 0 2661055 0
[pid=30329/tid=30331] ppid=30326 vsize=10686560 CPUtime=19.02 cores=1,3,5,7
/proc/30329/task/30331/stat : 30331 (java) S 30326 30329 12906 0 -1 1077944384 31534 0 0 0 1870 32 0 0 20 0 17 0 51922743 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140541480080416 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30332] ppid=30326 vsize=10686560 CPUtime=422.45 cores=1,3,5,7
/proc/30329/task/30332/stat : 30332 (java) S 30326 30329 12906 0 -1 1077944384 808340 0 0 0 42030 215 0 0 20 0 17 0 51922743 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140541406260240 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30333] ppid=30326 vsize=10686560 CPUtime=424.18 cores=1,3,5,7
/proc/30329/task/30333/stat : 30333 (java) S 30326 30329 12906 0 -1 1077944384 767423 0 0 0 42218 200 0 0 20 0 17 0 51922743 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140541405207696 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30334] ppid=30326 vsize=10686560 CPUtime=422.4 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) S 30326 30329 12906 0 -1 1077944384 485751 0 0 0 42037 203 0 0 20 0 17 0 51922743 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140541404154640 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30335] ppid=30326 vsize=10686560 CPUtime=425.91 cores=1,3,5,7
/proc/30329/task/30335/stat : 30335 (java) S 30326 30329 12906 0 -1 1077944384 687328 0 0 0 42390 201 0 0 20 0 17 0 51922743 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140541403102096 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30336] ppid=30326 vsize=10686560 CPUtime=25.77 cores=1,3,5,7
/proc/30329/task/30336/stat : 30336 (java) R 30326 30329 12906 0 -1 4202560 93025 0 0 0 2572 5 0 0 20 0 17 0 51922745 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540971520720 140541460836139 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30337] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30337/stat : 30337 (java) S 30326 30329 12906 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540970468576 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30338] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30338/stat : 30338 (java) S 30326 30329 12906 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 51922745 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540969415424 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30339] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30339/stat : 30339 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540968363984 140541475858331 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30340] ppid=30326 vsize=10686560 CPUtime=0.56 cores=1,3,5,7
/proc/30329/task/30340/stat : 30340 (java) S 30326 30329 12906 0 -1 1077944384 1639 0 0 0 56 0 0 0 20 0 17 0 51922748 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540967311872 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30341] ppid=30326 vsize=10686560 CPUtime=0.61 cores=1,3,5,7
/proc/30329/task/30341/stat : 30341 (java) S 30326 30329 12906 0 -1 1077944384 2183 0 0 0 61 0 0 0 20 0 17 0 51922748 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540966259616 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30342] ppid=30326 vsize=10686560 CPUtime=0.33 cores=1,3,5,7
/proc/30329/task/30342/stat : 30342 (java) S 30326 30329 12906 0 -1 1077944384 2170 0 0 0 33 0 0 0 20 0 17 0 51922748 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540965205344 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30343] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30343/stat : 30343 (java) S 30326 30329 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51922748 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540964154208 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30344] ppid=30326 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/30329/task/30344/stat : 30344 (java) S 30326 30329 12906 0 -1 1077944384 369 0 0 0 9 7 0 0 20 0 17 0 51922752 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540963101232 140541475850882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30458] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30458/stat : 30458 (java) S 30326 30329 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540959948528 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
[pid=30329/tid=30459] ppid=30326 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30329/task/30459/stat : 30459 (java) S 30326 30329 12906 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 51966664 10943037440 2072574 18446744073709551615 4194304 4196468 140731972993488 140540958895920 140541475849941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19259392 140731972997557 140731972997710 140731972997710 140731973001167 0
Current children cumulated CPU time (s) 1741.5
Current children cumulated vsize (KiB) 10686560

[startup+477.209 s]
/proc/loadavg: 7.39 7.00 5.31 8/216 30460
/proc/meminfo: memFree=14946168/32770624 swapFree=0/365592
[pid=30329] ppid=30326 vsize=0 CPUtime=1741.91 cores=1,3,5,7
/proc/30329/stat : 30329 (java) Z 30326 30329 12906 0 -1 4227084 2881504 0 0 0 173318 873 0 0 20 0 2 0 51922735 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/30329/statm: 0 0 0 0 0 0 0
[pid=30329/tid=30334] ppid=30326 vsize=0 CPUtime=422.48 cores=1,3,5,7
/proc/30329/task/30334/stat : 30334 (java) R 30326 30329 12906 0 -1 4203588 485751 0 0 0 42037 211 0 0 20 0 2 0 51922743 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1741.91
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 477.216
CPU time (s): 1741.93
CPU user time (s): 1733.19
CPU system time (s): 8.73692
CPU usage (%): 365.019
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.19
system time used= 8.73692
maximum resident set size= 8290344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2881504
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= 41103
involuntary context switches= 42721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2187 second user time and 3.11333 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:48:01
IDJOB=4243866
IDBENCH=140774
IDSOLVER=2623
FILE ID=node135/4243866-1502100118
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=1884909679

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:        23231844 kB
MemAvailable:   23684016 kB
Buffers:          225392 kB
Cached:           514952 kB
SwapCached:            0 kB
Active:          8705152 kB
Inactive:         390332 kB
Active(anon):    8355376 kB
Inactive(anon):    24972 kB
Active(file):     349776 kB
Inactive(file):   365360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2096 kB
Writeback:             0 kB
AnonPages:       8362876 kB
Mapped:            51564 kB
Shmem:             25344 kB
Slab:             132668 kB
SReclaimable:     105740 kB
SUnreclaim:        26928 kB
KernelStack:        3760 kB
PageTables:        21112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7587840 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:55:58