Trace number 4263211

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1270.4301 345.534

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-B-n78-k10.xml
MD5SUM7c96a44e638c86f7d39463bcb8517eb1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1282
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables6162
Number of constraints6083
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":78},{"size":2,"count":6006},{"size":101,"count":77}]
Minimum variable degree0
Maximum variable degree153
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":78},{"degree":2,"count":154},{"degree":4,"count":5852},{"degree":153,"count":77}]
Minimum constraint arity1
Maximum constraint arity77
Distribution of constraint arities[{"arity":1,"count":77},{"arity":3,"count":5852},{"arity":77,"count":154}]
Number of extensional constraints0
Number of intensional constraints77
Distribution of constraint types[{"type":"intension","count":77},{"type":"sum","count":5852},{"type":"count","count":154}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263211-1502624612/watcher-4263211-1502624612 -o /tmp/evaluation-result-4263211-1502624612/solver-4263211-1502624612 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263211-1502624612.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
Current StackSize limit: 8192 KiB

solver pid=8787, runsolver pid=8784

[startup+0.100095 s]*
/proc/loadavg: 1.81 1.91 1.96 8/215 8802
/proc/meminfo: memFree=31360364/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10555400 memory=31312 CPUtime=0.12 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 6359 0 0 0 11 1 0 0 20 0 15 0 95549539 10808729600 7828 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2638850 7828 2810 1 0 2627263 0
[pid=8787/tid=8789] ppid=8784 vsize=10555400 memory=-8826034342005142720 CPUtime=0.09 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) R 8784 8787 2539 0 -1 4202560 4219 0 0 0 8 1 0 0 20 0 15 0 95549539 10808729600 7828 33554432000 4194304 4196468 140733203968624 139858102085952 139858081944926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 7828 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 7828 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 7828 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 7828 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549541 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857133250544 139858097875586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95549542 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857132196768 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95549542 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857131144176 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857129040368 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857127987824 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0.01 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) R 8784 8787 2539 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 95549544 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857126935280 139858090101566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549545 10808729600 7828 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31312 KiB

[startup+0.211493 s]*
/proc/loadavg: 1.81 1.91 1.96 7/215 8802
/proc/meminfo: memFree=31284392/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10555400 memory=39532 CPUtime=0.33 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 7476 0 0 0 31 2 0 0 20 0 15 0 95549539 10808729600 9883 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2638850 9883 2986 1 0 2627263 0
[pid=8787/tid=8789] ppid=8784 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) R 8784 8787 2539 0 -1 4202560 4517 0 0 0 19 1 0 0 20 0 15 0 95549539 10808729600 9883 33554432000 4194304 4196468 140733203968624 139858102103184 139858097886365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 9883 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10555400 memory=4050904850535106208 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 9883 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 9883 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808729600 9883 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549541 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857133250544 139858097875586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95549542 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857132196768 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95549542 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857131144176 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) R 8784 8787 2539 0 -1 4202560 614 0 0 0 2 0 0 0 20 0 15 0 95549544 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857129040288 139858082989845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) R 8784 8787 2539 0 -1 4202560 282 0 0 0 3 0 0 0 20 0 15 0 95549544 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857127987824 139858077292831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0.06 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) R 8784 8787 2539 0 -1 1077944384 696 0 0 0 6 0 0 0 20 0 15 0 95549544 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857126931136 139858097874645 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10555400 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549545 10808729600 9883 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39532 KiB

[startup+0.313532 s]*
/proc/loadavg: 1.81 1.91 1.96 4/215 8802
/proc/meminfo: memFree=31271492/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10555476 memory=52552 CPUtime=0.67 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 9854 0 0 0 65 2 0 0 20 0 15 0 95549539 10808807424 13138 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2638869 13138 3051 1 0 2627263 0
[pid=8787/tid=8789] ppid=8784 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) R 8784 8787 2539 0 -1 4202560 5022 0 0 0 29 1 0 0 20 0 15 0 95549539 10808807424 13138 33554432000 4194304 4196468 140733203968624 139858102100832 139858081944926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 13138 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10555476 memory=3472468262951667360 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 13138 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 13138 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 13138 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10555476 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95549541 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857133250544 139858097875586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95549542 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857132196768 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95549542 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857131144176 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 1070 0 0 0 11 0 0 0 20 0 15 0 95549544 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857129040368 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10555476 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 1119 0 0 0 11 0 0 0 20 0 15 0 95549544 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857127987824 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10555476 memory=139966710105728 CPUtime=0.13 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 1287 0 0 0 13 0 0 0 20 0 15 0 95549544 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857126935280 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10555476 memory=139966710105728 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549545 10808807424 13138 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52552 KiB

[startup+0.708777 s]
/proc/loadavg: 1.81 1.91 1.96 9/215 8802
/proc/meminfo: memFree=31104932/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10555476 memory=198540 CPUtime=1.92 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 11630 0 0 0 185 7 0 0 20 0 15 0 95549539 10808807424 49569 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2638869 49635 3107 1 0 2627263 0
[pid=8787/tid=8789] ppid=8784 vsize=10555476 memory=1732 CPUtime=0.66 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) R 8784 8787 2539 0 -1 4202560 5321 0 0 0 63 3 0 0 20 0 15 0 95549539 10808807424 49635 33554432000 4194304 4196468 140733203968624 139858102099176 139857711639999 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10555476 memory=796 CPUtime=0.01 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 95549540 10808807424 49635 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 49635 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10555476 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 95549540 10808807424 49635 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10555476 memory=1424 CPUtime=0.01 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 95549540 10808807424 49635 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95549541 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857133250544 139858097875586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10555476 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95549542 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857132196768 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10555476 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95549542 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857131144176 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10555476 memory=7014751519734584657 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10555476 memory=7453282923545389669 CPUtime=0.41 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) R 8784 8787 2539 0 -1 4202560 1489 0 0 0 41 0 0 0 20 0 15 0 95549544 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857129040368 139858090153893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10555476 memory=7444843076533644388 CPUtime=0.46 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) R 8784 8787 2539 0 -1 4202560 1662 0 0 0 46 0 0 0 20 0 15 0 95549544 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857127968840 139858079409400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10555476 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 1666 0 0 0 30 0 0 0 20 0 15 0 95549544 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857126935280 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95549544 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95549545 10808807424 49635 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 198540 KiB

[startup+1.50075 s]
/proc/loadavg: 2.31 2.01 2.00 8/215 8802
/proc/meminfo: memFree=30683056/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10557324 memory=400952 CPUtime=4.43 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 19061 0 0 0 430 13 0 0 20 0 15 0 95549539 10810699776 100238 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2639331 100238 3124 1 0 2627725 0
[pid=8787/tid=8789] ppid=8784 vsize=10557324 memory=8112282956445269571 CPUtime=1.4 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) R 8784 8787 2539 0 -1 4202560 5494 0 0 0 135 5 0 0 20 0 15 0 95549539 10810699776 100238 33554432000 4194304 4196468 140733203968624 139858102099568 139857712623217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10557324 memory=-8754540793456063680 CPUtime=0.04 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 15 0 95549540 10810699776 100238 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10557324 memory=-2843874019102283166 CPUtime=0.04 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 115 0 0 0 3 1 0 0 20 0 15 0 95549540 10810699776 100238 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10557324 memory=5450919713671312938 CPUtime=0.03 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 15 0 95549540 10810699776 100238 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10557324 memory=7005738693937936738 CPUtime=0.06 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 129 0 0 0 5 1 0 0 20 0 15 0 95549540 10810699776 100238 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10557324 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95549541 10810699776 100238 33554432000 4194304 4196468 140733203968624 139857133250544 139858097875586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0

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

/proc/8787/task/8793/stat : 8793 (java) R 8784 8787 2539 0 -1 4202560 39844 0 0 0 30577 194 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858031398232 139858082854035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10690804 memory=6760 CPUtime=18.17 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 59555 0 0 0 1813 4 0 0 20 0 17 0 95549541 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857133249088 139858097874645 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10690804 memory=832 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857132196832 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10690804 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857131143296 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10690804 memory=3832 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 8092 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857129040128 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10690804 memory=2544 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 8331 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857127987872 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10690804 memory=2544 CPUtime=0.5 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 4140 0 0 0 49 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857126929280 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10690804 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10690804 memory=1156 CPUtime=0.24 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1138 0 0 0 18 6 0 0 20 0 17 0 95549545 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8818] ppid=8784 vsize=10690804 memory=3236 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8818/stat : 8818 (java) S 8784 8787 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857121676464 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8819] ppid=8784 vsize=10690804 memory=3062232 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8819/stat : 8819 (java) S 8784 8787 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857120624688 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 1266.42 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8126348 KiB

[startup+344.801 s]
/proc/loadavg: 4.57 3.77 2.77 6/220 8819
/proc/meminfo: memFree=20424232/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10690804 memory=8126348 CPUtime=1269.5 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 257627 0 4 0 126176 774 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2672701 2031587 3206 1 0 2661057 0
[pid=8787/tid=8789] ppid=8784 vsize=10690804 memory=8112282956445269571 CPUtime=13.38 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) S 8784 8787 2539 0 -1 1077944384 17114 0 4 0 1324 14 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858102105120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10690804 memory=27544 CPUtime=309.49 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) R 8784 8787 2539 0 -1 4202560 35203 0 0 0 30776 173 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858034555472 139858090492647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10690804 memory=1296 CPUtime=307.69 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) R 8784 8787 2539 0 -1 4202560 49807 0 0 0 30580 189 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858033503240 139858090492647 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10690804 memory=2404 CPUtime=308.01 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) R 8784 8787 2539 0 -1 4202560 32969 0 0 0 30609 192 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858032450696 139858090492647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10690804 memory=1732 CPUtime=308.5 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) R 8784 8787 2539 0 -1 4202560 39844 0 0 0 30656 194 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858031398232 139858079474054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10690804 memory=8112282956445269571 CPUtime=18.17 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) S 8784 8787 2539 0 -1 1077944384 59555 0 0 0 1813 4 0 0 20 0 17 0 95549541 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857133249088 139858097874645 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10690804 memory=5672 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857132196832 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10690804 memory=8126348 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857131143296 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10690804 memory=15876 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 8092 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857129040128 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10690804 memory=16236 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 8331 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857127987872 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10690804 memory=4044 CPUtime=0.5 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 4140 0 0 0 49 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857126929280 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10690804 memory=16196 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10690804 memory=796 CPUtime=0.24 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1138 0 0 0 18 6 0 0 20 0 17 0 95549545 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8818] ppid=8784 vsize=10690804 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8818/stat : 8818 (java) S 8784 8787 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857121676464 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8819] ppid=8784 vsize=10690804 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8819/stat : 8819 (java) S 8784 8787 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857120624688 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 1269.5 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8126348 KiB

[startup+345.201 s]
/proc/loadavg: 4.57 3.77 2.77 3/220 8819
/proc/meminfo: memFree=20424232/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10690804 memory=8126348 CPUtime=1270.09 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 257627 0 4 0 126235 774 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2672701 2031587 3206 1 0 2661057 0
[pid=8787/tid=8789] ppid=8784 vsize=10690804 memory=288230621803970871 CPUtime=13.38 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) S 8784 8787 2539 0 -1 1077944384 17114 0 4 0 1324 14 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858102105120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10690804 memory=16097070113098297 CPUtime=309.55 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 35203 0 0 0 30782 173 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10690804 memory=139966610046945 CPUtime=307.75 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 49807 0 0 0 30586 189 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10690804 memory=8318255677412212789 CPUtime=308.07 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 32969 0 0 0 30615 192 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10690804 memory=303711711247204705 CPUtime=308.57 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 39844 0 0 0 30663 194 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10690804 memory=14694110556595048 CPUtime=18.5 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) R 8784 8787 2539 0 -1 4202560 59555 0 0 0 1846 4 0 0 20 0 17 0 95549541 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857133249088 139858082860843 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10690804 memory=7380950558838907496 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857132196832 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10690804 memory=7667167690614007148 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857131143296 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10690804 memory=5793429465466104423 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10690804 memory=5793429465466104423 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 8092 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857129040128 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10690804 memory=7228389987642270570 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 8331 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857127987872 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10690804 memory=7521972794333358182 CPUtime=0.5 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 4140 0 0 0 49 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857126929280 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10690804 memory=7521972794333358182 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10690804 memory=8126348 CPUtime=0.24 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1138 0 0 0 18 6 0 0 20 0 17 0 95549545 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8818] ppid=8784 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8818/stat : 8818 (java) S 8784 8787 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857121676464 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8819] ppid=8784 vsize=10690804 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8819/stat : 8819 (java) S 8784 8787 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857120624688 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 1270.09 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8126348 KiB

[startup+345.401 s]
/proc/loadavg: 4.57 3.77 2.77 3/220 8819
/proc/meminfo: memFree=20424232/32770624 swapFree=67108860/67108860
[pid=8787] ppid=8784 vsize=10690804 memory=8126348 CPUtime=1270.29 cores=1,3,5,7
/proc/8787/stat : 8787 (java) S 8784 8787 2539 0 -1 1077944320 257627 0 4 0 126255 774 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 140733203951168 139858097864439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
/proc/8787/statm: 2672701 2031587 3206 1 0 2661057 0
[pid=8787/tid=8789] ppid=8784 vsize=10690804 memory=4044 CPUtime=13.38 cores=1,3,5,7
/proc/8787/task/8789/stat : 8789 (java) S 8784 8787 2539 0 -1 1077944384 17114 0 4 0 1324 14 0 0 20 0 17 0 95549539 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858102105120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8790] ppid=8784 vsize=10690804 memory=16196 CPUtime=309.55 cores=1,3,5,7
/proc/8787/task/8790/stat : 8790 (java) S 8784 8787 2539 0 -1 1077944384 35203 0 0 0 30782 173 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858034555664 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8791] ppid=8784 vsize=10690804 memory=1232 CPUtime=307.75 cores=1,3,5,7
/proc/8787/task/8791/stat : 8791 (java) S 8784 8787 2539 0 -1 1077944384 49807 0 0 0 30586 189 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858033503120 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8792] ppid=8784 vsize=10690804 memory=648 CPUtime=308.07 cores=1,3,5,7
/proc/8787/task/8792/stat : 8792 (java) S 8784 8787 2539 0 -1 1077944384 32969 0 0 0 30615 192 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858032450576 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8793] ppid=8784 vsize=10690804 memory=1796 CPUtime=308.57 cores=1,3,5,7
/proc/8787/task/8793/stat : 8793 (java) S 8784 8787 2539 0 -1 1077944384 39844 0 0 0 30663 194 0 0 20 0 17 0 95549540 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139858031398032 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8794] ppid=8784 vsize=10690804 memory=956 CPUtime=18.7 cores=1,3,5,7
/proc/8787/task/8794/stat : 8794 (java) R 8784 8787 2539 0 -1 4202560 59555 0 0 0 1866 4 0 0 20 0 17 0 95549541 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857133249088 139858082322072 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8795] ppid=8784 vsize=10690804 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8795/stat : 8795 (java) S 8784 8787 2539 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857132196832 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8796] ppid=8784 vsize=10690804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8796/stat : 8796 (java) S 8784 8787 2539 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95549542 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857131143296 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8797] ppid=8784 vsize=10690804 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8797/stat : 8797 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857130092752 139858097883035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8798] ppid=8784 vsize=10690804 memory=2236 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8798/stat : 8798 (java) S 8784 8787 2539 0 -1 1077944384 8092 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857129040128 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8799] ppid=8784 vsize=10690804 memory=8560 CPUtime=1.72 cores=1,3,5,7
/proc/8787/task/8799/stat : 8799 (java) S 8784 8787 2539 0 -1 1077944384 8331 0 0 0 171 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857127987872 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8800] ppid=8784 vsize=10690804 memory=1724 CPUtime=0.5 cores=1,3,5,7
/proc/8787/task/8800/stat : 8800 (java) S 8784 8787 2539 0 -1 1077944384 4140 0 0 0 49 1 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857126929280 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8801] ppid=8784 vsize=10690804 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8801/stat : 8801 (java) S 8784 8787 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95549544 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857125882976 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8802] ppid=8784 vsize=10690804 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/8787/task/8802/stat : 8802 (java) S 8784 8787 2539 0 -1 1077944384 1138 0 0 0 18 6 0 0 20 0 17 0 95549545 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857124829488 139858097875586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8818] ppid=8784 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8818/stat : 8818 (java) S 8784 8787 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857121676464 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
[pid=8787/tid=8819] ppid=8784 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8787/task/8819/stat : 8819 (java) S 8784 8787 2539 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95582173 10947383296 2031587 33554432000 4194304 4196468 140733203968624 139857120624688 139858097874645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6631424 140733203977350 140733203977503 140733203977503 140733203980239 0
Current children cumulated CPU time: 1270.29 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8126348 KiB

[startup+345.501 s]*
/proc/loadavg: 4.57 3.77 2.77 3/205 8819
/proc/meminfo: memFree=21058644/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): 345.534
CPU time (s): 1270.43
CPU user time (s): 1262.65
CPU system time (s): 7.78517
CPU usage (%): 367.673
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8126348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.65
system time used= 7.78517
maximum resident set size= 8126636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257861
page faults= 4
swaps= 0
block input operations= 5064
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22718
involuntary context switches= 15278


# summary of solver processes directly reported to runsolver:
#   pid: 8787
#   total CPU time (s): 1270.43
#   total CPU user time (s): 1262.65
#   total CPU system time (s): 7.78517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14669 second user time and 3.46024 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 13:29:14
IDJOB=4263211
IDBENCH=124454
IDSOLVER=2651
FILE ID=node102/4263211-1502624612
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-B-n78-k10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263211-1502624612/watcher-4263211-1502624612 -o /tmp/evaluation-result-4263211-1502624612/solver-4263211-1502624612 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263211-1502624612.xml

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

MD5SUM BENCH= 7c96a44e638c86f7d39463bcb8517eb1
RANDOM SEED=1514405319

node102.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.35
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.35
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.35
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.35
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:        31408896 kB
MemAvailable:   31784612 kB
Buffers:          103008 kB
Cached:           557424 kB
SwapCached:            0 kB
Active:           784152 kB
Inactive:         133988 kB
Active(anon):     210320 kB
Inactive(anon):    75432 kB
Active(file):     573832 kB
Inactive(file):    58556 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3692 kB
Writeback:             0 kB
AnonPages:        100184 kB
Mapped:            53912 kB
Shmem:             25228 kB
Slab:             144332 kB
SReclaimable:     118324 kB
SUnreclaim:        26008 kB
KernelStack:        3488 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1307144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 13:34:59