Trace number 4263802

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
sat4j-CSP 2017-07-05? 1742.86 478.35901

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6969 MiB free)
  memory of node 1: 16384 MiB (15262 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263802-1502641333/watcher-4263802-1502641333 -o /tmp/evaluation-result-4263802-1502641333/solver-4263802-1502641333 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263802-1502641333.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3995, runsolver pid=3992
Current StackSize limit: 8192 KiB


[startup+0.102381 s]*
/proc/loadavg: 7.47 5.70 3.80 6/208 4004
/proc/meminfo: memFree=22754072/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10151672 memory=20220 CPUtime=0.03 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 3934 0 0 0 3 0 0 0 20 0 9 0 106044651 10395312128 5055 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2537918 5055 2156 1 0 2527415 0
[pid=3995/tid=3997] ppid=3992 vsize=10417928 memory=-7174084197762691781 CPUtime=0.04 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) R 3992 3995 12395 0 -1 4202560 2602 0 0 0 4 0 0 0 20 0 13 0 106044657 10667958272 5059 18446744073709551615 4194304 4196468 140727187427712 139849062439224 139849038102522 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10417928 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 106044658 10667958272 5059 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10417928 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 106044658 10667958272 5059 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 106044658 10667958272 5123 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 106044658 10667958272 5123 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 106044659 10667958272 5123 18446744073709551615 4194304 4196468 140727187427712 139848554862576 139849058208386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 106044660 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848553808800 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 106044660 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848552756208 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 106044662 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) R 3992 3995 12395 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 13 0 106044662 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848550639816 139849036015765 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 106044662 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848549599552 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10417928 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) R 3992 3995 12395 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 13 0 106044662 10667958272 5189 18446744073709551615 4194304 4196468 140727187427712 139848548548040 139849058218586 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.21025 s]*
/proc/loadavg: 7.47 5.70 3.80 7/214 4010
/proc/meminfo: memFree=22744456/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10551156 memory=31196 CPUtime=0.14 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 7433 0 0 0 12 2 0 0 20 0 15 0 106044651 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2637789 7799 2787 1 0 2627261 0
[pid=3995/tid=3997] ppid=3992 vsize=10551156 memory=-7174084197762691781 CPUtime=0.1 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) R 3992 3995 12395 0 -1 4202560 5277 0 0 0 9 1 0 0 20 0 15 0 106044657 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139849062433504 139849042277726 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106044659 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848554862576 139849058208386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106044660 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848553808800 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106044660 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848552756208 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044662 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) R 3992 3995 12395 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 15 0 106044662 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848550652400 139849058218586 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) R 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044662 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848549599856 139849058208386 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0.02 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) R 3992 3995 12395 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 106044662 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848548547312 139849058208386 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044663 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044667 10804383744 7799 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31196 KiB

[startup+0.314921 s]*
/proc/loadavg: 7.47 5.70 3.80 7/214 4010
/proc/meminfo: memFree=22738344/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10551156 memory=42296 CPUtime=0.33 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 8793 0 0 0 30 3 0 0 20 0 15 0 106044651 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2637789 10574 2939 1 0 2627261 0
[pid=3995/tid=3997] ppid=3992 vsize=10551156 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) R 3992 3995 12395 0 -1 4202560 5666 0 0 0 18 2 0 0 20 0 15 0 106044657 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139849062434112 139849042277726 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10551156 memory=4294969536 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10551156 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106044658 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106044659 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848554862576 139849058208386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10551156 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106044660 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848553808800 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10551156 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106044660 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848552756208 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044662 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) R 3992 3995 12395 0 -1 4202560 868 0 0 0 3 0 0 0 20 0 15 0 106044662 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848550643656 139849037891344 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) R 3992 3995 12395 0 -1 1077944384 161 0 0 0 1 0 0 0 20 0 15 0 106044662 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848549599856 139849058208386 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10551156 memory=280289023994768 CPUtime=0.07 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) R 3992 3995 12395 0 -1 4202560 746 0 0 0 7 0 0 0 20 0 15 0 106044662 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848548541848 139849037331727 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10551156 memory=140144576521855 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044663 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10551156 memory=140144576521856 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044667 10804383744 10574 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 42296 KiB

[startup+0.700794 s]
/proc/loadavg: 7.47 5.70 3.80 8/214 4010
/proc/meminfo: memFree=22720464/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10551232 memory=129080 CPUtime=1.41 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 12060 0 0 0 136 5 0 0 20 0 15 0 106044651 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2637808 32270 3056 1 0 2627261 0
[pid=3995/tid=3997] ppid=3992 vsize=10551232 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) R 3992 3995 12395 0 -1 4202560 6274 0 0 0 54 4 0 0 20 0 15 0 106044657 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139849062435088 139849037274784 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10551232 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10551232 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044658 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10551232 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106044658 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106044659 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848554862576 139849058208386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10551232 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106044660 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848553808800 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106044660 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848552756208 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10551232 memory=140144448375232 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044662 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) R 3992 3995 12395 0 -1 4202560 1833 0 0 0 30 0 0 0 20 0 15 0 106044662 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848550638280 139849039719726 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) R 3992 3995 12395 0 -1 4202560 1281 0 0 0 27 0 0 0 20 0 15 0 106044662 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848549589120 139849041728767 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) S 3992 3995 12395 0 -1 1077944384 1300 0 0 0 23 0 0 0 20 0 15 0 106044662 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848548547312 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10551232 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106044663 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106044667 10804461568 32270 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 129080 KiB

[startup+1.50173 s]
/proc/loadavg: 7.51 5.74 3.82 8/214 4010
/proc/meminfo: memFree=22566128/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10551232 memory=768040 CPUtime=3.36 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 14360 0 0 0 299 37 0 0 20 0 15 0 106044651 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2637808 192010 3092 1 0 2627261 0
[pid=3995/tid=3997] ppid=3992 vsize=10551232 memory=1494 CPUtime=1.1 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) S 3992 3995 12395 0 -1 1077944384 6757 0 0 0 101 9 0 0 20 0 15 0 106044657 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139849062434128 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) R 3992 3995 12395 0 -1 4202560 407 0 0 0 20 6 0 0 20 0 15 0 106044658 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849042645303 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) R 3992 3995 12395 0 -1 4202560 303 0 0 0 20 6 0 0 20 0 15 0 106044658 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848987565144 139849043224478 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) R 3992 3995 12395 0 -1 4202560 287 0 0 0 19 6 0 0 20 0 15 0 106044658 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848986512600 139849043224658 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) R 3992 3995 12395 0 -1 4202560 474 0 0 0 19 6 0 0 20 0 15 0 106044658 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849043224658 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 106044659 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848554861088 139849058207445 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106044660 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848553808800 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10551232 memory=280288894680096 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106044660 10804461568 192010 18446744073709551615 4194304 4196468 140727187427712 139848552756208 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0

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

/proc/3995/task/4001/stat : 4001 (java) R 3992 3995 12395 0 -1 4202560 684017 0 0 0 42068 205 0 0 20 0 17 0 106044658 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848985460056 139849042897886 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10686560 memory=1296 CPUtime=25 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 93773 0 0 0 2495 5 0 0 20 0 17 0 106044659 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848554861120 139849058207445 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10686560 memory=8289140 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848553808864 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10686560 memory=6526735887235980672 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848552756224 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10686560 memory=7307763768972554282 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10686560 memory=1716 CPUtime=0.72 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) S 3992 3995 12395 0 -1 1077944384 2809 0 0 0 72 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848550652160 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10686560 memory=9024 CPUtime=0.63 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) S 3992 3995 12395 0 -1 1077944384 1407 0 0 0 63 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848549599904 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10686560 memory=1436 CPUtime=0.34 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) S 3992 3995 12395 0 -1 1077944384 2090 0 0 0 33 1 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848548547360 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10686560 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044663 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10686560 memory=7680170660397595203 CPUtime=0.21 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 341 0 0 0 11 10 0 0 20 0 17 0 106044667 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4089] ppid=3992 vsize=10686560 memory=8288028 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4089/stat : 4089 (java) S 3992 3995 12395 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848543288816 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4090] ppid=3992 vsize=10686560 memory=8288020 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4090/stat : 4090 (java) S 3992 3995 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848542236720 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 1738.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8289140 KiB

[startup+477.601 s]
/proc/loadavg: 3.43 4.28 3.91 5/194 4092
/proc/meminfo: memFree=22780504/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10686560 memory=8289140 CPUtime=1742.04 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 2901283 0 0 0 173326 878 0 0 20 0 17 0 106044651 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2671640 2072285 3159 1 0 2661055 0
[pid=3995/tid=3997] ppid=3992 vsize=10686560 memory=4132 CPUtime=19.85 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) S 3992 3995 12395 0 -1 1077944384 26776 0 0 0 1953 32 0 0 20 0 17 0 106044657 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139849062437920 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10686560 memory=7680170660397595203 CPUtime=423.29 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) R 3992 3995 12395 0 -1 4202560 989304 0 0 0 42100 229 0 0 20 0 17 0 106044658 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848988617608 139849050825447 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10686560 memory=1296 CPUtime=424.35 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) R 3992 3995 12395 0 -1 4202560 412242 0 0 0 42245 190 0 0 20 0 17 0 106044658 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848987565064 139849050825447 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10686560 memory=2460 CPUtime=424.06 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) R 3992 3995 12395 0 -1 4202560 686952 0 0 0 42197 209 0 0 20 0 17 0 106044658 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848986512208 139849050825447 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10686560 memory=1728 CPUtime=423.53 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) R 3992 3995 12395 0 -1 4202560 684017 0 0 0 42148 205 0 0 20 0 17 0 106044658 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848985460056 139849043193792 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10686560 memory=796 CPUtime=25 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) S 3992 3995 12395 0 -1 1077944384 93773 0 0 0 2495 5 0 0 20 0 17 0 106044659 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848554861120 139849058207445 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10686560 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848553808864 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848552756224 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10686560 memory=9024 CPUtime=0.72 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) S 3992 3995 12395 0 -1 1077944384 2809 0 0 0 72 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848550652160 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10686560 memory=644 CPUtime=0.63 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) S 3992 3995 12395 0 -1 1077944384 1407 0 0 0 63 0 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848549599904 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10686560 memory=956 CPUtime=0.34 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) S 3992 3995 12395 0 -1 1077944384 2090 0 0 0 33 1 0 0 20 0 17 0 106044662 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848548547360 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044663 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10686560 memory=2240 CPUtime=0.21 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 341 0 0 0 11 10 0 0 20 0 17 0 106044667 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4089] ppid=3992 vsize=10686560 memory=4296 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4089/stat : 4089 (java) S 3992 3995 12395 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848543288816 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4090] ppid=3992 vsize=10686560 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4090/stat : 4090 (java) S 3992 3995 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072285 18446744073709551615 4194304 4196468 140727187427712 139848542236720 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 1742.04 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8289140 KiB

[startup+478.001 s]*
/proc/loadavg: 3.43 4.28 3.91 2/194 4092
/proc/meminfo: memFree=22780504/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10686560 memory=8289144 CPUtime=1742.5 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 2901547 0 0 0 173372 878 0 0 20 0 17 0 106044651 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2671640 2072286 3159 1 0 2661055 0
[pid=3995/tid=3997] ppid=3992 vsize=10686560 memory=1196 CPUtime=19.85 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) S 3992 3995 12395 0 -1 1077944384 26776 0 0 0 1953 32 0 0 20 0 17 0 106044657 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139849062437920 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10686560 memory=15880 CPUtime=423.3 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 989304 0 0 0 42101 229 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10686560 memory=-7003737579269690708 CPUtime=424.36 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 412242 0 0 0 42246 190 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10686560 memory=576461256482450691 CPUtime=424.08 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 686952 0 0 0 42199 209 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10686560 memory=2704 CPUtime=423.55 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 684017 0 0 0 42150 205 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10686560 memory=7595110096576210802 CPUtime=25.39 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) R 3992 3995 12395 0 -1 4202560 94037 0 0 0 2534 5 0 0 20 0 17 0 106044659 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848554861008 139849043193643 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10686560 memory=7450757444070228068 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848553808864 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10686560 memory=7595110096576210802 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848552756224 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10686560 memory=7379266089894569064 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10686560 memory=7379266089894569064 CPUtime=0.72 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) S 3992 3995 12395 0 -1 1077944384 2809 0 0 0 72 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848550652160 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10686560 memory=7595110096576210802 CPUtime=0.63 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) S 3992 3995 12395 0 -1 1077944384 1407 0 0 0 63 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848549599904 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10686560 memory=7379266089894569064 CPUtime=0.34 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) S 3992 3995 12395 0 -1 1077944384 2090 0 0 0 33 1 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848548547360 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10686560 memory=7379266089894569064 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044663 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10686560 memory=-6519613052471072158 CPUtime=0.21 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 341 0 0 0 11 10 0 0 20 0 17 0 106044667 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4089] ppid=3992 vsize=10686560 memory=6368491621849523816 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4089/stat : 4089 (java) S 3992 3995 12395 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848543288816 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4090] ppid=3992 vsize=10686560 memory=6368491621849523816 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4090/stat : 4090 (java) S 3992 3995 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848542236720 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 1742.5 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8289144 KiB

[startup+478.201 s]
/proc/loadavg: 3.43 4.28 3.91 2/194 4092
/proc/meminfo: memFree=22780504/32770624 swapFree=67108860/67108860
[pid=3995] ppid=3992 vsize=10686560 memory=8289144 CPUtime=1742.69 cores=1,3,5,7
/proc/3995/stat : 3995 (java) S 3992 3995 12395 0 -1 1077944320 2901547 0 0 0 173391 878 0 0 20 0 17 0 106044651 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 140727187410256 139849058197239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
/proc/3995/statm: 2671640 2072286 3159 1 0 2661055 0
[pid=3995/tid=3997] ppid=3992 vsize=10686560 memory=288230583166042426 CPUtime=19.85 cores=1,3,5,7
/proc/3995/task/3997/stat : 3997 (java) S 3992 3995 12395 0 -1 1077944384 26776 0 0 0 1953 32 0 0 20 0 17 0 106044657 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139849062437920 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3998] ppid=3992 vsize=10686560 memory=14413726384129835 CPUtime=423.3 cores=1,3,5,7
/proc/3995/task/3998/stat : 3998 (java) S 3992 3995 12395 0 -1 1077944384 989304 0 0 0 42101 229 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848988617488 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=3999] ppid=3992 vsize=10686560 memory=4048 CPUtime=424.36 cores=1,3,5,7
/proc/3995/task/3999/stat : 3999 (java) S 3992 3995 12395 0 -1 1077944384 412242 0 0 0 42246 190 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848987564944 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4000] ppid=3992 vsize=10686560 memory=30292 CPUtime=424.08 cores=1,3,5,7
/proc/3995/task/4000/stat : 4000 (java) S 3992 3995 12395 0 -1 1077944384 686952 0 0 0 42199 209 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848986512400 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4001] ppid=3992 vsize=10686560 memory=18468 CPUtime=423.55 cores=1,3,5,7
/proc/3995/task/4001/stat : 4001 (java) S 3992 3995 12395 0 -1 1077944384 684017 0 0 0 42150 205 0 0 20 0 17 0 106044658 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848985459856 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4002] ppid=3992 vsize=10686560 memory=1788 CPUtime=25.58 cores=1,3,5,7
/proc/3995/task/4002/stat : 4002 (java) R 3992 3995 12395 0 -1 4202560 94037 0 0 0 2553 5 0 0 20 0 17 0 106044659 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848554861008 139849042654870 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4003] ppid=3992 vsize=10686560 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4003/stat : 4003 (java) S 3992 3995 12395 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848553808864 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4004] ppid=3992 vsize=10686560 memory=840 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4004/stat : 4004 (java) S 3992 3995 12395 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 106044660 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848552756224 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4005] ppid=3992 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4005/stat : 4005 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848551704784 139849058215835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4006] ppid=3992 vsize=10686560 memory=1156 CPUtime=0.72 cores=1,3,5,7
/proc/3995/task/4006/stat : 4006 (java) S 3992 3995 12395 0 -1 1077944384 2809 0 0 0 72 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848550652160 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4007] ppid=3992 vsize=10686560 memory=3132 CPUtime=0.63 cores=1,3,5,7
/proc/3995/task/4007/stat : 4007 (java) S 3992 3995 12395 0 -1 1077944384 1407 0 0 0 63 0 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848549599904 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4008] ppid=3992 vsize=10686560 memory=8289140 CPUtime=0.34 cores=1,3,5,7
/proc/3995/task/4008/stat : 4008 (java) S 3992 3995 12395 0 -1 1077944384 2090 0 0 0 33 1 0 0 20 0 17 0 106044662 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848548547360 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4009] ppid=3992 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4009/stat : 4009 (java) S 3992 3995 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106044663 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848547495008 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4010] ppid=3992 vsize=10686560 memory=7235147594880805952 CPUtime=0.21 cores=1,3,5,7
/proc/3995/task/4010/stat : 4010 (java) S 3992 3995 12395 0 -1 1077944384 341 0 0 0 11 10 0 0 20 0 17 0 106044667 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848546441520 139849058208386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4089] ppid=3992 vsize=10686560 memory=7598824234097836114 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4089/stat : 4089 (java) S 3992 3995 12395 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848543288816 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
[pid=3995/tid=4090] ppid=3992 vsize=10686560 memory=21221 CPUtime=0 cores=1,3,5,7
/proc/3995/task/4090/stat : 4090 (java) S 3992 3995 12395 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 106088807 10943037440 2072286 18446744073709551615 4194304 4196468 140727187427712 139848542236720 139849058207445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17244160 140727187435920 140727187436073 140727187436073 140727187439567 0
Current children cumulated CPU time: 1742.69 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8289144 KiB

[startup+478.301 s]*
/proc/loadavg: 3.43 4.28 3.91 2/179 4092
/proc/meminfo: memFree=24120836/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 478.359
CPU time (s): 1742.86
CPU user time (s): 1733.99
CPU system time (s): 8.86959
CPU usage (%): 364.342
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8289144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.99
system time used= 8.86959
maximum resident set size= 8289280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2901664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41531
involuntary context switches= 22689


# summary of solver processes directly reported to runsolver:
#   pid: 3995
#   total CPU time (s): 1742.86
#   total CPU user time (s): 1733.99
#   total CPU system time (s): 8.86959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.1647 second user time and 4.46321 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 18:08:20
IDJOB=4263802
IDBENCH=140927
IDSOLVER=2651
FILE ID=node135/4263802-1502641333
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex08540.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263802-1502641333/watcher-4263802-1502641333 -o /tmp/evaluation-result-4263802-1502641333/solver-4263802-1502641333 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263802-1502641333.xml

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

MD5SUM BENCH= 440b59c3b2d6a515b3a7929740109e51
RANDOM SEED=495314472

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:        22765996 kB
MemAvailable:   23666568 kB
Buffers:          312964 kB
Cached:           884956 kB
SwapCached:            0 kB
Active:          8986360 kB
Inactive:         557732 kB
Active(anon):    8346368 kB
Inactive(anon):    41324 kB
Active(file):     639992 kB
Inactive(file):   516408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2108 kB
Writeback:             0 kB
AnonPages:       8350368 kB
Mapped:            67020 kB
Shmem:             41656 kB
Slab:             147692 kB
SReclaimable:     120012 kB
SUnreclaim:        27680 kB
KernelStack:        3760 kB
PageTables:        21572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8640532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7524352 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-13 18:16:18