Trace number 4262937

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? 1218.67 337.60101

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262937-1502625880/watcher-4262937-1502625880 -o /tmp/evaluation-result-4262937-1502625880/solver-4262937-1502625880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262937-1502625880.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=6190, runsolver pid=6187

[startup+0.102888 s]*
/proc/loadavg: 6.82 5.83 3.95 7/216 6205
/proc/meminfo: memFree=23686824/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10555400 memory=29944 CPUtime=0.12 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 6553 0 0 0 11 1 0 0 20 0 15 0 95675662 10808729600 7486 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2638850 7486 2818 1 0 2627263 0
[pid=6190/tid=6192] ppid=6187 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) R 6187 6190 32402 0 -1 4202560 4407 0 0 0 8 1 0 0 20 0 15 0 95675663 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867485144176 139867465012574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867040655984 139867480943234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867039601952 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867038549616 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) S 6187 6190 32402 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867036444784 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867035391984 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0.02 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867034339696 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 7486 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29944 KiB

[startup+0.215199 s]*
/proc/loadavg: 6.82 5.83 3.95 9/216 6205
/proc/meminfo: memFree=23677892/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10555400 memory=42060 CPUtime=0.34 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 8151 0 0 0 32 2 0 0 20 0 15 0 95675662 10808729600 10515 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2638850 10515 2999 1 0 2627263 0
[pid=6190/tid=6192] ppid=6187 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) R 6187 6190 32402 0 -1 4202560 5011 0 0 0 19 1 0 0 20 0 15 0 95675663 10808729600 10515 33554432000 4194304 4196468 140728709361776 139867485169680 139867103271908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 10515 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10555400 memory=139779267649825 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 10515 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867040655984 139867480943234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867039601952 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867038549616 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) R 6187 6190 32402 0 -1 4202560 640 0 0 0 3 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867036444784 139867459348402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) R 6187 6190 32402 0 -1 4202560 334 0 0 0 3 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867035385176 139867458759325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0.06 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) R 6187 6190 32402 0 -1 1077944384 818 0 0 0 6 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867034334768 139867480942293 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10555400 memory=139779267634816 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 10581 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310649 s]*
/proc/loadavg: 6.82 5.83 3.95 8/216 6205
/proc/meminfo: memFree=23659964/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10555400 memory=59680 CPUtime=0.67 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 9902 0 0 0 64 3 0 0 20 0 15 0 95675662 10808729600 14920 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2638850 14920 3030 1 0 2627263 0
[pid=6190/tid=6192] ppid=6187 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) R 6187 6190 32402 0 -1 4202560 5024 0 0 0 28 2 0 0 20 0 15 0 95675663 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867485169680 139867465012574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10555400 memory=139779267692832 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675663 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10555400 memory=139779267699744 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867040655984 139867480943234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867039601952 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95675665 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867038549616 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) R 6187 6190 32402 0 -1 4202560 1276 0 0 0 12 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867036437808 139867464463334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10555400 memory=139779106786831 CPUtime=0.12 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) R 6187 6190 32402 0 -1 4202560 1080 0 0 0 12 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867035391168 139867466949665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10555400 memory=139779267640921 CPUtime=0.1 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 1160 0 0 0 10 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867034339696 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10555400 memory=139779106791375 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10555400 memory=279558374442944 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675668 10808729600 14920 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 59680 KiB

[startup+0.701269 s]
/proc/loadavg: 6.82 5.83 3.95 8/216 6205
/proc/meminfo: memFree=23642592/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10555476 memory=137040 CPUtime=1.87 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 11555 0 0 0 182 5 0 0 20 0 15 0 95675662 10808807424 34260 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2638869 34260 3084 1 0 2627263 0
[pid=6190/tid=6192] ppid=6187 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) R 6187 6190 32402 0 -1 4202560 5741 0 0 0 64 3 0 0 20 0 15 0 95675663 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867485166640 139867105992799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675663 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10555476 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95675663 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) S 6187 6190 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95675665 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867040655984 139867480943234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95675665 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867039601952 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95675665 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867038549616 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10555476 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) R 6187 6190 32402 0 -1 4202560 1739 0 0 0 46 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867036431216 139867466047121 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10555476 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) R 6187 6190 32402 0 -1 4202560 1257 0 0 0 46 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867035381216 139867465853869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 1448 0 0 0 24 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867034339696 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95675668 10808807424 34260 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 137040 KiB

[startup+1.50075 s]
/proc/loadavg: 6.82 5.83 3.95 8/216 6205
/proc/meminfo: memFree=23519156/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10555476 memory=313664 CPUtime=4.01 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 12924 0 0 0 389 12 0 0 20 0 15 0 95675662 10808807424 78416 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2638869 78416 3128 1 0 2627263 0
[pid=6190/tid=6192] ppid=6187 vsize=10555476 memory=3467825800524674621 CPUtime=1.43 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) R 6187 6190 32402 0 -1 4202560 5947 0 0 0 138 5 0 0 20 0 15 0 95675663 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867485162384 139867107594752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10555476 memory=197480 CPUtime=0.03 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 109 0 0 0 2 1 0 0 20 0 15 0 95675663 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10555476 memory=2241 CPUtime=0.03 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 194 0 0 0 2 1 0 0 20 0 15 0 95675663 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10555476 memory=1200 CPUtime=0.01 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 95675663 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10555476 memory=15872 CPUtime=0.03 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 111 0 0 0 2 1 0 0 20 0 15 0 95675663 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10555476 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) S 6187 6190 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 95675665 10808807424 78416 33554432000 4194304 4196468 140728709361776 139867040655984 139867480943234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0

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

[startup+336.801 s]
/proc/loadavg: 5.69 6.43 4.83 9/216 6367
/proc/meminfo: memFree=17325748/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10690804 memory=8301984 CPUtime=1217.85 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 378254 0 0 0 121150 635 0 0 20 0 16 0 95675662 10947383296 2075496 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2672701 2075496 3190 1 0 2661057 0
[pid=6190/tid=6192] ppid=6187 vsize=10690804 memory=4612 CPUtime=15.1 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) S 6187 6190 32402 0 -1 1077944384 16162 0 0 0 1498 12 0 0 20 0 16 0 95675663 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867485172768 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10690804 memory=1004 CPUtime=294.12 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 61584 0 0 0 29261 151 0 0 20 0 16 0 95675663 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10690804 memory=8112282956445269571 CPUtime=294.21 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 60016 0 0 0 29276 145 0 0 20 0 16 0 95675663 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10690804 memory=840 CPUtime=293.63 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 97401 0 0 0 29212 151 0 0 20 0 16 0 95675663 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10690804 memory=8112282956445269571 CPUtime=292.84 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 70857 0 0 0 29118 166 0 0 20 0 16 0 95675663 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10690804 memory=2788 CPUtime=24.97 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) R 6187 6190 32402 0 -1 4202560 59870 0 0 0 2493 4 0 0 20 0 16 0 95675665 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867040654528 139867465928640 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10690804 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867039602016 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10690804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867038549632 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10690804 memory=3212 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10690804 memory=27524 CPUtime=1.2 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) S 6187 6190 32402 0 -1 1077944384 3499 0 0 0 120 0 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867036444832 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10690804 memory=1292 CPUtime=1.16 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) S 6187 6190 32402 0 -1 1077944384 2922 0 0 0 116 0 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867035391744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10690804 memory=2448 CPUtime=0.38 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 4203 0 0 0 37 1 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867034339744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10690804 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10690804 memory=1948 CPUtime=0.17 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 305 0 0 0 10 7 0 0 20 0 16 0 95675668 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6366] ppid=6187 vsize=10690804 memory=8301980 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6366/stat : 6366 (java) S 6187 6190 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95708465 10947383296 2075496 33554432000 4194304 4196468 140728709361776 139867029081648 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 1217.85 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301984 KiB

[startup+337.201 s]
/proc/loadavg: 5.69 6.43 4.83 6/216 6367
/proc/meminfo: memFree=17321156/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10690804 memory=8301988 CPUtime=1218.25 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 378430 0 0 0 121190 635 0 0 20 0 16 0 95675662 10947383296 2075497 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2672701 2075497 3190 1 0 2661057 0
[pid=6190/tid=6192] ppid=6187 vsize=10690804 memory=4100 CPUtime=15.1 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) S 6187 6190 32402 0 -1 1077944384 16162 0 0 0 1498 12 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867485172768 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10690804 memory=8112282956445269571 CPUtime=294.12 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 61584 0 0 0 29261 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10690804 memory=288230617509003574 CPUtime=294.21 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 60016 0 0 0 29276 145 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10690804 memory=15825482151102897 CPUtime=293.63 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 97401 0 0 0 29212 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10690804 memory=6018828 CPUtime=292.84 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 70857 0 0 0 29118 166 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10690804 memory=1692 CPUtime=25.37 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) R 6187 6190 32402 0 -1 4202560 60046 0 0 0 2533 4 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867040654528 139867465928497 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867039602016 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10690804 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867038549632 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10690804 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10690804 memory=4096 CPUtime=1.2 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) S 6187 6190 32402 0 -1 1077944384 3499 0 0 0 120 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867036444832 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10690804 memory=1156 CPUtime=1.16 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) S 6187 6190 32402 0 -1 1077944384 2922 0 0 0 116 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867035391744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10690804 memory=3212 CPUtime=0.38 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 4203 0 0 0 37 1 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867034339744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10690804 memory=8301980 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10690804 memory=4100 CPUtime=0.17 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 305 0 0 0 10 7 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6366] ppid=6187 vsize=10690804 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6366/stat : 6366 (java) S 6187 6190 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95708465 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867029081648 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 1218.25 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301988 KiB

[startup+337.401 s]
/proc/loadavg: 5.69 6.43 4.83 6/216 6367
/proc/meminfo: memFree=17321156/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10690804 memory=8301988 CPUtime=1218.45 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 378430 0 0 0 121210 635 0 0 20 0 16 0 95675662 10947383296 2075497 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2672701 2075497 3190 1 0 2661057 0
[pid=6190/tid=6192] ppid=6187 vsize=10690804 memory=288230600329134386 CPUtime=15.1 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) S 6187 6190 32402 0 -1 1077944384 16162 0 0 0 1498 12 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867485172768 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10690804 memory=16106991470774507 CPUtime=294.12 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 61584 0 0 0 29261 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10690804 memory=-9001734000804784231 CPUtime=294.21 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 60016 0 0 0 29276 145 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10690804 memory=4134606225630022328 CPUtime=293.63 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 97401 0 0 0 29212 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10690804 memory=3054156605368933524 CPUtime=292.84 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 70857 0 0 0 29118 166 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10690804 memory=-7812800577974661511 CPUtime=25.57 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) R 6187 6190 32402 0 -1 4202560 60046 0 0 0 2553 4 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867040654528 139867465928454 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10690804 memory=1404226546352825738 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867039602016 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10690804 memory=8328689025950124355 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867038549632 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10690804 memory=4498404016631593313 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10690804 memory=-5874771483550381248 CPUtime=1.2 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) S 6187 6190 32402 0 -1 1077944384 3499 0 0 0 120 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867036444832 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10690804 memory=6369902316743582565 CPUtime=1.16 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) S 6187 6190 32402 0 -1 1077944384 2922 0 0 0 116 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867035391744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10690804 memory=6082227206865447265 CPUtime=0.38 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 4203 0 0 0 37 1 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867034339744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10690804 memory=7522817228541678438 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10690804 memory=7378983408068356713 CPUtime=0.17 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 305 0 0 0 10 7 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6366] ppid=6187 vsize=10690804 memory=7378983408068356713 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6366/stat : 6366 (java) S 6187 6190 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95708465 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867029081648 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 1218.45 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301988 KiB

[startup+337.501 s]
/proc/loadavg: 5.69 6.43 4.83 6/216 6367
/proc/meminfo: memFree=17321156/32770624 swapFree=67108860/67108860
[pid=6190] ppid=6187 vsize=10690804 memory=8301988 CPUtime=1218.55 cores=1,3,5,7
/proc/6190/stat : 6190 (java) S 6187 6190 32402 0 -1 1077944320 378430 0 0 0 121220 635 0 0 20 0 16 0 95675662 10947383296 2075497 33554432000 4194304 4196468 140728709361776 140728709344320 139867480932087 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
/proc/6190/statm: 2672701 2075497 3190 1 0 2661057 0
[pid=6190/tid=6192] ppid=6187 vsize=10690804 memory=8301984 CPUtime=15.1 cores=1,3,5,7
/proc/6190/task/6192/stat : 6192 (java) S 6187 6190 32402 0 -1 1077944384 16162 0 0 0 1498 12 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867485172768 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6193] ppid=6187 vsize=10690804 memory=8301984 CPUtime=294.12 cores=1,3,5,7
/proc/6190/task/6193/stat : 6193 (java) S 6187 6190 32402 0 -1 1077944384 61584 0 0 0 29261 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867087231376 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6194] ppid=6187 vsize=10690804 memory=8301988 CPUtime=294.21 cores=1,3,5,7
/proc/6190/task/6194/stat : 6194 (java) S 6187 6190 32402 0 -1 1077944384 60016 0 0 0 29276 145 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867086178576 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6195] ppid=6187 vsize=10690804 memory=0 CPUtime=293.63 cores=1,3,5,7
/proc/6190/task/6195/stat : 6195 (java) S 6187 6190 32402 0 -1 1077944384 97401 0 0 0 29212 151 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867085126288 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6196] ppid=6187 vsize=10690804 memory=8301984 CPUtime=292.84 cores=1,3,5,7
/proc/6190/task/6196/stat : 6196 (java) S 6187 6190 32402 0 -1 1077944384 70857 0 0 0 29118 166 0 0 20 0 16 0 95675663 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867084073488 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6197] ppid=6187 vsize=10690804 memory=6764 CPUtime=25.67 cores=1,3,5,7
/proc/6190/task/6197/stat : 6197 (java) R 6187 6190 32402 0 -1 4202560 60046 0 0 0 2563 4 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867040654528 139867465389678 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6198] ppid=6187 vsize=10690804 memory=840 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6198/stat : 6198 (java) S 6187 6190 32402 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867039602016 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6199] ppid=6187 vsize=10690804 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6199/stat : 6199 (java) S 6187 6190 32402 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95675665 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867038549632 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6200] ppid=6187 vsize=10690804 memory=27524 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6200/stat : 6200 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867037497936 139867480950683 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6201] ppid=6187 vsize=10690804 memory=4100 CPUtime=1.2 cores=1,3,5,7
/proc/6190/task/6201/stat : 6201 (java) S 6187 6190 32402 0 -1 1077944384 3499 0 0 0 120 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867036444832 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6202] ppid=6187 vsize=10690804 memory=27524 CPUtime=1.16 cores=1,3,5,7
/proc/6190/task/6202/stat : 6202 (java) S 6187 6190 32402 0 -1 1077944384 2922 0 0 0 116 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867035391744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6203] ppid=6187 vsize=10690804 memory=8301984 CPUtime=0.38 cores=1,3,5,7
/proc/6190/task/6203/stat : 6203 (java) S 6187 6190 32402 0 -1 1077944384 4203 0 0 0 37 1 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867034339744 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6204] ppid=6187 vsize=10690804 memory=8301984 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6204/stat : 6204 (java) S 6187 6190 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867033287136 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6205] ppid=6187 vsize=10690804 memory=1948 CPUtime=0.17 cores=1,3,5,7
/proc/6190/task/6205/stat : 6205 (java) S 6187 6190 32402 0 -1 1077944384 305 0 0 0 10 7 0 0 20 0 16 0 95675668 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867032234928 139867480943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
[pid=6190/tid=6366] ppid=6187 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6190/task/6366/stat : 6366 (java) S 6187 6190 32402 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95708465 10947383296 2075497 33554432000 4194304 4196468 140728709361776 139867029081648 139867480942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26542080 140728709362822 140728709362975 140728709362975 140728709365711 0
Current children cumulated CPU time: 1218.55 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8301988 KiB

Child status: 0
Real time (s): 337.601
CPU time (s): 1218.67
CPU user time (s): 1212.26
CPU system time (s): 6.40468
CPU usage (%): 360.979
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8301988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1212.26
system time used= 6.40468
maximum resident set size= 8302312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16478
involuntary context switches= 23285


# summary of solver processes directly reported to runsolver:
#   pid: 6190
#   total CPU time (s): 1218.67
#   total CPU user time (s): 1212.26
#   total CPU system time (s): 6.40468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04253 second user time and 3.4857 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:50:22
IDJOB=4262937
IDBENCH=126248
IDSOLVER=2651
FILE ID=node113/4262937-1502625880
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262937-1502625880/watcher-4262937-1502625880 -o /tmp/evaluation-result-4262937-1502625880/solver-4262937-1502625880 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262937-1502625880.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=160175198

node113.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.89
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.89
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.89
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.89
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:        23705140 kB
MemAvailable:   24022168 kB
Buffers:          109484 kB
Cached:           494156 kB
SwapCached:            0 kB
Active:          8456712 kB
Inactive:         154148 kB
Active(anon):    7957180 kB
Inactive(anon):    77700 kB
Active(file):     499532 kB
Inactive(file):    76448 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2820 kB
Writeback:             0 kB
AnonPages:       8039960 kB
Mapped:            55152 kB
Shmem:             25224 kB
Slab:             139492 kB
SReclaimable:     113768 kB
SUnreclaim:        25724 kB
KernelStack:        3840 kB
PageTables:        20824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7856128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 13:55:59