Trace number 4263712

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? 1485.36 405.52802

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263712-1502637819/watcher-4263712-1502637819 -o /tmp/evaluation-result-4263712-1502637819/solver-4263712-1502637819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263712-1502637819.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
solver pid=29304, runsolver pid=29301
Current StackSize limit: 8192 KiB


[startup+0.100193 s]*
/proc/loadavg: 4.65 4.82 4.54 4/203 29313
/proc/meminfo: memFree=27904764/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10151672 memory=20360 CPUtime=0.03 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 3978 0 0 0 3 0 0 0 20 0 9 0 65977353 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2537918 5090 2122 1 0 2527415 0
[pid=29304/tid=29306] ppid=29301 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) R 29301 29304 12560 0 -1 4202560 2618 0 0 0 3 0 0 0 20 0 9 0 65977360 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679631890800 140679612826049 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65977361 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10151672 memory=140470277330560 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65977361 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65977361 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65977361 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10151672 memory=140470277330560 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65977362 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679191644528 140679627664002 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65977363 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679190590496 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65977363 10395312128 5090 18446744073709551615 4194304 4196468 140728405506624 140679189537648 140679627663061 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20360 KiB

[startup+0.20967 s]*
/proc/loadavg: 4.65 4.82 4.54 4/209 29319
/proc/meminfo: memFree=27903560/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10551156 memory=25100 CPUtime=0.06 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 4762 0 0 0 6 0 0 0 20 0 15 0 65977353 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2637789 6275 2613 1 0 2627261 0
[pid=29304/tid=29306] ppid=29301 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) R 29301 29304 12560 0 -1 4202560 2871 0 0 0 5 0 0 0 20 0 15 0 65977360 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679631882352 140679611733342 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10551156 memory=288370846429042304 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10551156 memory=140470277330560 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65977362 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679191644528 140679627664002 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65977363 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679190590496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65977363 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679189537648 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977365 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 65977365 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679187434352 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977365 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679186381552 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10551156 memory=140470277330560 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 65977366 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679185328752 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977366 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10551156 memory=140470277330560 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977374 10804383744 6275 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25100 KiB

[startup+0.310224 s]*
/proc/loadavg: 4.65 4.82 4.54 6/209 29319
/proc/meminfo: memFree=27891792/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10551156 memory=35456 CPUtime=0.22 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 8149 0 0 0 20 2 0 0 20 0 15 0 65977353 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2637789 8864 2842 1 0 2627261 0
[pid=29304/tid=29306] ppid=29301 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) R 29301 29304 12560 0 -1 4202560 5839 0 0 0 14 1 0 0 20 0 15 0 65977360 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679631891344 140679611733342 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65977361 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65977362 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679191644528 140679627664002 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65977363 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679190590496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65977363 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679189537648 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977365 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 15 0 65977365 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679187434352 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 65977365 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679186381552 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 65977366 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679185328752 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977366 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977374 10804383744 8864 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35456 KiB

[startup+0.701399 s]
/proc/loadavg: 4.65 4.82 4.54 7/209 29319
/proc/meminfo: memFree=27864848/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10551232 memory=101348 CPUtime=1.39 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 12967 0 0 0 134 5 0 0 20 0 15 0 65977353 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2637808 25337 3055 1 0 2627261 0
[pid=29304/tid=29306] ppid=29301 vsize=10551232 memory=83 CPUtime=0.54 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) R 29301 29304 12560 0 -1 4202560 7325 0 0 0 51 3 0 0 20 0 15 0 65977360 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679631887136 140679257762408 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10551232 memory=27 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977361 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) S 29301 29304 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65977361 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65977362 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679191644528 140679627664002 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65977363 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679190590496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10551232 memory=853 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65977363 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679189537648 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977365 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10551232 memory=224 CPUtime=0.29 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) R 29301 29304 12560 0 -1 4202560 1755 0 0 0 29 0 0 0 20 0 15 0 65977365 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679187420232 140679606898831 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10551232 memory=280940253286160 CPUtime=0.3 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) R 29301 29304 12560 0 -1 4202560 1093 0 0 0 30 0 0 0 20 0 15 0 65977365 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679186367576 140679609196578 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10551232 memory=2511482128129 CPUtime=0.23 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 1427 0 0 0 23 0 0 0 20 0 15 0 65977366 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679185328752 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10551232 memory=2520072062721 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977366 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10551232 memory=2563021735681 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65977374 10804461568 25337 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 101348 KiB

[startup+1.50135 s]
/proc/loadavg: 4.65 4.82 4.54 9/209 29319
/proc/meminfo: memFree=27201620/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10551232 memory=394208 CPUtime=3.6 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 14273 0 0 0 340 20 0 0 20 0 15 0 65977353 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2637808 98552 3103 1 0 2627261 0
[pid=29304/tid=29306] ppid=29301 vsize=10551232 memory=83 CPUtime=1.22 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) S 29301 29304 12560 0 -1 1077944384 7599 0 0 0 117 5 0 0 20 0 15 0 65977360 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679631888432 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10551232 memory=27 CPUtime=0.1 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) R 29301 29304 12560 0 -1 4202560 190 0 0 0 7 3 0 0 20 0 15 0 65977361 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679238704472 140679612676910 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10551232 memory=280940253518400 CPUtime=0.1 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) R 29301 29304 12560 0 -1 4202560 149 0 0 0 7 3 0 0 20 0 15 0 65977361 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679612680642 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10551232 memory=9132 CPUtime=0.08 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) R 29301 29304 12560 0 -1 4202560 57 0 0 0 6 2 0 0 20 0 15 0 65977361 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679236598872 140679612679978 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10551232 memory=19658 CPUtime=0.09 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) R 29301 29304 12560 0 -1 4202560 145 0 0 0 6 3 0 0 20 0 15 0 65977361 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679612679941 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 65977362 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679191643040 140679627663061 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65977363 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679190590560 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10551232 memory=217280 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65977363 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679189537648 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65977365 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10551232 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 1899 0 0 0 80 0 0 0 20 0 15 0 65977365 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679187434352 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10551232 memory=6788 CPUtime=0.81 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 1225 0 0 0 80 1 0 0 20 0 15 0 65977365 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679186381552 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10551232 memory=280940253353920 CPUtime=0.32 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 1562 0 0 0 32 0 0 0 20 0 15 0 65977366 10804461568 98552 18446744073709551615 4194304 4196468 140728405506624 140679185328752 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0

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

/proc/29304/task/29310/stat : 29310 (java) R 29301 29304 12560 0 -1 4202560 28170 0 0 0 35550 192 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679235546072 140679609249866 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10686560 memory=8282876 CPUtime=28.21 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 72393 0 0 0 2818 3 0 0 20 0 17 0 65977362 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679191642848 140679627663061 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10686560 memory=8282876 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679190590560 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10686560 memory=832 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679189537664 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10686560 memory=8282876 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10686560 memory=8282852 CPUtime=1.39 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 8338 0 0 0 138 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679187434352 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10686560 memory=288230617509003574 CPUtime=1 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 3062 0 0 0 99 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679186381552 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10686560 memory=15254835616287083 CPUtime=0.45 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 4918 0 0 0 44 1 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679185324624 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10686560 memory=1004 CPUtime=0.16 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 618 0 0 0 11 5 0 0 20 0 17 0 65977374 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29350] ppid=29301 vsize=10686560 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29350/stat : 29350 (java) S 29301 29304 12560 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679180070496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29351] ppid=29301 vsize=10686560 memory=37528 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29351/stat : 29351 (java) S 29301 29304 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679179017952 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 1476.56 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8282896 KiB

[startup+404.801 s]
/proc/loadavg: 6.34 6.49 5.44 6/212 29509
/proc/meminfo: memFree=23197252/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10686560 memory=8282896 CPUtime=1482.9 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 276647 0 0 0 147465 825 0 0 20 0 17 0 65977353 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2671640 2070724 3172 1 0 2661055 0
[pid=29304/tid=29306] ppid=29301 vsize=10686560 memory=1156 CPUtime=13.86 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) S 29301 29304 12560 0 -1 1077944384 16731 0 0 0 1374 12 0 0 20 0 17 0 65977360 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679631893536 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10686560 memory=3144 CPUtime=360.07 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) R 29301 29304 12560 0 -1 4202560 32926 0 0 0 35810 197 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679612110488 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10686560 memory=-8774313645642428999 CPUtime=359.56 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) R 29301 29304 12560 0 -1 4202560 27515 0 0 0 35759 197 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679237651672 140679612649270 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10686560 memory=1004 CPUtime=359.08 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) R 29301 29304 12560 0 -1 4202560 79845 0 0 0 35693 215 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679609262692 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10686560 memory=8282896 CPUtime=359 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) R 29301 29304 12560 0 -1 4202560 28373 0 0 0 35708 192 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679235546072 140679612110488 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10686560 memory=1196 CPUtime=28.21 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 72879 0 0 0 2818 3 0 0 20 0 17 0 65977362 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679191643072 140679627663061 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679190590560 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10686560 memory=8282800 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679189537664 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10686560 memory=15254835616287083 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10686560 memory=8282880 CPUtime=1.39 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 8338 0 0 0 138 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679187434400 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10686560 memory=2016 CPUtime=1 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 3062 0 0 0 99 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679186381312 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10686560 memory=1196 CPUtime=0.45 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 4918 0 0 0 44 1 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679185324624 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10686560 memory=4612 CPUtime=0.16 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 618 0 0 0 11 5 0 0 20 0 17 0 65977374 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29350] ppid=29301 vsize=10686560 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29350/stat : 29350 (java) S 29301 29304 12560 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679180070496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29351] ppid=29301 vsize=10686560 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29351/stat : 29351 (java) S 29301 29304 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679179017952 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 1482.9 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8282896 KiB

[startup+405.201 s]
/proc/loadavg: 6.34 6.49 5.44 6/212 29509
/proc/meminfo: memFree=23197252/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10686560 memory=8282896 CPUtime=1484.48 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 277229 0 0 0 147623 825 0 0 20 0 17 0 65977353 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2671640 2070724 3172 1 0 2661055 0
[pid=29304/tid=29306] ppid=29301 vsize=10686560 memory=-8774313645642428999 CPUtime=13.86 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) S 29301 29304 12560 0 -1 1077944384 16731 0 0 0 1374 12 0 0 20 0 17 0 65977360 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679631893536 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10686560 memory=6943526294502006880 CPUtime=360.47 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) R 29301 29304 12560 0 -1 4202560 32931 0 0 0 35850 197 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679238704472 140679612649236 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10686560 memory=6943526294502006880 CPUtime=359.95 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) R 29301 29304 12560 0 -1 4202560 27680 0 0 0 35798 197 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679237651592 140679620281063 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10686560 memory=6944656592455359580 CPUtime=359.48 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) R 29301 29304 12560 0 -1 4202560 79992 0 0 0 35733 215 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679236598480 140679620281063 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10686560 memory=6944656592455097440 CPUtime=359.4 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) R 29301 29304 12560 0 -1 4202560 28612 0 0 0 35748 192 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679235546072 140679609262574 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10686560 memory=6944656592455360604 CPUtime=28.21 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) S 29301 29304 12560 0 -1 1077944384 72879 0 0 0 2818 3 0 0 20 0 17 0 65977362 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679191643072 140679627663061 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10686560 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679190590560 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10686560 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679189537664 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10686560 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10686560 memory=6656426216303648864 CPUtime=1.39 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 8338 0 0 0 138 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679187434400 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10686560 memory=6944652177228980320 CPUtime=1 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 3062 0 0 0 99 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679186381312 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10686560 memory=6944652177228980320 CPUtime=0.45 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 4918 0 0 0 44 1 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679185324624 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10686560 memory=4427205132082312746 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10686560 memory=-9123011406873178988 CPUtime=0.16 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 644 0 0 0 11 5 0 0 20 0 17 0 65977374 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29350] ppid=29301 vsize=10686560 memory=8282896 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29350/stat : 29350 (java) S 29301 29304 12560 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679180070496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29351] ppid=29301 vsize=10686560 memory=7813300516903543635 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29351/stat : 29351 (java) S 29301 29304 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679179017952 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 1484.48 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8282896 KiB

[startup+405.401 s]
/proc/loadavg: 6.34 6.49 5.44 6/212 29509
/proc/meminfo: memFree=23197252/32770624 swapFree=67105588/67108860
[pid=29304] ppid=29301 vsize=10686560 memory=8282896 CPUtime=1485.22 cores=0,2,4,6
/proc/29304/stat : 29304 (java) S 29301 29304 12560 0 -1 1077944320 277301 0 0 0 147697 825 0 0 20 0 17 0 65977353 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140728405489168 140679627652855 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
/proc/29304/statm: 2671640 2070724 3172 1 0 2661055 0
[pid=29304/tid=29306] ppid=29301 vsize=10686560 memory=7523107478184158290 CPUtime=13.86 cores=0,2,4,6
/proc/29304/task/29306/stat : 29306 (java) S 29301 29304 12560 0 -1 1077944384 16731 0 0 0 1374 12 0 0 20 0 17 0 65977360 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679631893536 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29307] ppid=29301 vsize=10686560 memory=7954598567126526055 CPUtime=360.66 cores=0,2,4,6
/proc/29304/task/29307/stat : 29307 (java) S 29301 29304 12560 0 -1 1077944384 32943 0 0 0 35869 197 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679238704272 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29308] ppid=29301 vsize=10686560 memory=7954598567126526055 CPUtime=360.14 cores=0,2,4,6
/proc/29304/task/29308/stat : 29308 (java) S 29301 29304 12560 0 -1 1077944384 27681 0 0 0 35816 198 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679237651472 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29309] ppid=29301 vsize=10686560 memory=7885350400786983016 CPUtime=359.65 cores=0,2,4,6
/proc/29304/task/29309/stat : 29309 (java) S 29301 29304 12560 0 -1 1077944384 79993 0 0 0 35750 215 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679236598672 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29310] ppid=29301 vsize=10686560 memory=7235147594880805952 CPUtime=359.58 cores=0,2,4,6
/proc/29304/task/29310/stat : 29310 (java) S 29301 29304 12560 0 -1 1077944384 28665 0 0 0 35766 192 0 0 20 0 17 0 65977361 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679235545872 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29311] ppid=29301 vsize=10686560 memory=4639948313719891052 CPUtime=28.23 cores=0,2,4,6
/proc/29304/task/29311/stat : 29311 (java) R 29301 29304 12560 0 -1 4202560 72880 0 0 0 2820 3 0 0 20 0 17 0 65977362 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679191643072 140679612110458 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29312] ppid=29301 vsize=10686560 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29312/stat : 29312 (java) S 29301 29304 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679190590560 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29313] ppid=29301 vsize=10686560 memory=7885350400786983016 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29313/stat : 29313 (java) S 29301 29304 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 65977363 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679189537664 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29314] ppid=29301 vsize=10686560 memory=7584172172082901604 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29314/stat : 29314 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679188485968 140679627671451 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29315] ppid=29301 vsize=10686560 memory=7954598567126526055 CPUtime=1.39 cores=0,2,4,6
/proc/29304/task/29315/stat : 29315 (java) S 29301 29304 12560 0 -1 1077944384 8338 0 0 0 138 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679187434400 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29316] ppid=29301 vsize=10686560 memory=7954598567126526055 CPUtime=1 cores=0,2,4,6
/proc/29304/task/29316/stat : 29316 (java) S 29301 29304 12560 0 -1 1077944384 3062 0 0 0 99 1 0 0 20 0 17 0 65977365 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679186381312 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29317] ppid=29301 vsize=10686560 memory=4639924115538399846 CPUtime=0.45 cores=0,2,4,6
/proc/29304/task/29317/stat : 29317 (java) S 29301 29304 12560 0 -1 1077944384 4918 0 0 0 44 1 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679185324624 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29318] ppid=29301 vsize=10686560 memory=7454130749351154278 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29318/stat : 29318 (java) S 29301 29304 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65977366 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679184276192 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29319] ppid=29301 vsize=10686560 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/29304/task/29319/stat : 29319 (java) S 29301 29304 12560 0 -1 1077944384 648 0 0 0 11 5 0 0 20 0 17 0 65977374 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679183223472 140679627664002 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29350] ppid=29301 vsize=10686560 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29350/stat : 29350 (java) S 29301 29304 12560 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679180070496 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
[pid=29304/tid=29351] ppid=29301 vsize=10686560 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/29304/task/29351/stat : 29351 (java) S 29301 29304 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 66014177 10943037440 2070724 18446744073709551615 4194304 4196468 140728405506624 140679179017952 140679627663061 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32595968 140728405512592 140728405512745 140728405512745 140728405516239 0
Current children cumulated CPU time: 1485.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8282896 KiB

[startup+405.501 s]*
/proc/loadavg: 6.34 6.49 5.44 3/197 29509
/proc/meminfo: memFree=26352824/32770624 swapFree=67105588/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): 405.528
CPU time (s): 1485.36
CPU user time (s): 1477.06
CPU system time (s): 8.29583
CPU usage (%): 366.277
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8282896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1477.06
system time used= 8.29583
maximum resident set size= 8283272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17785
involuntary context switches= 26643


# summary of solver processes directly reported to runsolver:
#   pid: 29304
#   total CPU time (s): 1485.36
#   total CPU user time (s): 1477.06
#   total CPU system time (s): 8.29583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.42578 second user time and 3.95155 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 17:09:38
IDJOB=4263712
IDBENCH=139730
IDSOLVER=2651
FILE ID=node126/4263712-1502637819
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-15-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263712-1502637819/watcher-4263712-1502637819 -o /tmp/evaluation-result-4263712-1502637819/solver-4263712-1502637819 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263712-1502637819.xml

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=1979735148

node126.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.81
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.81
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.81
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.81
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:        27916124 kB
MemAvailable:   28174124 kB
Buffers:          267620 kB
Cached:           261216 kB
SwapCached:          524 kB
Active:          4209172 kB
Inactive:         161808 kB
Active(anon):    3790264 kB
Inactive(anon):    85544 kB
Active(file):     418908 kB
Inactive(file):    76264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2108 kB
Writeback:             0 kB
AnonPages:       3808480 kB
Mapped:            58212 kB
Shmem:             33440 kB
Slab:             183328 kB
SReclaimable:     157324 kB
SUnreclaim:        26004 kB
KernelStack:        3744 kB
PageTables:        12688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4987660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3674112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 17:16:24