Trace number 4263213

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? 1258.09 341.54401

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-P-n65-k10.xml
MD5SUMfc97d46ca528b4486ab3fb446b9d6166
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark809
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables4290
Number of constraints4224
Number of domains3
Minimum domain size1
Maximum domain size131
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":4160},{"size":131,"count":64}]
Minimum variable degree0
Maximum variable degree127
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":65},{"degree":2,"count":128},{"degree":4,"count":4032},{"degree":127,"count":64}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":3,"count":4032},{"arity":64,"count":128}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"sum","count":4032},{"type":"count","count":128}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23112, runsolver pid=23109
Current StackSize limit: 8192 KiB


[startup+0.102122 s]*
/proc/loadavg: 2.05 2.50 3.01 3/208 23121
/proc/meminfo: memFree=25607860/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10151672 memory=20488 CPUtime=0.03 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 3992 0 0 0 3 0 0 0 20 0 9 0 162096819 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2537918 5122 2156 1 0 2527415 0
[pid=23112/tid=23114] ppid=23109 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 2633 0 0 0 3 0 0 0 20 0 9 0 162096826 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139834182229880 139834178016413 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162096827 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10151672 memory=140658144831104 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162096827 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162096827 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162096827 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10151672 memory=140658144831104 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162096828 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139833742215536 139834178005634 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 162096828 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139833741161504 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 162096829 10395312128 5122 18446744073709551615 4194304 4196468 140731977664416 139833740108656 139834178004693 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20488 KiB

[startup+0.210319 s]*
/proc/loadavg: 2.05 2.50 3.01 4/214 23127
/proc/meminfo: memFree=25605048/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10551156 memory=27312 CPUtime=0.07 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 4784 0 0 0 6 1 0 0 20 0 15 0 162096819 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2637789 6828 2649 1 0 2627261 0
[pid=23112/tid=23114] ppid=23109 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 2894 0 0 0 5 1 0 0 20 0 15 0 162096826 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139834182220176 139834178016413 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10551156 memory=3546224198689351328 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10551156 memory=140658144831104 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162096828 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833742215536 139834178005634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162096828 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833741161504 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162096829 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833740108656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) S 23109 23112 7084 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833738005360 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833736952560 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10551156 memory=140658144831104 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833735899760 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10551156 memory=140658144831104 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096840 10804383744 6828 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27312 KiB

[startup+0.310328 s]*
/proc/loadavg: 2.05 2.50 3.01 3/214 23127
/proc/meminfo: memFree=25591776/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10551156 memory=37800 CPUtime=0.23 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 8196 0 0 0 20 3 0 0 20 0 15 0 162096819 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2637789 9450 2839 1 0 2627261 0
[pid=23112/tid=23114] ppid=23109 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 5886 0 0 0 14 2 0 0 20 0 15 0 162096826 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139834182233360 139834162074974 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162096827 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162096828 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833742215536 139834178005634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162096828 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833741161504 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162096829 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833740108656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) S 23109 23112 7084 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 15 0 162096831 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833738005360 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) S 23109 23112 7084 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 162096831 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833736952560 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 162096831 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833735899760 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096840 10804383744 9450 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37800 KiB

[startup+0.701158 s]
/proc/loadavg: 2.05 2.50 3.01 5/214 23127
/proc/meminfo: memFree=25572764/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10551232 memory=92272 CPUtime=1.4 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 13245 0 0 0 136 4 0 0 20 0 15 0 162096819 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2637808 23068 3060 1 0 2627261 0
[pid=23112/tid=23114] ppid=23109 vsize=10551232 memory=1836 CPUtime=0.54 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 7386 0 0 0 51 3 0 0 20 0 15 0 162096826 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139834182232832 139833820342005 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096827 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162096827 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162096828 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833742215536 139834178005634 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162096828 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833741161504 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162096829 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833740108656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10551232 memory=40 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10551232 memory=208 CPUtime=0.3 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) R 23109 23112 7084 0 -1 4202560 1592 0 0 0 30 0 0 0 20 0 15 0 162096831 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833737998552 139834163120468 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10551232 memory=140658031606817 CPUtime=0.28 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) R 23109 23112 7084 0 -1 4202560 1439 0 0 0 28 0 0 0 20 0 15 0 162096831 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833736933464 139834170283936 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10551232 memory=288230600329142066 CPUtime=0.25 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 1461 0 0 0 25 0 0 0 20 0 15 0 162096831 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833735899760 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10551232 memory=13849655444265308 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162096840 10804461568 23068 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92272 KiB

[startup+1.50117 s]
/proc/loadavg: 2.13 2.51 3.01 5/214 23127
/proc/meminfo: memFree=25414020/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10551232 memory=384856 CPUtime=3.93 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 19070 0 0 0 379 14 0 0 20 0 15 0 162096819 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2637808 96214 3094 1 0 2627261 0
[pid=23112/tid=23114] ppid=23109 vsize=10551232 memory=68208 CPUtime=1.26 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 7599 0 0 0 120 6 0 0 20 0 15 0 162096826 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139834182227640 139833821451270 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10551232 memory=378428 CPUtime=0.04 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 28 0 0 0 3 1 0 0 20 0 15 0 162096827 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10551232 memory=140658031580833 CPUtime=0.05 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 39 0 0 0 4 1 0 0 20 0 15 0 162096827 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10551232 memory=6872598998417432672 CPUtime=0.05 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 39 0 0 0 4 1 0 0 20 0 15 0 162096827 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 15 0 162096827 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 162096828 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833742215536 139834178005634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 162096828 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833741161568 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 162096829 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833740108672 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10551232 memory=164 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162096831 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10551232 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) R 23109 23112 7084 0 -1 4202560 3996 0 0 0 102 0 0 0 20 0 15 0 162096831 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833737991384 139834162387965 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10551232 memory=6944652177228980320 CPUtime=1.01 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) R 23109 23112 7084 0 -1 4202560 3863 0 0 0 101 0 0 0 20 0 15 0 162096831 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833736937064 139834163109571 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10551232 memory=8772 CPUtime=0.38 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 1894 0 0 0 38 0 0 0 20 0 15 0 162096831 10804461568 96214 18446744073709551615 4194304 4196468 140731977664416 139833735899760 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0

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

[pid=23112/tid=23154] ppid=23109 vsize=10686560 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23154/stat : 23154 (java) S 23109 23112 7084 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833206885680 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23155] ppid=23109 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23155/stat : 23155 (java) S 23109 23112 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833205833648 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1250.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150052 KiB

[startup+340.801 s]
/proc/loadavg: 4.43 3.76 3.39 6/216 23156
/proc/meminfo: memFree=17170180/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10686560 memory=8150052 CPUtime=1257.16 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 343180 0 0 0 125067 649 0 0 20 0 17 0 162096819 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2671640 2037513 3176 1 0 2661055 0
[pid=23112/tid=23114] ppid=23109 vsize=10686560 memory=7884509098902317159 CPUtime=13.6 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) S 23109 23112 7084 0 -1 1077944384 18447 0 0 0 1345 15 0 0 20 0 17 0 162096826 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834182235168 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.75 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) R 23109 23112 7084 0 -1 4202560 40008 0 0 0 30422 153 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834138893576 139834170622695 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.5 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) R 23109 23112 7084 0 -1 4202560 108123 0 0 0 30399 151 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834137840464 139834170622695 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10686560 memory=5768 CPUtime=305.95 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) R 23109 23112 7084 0 -1 4202560 46522 0 0 0 30434 161 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833786686552 139834162990854 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.15 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) R 23109 23112 7084 0 -1 4202560 51846 0 0 0 30357 158 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833785633360 139834170622695 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10686560 memory=2240 CPUtime=17.01 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) S 23109 23112 7084 0 -1 1077944384 53758 0 0 0 1699 2 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833742214080 139834178004693 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10686560 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833741161568 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10686560 memory=8150052 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 162096829 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833740107776 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10686560 memory=836 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10686560 memory=3908 CPUtime=1.75 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) S 23109 23112 7084 0 -1 1077944384 9490 0 0 0 174 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833738005408 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10686560 memory=-8774313645642428999 CPUtime=1.65 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) S 23109 23112 7084 0 -1 1077944384 8529 0 0 0 164 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833736952320 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10686560 memory=4064 CPUtime=0.45 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 4014 0 0 0 45 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833735895632 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10686560 memory=3224 CPUtime=0.26 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1007 0 0 0 14 12 0 0 20 0 17 0 162096840 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23154] ppid=23109 vsize=10686560 memory=6429452 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23154/stat : 23154 (java) S 23109 23112 7084 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833206885680 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23155] ppid=23109 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23155/stat : 23155 (java) S 23109 23112 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833205833648 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1257.16 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150052 KiB

[startup+341.201 s]
/proc/loadavg: 4.43 3.76 3.39 3/216 23156
/proc/meminfo: memFree=17170180/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10686560 memory=8150052 CPUtime=1257.74 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 343186 0 0 0 125125 649 0 0 20 0 17 0 162096819 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2671640 2037513 3176 1 0 2661055 0
[pid=23112/tid=23114] ppid=23109 vsize=10686560 memory=13563786715989427 CPUtime=13.6 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) S 23109 23112 7084 0 -1 1077944384 18447 0 0 0 1345 15 0 0 20 0 17 0 162096826 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834182235168 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10686560 memory=33 CPUtime=305.81 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 40008 0 0 0 30428 153 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10686560 memory=288230621803970871 CPUtime=305.56 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 108123 0 0 0 30405 151 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10686560 memory=13563786715989427 CPUtime=306.01 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 46525 0 0 0 30440 161 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10686560 memory=0 CPUtime=305.21 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 51846 0 0 0 30363 158 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10686560 memory=0 CPUtime=17.35 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) R 23109 23112 7084 0 -1 4202560 53761 0 0 0 1733 2 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833742214080 139834162990897 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10686560 memory=175 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833741161568 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 162096829 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833740107776 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10686560 memory=7451883258178331496 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10686560 memory=7453282923461503851 CPUtime=1.75 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) S 23109 23112 7084 0 -1 1077944384 9490 0 0 0 174 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833738005408 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10686560 memory=5788366128604933743 CPUtime=1.65 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) S 23109 23112 7084 0 -1 1077944384 8529 0 0 0 164 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833736952320 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10686560 memory=45 CPUtime=0.45 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 4014 0 0 0 45 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833735895632 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10686560 memory=8150052 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10686560 memory=8150052 CPUtime=0.26 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1007 0 0 0 14 12 0 0 20 0 17 0 162096840 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23154] ppid=23109 vsize=10686560 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23154/stat : 23154 (java) S 23109 23112 7084 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833206885680 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23155] ppid=23109 vsize=10686560 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23155/stat : 23155 (java) S 23109 23112 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833205833648 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1257.74 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150052 KiB

[startup+341.401 s]
/proc/loadavg: 4.43 3.76 3.39 3/216 23156
/proc/meminfo: memFree=17170180/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10686560 memory=8150052 CPUtime=1257.94 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 343186 0 0 0 125145 649 0 0 20 0 17 0 162096819 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2671640 2037513 3176 1 0 2661055 0
[pid=23112/tid=23114] ppid=23109 vsize=10686560 memory=39388 CPUtime=13.6 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) S 23109 23112 7084 0 -1 1077944384 18447 0 0 0 1345 15 0 0 20 0 17 0 162096826 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834182235168 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10686560 memory=636 CPUtime=305.81 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 40008 0 0 0 30428 153 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.56 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 108123 0 0 0 30405 151 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10686560 memory=2756 CPUtime=306.01 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 46525 0 0 0 30440 161 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10686560 memory=4064 CPUtime=305.21 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 51846 0 0 0 30363 158 0 0 20 0 17 0 162096827 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23119] ppid=23109 vsize=10686560 memory=1152 CPUtime=17.55 cores=1,3,5,7
/proc/23112/task/23119/stat : 23119 (java) R 23109 23112 7084 0 -1 4202560 53761 0 0 0 1753 2 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833742214080 139834162991040 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 162096828 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833741161568 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10686560 memory=7884509098902317159 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) S 23109 23112 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 162096829 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833740107776 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23122] ppid=23109 vsize=10686560 memory=7596846237650020456 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23122/stat : 23122 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833739056976 139834178013083 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10686560 memory=0 CPUtime=1.75 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) S 23109 23112 7084 0 -1 1077944384 9490 0 0 0 174 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833738005408 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23124] ppid=23109 vsize=10686560 memory=-7521736447810188379 CPUtime=1.65 cores=1,3,5,7
/proc/23112/task/23124/stat : 23124 (java) S 23109 23112 7084 0 -1 1077944384 8529 0 0 0 164 1 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833736952320 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23125] ppid=23109 vsize=10686560 memory=8328453600958622283 CPUtime=0.45 cores=1,3,5,7
/proc/23112/task/23125/stat : 23125 (java) S 23109 23112 7084 0 -1 1077944384 4014 0 0 0 45 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833735895632 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23126] ppid=23109 vsize=10686560 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23126/stat : 23126 (java) S 23109 23112 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162096831 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833734847200 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23127] ppid=23109 vsize=10686560 memory=1236 CPUtime=0.26 cores=1,3,5,7
/proc/23112/task/23127/stat : 23127 (java) S 23109 23112 7084 0 -1 1077944384 1007 0 0 0 14 12 0 0 20 0 17 0 162096840 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833210038960 139834178005634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23154] ppid=23109 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23154/stat : 23154 (java) S 23109 23112 7084 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833206885680 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23155] ppid=23109 vsize=10686560 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23155/stat : 23155 (java) S 23109 23112 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 162128947 10943037440 2037513 18446744073709551615 4194304 4196468 140731977664416 139833205833648 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1257.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8150052 KiB

[startup+341.501 s]
/proc/loadavg: 4.43 3.76 3.39 3/216 23156
/proc/meminfo: memFree=17170180/32770624 swapFree=67108776/67108860
[pid=23112] ppid=23109 vsize=10686560 memory=8149200 CPUtime=1258.04 cores=1,3,5,7
/proc/23112/stat : 23112 (java) S 23109 23112 7084 0 -1 1077944320 343674 0 0 0 125155 649 0 0 20 0 14 0 162096819 10943037440 2037300 18446744073709551615 4194304 4196468 140731977664416 140731977646960 139834177994487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
/proc/23112/statm: 2671640 2037300 3178 1 0 2661055 0
[pid=23112/tid=23114] ppid=23109 vsize=10686560 memory=8150048 CPUtime=13.6 cores=1,3,5,7
/proc/23112/task/23114/stat : 23114 (java) R 23109 23112 7084 0 -1 4202560 18450 0 0 0 1345 15 0 0 20 0 13 0 162096826 10943037440 2037300 18446744073709551615 4194304 4196468 140731977664416 139834182237328 139834170711783 0 0 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23115] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.81 cores=1,3,5,7
/proc/23112/task/23115/stat : 23115 (java) S 23109 23112 7084 0 -1 1077944384 40008 0 0 0 30428 153 0 0 20 0 13 0 162096827 10943037440 2037270 18446744073709551615 4194304 4196468 140731977664416 139834138893456 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23116] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.56 cores=1,3,5,7
/proc/23112/task/23116/stat : 23116 (java) S 23109 23112 7084 0 -1 1077944384 108123 0 0 0 30405 151 0 0 20 0 12 0 162096827 10943037440 2037270 18446744073709551615 4194304 4196468 140731977664416 139834137840656 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23117] ppid=23109 vsize=10686560 memory=8150052 CPUtime=306.01 cores=1,3,5,7
/proc/23112/task/23117/stat : 23117 (java) S 23109 23112 7084 0 -1 1077944384 46525 0 0 0 30440 161 0 0 20 0 12 0 162096827 10943037440 2037270 18446744073709551615 4194304 4196468 140731977664416 139833786686352 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23118] ppid=23109 vsize=10686560 memory=8150052 CPUtime=305.21 cores=1,3,5,7
/proc/23112/task/23118/stat : 23118 (java) S 23109 23112 7084 0 -1 1077944384 51846 0 0 0 30363 158 0 0 20 0 12 0 162096827 10943037440 2037270 18446744073709551615 4194304 4196468 140731977664416 139833785633552 139834178004693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23120] ppid=23109 vsize=10686560 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23120/stat : 23120 (java) S 23109 23112 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 12 0 162096828 10943037440 2037280 18446744073709551615 4194304 4196468 140731977664416 139833741161568 139834178004693 256 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23121] ppid=23109 vsize=10686560 memory=8149152 CPUtime=0 cores=1,3,5,7
/proc/23112/task/23121/stat : 23121 (java) R 23109 23112 7084 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 12 0 162096829 10943037440 2037280 18446744073709551615 4194304 4196468 140731977664416 139833740108672 139834178004693 256 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
[pid=23112/tid=23123] ppid=23109 vsize=10686560 memory=8150052 CPUtime=1.75 cores=1,3,5,7
/proc/23112/task/23123/stat : 23123 (java) R 23109 23112 7084 0 -1 1077944384 9490 0 0 0 174 1 0 0 20 0 7 0 162096831 10943037440 2037310 18446744073709551615 4194304 4196468 140731977664416 139833738005360 139834178005634 256 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19451904 140731977671056 140731977671209 140731977671209 140731977674703 0
Current children cumulated CPU time: 1258.04 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8149200 KiB

Child status: 0
Real time (s): 341.544
CPU time (s): 1258.09
CPU user time (s): 1251.55
CPU system time (s): 6.54109
CPU usage (%): 368.355
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8150052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1251.55
system time used= 6.54109
maximum resident set size= 8150256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21417
involuntary context switches= 12997


# summary of solver processes directly reported to runsolver:
#   pid: 23112
#   total CPU time (s): 1258.09
#   total CPU user time (s): 1251.55
#   total CPU system time (s): 6.54109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.15157 second user time and 3.41734 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:26:16
IDJOB=4263213
IDBENCH=124432
IDSOLVER=2651
FILE ID=node132/4263213-1502624441
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-P-n65-k10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263213-1502624441/watcher-4263213-1502624441 -o /tmp/evaluation-result-4263213-1502624441/solver-4263213-1502624441 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263213-1502624441.xml

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

MD5SUM BENCH= fc97d46ca528b4486ab3fb446b9d6166
RANDOM SEED=1209239882

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:        25618828 kB
MemAvailable:   25846984 kB
Buffers:          225000 kB
Cached:           327832 kB
SwapCached:           84 kB
Active:          6581816 kB
Inactive:         152776 kB
Active(anon):    6129688 kB
Inactive(anon):   101972 kB
Active(file):     452128 kB
Inactive(file):    50804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:       6181404 kB
Mapped:            76056 kB
Shmem:             49768 kB
Slab:             108876 kB
SReclaimable:      82120 kB
SUnreclaim:        26756 kB
KernelStack:        3552 kB
PageTables:        17552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8051624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5965824 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 13:31:57