Trace number 4263308

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1596.28 432.63901

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K12-P09.xml
MD5SUM32cec65ed71b36923f34d2db18851218
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints692
Number of domains2
Minimum domain size690
Maximum domain size691
Distribution of domain sizes[{"size":690,"count":690},{"size":691,"count":108}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":702},{"degree":2,"count":690},{"degree":13,"count":24},{"degree":14,"count":84}]
Minimum constraint arity3
Maximum constraint arity690
Distribution of constraint arities[{"arity":3,"count":690},{"arity":108,"count":1},{"arity":690,"count":1}]
Number of extensional constraints0
Number of intensional constraints690
Distribution of constraint types[{"type":"intension","count":690},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263308-1502614244/watcher-4263308-1502614244 -o /tmp/evaluation-result-4263308-1502614244/solver-4263308-1502614244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263308-1502614244.xml 

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

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

solver pid=17046, runsolver pid=17043

[startup+0.101114 s]*
/proc/loadavg: 1.81 1.97 2.11 3/207 17056
/proc/meminfo: memFree=28914944/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10484492 memory=22324 CPUtime=0.05 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 4545 0 0 0 4 1 0 0 20 0 14 0 15307126 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2621123 5581 2576 1 0 2610620 0
[pid=17046/tid=17048] ppid=17043 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) D 17043 17046 7968 0 -1 4202560 2651 0 0 0 4 0 0 0 20 0 14 0 15307131 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140504031725472 140504027510013 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15307131 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10484492 memory=140620448319104 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15307131 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 15307131 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 15307131 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10484492 memory=140620448319104 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 15307133 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503523723888 140504027499138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 15307133 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503522669856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 15307133 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503521617520 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 15307136 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 14 0 15307136 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503519512688 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 15307136 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503518459888 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10484492 memory=140620448319104 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 14 0 15307136 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503517407600 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 15307136 10736119808 5581 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22324 KiB

[startup+0.210428 s]*
/proc/loadavg: 1.81 1.97 2.11 5/212 17061
/proc/meminfo: memFree=28904056/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10551156 memory=31912 CPUtime=0.17 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 7755 0 0 0 14 3 0 0 20 0 15 0 15307126 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2637789 7978 2859 1 0 2627261 0
[pid=17046/tid=17048] ppid=17043 vsize=10551156 memory=8318255677412212789 CPUtime=0.12 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) R 17043 17046 7968 0 -1 4202560 5460 0 0 0 10 2 0 0 20 0 15 0 15307131 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140504031720144 140504011568478 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10551156 memory=288370996600030848 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10551156 memory=140620448319104 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503523723888 140504027499138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503522669856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503521617520 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503519512688 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503518459888 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10551156 memory=140620448319104 CPUtime=0.02 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) R 17043 17046 7968 0 -1 4202560 377 0 0 0 2 0 0 0 20 0 15 0 15307136 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503517407600 140504006090640 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10551156 memory=140620448319104 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307140 10804383744 7978 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31912 KiB

[startup+0.31923 s]*
/proc/loadavg: 1.81 1.97 2.11 3/212 17061
/proc/meminfo: memFree=28898300/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10551156 memory=40088 CPUtime=0.36 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 9389 0 0 0 32 4 0 0 20 0 15 0 15307126 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2637789 10022 2960 1 0 2627261 0
[pid=17046/tid=17048] ppid=17043 vsize=10551156 memory=-8774313645642428999 CPUtime=0.23 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) R 17043 17046 7968 0 -1 4202560 6472 0 0 0 20 3 0 0 20 0 15 0 15307131 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140504031719728 140504005793345 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15307131 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503523723888 140504027499138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503522669856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15307133 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503521617520 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 588 0 0 0 2 0 0 0 20 0 15 0 15307136 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503519512688 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 15 0 15307136 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503518459888 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10551156 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 752 0 0 0 7 0 0 0 20 0 15 0 15307136 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503517407600 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307140 10804383744 10022 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 40088 KiB

[startup+0.702788 s]
/proc/loadavg: 1.81 1.97 2.11 3/212 17061
/proc/meminfo: memFree=28882532/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10551232 memory=222840 CPUtime=1.39 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 11351 0 0 0 126 13 0 0 20 0 15 0 15307126 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2637808 55710 3080 1 0 2627261 0
[pid=17046/tid=17048] ppid=17043 vsize=10551232 memory=2824 CPUtime=0.55 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) R 17043 17046 7968 0 -1 4202560 6942 0 0 0 50 5 0 0 20 0 15 0 15307131 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140504031725584 140504013556116 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10551232 memory=2760 CPUtime=0.03 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 15307131 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10551232 memory=4068 CPUtime=0.04 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 103 0 0 0 3 1 0 0 20 0 15 0 15307131 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10551232 memory=7450735414763743833 CPUtime=0.04 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 15 0 15307131 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10551232 memory=7595128783727845997 CPUtime=0.03 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 98 0 0 0 2 1 0 0 20 0 15 0 15307131 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10551232 memory=7593720331108772963 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 15307133 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503523723888 140504027499138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10551232 memory=5865727821814841447 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15307133 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503522669856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10551232 memory=7666345281619257702 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15307133 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503521617520 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10551232 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10551232 memory=281240632756544 CPUtime=0.19 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) R 17043 17046 7968 0 -1 4202560 797 0 0 0 19 0 0 0 20 0 15 0 15307136 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503519504640 140504009009446 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10551232 memory=7451609518337053808 CPUtime=0.18 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) R 17043 17046 7968 0 -1 4202560 552 0 0 0 18 0 0 0 20 0 15 0 15307136 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503518459888 140504008679975 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10551232 memory=7014220356618921624 CPUtime=0.25 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 1213 0 0 0 25 0 0 0 20 0 15 0 15307136 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503517407600 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15307136 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15307140 10804461568 55710 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 222840 KiB

[startup+1.50125 s]
/proc/loadavg: 1.81 1.97 2.11 3/212 17061
/proc/meminfo: memFree=28280304/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10551232 memory=1224240 CPUtime=2.78 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 14032 0 0 0 230 48 0 0 20 0 15 0 15307126 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2637808 306060 3084 1 0 2627261 0
[pid=17046/tid=17048] ppid=17043 vsize=10551232 memory=281240632691760 CPUtime=1.15 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) R 17043 17046 7968 0 -1 4202560 7849 0 0 0 99 16 0 0 20 0 15 0 15307131 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140504031724960 140504013556116 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10551232 memory=4124 CPUtime=0.22 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 267 0 0 0 15 7 0 0 20 0 15 0 15307131 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10551232 memory=12268 CPUtime=0.22 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 269 0 0 0 16 6 0 0 20 0 15 0 15307131 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10551232 memory=2424 CPUtime=0.22 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 284 0 0 0 15 7 0 0 20 0 15 0 15307131 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10551232 memory=1296 CPUtime=0.22 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 286 0 0 0 15 7 0 0 20 0 15 0 15307131 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 999 0 0 0 0 0 0 0 20 0 15 0 15307133 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503523723888 140504027499138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10551232 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 15307133 10804461568 306060 18446744073709551615 4194304 4196468 140724845508736 140503522669856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0

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

/proc/17046/task/17048/stat : 17048 (java) S 17043 17046 7968 0 -1 1077944384 31794 0 0 0 1483 32 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140504031728672 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10686560 memory=1792 CPUtime=386.81 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) R 17043 17046 7968 0 -1 4202560 943339 0 0 0 38467 214 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503957907664 140504020116199 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10686560 memory=4040 CPUtime=386.14 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) R 17043 17046 7968 0 -1 4202560 757307 0 0 0 38420 194 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503956855176 140504020116199 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10686560 memory=16444 CPUtime=386.53 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) R 17043 17046 7968 0 -1 4202560 934145 0 0 0 38443 210 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503955802888 140504020116199 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10686560 memory=8279668 CPUtime=386.37 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) R 17043 17046 7968 0 -1 4202560 1003355 0 0 0 38430 207 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503954749856 140504012477627 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10686560 memory=1236 CPUtime=20.98 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 85858 0 0 0 2094 4 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503523722432 140504027498197 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503522669920 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503521617536 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10686560 memory=8684 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 2240 0 0 0 41 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503519512736 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10686560 memory=1700 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 1376 0 0 0 40 1 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503518459648 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10686560 memory=1228 CPUtime=0.34 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 4387 0 0 0 34 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503517402368 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10686560 memory=2012 CPUtime=0.27 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 573 0 0 0 17 10 0 0 20 0 16 0 15307140 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17102] ppid=17043 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17102/stat : 17102 (java) S 17043 17046 7968 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 16 0 15345539 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503512149872 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 1583.5 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8279668 KiB

[startup+430.401 s]
/proc/loadavg: 4.69 3.98 3.00 6/213 17107
/proc/meminfo: memFree=19386576/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10686560 memory=8279668 CPUtime=1589.69 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 3766066 0 0 0 158098 871 0 0 20 0 16 0 15307126 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2671640 2069917 3157 1 0 2661055 0
[pid=17046/tid=17048] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=15.15 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) S 17043 17046 7968 0 -1 1077944384 31794 0 0 0 1483 32 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140504031728672 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10686560 memory=2012 CPUtime=388.34 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) R 17043 17046 7968 0 -1 4202560 943339 0 0 0 38619 215 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503957907976 140504020116199 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10686560 memory=5520 CPUtime=387.69 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) R 17043 17046 7968 0 -1 4202560 757307 0 0 0 38574 195 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503956854864 140504020116199 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10686560 memory=4612 CPUtime=388.05 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) R 17043 17046 7968 0 -1 4202560 934145 0 0 0 38594 211 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503955802576 140504020116199 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10686560 memory=792 CPUtime=387.97 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) R 17043 17046 7968 0 -1 4202560 1003355 0 0 0 38590 207 0 0 20 0 16 0 15307131 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503954749856 140504020591030 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10686560 memory=8279668 CPUtime=20.98 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) S 17043 17046 7968 0 -1 1077944384 85858 0 0 0 2094 4 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503523722432 140504027498197 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503522669920 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10686560 memory=8232 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503521617536 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10686560 memory=640 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 2240 0 0 0 41 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503519512736 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10686560 memory=8279668 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 1376 0 0 0 40 1 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503518459648 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10686560 memory=8279668 CPUtime=0.34 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 4387 0 0 0 34 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503517402368 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10686560 memory=2824 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10686560 memory=1732 CPUtime=0.27 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 573 0 0 0 17 10 0 0 20 0 16 0 15307140 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17102] ppid=17043 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17102/stat : 17102 (java) S 17043 17046 7968 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 16 0 15345539 10943037440 2069917 18446744073709551615 4194304 4196468 140724845508736 140503512149872 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 1589.69 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8279668 KiB

[startup+432.001 s]*
/proc/loadavg: 4.69 3.98 3.00 3/213 17107
/proc/meminfo: memFree=19386576/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10686560 memory=8279672 CPUtime=1595.64 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 3766228 0 0 0 158691 873 0 0 20 0 16 0 15307126 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2671640 2069918 3157 1 0 2661055 0
[pid=17046/tid=17048] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=15.15 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) S 17043 17046 7968 0 -1 1077944384 31794 0 0 0 1483 32 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140504031728672 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10686560 memory=928 CPUtime=389.77 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 943339 0 0 0 38762 215 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10686560 memory=2164 CPUtime=389.14 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 757307 0 0 0 38718 196 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10686560 memory=840 CPUtime=389.5 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 934145 0 0 0 38739 211 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10686560 memory=3880 CPUtime=389.47 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 1003355 0 0 0 38740 207 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10686560 memory=3868 CPUtime=21.09 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) R 17043 17046 7968 0 -1 4202560 86020 0 0 0 2105 4 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503523722432 140504012484336 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503522669920 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503521617536 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10686560 memory=68 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 2240 0 0 0 41 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503519512736 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10686560 memory=7512114578044973668 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 1376 0 0 0 40 1 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503518459648 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0.34 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 4387 0 0 0 34 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503517402368 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10686560 memory=8279668 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 573 0 0 0 17 10 0 0 20 0 16 0 15307140 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17102] ppid=17043 vsize=10686560 memory=6441370576508249454 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17102/stat : 17102 (java) S 17043 17046 7968 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 16 0 15345539 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503512149872 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 1595.64 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8279672 KiB

[startup+432.401 s]
/proc/loadavg: 4.69 3.98 3.00 3/213 17107
/proc/meminfo: memFree=19386576/32770624 swapFree=67108860/67108860
[pid=17046] ppid=17043 vsize=10686560 memory=8279672 CPUtime=1596.03 cores=0,2,4,6
/proc/17046/stat : 17046 (java) S 17043 17046 7968 0 -1 1077944320 3766228 0 0 0 158730 873 0 0 20 0 16 0 15307126 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140724845491280 140504027487991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
/proc/17046/statm: 2671640 2069918 3157 1 0 2661055 0
[pid=17046/tid=17048] ppid=17043 vsize=10686560 memory=4612 CPUtime=15.15 cores=0,2,4,6
/proc/17046/task/17048/stat : 17048 (java) S 17043 17046 7968 0 -1 1077944384 31794 0 0 0 1483 32 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140504031728672 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17049] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=389.77 cores=0,2,4,6
/proc/17046/task/17049/stat : 17049 (java) S 17043 17046 7968 0 -1 1077944384 943339 0 0 0 38762 215 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503957907856 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17050] ppid=17043 vsize=10686560 memory=1440 CPUtime=389.14 cores=0,2,4,6
/proc/17046/task/17050/stat : 17050 (java) S 17043 17046 7968 0 -1 1077944384 757307 0 0 0 38718 196 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503956855056 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17051] ppid=17043 vsize=10686560 memory=9916 CPUtime=389.5 cores=0,2,4,6
/proc/17046/task/17051/stat : 17051 (java) S 17043 17046 7968 0 -1 1077944384 934145 0 0 0 38739 211 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503955802768 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17052] ppid=17043 vsize=10686560 memory=1200 CPUtime=389.47 cores=0,2,4,6
/proc/17046/task/17052/stat : 17052 (java) S 17043 17046 7968 0 -1 1077944384 1003355 0 0 0 38740 207 0 0 20 0 16 0 15307131 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503954749968 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17053] ppid=17043 vsize=10686560 memory=15872 CPUtime=21.48 cores=0,2,4,6
/proc/17046/task/17053/stat : 17053 (java) R 17043 17046 7968 0 -1 4202560 86020 0 0 0 2144 4 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503523722432 140504012484336 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17054] ppid=17043 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17054/stat : 17054 (java) S 17043 17046 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503522669920 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17055] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17055/stat : 17055 (java) S 17043 17046 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 16 0 15307133 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503521617536 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17056] ppid=17043 vsize=10686560 memory=8279668 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17056/stat : 17056 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503520565840 140504027506587 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17057] ppid=17043 vsize=10686560 memory=281240634102080 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17057/stat : 17057 (java) S 17043 17046 7968 0 -1 1077944384 2240 0 0 0 41 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503519512736 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17058] ppid=17043 vsize=10686560 memory=8328453600958622283 CPUtime=0.41 cores=0,2,4,6
/proc/17046/task/17058/stat : 17058 (java) S 17043 17046 7968 0 -1 1077944384 1376 0 0 0 40 1 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503518459648 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17059] ppid=17043 vsize=10686560 memory=7091283120750215820 CPUtime=0.34 cores=0,2,4,6
/proc/17046/task/17059/stat : 17059 (java) S 17043 17046 7968 0 -1 1077944384 4387 0 0 0 34 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503517402368 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17060] ppid=17043 vsize=10686560 memory=-6520478321162704286 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17060/stat : 17060 (java) S 17043 17046 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15307136 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503516355040 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17061] ppid=17043 vsize=10686560 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/17046/task/17061/stat : 17061 (java) S 17043 17046 7968 0 -1 1077944384 573 0 0 0 17 10 0 0 20 0 16 0 15307140 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503515302832 140504027499138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
[pid=17046/tid=17102] ppid=17043 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/17046/task/17102/stat : 17102 (java) S 17043 17046 7968 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 16 0 15345539 10943037440 2069918 18446744073709551615 4194304 4196468 140724845508736 140503512149872 140504027498197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24240128 140724845515153 140724845515306 140724845515306 140724845518799 0
Current children cumulated CPU time: 1596.03 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8279672 KiB

[startup+432.601 s]*
/proc/loadavg: 4.69 3.98 3.00 3/199 17107
/proc/meminfo: memFree=20750644/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 432.639
CPU time (s): 1596.28
CPU user time (s): 1587.45
CPU system time (s): 8.83025
CPU usage (%): 368.963
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8279672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1587.45
system time used= 8.83025
maximum resident set size= 8279852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3766349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32215
involuntary context switches= 17727


# summary of solver processes directly reported to runsolver:
#   pid: 17046
#   total CPU time (s): 1596.28
#   total CPU user time (s): 1587.45
#   total CPU system time (s): 8.83025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.75363 second user time and 4.1895 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 10:36:48
IDJOB=4263308
IDBENCH=120754
IDSOLVER=2651
FILE ID=node128/4263308-1502614244
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K12-P09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263308-1502614244/watcher-4263308-1502614244 -o /tmp/evaluation-result-4263308-1502614244/solver-4263308-1502614244 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263308-1502614244.xml

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

MD5SUM BENCH= 32cec65ed71b36923f34d2db18851218
RANDOM SEED=440607682

node128.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.94
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.94
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.94
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.94
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:        28925604 kB
MemAvailable:   29469908 kB
Buffers:          126840 kB
Cached:           705884 kB
SwapCached:            0 kB
Active:          2785228 kB
Inactive:         646572 kB
Active(anon):    2599484 kB
Inactive(anon):    16764 kB
Active(file):     185744 kB
Inactive(file):   629808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1636 kB
Writeback:             4 kB
AnonPages:       2598964 kB
Mapped:            44184 kB
Shmem:             17116 kB
Slab:             113576 kB
SReclaimable:      89176 kB
SUnreclaim:        24400 kB
KernelStack:        3488 kB
PageTables:        10180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4157056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2430976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 10:44:00