Trace number 4263797

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? 1775.42 486.48199

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.31001899
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

1587.24/436.29	Aug 13, 2017 6:14:03 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1587.24/436.29	INFO: Runtime exception
1587.24/436.29	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1587.24/436.29		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1587.24/436.29		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1587.24/436.29		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1587.24/436.29		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1587.24/436.29		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1587.24/436.29		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1587.24/436.29		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1587.24/436.29		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1587.24/436.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1587.24/436.29		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1587.24/436.29		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1587.24/436.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1587.24/436.29		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1587.24/436.29		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1587.24/436.29		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1587.24/436.29		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1587.24/436.29		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1587.24/436.29		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1587.24/436.29		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1587.24/436.29		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1587.24/436.29	Caused by: java.lang.reflect.InvocationTargetException
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1587.24/436.29		... 22 more
1587.24/436.29	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1587.24/436.29		... 27 more
1587.24/436.29	Caused by: java.lang.reflect.InvocationTargetException
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1587.24/436.29		... 28 more
1587.24/436.29	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1587.24/436.29		... 33 more
1587.24/436.29	Caused by: java.lang.reflect.InvocationTargetException
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1587.24/436.29		... 34 more
1587.24/436.29	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1587.24/436.29		... 39 more
1587.24/436.29	Caused by: java.lang.reflect.InvocationTargetException
1587.24/436.29		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1587.24/436.29		... 39 more
1587.24/436.29	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1587.24/436.29		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1587.24/436.29		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1587.24/436.29		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1587.24/436.29		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1587.24/436.29		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1587.24/436.29		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1587.24/436.29		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1587.24/436.29		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1587.24/436.29		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1587.24/436.29		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1587.24/436.29		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1587.24/436.29		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1587.24/436.29		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1587.24/436.29		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1587.24/436.29		at java.lang.reflect.Method.invoke(Method.java:498)
1587.24/436.29	
1663.19/456.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1663.19/456.67	c This is free software under the dual EPL/GNU LGPL licenses.
1663.19/456.67	c See www.sat4j.org for details.
1663.19/456.67	c That software uses the Rhino library from the Mozilla project.
1663.19/456.67	c version CUSTOM.v20170705
1663.19/456.67	c java.runtime.name	Java(TM) SE Runtime Environment
1663.19/456.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1663.19/456.67	c java.vm.version	25.131-b11
1663.19/456.67	c java.vm.vendor	Oracle Corporation
1663.19/456.67	c sun.arch.data.model	64
1663.19/456.67	c java.version		1.8.0_131
1663.19/456.67	c os.name		Linux
1663.19/456.67	c os.version		3.10.0-514.16.1.el7.x86_64
1663.19/456.67	c os.arch		amd64
1663.19/456.67	c Free memory 		499604488
1663.19/456.67	c Max memory 		7247757312
1663.19/456.67	c Total memory 		504889344
1663.19/456.67	c Number of processors 	4
1663.19/456.67	c c --- Begin Solver configuration ---
1663.19/456.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1663.19/456.67	c Learn all clauses as in MiniSAT
1663.19/456.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1663.19/456.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1663.19/456.67	c No reason simplification
1663.19/456.67	c Glucose 2.1 dynamic restart strategy
1663.19/456.67	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
1663.19/456.67	c timeout=2147483s
1663.19/456.67	c DB Simplification allowed=false
1663.19/456.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1663.19/456.67	c --- End Solver configuration ---
1747.48/479.28	c starts		: 0
1747.48/479.28	c conflicts		: 0
1747.48/479.28	c decisions		: 0
1747.48/479.28	c propagations		: 0
1775.12/486.38	c inspects		: 0
1775.12/486.38	Exception in thread "Thread-1" c shortcuts		: 0
1775.12/486.38	c learnt literals	: 0
1775.12/486.38	c learnt binary clauses	: 0
1775.12/486.38	c learnt ternary clauses	: 0
1775.12/486.38	c learnt constraints	: 0
1775.12/486.38	c ignored constraints	: 0
1775.12/486.38	c root simplifications	: 0
1775.12/486.38	c removed literals (reason simplification)	: 0
1775.12/486.38	c reason swapping (by a shorter reason)	: 0
1775.12/486.38	java.lang.OutOfMemoryError: GC overhead limit exceededc Calls to reduceDB	: 0
1775.12/486.38	
1775.12/486.38	c Number of update (reduction) of LBD	: 0
1775.12/486.38	c Imported unit clauses	: 0
1775.12/486.38		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1775.12/486.38	c number of reductions to clauses (during analyze)	: 0
1775.12/486.38		at java.util.Hashtable.keys(Hashtable.java:257)c number of learned constraints concerned by reduction	: 0
1775.12/486.38	
1775.12/486.38	c number of learning phase by resolution	: 0
1775.12/486.38		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1775.12/486.39	c number of learning phase by cutting planes	: 0
1775.12/486.39		at java.util.logging.LogManager.reset(LogManager.java:1327)
1775.12/486.39	c number of rounding to 1 operations	: 0
1775.12/486.39		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1775.12/486.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1775.12/486.39	c number of reductions of the coefficients by power 2 	: 0
1775.12/486.39	c number of right shift for reduction by power 2 	: 0
1775.12/486.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
1775.12/486.39	c speed (assignments/second)	: 0.0
1775.12/486.39	c non guided choices	0
1775.12/486.39	c learnt constraints type 
1775.12/486.39	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 (13382 MiB free)
  memory of node 1: 16384 MiB (13766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263797-1502641265/watcher-4263797-1502641265 -o /tmp/evaluation-result-4263797-1502641265/solver-4263797-1502641265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263797-1502641265.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=7523, runsolver pid=7520

[startup+0.102215 s]*
/proc/loadavg: 7.26 5.81 3.89 3/216 7538
/proc/meminfo: memFree=27782332/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10555400 memory=29632 CPUtime=0.13 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 6569 0 0 0 12 1 0 0 20 0 15 0 97207395 10808729600 7408 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2638850 7408 2788 1 0 2627263 0
[pid=7523/tid=7525] ppid=7520 vsize=10555400 memory=-8825468059173876928 CPUtime=0.09 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) R 7520 7523 3242 0 -1 4202560 4401 0 0 0 8 1 0 0 20 0 15 0 97207396 10808729600 7408 33554432000 4194304 4196468 140729648066512 140158474427040 140158454248805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 7408 33554432000 4194304 4196468 140729648066512 140158076578576 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10555400 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 7408 33554432000 4194304 4196468 140729648066512 140158075526032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 7408 33554432000 4194304 4196468 140729648066512 140158074473488 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 7408 33554432000 4194304 4196468 140729648066512 140158073420944 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10555400 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207398 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157506750448 140158470216322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97207398 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157505696672 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97207398 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157504644080 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157502540272 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157501487728 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10555400 memory=140056230131328 CPUtime=0.02 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) R 7520 7523 3242 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157500435184 140158470226522 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10555400 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 7408 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29632 KiB

[startup+0.211569 s]*
/proc/loadavg: 7.26 5.81 3.89 4/216 7538
/proc/meminfo: memFree=27770624/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10555400 memory=42644 CPUtime=0.33 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 8241 0 0 0 31 2 0 0 20 0 15 0 97207395 10808729600 10661 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2638850 10661 2964 1 0 2627263 0
[pid=7523/tid=7525] ppid=7520 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) D 7520 7523 3242 0 -1 1077944384 5056 0 0 0 18 2 0 0 20 0 15 0 97207396 10808729600 10662 33554432000 4194304 4196468 140729648066512 140158474415424 140158462884397 0 4 0 16800975 18446744072101568036 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 10662 33554432000 4194304 4196468 140729648066512 140158076578576 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10555400 memory=140056230139028 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 10662 33554432000 4194304 4196468 140729648066512 140158075526032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808729600 10662 33554432000 4194304 4196468 140729648066512 140158074473488 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10555432 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207396 10808762368 10662 33554432000 4194304 4196468 140729648066512 140158073420944 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10555432 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207398 10808762368 10662 33554432000 4194304 4196468 140729648066512 140157506750448 140158470216322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97207398 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157505696672 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97207398 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157504644080 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 97207401 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157502540272 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 15 0 97207401 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157501487728 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10555400 memory=140056230131328 CPUtime=0.07 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) R 7520 7523 3242 0 -1 4202560 740 0 0 0 7 0 0 0 20 0 15 0 97207401 10808729600 10662 33554432000 4194304 4196468 140729648066512 140157500433144 140158448571572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10555432 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808762368 10662 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10555432 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207401 10808762368 10662 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42644 KiB

[startup+0.310566 s]*
/proc/loadavg: 7.26 5.81 3.89 6/216 7538
/proc/meminfo: memFree=27765704/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10555476 memory=46840 CPUtime=0.52 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 9003 0 0 0 49 3 0 0 20 0 15 0 97207395 10808807424 11710 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2638869 11710 3003 1 0 2627263 0
[pid=7523/tid=7525] ppid=7520 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) R 7520 7523 3242 0 -1 4202560 5641 0 0 0 27 2 0 0 20 0 15 0 97207396 10808807424 11710 33554432000 4194304 4196468 140729648066512 140158474440960 140158454285662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 11710 33554432000 4194304 4196468 140729648066512 140158076578576 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10555476 memory=13990837039691416 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 11710 33554432000 4194304 4196468 140729648066512 140158075526032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 11710 33554432000 4194304 4196468 140729648066512 140158074473488 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 11710 33554432000 4194304 4196468 140729648066512 140158073420944 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10555476 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157506750448 140158470216322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157505696672 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157504644080 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) R 7520 7523 3242 0 -1 4202560 655 0 0 0 4 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157502540272 140158450030288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) R 7520 7523 3242 0 -1 4202560 500 0 0 0 3 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157501487728 140158470217110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10555476 memory=140056230131328 CPUtime=0.13 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) R 7520 7523 3242 0 -1 1077944384 841 0 0 0 13 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157500435184 140158470216322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10555476 memory=140056230131328 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 11710 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46840 KiB

[startup+0.700762 s]
/proc/loadavg: 7.08 5.80 3.89 5/216 7538
/proc/meminfo: memFree=27714296/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10555476 memory=127672 CPUtime=1.54 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 11234 0 0 0 149 5 0 0 20 0 15 0 97207395 10808807424 31918 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2638869 31918 3087 1 0 2627263 0
[pid=7523/tid=7525] ppid=7520 vsize=10555476 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) R 7520 7523 3242 0 -1 4202560 5776 0 0 0 64 4 0 0 20 0 15 0 97207396 10808807424 31918 33554432000 4194304 4196468 140729648066512 140158474442064 140158452613281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 31918 33554432000 4194304 4196468 140729648066512 140158076578576 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10555476 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 31918 33554432000 4194304 4196468 140729648066512 140158075526032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 31918 33554432000 4194304 4196468 140729648066512 140158074473488 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) S 7520 7523 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97207396 10808807424 31918 33554432000 4194304 4196468 140729648066512 140158073420944 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157506750448 140158470216322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157505696672 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157504644080 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10555476 memory=7519159149027546218 CPUtime=0.3 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 1672 0 0 0 30 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157502540272 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10555476 memory=7523071198212214892 CPUtime=0.28 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 1140 0 0 0 28 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157501487728 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) S 7520 7523 3242 0 -1 1077944384 1275 0 0 0 25 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157500435184 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97207401 10808807424 31918 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 127672 KiB

[startup+1.50085 s]
/proc/loadavg: 7.08 5.80 3.89 3/216 7538
/proc/meminfo: memFree=27541080/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10555476 memory=788176 CPUtime=3.42 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 13851 0 0 0 300 42 0 0 20 0 15 0 97207395 10808807424 197044 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2638869 197044 3118 1 0 2627263 0
[pid=7523/tid=7525] ppid=7520 vsize=10555476 memory=8112282956445269571 CPUtime=1.17 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) R 7520 7523 3242 0 -1 4202560 6257 0 0 0 107 10 0 0 20 0 15 0 97207396 10808807424 197044 33554432000 4194304 4196468 140729648066512 140158474442064 140158453588943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10555476 memory=-8754540793456063680 CPUtime=0.29 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) S 7520 7523 3242 0 -1 1077944384 283 0 0 0 21 8 0 0 20 0 15 0 97207396 10808807424 197044 33554432000 4194304 4196468 140729648066512 140158076578576 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10555476 memory=-2843869621055772062 CPUtime=0.28 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) S 7520 7523 3242 0 -1 1077944384 640 0 0 0 21 7 0 0 20 0 15 0 97207396 10808807424 197044 33554432000 4194304 4196468 140729648066512 140158075526032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10555476 memory=5450919713671312938 CPUtime=0.27 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) S 7520 7523 3242 0 -1 1077944384 216 0 0 0 20 7 0 0 20 0 15 0 97207396 10808807424 197044 33554432000 4194304 4196468 140729648066512 140158074473488 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10555476 memory=7005738693937936738 CPUtime=0.28 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) S 7520 7523 3242 0 -1 1077944384 390 0 0 0 21 7 0 0 20 0 15 0 97207396 10808807424 197044 33554432000 4194304 4196468 140729648066512 140158073420944 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 521 0 0 0 0 0 0 0 20 0 15 0 97207398 10808807424 197044 33554432000 4194304 4196468 140729648066512 140157506750448 140158470216322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0

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

/proc/7523/task/7529/stat : 7529 (java) R 7520 7523 3242 0 -1 4202560 731540 0 0 0 42658 215 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158073421144 140158455156302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10690804 memory=2816 CPUtime=26.28 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 87888 0 0 0 2624 4 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157506748768 140158470215381 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157505696736 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10690804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157504644096 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10690804 memory=12032 CPUtime=0.65 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 2914 0 0 0 65 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157502540272 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=0.57 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 1304 0 0 0 57 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157501487728 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10690804 memory=1732 CPUtime=0.33 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) S 7520 7523 3242 0 -1 1077944384 3565 0 0 0 33 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157500435184 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10690804 memory=12032 CPUtime=0.23 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 381 0 0 0 13 10 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7553] ppid=7520 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7553/stat : 7553 (java) S 7520 7523 3242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157495176032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7554] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7554/stat : 7554 (java) S 7520 7523 3242 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157494124480 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 1762.92 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8294360 KiB

[startup+484.801 s]
/proc/loadavg: 4.63 4.78 4.09 6/219 7555
/proc/meminfo: memFree=19362952/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10690804 memory=8294360 CPUtime=1769.17 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 2837158 0 0 0 176052 865 0 0 20 0 17 0 97207395 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2672701 2073590 3190 1 0 2661057 0
[pid=7523/tid=7525] ppid=7520 vsize=10690804 memory=1572 CPUtime=19.31 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) S 7520 7523 3242 0 -1 1077944384 34307 0 0 0 1899 32 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158474445856 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10690804 memory=2244 CPUtime=430.07 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) R 7520 7523 3242 0 -1 4202560 845932 0 0 0 42791 216 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158076578576 140158455194802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10690804 memory=3832 CPUtime=431.26 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) R 7520 7523 3242 0 -1 4202560 591799 0 0 0 42943 183 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158075526232 140158455201576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10690804 memory=2816 CPUtime=430.05 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) R 7520 7523 3242 0 -1 4202560 535632 0 0 0 42798 207 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158074473376 140158455201520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10690804 memory=2812 CPUtime=430.33 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) R 7520 7523 3242 0 -1 4202560 731687 0 0 0 42818 215 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158073421144 140158451815004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=26.28 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 87889 0 0 0 2624 4 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157506748992 140158470215381 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10690804 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157505696736 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10690804 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157504644096 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10690804 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=0.65 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 2914 0 0 0 65 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157502540032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10690804 memory=844 CPUtime=0.57 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 1304 0 0 0 57 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157501487776 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10690804 memory=1692 CPUtime=0.33 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) S 7520 7523 3242 0 -1 1077944384 3565 0 0 0 33 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157500435232 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10690804 memory=8294360 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=0.23 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 381 0 0 0 13 10 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7553] ppid=7520 vsize=10690804 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7553/stat : 7553 (java) S 7520 7523 3242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157495176032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7554] ppid=7520 vsize=10690804 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7554/stat : 7554 (java) S 7520 7523 3242 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157494124480 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 1769.17 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8294360 KiB

[startup+485.601 s]
/proc/loadavg: 4.63 4.78 4.09 6/219 7555
/proc/meminfo: memFree=19362952/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10690804 memory=8294360 CPUtime=1772.36 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 2837158 0 0 0 176371 865 0 0 20 0 17 0 97207395 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2672701 2073590 3190 1 0 2661057 0
[pid=7523/tid=7525] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=19.31 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) S 7520 7523 3242 0 -1 1077944384 34307 0 0 0 1899 32 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158474445856 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10690804 memory=2816 CPUtime=430.87 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) R 7520 7523 3242 0 -1 4202560 845932 0 0 0 42871 216 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158076578576 140158451814921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10690804 memory=2812 CPUtime=432.05 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) R 7520 7523 3242 0 -1 4202560 591799 0 0 0 43022 183 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158075526232 140158455201576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10690804 memory=4104 CPUtime=430.85 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) R 7520 7523 3242 0 -1 4202560 535632 0 0 0 42878 207 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158074473376 140158455201811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10690804 memory=8294360 CPUtime=431.13 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) R 7520 7523 3242 0 -1 4202560 731687 0 0 0 42898 215 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158073421144 140158455201582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10690804 memory=1952 CPUtime=26.28 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 87889 0 0 0 2624 4 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157506748992 140158470215381 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10690804 memory=8612 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157505696736 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10690804 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157504644096 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10690804 memory=28436 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10690804 memory=1296 CPUtime=0.65 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 2914 0 0 0 65 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157502540032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10690804 memory=2408 CPUtime=0.57 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 1304 0 0 0 57 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157501487776 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10690804 memory=1732 CPUtime=0.33 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) S 7520 7523 3242 0 -1 1077944384 3565 0 0 0 33 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157500435232 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10690804 memory=12032 CPUtime=0.23 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 381 0 0 0 13 10 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7553] ppid=7520 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7553/stat : 7553 (java) S 7520 7523 3242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157495176032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7554] ppid=7520 vsize=10690804 memory=796 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7554/stat : 7554 (java) S 7520 7523 3242 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157494124480 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 1772.36 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8294360 KiB

[startup+486.008 s]*
/proc/loadavg: 4.66 4.78 4.09 6/219 7555
/proc/meminfo: memFree=19362952/32770624 swapFree=67108860/67108860
[pid=7523] ppid=7520 vsize=10690804 memory=8294360 CPUtime=1774.01 cores=0,2,4,6
/proc/7523/stat : 7523 (java) S 7520 7523 3242 0 -1 1077944320 2837158 0 0 0 176536 865 0 0 20 0 17 0 97207395 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140729648049056 140158470205175 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
/proc/7523/statm: 2672701 2073590 3190 1 0 2661057 0
[pid=7523/tid=7525] ppid=7520 vsize=10690804 memory=8112282956445269571 CPUtime=19.31 cores=0,2,4,6
/proc/7523/task/7525/stat : 7525 (java) S 7520 7523 3242 0 -1 1077944384 34307 0 0 0 1899 32 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158474445856 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7526] ppid=7520 vsize=10690804 memory=4872558044660077418 CPUtime=431.28 cores=0,2,4,6
/proc/7523/task/7526/stat : 7526 (java) R 7520 7523 3242 0 -1 4202560 845932 0 0 0 42912 216 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158076578576 140158454662808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7527] ppid=7520 vsize=10690804 memory=932 CPUtime=432.45 cores=0,2,4,6
/proc/7523/task/7527/stat : 7527 (java) R 7520 7523 3242 0 -1 4202560 591799 0 0 0 43062 183 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158075526232 140158451814808 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7528] ppid=7520 vsize=10690804 memory=4872558044660077418 CPUtime=431.27 cores=0,2,4,6
/proc/7523/task/7528/stat : 7528 (java) R 7520 7523 3242 0 -1 4202560 535632 0 0 0 42920 207 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158074473376 140158455201749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7529] ppid=7520 vsize=10690804 memory=1572 CPUtime=431.55 cores=0,2,4,6
/proc/7523/task/7529/stat : 7529 (java) R 7520 7523 3242 0 -1 4202560 731687 0 0 0 42940 215 0 0 20 0 17 0 97207396 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140158073421144 140158454904143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7530] ppid=7520 vsize=10690804 memory=2244 CPUtime=26.28 cores=0,2,4,6
/proc/7523/task/7530/stat : 7530 (java) S 7520 7523 3242 0 -1 1077944384 87889 0 0 0 2624 4 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157506748992 140158470215381 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7531] ppid=7520 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7531/stat : 7531 (java) S 7520 7523 3242 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157505696736 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7532] ppid=7520 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7532/stat : 7532 (java) S 7520 7523 3242 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 97207398 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157504644096 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7533] ppid=7520 vsize=10690804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7533/stat : 7533 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157503592656 140158470223771 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7534] ppid=7520 vsize=10690804 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/7523/task/7534/stat : 7534 (java) S 7520 7523 3242 0 -1 1077944384 2914 0 0 0 65 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157502540032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7535] ppid=7520 vsize=10690804 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/7523/task/7535/stat : 7535 (java) S 7520 7523 3242 0 -1 1077944384 1304 0 0 0 57 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157501487776 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7536] ppid=7520 vsize=10690804 memory=50660 CPUtime=0.33 cores=0,2,4,6
/proc/7523/task/7536/stat : 7536 (java) S 7520 7523 3242 0 -1 1077944384 3565 0 0 0 33 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157500435232 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7537] ppid=7520 vsize=10690804 memory=16872 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7537/stat : 7537 (java) S 7520 7523 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157499382880 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7538] ppid=7520 vsize=10690804 memory=4048 CPUtime=0.23 cores=0,2,4,6
/proc/7523/task/7538/stat : 7538 (java) S 7520 7523 3242 0 -1 1077944384 381 0 0 0 13 10 0 0 20 0 17 0 97207401 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157498329392 140158470216322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7553] ppid=7520 vsize=10690804 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7553/stat : 7553 (java) S 7520 7523 3242 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157495176032 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
[pid=7523/tid=7554] ppid=7520 vsize=10690804 memory=648 CPUtime=0 cores=0,2,4,6
/proc/7523/task/7554/stat : 7554 (java) S 7520 7523 3242 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 97251025 10947383296 2073590 33554432000 4194304 4196468 140729648066512 140157494124480 140158470215381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35573760 140729648071814 140729648071967 140729648071967 140729648074703 0
Current children cumulated CPU time: 1774.01 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8294360 KiB

[startup+486.401 s]*
/proc/loadavg: 4.66 4.78 4.09 3/204 7555
/proc/meminfo: memFree=20496624/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): 486.482
CPU time (s): 1775.42
CPU user time (s): 1766.67
CPU system time (s): 8.74856
CPU usage (%): 364.95
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8294360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.67
system time used= 8.74856
maximum resident set size= 8294360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2837282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42264
involuntary context switches= 18880


# summary of solver processes directly reported to runsolver:
#   pid: 7523
#   total CPU time (s): 1775.42
#   total CPU user time (s): 1766.67
#   total CPU system time (s): 8.74856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90735 second user time and 4.82891 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 18:06:47
IDJOB=4263797
IDBENCH=140614
IDSOLVER=2651
FILE ID=node149/4263797-1502641265
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex02280.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263797-1502641265/watcher-4263797-1502641265 -o /tmp/evaluation-result-4263797-1502641265/solver-4263797-1502641265 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263797-1502641265.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=1987465086

node149.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.43
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.43
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.43
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.43
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:        27800548 kB
MemAvailable:   31831776 kB
Buffers:          262752 kB
Cached:          4041924 kB
SwapCached:            0 kB
Active:          1195504 kB
Inactive:        3308160 kB
Active(anon):     201816 kB
Inactive(anon):    24944 kB
Active(file):     993688 kB
Inactive(file):  3283216 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3724 kB
Writeback:             0 kB
AnonPages:        205012 kB
Mapped:            55376 kB
Shmem:             25224 kB
Slab:             167512 kB
SReclaimable:     140320 kB
SUnreclaim:        27192 kB
KernelStack:        3520 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 18:14:53