Trace number 4263800

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? 1829.05 501.09698

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263800-1502641297/watcher-4263800-1502641297 -o /tmp/evaluation-result-4263800-1502641297/solver-4263800-1502641297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263800-1502641297.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=27539, runsolver pid=27536

[startup+0.100058 s]*
/proc/loadavg: 5.10 4.16 3.12 3/204 27545
/proc/meminfo: memFree=31104236/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=9936560 memory=16748 CPUtime=0 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 3504 0 0 0 0 0 0 0 20 0 6 0 163782430 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2484140 4187 1923 1 0 2473637 0
[pid=27539/tid=27541] ppid=27536 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 7084 0 -1 4202560 2207 0 0 0 0 0 0 0 20 0 6 0 163782439 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140554085917264 140554065761630 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163782440 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554081691349 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=9936560 memory=140363097974400 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163782440 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554081691349 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163782440 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554081691349 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163782440 10175037440 4187 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554081691349 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16748 KiB

[startup+0.209981 s]*
/proc/loadavg: 5.10 4.16 3.12 5/213 27554
/proc/meminfo: memFree=31094412/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10551156 memory=27056 CPUtime=0.09 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 5182 0 0 0 8 1 0 0 20 0 15 0 163782430 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2637789 6764 2791 1 0 2627261 0
[pid=27539/tid=27541] ppid=27536 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 7084 0 -1 4202560 3115 0 0 0 6 1 0 0 20 0 15 0 163782439 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140554085916112 140554061407708 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10551156 memory=3905945629638796960 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10551156 memory=140363097974400 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163782441 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553120163824 140554081692290 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163782442 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553119110048 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163782442 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553118057456 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553115953648 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553114901104 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10551156 memory=140363097974400 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) R 27536 27539 7084 0 -1 4202560 272 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553113848560 140554060637807 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10551156 memory=140363097974400 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782449 10804383744 6764 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27056 KiB

[startup+0.310335 s]*
/proc/loadavg: 5.10 4.16 3.12 3/213 27554
/proc/meminfo: memFree=31083644/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10551156 memory=36704 CPUtime=0.24 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 8424 0 0 0 21 3 0 0 20 0 15 0 163782430 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2637789 9176 2888 1 0 2627261 0
[pid=27539/tid=27541] ppid=27536 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 7084 0 -1 4202560 6068 0 0 0 15 2 0 0 20 0 15 0 163782439 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140554085916240 140554065761630 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163782440 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163782441 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553120163824 140554081692290 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163782442 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553119110048 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163782442 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553118057456 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 15 0 163782444 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553115953648 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553114901104 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 408 0 0 0 3 0 0 0 20 0 15 0 163782444 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553113848560 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10551156 memory=140363097974400 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782449 10804383744 9176 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36704 KiB

[startup+0.702108 s]
/proc/loadavg: 5.10 4.16 3.12 5/213 27554
/proc/meminfo: memFree=31072444/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10551232 memory=128944 CPUtime=1.31 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 13160 0 0 0 126 5 0 0 20 0 15 0 163782430 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2637808 32236 3057 1 0 2627261 0
[pid=27539/tid=27541] ppid=27536 vsize=10551232 memory=280725907707320 CPUtime=0.55 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) R 27536 27539 7084 0 -1 4202560 7399 0 0 0 51 4 0 0 20 0 15 0 163782439 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140554085918928 140553697081657 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10551232 memory=2404309272065 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10551232 memory=2110713561176884 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10551232 memory=6216 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782440 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10551232 memory=57 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163782440 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10551232 memory=502 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 163782441 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553120163824 140554081692290 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10551232 memory=1050 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163782442 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553119110048 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163782442 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553118057456 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10551232 memory=723 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10551232 memory=112 CPUtime=0.24 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) R 27536 27539 7084 0 -1 4202560 1898 0 0 0 24 0 0 0 20 0 15 0 163782444 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553115945456 140554061091040 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10551232 memory=280725907656416 CPUtime=0.25 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) R 27536 27539 7084 0 -1 4202560 1184 0 0 0 25 0 0 0 20 0 15 0 163782444 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553114889136 140554065067663 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10551232 memory=288230621803970871 CPUtime=0.24 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 1307 0 0 0 24 0 0 0 20 0 15 0 163782444 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553113848560 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10551232 memory=39856 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782449 10804461568 32236 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 128944 KiB

[startup+1.50346 s]
/proc/loadavg: 5.10 4.16 3.12 6/213 27554
/proc/meminfo: memFree=30920096/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10551232 memory=742156 CPUtime=3.17 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 15118 0 0 0 280 37 0 0 20 0 15 0 163782430 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2637808 185539 3093 1 0 2627261 0
[pid=27539/tid=27541] ppid=27536 vsize=10551232 memory=10968244008 CPUtime=1.1 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) S 27536 27539 7084 0 -1 1077944384 7872 0 0 0 101 9 0 0 20 0 15 0 163782439 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140554085918032 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10551232 memory=10968244009 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) R 27536 27539 7084 0 -1 4202560 252 0 0 0 17 6 0 0 20 0 15 0 163782440 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554074780843 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10551232 memory=7446567020408384408 CPUtime=0.2 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) R 27536 27539 7084 0 -1 4202560 187 0 0 0 14 6 0 0 20 0 15 0 163782440 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140554021665880 140554066709026 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10551232 memory=133052524 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) R 27536 27539 7084 0 -1 4202560 177 0 0 0 17 6 0 0 20 0 15 0 163782440 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140554020613024 140554074783860 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10551232 memory=2372 CPUtime=0.22 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) R 27536 27539 7084 0 -1 4202560 442 0 0 0 15 7 0 0 20 0 15 0 163782440 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140554019560792 140554074780843 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10551232 memory=116 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 163782441 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553120162336 140554081691349 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10551232 memory=8251 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 163782442 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553119110048 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10551232 memory=18568 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163782442 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553118057456 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10551232 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 1953 0 0 0 42 0 0 0 20 0 15 0 163782444 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553115953648 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10551232 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 1308 0 0 0 42 0 0 0 20 0 15 0 163782444 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553114901104 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10551232 memory=-6661322574452988614 CPUtime=0.28 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 1357 0 0 0 28 0 0 0 20 0 15 0 163782444 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553113848560 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10551232 memory=7378954898041824609 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163782444 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10551232 memory=4715425595467472516 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163782449 10804461568 185539 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10551232 KiB

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

[startup+499.202 s]
/proc/loadavg: 4.41 4.49 3.70 6/215 27589
/proc/meminfo: memFree=22938052/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10686560 memory=8309816 CPUtime=1821.98 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 2224552 0 0 0 181322 876 0 0 20 0 17 0 163782430 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2671640 2077454 3160 1 0 2661055 0
[pid=27539/tid=27541] ppid=27536 vsize=10686560 memory=476340 CPUtime=18.62 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) S 27536 27539 7084 0 -1 1077944384 24689 0 0 0 1831 31 0 0 20 0 17 0 163782439 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554085921824 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10686560 memory=8309816 CPUtime=443.77 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) R 27536 27539 7084 0 -1 4202560 771785 0 0 0 44162 215 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554022718424 140554066138776 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10686560 memory=8309816 CPUtime=444.21 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) R 27536 27539 7084 0 -1 4202560 501033 0 0 0 44229 192 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554066670770 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10686560 memory=5768 CPUtime=443.01 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) R 27536 27539 7084 0 -1 4202560 492929 0 0 0 44088 213 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554066670608 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=443.04 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) R 27536 27539 7084 0 -1 4202560 323769 0 0 0 44095 209 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554063290788 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10686560 memory=2008 CPUtime=27.48 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 101907 0 0 0 2742 6 0 0 20 0 17 0 163782441 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553120162368 140554081691349 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10686560 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553119110112 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10686560 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553118057472 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10686560 memory=1608 CPUtime=0.57 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 2149 0 0 0 57 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553115953408 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10686560 memory=836 CPUtime=0.6 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 2174 0 0 0 60 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553114901152 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10686560 memory=3908 CPUtime=0.33 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553113848608 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10686560 memory=8309816 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10686560 memory=12320 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 362 0 0 0 14 9 0 0 20 0 17 0 163782449 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27586] ppid=27536 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27586/stat : 27586 (java) S 27536 27539 7084 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553108589600 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27587] ppid=27536 vsize=10686560 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27587/stat : 27587 (java) S 27536 27539 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553107537856 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 1821.98 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8309816 KiB

[startup+500.001 s]*
/proc/loadavg: 4.41 4.49 3.70 6/215 27589
/proc/meminfo: memFree=22938052/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10686560 memory=8309816 CPUtime=1825.2 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 2224808 0 0 0 181644 876 0 0 20 0 17 0 163782430 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2671640 2077454 3160 1 0 2661055 0
[pid=27539/tid=27541] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=18.62 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) S 27536 27539 7084 0 -1 1077944384 24689 0 0 0 1831 31 0 0 20 0 17 0 163782439 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554085921824 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10686560 memory=4126316290023845779 CPUtime=444.57 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) R 27536 27539 7084 0 -1 4202560 771785 0 0 0 44242 215 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554022718424 140554066379883 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10686560 memory=11368 CPUtime=445.02 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) R 27536 27539 7084 0 -1 4202560 501033 0 0 0 44310 192 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554021665880 140554063290972 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10686560 memory=1224 CPUtime=443.82 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) R 27536 27539 7084 0 -1 4202560 492929 0 0 0 44169 213 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554020613336 140554066380111 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10686560 memory=4600 CPUtime=443.85 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) R 27536 27539 7084 0 -1 4202560 324025 0 0 0 44176 209 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554019560480 140554063290963 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10686560 memory=1440 CPUtime=27.48 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 101907 0 0 0 2742 6 0 0 20 0 17 0 163782441 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553120162368 140554081691349 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553119110112 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553118057472 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10686560 memory=12320 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10686560 memory=636 CPUtime=0.57 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 2149 0 0 0 57 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553115953408 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10686560 memory=1796 CPUtime=0.6 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 2174 0 0 0 60 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553114901152 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10686560 memory=960 CPUtime=0.33 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553113848608 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10686560 memory=2240 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 362 0 0 0 14 9 0 0 20 0 17 0 163782449 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27586] ppid=27536 vsize=10686560 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27586/stat : 27586 (java) S 27536 27539 7084 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553108589600 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27587] ppid=27536 vsize=10686560 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27587/stat : 27587 (java) S 27536 27539 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553107537856 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 1825.2 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8309816 KiB

[startup+500.801 s]
/proc/loadavg: 4.41 4.49 3.70 6/215 27589
/proc/meminfo: memFree=22938052/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10686560 memory=8309816 CPUtime=1828.31 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 2224811 0 0 0 181954 877 0 0 20 0 17 0 163782430 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2671640 2077454 3160 1 0 2661055 0
[pid=27539/tid=27541] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=18.62 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) S 27536 27539 7084 0 -1 1077944384 24689 0 0 0 1831 31 0 0 20 0 17 0 163782439 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554085921824 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10686560 memory=8309816 CPUtime=445.33 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) R 27536 27539 7084 0 -1 4202560 771785 0 0 0 44318 215 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554022718344 140554074309351 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=445.79 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) R 27536 27539 7084 0 -1 4202560 501035 0 0 0 44387 192 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554021665488 140554074309351 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=444.6 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) R 27536 27539 7084 0 -1 4202560 492929 0 0 0 44247 213 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554020612944 140554074309351 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10686560 memory=1196 CPUtime=444.64 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) R 27536 27539 7084 0 -1 4202560 324026 0 0 0 44255 209 0 0 20 0 17 0 163782440 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140554019560480 140554066677547 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10686560 memory=15884 CPUtime=27.48 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 101907 0 0 0 2742 6 0 0 20 0 17 0 163782441 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553120162368 140554081691349 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10686560 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553119110112 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10686560 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163782442 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553118057472 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27549] ppid=27536 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27549/stat : 27549 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553117006032 140554081699739 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10686560 memory=1440 CPUtime=0.57 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 2149 0 0 0 57 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553115953408 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10686560 memory=1724 CPUtime=0.6 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 2174 0 0 0 60 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553114901152 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10686560 memory=8309816 CPUtime=0.33 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553113848608 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10686560 memory=39864 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163782444 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27554] ppid=27536 vsize=10686560 memory=636 CPUtime=0.23 cores=0,2,4,6
/proc/27539/task/27554/stat : 27554 (java) S 27536 27539 7084 0 -1 1077944384 362 0 0 0 14 9 0 0 20 0 17 0 163782449 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553111742768 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27586] ppid=27536 vsize=10686560 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27586/stat : 27586 (java) S 27536 27539 7084 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553108589600 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27587] ppid=27536 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27587/stat : 27587 (java) S 27536 27539 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 163828007 10943037440 2077454 18446744073709551615 4194304 4196468 140727279500448 140553107537856 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 1828.31 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8309816 KiB

[startup+501.001 s]*
/proc/loadavg: 4.41 4.49 3.70 6/215 27589
/proc/meminfo: memFree=22933708/32770624 swapFree=67108776/67108860
[pid=27539] ppid=27536 vsize=10686560 memory=8309912 CPUtime=1828.96 cores=0,2,4,6
/proc/27539/stat : 27539 (java) S 27536 27539 7084 0 -1 1077944320 2227660 0 0 0 182019 877 0 0 20 0 13 0 163782430 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140727279482992 140554081681143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
/proc/27539/statm: 2671640 2077478 3161 1 0 2661055 0
[pid=27539/tid=27541] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=18.62 cores=0,2,4,6
/proc/27539/task/27541/stat : 27541 (java) S 27536 27539 7084 0 -1 1077944384 24710 0 0 0 1831 31 0 0 20 0 13 0 163782439 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140554085923984 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27542] ppid=27536 vsize=10686560 memory=4126316290023845779 CPUtime=445.47 cores=0,2,4,6
/proc/27539/task/27542/stat : 27542 (java) S 27536 27539 7084 0 -1 1077944384 771785 0 0 0 44332 215 0 0 20 0 13 0 163782440 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140554022718224 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27543] ppid=27536 vsize=10686560 memory=1152 CPUtime=445.94 cores=0,2,4,6
/proc/27539/task/27543/stat : 27543 (java) S 27536 27539 7084 0 -1 1077944384 501035 0 0 0 44402 192 0 0 20 0 13 0 163782440 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140554021665680 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27544] ppid=27536 vsize=10686560 memory=3164 CPUtime=444.74 cores=0,2,4,6
/proc/27539/task/27544/stat : 27544 (java) S 27536 27539 7084 0 -1 1077944384 492929 0 0 0 44261 213 0 0 20 0 13 0 163782440 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140554020613136 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27545] ppid=27536 vsize=10686560 memory=8309816 CPUtime=444.79 cores=0,2,4,6
/proc/27539/task/27545/stat : 27545 (java) S 27536 27539 7084 0 -1 1077944384 324026 0 0 0 44270 209 0 0 20 0 13 0 163782440 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140554019560592 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27546] ppid=27536 vsize=10686560 memory=-8774313645642428999 CPUtime=27.53 cores=0,2,4,6
/proc/27539/task/27546/stat : 27546 (java) S 27536 27539 7084 0 -1 1077944384 104536 0 0 0 2747 6 0 0 20 0 13 0 163782441 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553120164032 140554081692290 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27547] ppid=27536 vsize=10686560 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27547/stat : 27547 (java) S 27536 27539 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 13 0 163782442 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553119110112 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27548] ppid=27536 vsize=10686560 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27548/stat : 27548 (java) S 27536 27539 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 13 0 163782442 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553118057472 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27550] ppid=27536 vsize=10686560 memory=4126316290023845779 CPUtime=0.57 cores=0,2,4,6
/proc/27539/task/27550/stat : 27550 (java) S 27536 27539 7084 0 -1 1077944384 2149 0 0 0 57 0 0 0 20 0 13 0 163782444 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553115953648 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27551] ppid=27536 vsize=10686560 memory=2460 CPUtime=0.6 cores=0,2,4,6
/proc/27539/task/27551/stat : 27551 (java) S 27536 27539 7084 0 -1 1077944384 2174 0 0 0 60 0 0 0 20 0 13 0 163782444 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553114901104 140554081692290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27552] ppid=27536 vsize=10686560 memory=1836 CPUtime=0.33 cores=0,2,4,6
/proc/27539/task/27552/stat : 27552 (java) S 27536 27539 7084 0 -1 1077944384 2326 0 0 0 33 0 0 0 20 0 13 0 163782444 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553113842880 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
[pid=27539/tid=27553] ppid=27536 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27539/task/27553/stat : 27553 (java) S 27536 27539 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 163782444 10943037440 2077478 18446744073709551615 4194304 4196468 140727279500448 140553112796256 140554081691349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140727279501712 140727279501865 140727279501865 140727279505359 0
Current children cumulated CPU time: 1828.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8309912 KiB

Child status: 0
Real time (s): 501.097
CPU time (s): 1829.05
CPU user time (s): 1820.19
CPU system time (s): 8.85567
CPU usage (%): 365.009
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8309912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1820.19
system time used= 8.85567
maximum resident set size= 8310000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2227687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43148
involuntary context switches= 31914


# summary of solver processes directly reported to runsolver:
#   pid: 27539
#   total CPU time (s): 1829.05
#   total CPU user time (s): 1820.19
#   total CPU system time (s): 8.85567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86497 second user time and 5.08943 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 18:07:12
IDJOB=4263800
IDBENCH=140823
IDSOLVER=2651
FILE ID=node132/4263800-1502641297
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= f140970bd722cd0d04a16203ca32674e
RANDOM SEED=1875176333

node132.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.74
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.74
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.74
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.74
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:        31109388 kB
MemAvailable:   31384396 kB
Buffers:          230000 kB
Cached:           369568 kB
SwapCached:           84 kB
Active:          1059556 kB
Inactive:         193820 kB
Active(anon):     601628 kB
Inactive(anon):   101948 kB
Active(file):     457928 kB
Inactive(file):    91872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              2044 kB
Writeback:            12 kB
AnonPages:        653424 kB
Mapped:            76448 kB
Shmem:             49768 kB
Slab:             109124 kB
SReclaimable:      82084 kB
SUnreclaim:        27040 kB
KernelStack:        3488 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 18:15:33