Trace number 4243867

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? 1735.9301 476.49301

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex03380.xml
MD5SUM4b7737b348ce8099143a34a20635223c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.400709
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

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

pid=30238
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: 4.06 2.79 2.60 5/199 30241
/proc/meminfo: memFree=23236244/32770624 swapFree=0/365256
[pid=30241] ppid=30238 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30241/stat : 30241 (runsolver) D 30238 30241 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51887060 24240128 107 18446744073709551615 4194304 4338465 140734243900544 140734243898184 140710591509207 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 17604608 140734243905671 140734243906121 140734243906121 140734243909578 0
/proc/30241/statm: 5918 107 54 36 0 2156 0

[startup+0.100127 s]
/proc/loadavg: 4.06 2.79 2.60 5/199 30241
/proc/meminfo: memFree=23236244/32770624 swapFree=0/365256
[pid=30241] ppid=30238 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30241/stat : 30241 (runsolver) D 30238 30241 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51887060 24240128 107 18446744073709551615 4194304 4338465 140734243900544 140734243898184 140710591509207 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 17604608 140734243905671 140734243906121 140734243906121 140734243909578 0
/proc/30241/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200292 s]
/proc/loadavg: 4.06 2.79 2.60 5/199 30241
/proc/meminfo: memFree=23236244/32770624 swapFree=0/365256
[pid=30241] ppid=30238 vsize=10484492 CPUtime=0.04 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 4533 0 0 0 4 0 0 0 20 0 14 0 51887060 10736119808 5585 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2621123 5585 2576 1 0 2610620 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10484492

[startup+0.300325 s]
/proc/loadavg: 4.06 2.79 2.60 5/199 30241
/proc/meminfo: memFree=23236244/32770624 swapFree=0/365256
[pid=30241] ppid=30238 vsize=10551156 CPUtime=0.18 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 7775 0 0 0 16 2 0 0 20 0 15 0 51887060 10804383744 7990 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637789 7990 2843 1 0 2627261 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551156

[startup+0.70092 s]
/proc/loadavg: 4.06 2.79 2.60 5/199 30241
/proc/meminfo: memFree=23236244/32770624 swapFree=0/365256
[pid=30241] ppid=30238 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 12406 0 0 0 118 5 0 0 20 0 15 0 51887060 10804461568 29399 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637808 29399 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10551232

[startup+1.50078 s]
/proc/loadavg: 4.06 2.79 2.60 9/214 30256
/proc/meminfo: memFree=23038488/32770624 swapFree=0/365288
[pid=30241] ppid=30238 vsize=10551232 CPUtime=3.17 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 14134 0 0 0 287 30 0 0 20 0 15 0 51887060 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637808 128889 3093 1 0 2627261 0
[pid=30241/tid=30243] ppid=30238 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) R 30238 30241 12906 0 -1 4202560 7015 0 0 0 104 5 0 0 20 0 15 0 51887071 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140698060101400 140698041932180 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) S 30238 30241 12906 0 -1 1077944384 272 0 0 0 17 5 0 0 20 0 15 0 51887071 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697986284560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) S 30238 30241 12906 0 -1 1077944384 245 0 0 0 16 5 0 0 20 0 15 0 51887071 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697985232016 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) S 30238 30241 12906 0 -1 1077944384 306 0 0 0 16 5 0 0 20 0 15 0 51887071 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697984178960 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) S 30238 30241 12906 0 -1 1077944384 225 0 0 0 17 5 0 0 20 0 15 0 51887071 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697983126416 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697551206640 140698055875202 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697550152864 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697549099760 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10551232 CPUtime=0.43 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 1864 0 0 0 43 0 0 0 20 0 15 0 51887076 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697546996464 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10551232 CPUtime=0.43 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1245 0 0 0 43 0 0 0 20 0 15 0 51887076 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697545943920 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 1397 0 0 0 27 0 0 0 20 0 15 0 51887076 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697544890864 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51887081 10804461568 128889 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 10551232

[startup+3.11087 s]
/proc/loadavg: 4.06 2.79 2.60 6/214 30256
/proc/meminfo: memFree=21763992/32770624 swapFree=0/365288
[pid=30241] ppid=30238 vsize=10551232 CPUtime=6.72 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 20033 0 0 0 569 103 0 0 20 0 15 0 51887060 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637808 646959 3095 1 0 2627261 0
[pid=30241/tid=30243] ppid=30238 vsize=10551232 CPUtime=2.05 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 8642 0 0 0 178 27 0 0 20 0 15 0 51887071 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140698060101056 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10551232 CPUtime=0.86 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) R 30238 30241 12906 0 -1 4202560 849 0 0 0 69 17 0 0 20 0 15 0 51887071 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697986284760 140698035890306 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) R 30238 30241 12906 0 -1 4202560 945 0 0 0 68 17 0 0 20 0 15 0 51887071 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697985232216 140698040561797 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) R 30238 30241 12906 0 -1 4202560 1006 0 0 0 67 18 0 0 20 0 15 0 51887071 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697984178848 140698040849351 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10551232 CPUtime=0.86 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) R 30238 30241 12906 0 -1 4202560 1470 0 0 0 68 18 0 0 20 0 15 0 51887071 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697983126616 140698040561694 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 1236 0 0 0 1 0 0 0 20 0 15 0 51887073 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697551204960 140698055874261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697550152864 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697549099760 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10551232 CPUtime=0.43 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 1867 0 0 0 43 0 0 0 20 0 15 0 51887076 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697546996464 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10551232 CPUtime=0.43 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1245 0 0 0 43 0 0 0 20 0 15 0 51887076 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697545943920 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 1418 0 0 0 29 0 0 0 20 0 15 0 51887076 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697544890864 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51887081 10804461568 646959 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 10551232

[startup+6.30088 s]
/proc/loadavg: 4.22 2.85 2.62 6/214 30256
/proc/meminfo: memFree=20561116/32770624 swapFree=0/365284
[pid=30241] ppid=30238 vsize=10551232 CPUtime=13.39 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 25717 0 0 0 1195 144 0 0 20 0 15 0 51887060 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637808 782814 3111 1 0 2627261 0
[pid=30241/tid=30243] ppid=30238 vsize=10551232 CPUtime=3.65 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 11258 0 0 0 335 30 0 0 20 0 15 0 51887071 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140698060084848 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10551232 CPUtime=1.92 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) R 30238 30241 12906 0 -1 4202560 1835 0 0 0 165 27 0 0 20 0 15 0 51887071 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697986284760 140698040887758 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10551232 CPUtime=1.93 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) R 30238 30241 12906 0 -1 4202560 1424 0 0 0 166 27 0 0 20 0 15 0 51887071 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697985231400 140698040886040 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10551232 CPUtime=1.91 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) R 30238 30241 12906 0 -1 4202560 1376 0 0 0 163 28 0 0 20 0 15 0 51887071 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697984179160 140698040891929 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10551232 CPUtime=1.93 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) R 30238 30241 12906 0 -1 4202560 2237 0 0 0 165 28 0 0 20 0 15 0 51887071 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697983126304 140698040908191 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10551232 CPUtime=0.52 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 1584 0 0 0 52 0 0 0 20 0 15 0 51887073 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697551205152 140698055874261 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697549099760 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10551232 CPUtime=0.57 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 1888 0 0 0 56 1 0 0 20 0 15 0 51887076 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697546996464 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10551232 CPUtime=0.57 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1283 0 0 0 57 0 0 0 20 0 15 0 51887076 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697545943920 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 1475 0 0 0 31 0 0 0 20 0 15 0 51887076 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697544890864 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887081 10804461568 782814 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 13.39
Current children cumulated vsize (KiB) 10551232

[startup+12.7009 s]
/proc/loadavg: 4.28 2.88 2.63 9/214 30256
/proc/meminfo: memFree=19313084/32770624 swapFree=0/365280
[pid=30241] ppid=30238 vsize=10551232 CPUtime=28.61 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 199998 0 0 0 2625 236 0 0 20 0 15 0 51887060 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2637808 1129000 3115 1 0 2627261 0
[pid=30241/tid=30243] ppid=30238 vsize=10551232 CPUtime=6.46 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 12506 0 0 0 616 30 0 0 20 0 15 0 51887071 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140698060085840 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10551232 CPUtime=4.87 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) R 30238 30241 12906 0 -1 4202560 47312 0 0 0 438 49 0 0 20 0 15 0 51887071 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697986283864 140698040886176 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10551232 CPUtime=4.87 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) R 30238 30241 12906 0 -1 4202560 31315 0 0 0 438 49 0 0 20 0 15 0 51887071 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697985232024 140698040885627 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10551232 CPUtime=4.83 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) R 30238 30241 12906 0 -1 4202560 42408 0 0 0 433 50 0 0 20 0 15 0 51887071 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697984178264 140698040886176 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10551232 CPUtime=4.88 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) R 30238 30241 12906 0 -1 4202560 54720 0 0 0 436 52 0 0 20 0 15 0 51887071 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697983125704 140698037417296 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10551232 CPUtime=1.13 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 4773 0 0 0 113 0 0 0 20 0 15 0 51887073 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697551205152 140698055874261 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 51887073 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697549099760 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51887076 10804461568 1129000 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0

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

/proc/30241/task/30348/stat : 30348 (java) S 30238 30241 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697538580272 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 1714.4
Current children cumulated vsize (KiB) 10686560

[startup+473.601 s]
/proc/loadavg: 6.72 6.15 4.36 9/214 30349
/proc/meminfo: memFree=14936652/32770624 swapFree=0/365416
[pid=30241] ppid=30238 vsize=10686560 CPUtime=1726.83 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 2351234 0 0 0 171806 877 0 0 20 0 17 0 51887060 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2671640 2077434 3160 1 0 2661055 0
[pid=30241/tid=30243] ppid=30238 vsize=10686560 CPUtime=18.87 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 30312 0 0 0 1855 32 0 0 20 0 17 0 51887071 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140698060104736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10686560 CPUtime=420.14 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) R 30238 30241 12906 0 -1 4202560 525494 0 0 0 41816 198 0 0 20 0 17 0 51887071 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697986284680 140698048492263 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10686560 CPUtime=419.29 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) R 30238 30241 12906 0 -1 4202560 789689 0 0 0 41702 227 0 0 20 0 17 0 51887071 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697985231824 140698039247090 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10686560 CPUtime=419.8 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) R 30238 30241 12906 0 -1 4202560 338750 0 0 0 41782 198 0 0 20 0 17 0 51887071 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697984179160 140698037473774 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10686560 CPUtime=420.49 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) R 30238 30241 12906 0 -1 4202560 564814 0 0 0 41840 209 0 0 20 0 17 0 51887071 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697983126224 140698048492263 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10686560 CPUtime=26.49 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 93964 0 0 0 2644 5 0 0 20 0 17 0 51887073 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697551205184 140698055874261 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697549098880 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10686560 CPUtime=0.6 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 2762 0 0 0 59 1 0 0 20 0 17 0 51887076 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697546996512 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10686560 CPUtime=0.58 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1418 0 0 0 58 0 0 0 20 0 17 0 51887076 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697545943680 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 2217 0 0 0 33 0 0 0 20 0 17 0 51887076 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697544886736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 355 0 0 0 10 6 0 0 20 0 17 0 51887081 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30347] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30347/stat : 30347 (java) S 30238 30241 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697539632560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30348] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30348/stat : 30348 (java) S 30238 30241 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077434 18446744073709551615 4194304 4196468 140728162875744 140697538580272 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 1726.83
Current children cumulated vsize (KiB) 10686560

[startup+475.201 s]
/proc/loadavg: 6.83 6.18 4.38 8/214 30349
/proc/meminfo: memFree=14936652/32770624 swapFree=0/365416
[pid=30241] ppid=30238 vsize=10686560 CPUtime=1733.06 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 2351476 0 0 0 172426 880 0 0 20 0 17 0 51887060 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2671640 2077435 3160 1 0 2661055 0
[pid=30241/tid=30243] ppid=30238 vsize=10686560 CPUtime=18.87 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 30312 0 0 0 1855 32 0 0 20 0 17 0 51887071 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140698060104736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10686560 CPUtime=421.69 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) R 30238 30241 12906 0 -1 4202560 525494 0 0 0 41970 199 0 0 20 0 17 0 51887071 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697986284368 140698048492263 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10686560 CPUtime=420.84 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) R 30238 30241 12906 0 -1 4202560 789689 0 0 0 41856 228 0 0 20 0 17 0 51887071 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697985232136 140698048492263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10686560 CPUtime=421.41 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) R 30238 30241 12906 0 -1 4202560 338992 0 0 0 41943 198 0 0 20 0 17 0 51887071 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697984179160 140698037473741 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10686560 CPUtime=422.01 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) R 30238 30241 12906 0 -1 4202560 564814 0 0 0 41992 209 0 0 20 0 17 0 51887071 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697983126536 140698048492263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10686560 CPUtime=26.49 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) S 30238 30241 12906 0 -1 1077944384 93964 0 0 0 2644 5 0 0 20 0 17 0 51887073 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697551205184 140698055874261 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697549098880 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10686560 CPUtime=0.6 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 2762 0 0 0 59 1 0 0 20 0 17 0 51887076 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697546996512 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10686560 CPUtime=0.58 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1418 0 0 0 58 0 0 0 20 0 17 0 51887076 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697545943680 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 2217 0 0 0 33 0 0 0 20 0 17 0 51887076 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697544886736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 355 0 0 0 10 6 0 0 20 0 17 0 51887081 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30347] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30347/stat : 30347 (java) S 30238 30241 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697539632560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30348] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30348/stat : 30348 (java) S 30238 30241 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077435 18446744073709551615 4194304 4196468 140728162875744 140697538580272 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 1733.06
Current children cumulated vsize (KiB) 10686560

[startup+476.001 s]
/proc/loadavg: 6.83 6.18 4.38 8/214 30349
/proc/meminfo: memFree=14936652/32770624 swapFree=0/365416
[pid=30241] ppid=30238 vsize=10686560 CPUtime=1735.43 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 2351604 0 0 0 172662 881 0 0 20 0 17 0 51887060 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2671640 2077442 3160 1 0 2661055 0
[pid=30241/tid=30243] ppid=30238 vsize=10686560 CPUtime=18.87 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 30312 0 0 0 1855 32 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140698060104736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10686560 CPUtime=422.21 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) S 30238 30241 12906 0 -1 1077944384 525494 0 0 0 42022 199 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697986284560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10686560 CPUtime=421.35 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) S 30238 30241 12906 0 -1 1077944384 789689 0 0 0 41907 228 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697985232016 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10686560 CPUtime=421.95 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) S 30238 30241 12906 0 -1 1077944384 338992 0 0 0 41997 198 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697984178960 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10686560 CPUtime=422.54 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) S 30238 30241 12906 0 -1 1077944384 564814 0 0 0 42045 209 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697983126416 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10686560 CPUtime=26.74 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) R 30238 30241 12906 0 -1 4202560 94092 0 0 0 2669 5 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697551205184 140698040860422 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697549098880 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10686560 CPUtime=0.6 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 2762 0 0 0 59 1 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697546996512 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10686560 CPUtime=0.58 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1418 0 0 0 58 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697545943680 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 2217 0 0 0 33 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697544886736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 355 0 0 0 10 6 0 0 20 0 17 0 51887081 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30347] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30347/stat : 30347 (java) S 30238 30241 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697539632560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30348] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30348/stat : 30348 (java) S 30238 30241 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697538580272 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 1735.43
Current children cumulated vsize (KiB) 10686560

[startup+476.407 s]
/proc/loadavg: 6.83 6.18 4.38 6/214 30349
/proc/meminfo: memFree=14936652/32770624 swapFree=0/365416
[pid=30241] ppid=30238 vsize=10686560 CPUtime=1735.84 cores=0,2,4,6
/proc/30241/stat : 30241 (java) S 30238 30241 12906 0 -1 1077944320 2351604 0 0 0 172703 881 0 0 20 0 17 0 51887060 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140728162858288 140698055864055 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
/proc/30241/statm: 2671640 2077442 3160 1 0 2661055 0
[pid=30241/tid=30243] ppid=30238 vsize=10686560 CPUtime=18.87 cores=0,2,4,6
/proc/30241/task/30243/stat : 30243 (java) S 30238 30241 12906 0 -1 1077944384 30312 0 0 0 1855 32 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140698060104736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30244] ppid=30238 vsize=10686560 CPUtime=422.21 cores=0,2,4,6
/proc/30241/task/30244/stat : 30244 (java) S 30238 30241 12906 0 -1 1077944384 525494 0 0 0 42022 199 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697986284560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30245] ppid=30238 vsize=10686560 CPUtime=421.35 cores=0,2,4,6
/proc/30241/task/30245/stat : 30245 (java) S 30238 30241 12906 0 -1 1077944384 789689 0 0 0 41907 228 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697985232016 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30246] ppid=30238 vsize=10686560 CPUtime=421.95 cores=0,2,4,6
/proc/30241/task/30246/stat : 30246 (java) S 30238 30241 12906 0 -1 1077944384 338992 0 0 0 41997 198 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697984178960 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30247] ppid=30238 vsize=10686560 CPUtime=422.54 cores=0,2,4,6
/proc/30241/task/30247/stat : 30247 (java) S 30238 30241 12906 0 -1 1077944384 564814 0 0 0 42045 209 0 0 20 0 17 0 51887071 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697983126416 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30248] ppid=30238 vsize=10686560 CPUtime=27.15 cores=0,2,4,6
/proc/30241/task/30248/stat : 30248 (java) R 30238 30241 12906 0 -1 4202560 94092 0 0 0 2710 5 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697551205072 140698034234235 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30249] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30249/stat : 30249 (java) S 30238 30241 12906 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697550152928 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30250] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30250/stat : 30250 (java) S 30238 30241 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 51887073 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697549098880 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30251] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30251/stat : 30251 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697548048336 140698055882651 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30252] ppid=30238 vsize=10686560 CPUtime=0.6 cores=0,2,4,6
/proc/30241/task/30252/stat : 30252 (java) S 30238 30241 12906 0 -1 1077944384 2762 0 0 0 59 1 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697546996512 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30253] ppid=30238 vsize=10686560 CPUtime=0.58 cores=0,2,4,6
/proc/30241/task/30253/stat : 30253 (java) S 30238 30241 12906 0 -1 1077944384 1418 0 0 0 58 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697545943680 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30254] ppid=30238 vsize=10686560 CPUtime=0.33 cores=0,2,4,6
/proc/30241/task/30254/stat : 30254 (java) S 30238 30241 12906 0 -1 1077944384 2217 0 0 0 33 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697544886736 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30255] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30255/stat : 30255 (java) S 30238 30241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51887076 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697543838560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30256] ppid=30238 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/30241/task/30256/stat : 30256 (java) S 30238 30241 12906 0 -1 1077944384 355 0 0 0 10 6 0 0 20 0 17 0 51887081 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697542785584 140698055875202 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30347] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30347/stat : 30347 (java) S 30238 30241 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697539632560 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
[pid=30241/tid=30348] ppid=30238 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/30241/task/30348/stat : 30348 (java) S 30238 30241 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51932699 10943037440 2077442 18446744073709551615 4194304 4196468 140728162875744 140697538580272 140698055874261 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17842176 140728162877877 140728162878030 140728162878030 140728162881487 0
Current children cumulated CPU time (s) 1735.84
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 476.493
CPU time (s): 1735.93
CPU user time (s): 1727.05
CPU system time (s): 8.88224
CPU usage (%): 364.314
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.05
system time used= 8.88224
maximum resident set size= 8310028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2351665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41146
involuntary context switches= 45618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21277 second user time and 3.00996 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 4b7737b348ce8099143a34a20635223c
RANDOM SEED=561659829

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:        23237068 kB
MemAvailable:   23688944 kB
Buffers:          225268 kB
Cached:           514656 kB
SwapCached:            0 kB
Active:          8697896 kB
Inactive:         390228 kB
Active(anon):    8348304 kB
Inactive(anon):    24972 kB
Active(file):     349592 kB
Inactive(file):   365256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:       8351488 kB
Mapped:            51520 kB
Shmem:             25344 kB
Slab:             132576 kB
SReclaimable:     105724 kB
SUnreclaim:        26852 kB
KernelStack:        3680 kB
PageTables:        21524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7628800 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:50:00