Trace number 4262839

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? 1622.15 439.03299

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w3b3r1.xml
MD5SUM0bd2493faee791f2eedb1fd600149919
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20085.1
Satisfiable
(Un)Satisfiability was proved
Number of variables313
Number of constraints29
Number of domains2
Minimum domain size14
Maximum domain size85
Distribution of domain sizes[{"size":14,"count":1},{"size":85,"count":312}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":299},{"degree":5,"count":13}]
Minimum constraint arity14
Maximum constraint arity312
Distribution of constraint arities[{"arity":14,"count":1},{"arity":24,"count":26},{"arity":312,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":13},{"type":"lex","count":1},{"type":"sum","count":13},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262839-1502634869/watcher-4262839-1502634869 -o /tmp/evaluation-result-4262839-1502634869/solver-4262839-1502634869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7818 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262839-1502634869.xml 

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

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


[startup+0.100068 s]*
/proc/loadavg: 1.93 1.99 2.00 4/216 9062
/proc/meminfo: memFree=30832104/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10555400 memory=29924 CPUtime=0.12 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 6534 0 0 0 11 1 0 0 20 0 15 0 96574599 10808729600 7481 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2638850 7481 2817 1 0 2627263 0
[pid=9047/tid=9049] ppid=9044 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) R 9044 9047 29331 0 -1 4202560 4383 0 0 0 8 1 0 0 20 0 15 0 96574600 10808729600 7481 33554432000 4194304 4196468 140727801606208 140074061432768 140074041292126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574602 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073415477744 140074057222786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574602 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073414423968 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574603 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073413371376 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073411266544 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073410214000 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0.02 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) R 9044 9047 29331 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073409161456 140074036643148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 7481 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29924 KiB

[startup+0.210746 s]*
/proc/loadavg: 1.93 1.99 2.00 6/216 9062
/proc/meminfo: memFree=30721392/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10555400 memory=37980 CPUtime=0.29 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 7748 0 0 0 27 2 0 0 20 0 15 0 96574599 10808729600 9495 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2638850 9495 2901 1 0 2627263 0
[pid=9047/tid=9049] ppid=9044 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) R 9044 9047 29331 0 -1 4202560 5356 0 0 0 18 1 0 0 20 0 15 0 96574600 10808729600 9500 33554432000 4194304 4196468 140727801606208 140074061442832 140074041292126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10555400 memory=4051188783648368288 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574601 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574602 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073415477744 140074057222786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574602 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073414423968 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574603 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073413371376 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073411266544 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073410214000 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0.05 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 419 0 0 0 5 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073409161456 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10555400 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574605 10808729600 9500 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37980 KiB

[startup+0.311471 s]*
/proc/loadavg: 1.93 1.99 2.00 9/216 9062
/proc/meminfo: memFree=30600068/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10555476 memory=47068 CPUtime=0.52 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 8993 0 0 0 50 2 0 0 20 0 15 0 96574599 10808807424 11767 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2638869 11767 3043 1 0 2627263 0
[pid=9047/tid=9049] ppid=9044 vsize=10555476 memory=93309961 CPUtime=0.29 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) R 9044 9047 29331 0 -1 4202560 5738 0 0 0 28 1 0 0 20 0 15 0 96574600 10808807424 11767 33554432000 4194304 4196468 140727801606208 140074061440896 140074057233565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10555476 memory=140225716262863 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10555476 memory=280451432523408 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574601 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574601 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10555476 memory=280451539671360 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96574602 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073415477744 140074057222786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10555476 memory=140225716158599 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96574602 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073414423968 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10555476 memory=280451432432936 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96574603 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073413371376 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10555476 memory=2110576323401636 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) R 9044 9047 29331 0 -1 4202560 763 0 0 0 4 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073411266544 140074038734864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10555476 memory=2272 CPUtime=0.04 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) R 9044 9047 29331 0 -1 4202560 362 0 0 0 4 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073410214000 140074041607707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10555476 memory=140230118368895 CPUtime=0.12 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) R 9044 9047 29331 0 -1 1077944384 764 0 0 0 12 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073409161456 140074057222786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10555476 memory=140225823401600 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 11767 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47068 KiB

[startup+0.700741 s]
/proc/loadavg: 1.93 1.99 2.00 8/216 9062
/proc/meminfo: memFree=30426184/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10555476 memory=205444 CPUtime=1.56 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 11317 0 0 0 150 6 0 0 20 0 15 0 96574599 10808807424 51361 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2638869 51361 3106 1 0 2627263 0
[pid=9047/tid=9049] ppid=9044 vsize=10555476 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) S 9044 9047 29331 0 -1 1077944384 5879 0 0 0 60 3 0 0 20 0 15 0 96574600 10808807424 51361 33554432000 4194304 4196468 140727801606208 140074061413056 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10555476 memory=3184238145792261312 CPUtime=0.02 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 96574601 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 15 0 96574601 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10555476 memory=179112350070461 CPUtime=0.02 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 96574601 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10555476 memory=402927 CPUtime=0.03 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 33 0 0 0 3 0 0 0 20 0 15 0 96574601 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) D 9044 9047 29331 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 15 0 96574602 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073415477664 140074042423917 0 0 0 16800975 18446744072100166789 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96574602 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073414423968 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10555476 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96574603 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073413371376 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10555476 memory=-3472574513799858009 CPUtime=0.29 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 1649 0 0 0 29 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073411266544 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10555476 memory=6656426216303648864 CPUtime=0.3 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 1368 0 0 0 30 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073410214000 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10555476 memory=6944656592455097440 CPUtime=0.18 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 892 0 0 0 18 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073409161456 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10555476 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96574605 10808807424 51361 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 205444 KiB

[startup+1.50074 s]
/proc/loadavg: 1.93 1.99 2.00 6/216 9062
/proc/meminfo: memFree=30291480/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10555476 memory=594004 CPUtime=3.71 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 14059 0 0 0 333 38 0 0 20 0 15 0 96574599 10808807424 148501 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2638869 148501 3122 1 0 2627263 0
[pid=9047/tid=9049] ppid=9044 vsize=10555476 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) S 9044 9047 29331 0 -1 1077944384 5934 0 0 0 89 5 0 0 20 0 15 0 96574600 10808807424 148501 33554432000 4194304 4196468 140727801606208 140074061426784 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10555476 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) R 9044 9047 29331 0 -1 4202560 222 0 0 0 40 7 0 0 20 0 15 0 96574601 10808807424 148501 33554432000 4194304 4196468 140727801606208 140073664243568 140074049839847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10555476 memory=4529 CPUtime=0.48 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) R 9044 9047 29331 0 -1 4202560 1269 0 0 0 41 7 0 0 20 0 15 0 96574601 10808807424 148501 33554432000 4194304 4196468 140727801606208 140073663191440 140074038808106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10555476 memory=15816716207125657 CPUtime=0.48 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) R 9044 9047 29331 0 -1 4202560 855 0 0 0 41 7 0 0 20 0 15 0 96574601 10808807424 148501 33554432000 4194304 4196468 140727801606208 140073662139096 140074041909278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10555476 memory=140225716436048 CPUtime=0.49 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) R 9044 9047 29331 0 -1 4202560 286 0 0 0 41 8 0 0 20 0 15 0 96574601 10808807424 148501 33554432000 4194304 4196468 140727801606208 140073661086248 140074049839847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10555476 memory=280451432854768 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 96574602 10808807424 148501 33554432000 4194304 4196468 140727801606208 140073415476064 140074057221845 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0

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

/proc/9047/task/9053/stat : 9053 (java) R 9044 9047 29331 0 -1 4202560 202523 0 0 0 39210 195 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073661086552 140074042201104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10688756 memory=1008 CPUtime=20.37 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 83697 0 0 0 2032 5 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073415476288 140074057221845 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10688756 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073414424032 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10688756 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96574603 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073413371392 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10688756 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10688756 memory=1728 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 3129 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073411266304 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10688756 memory=1720 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 1940 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073410214048 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10688756 memory=6721 CPUtime=0.22 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 2109 0 0 0 22 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073409160288 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10688756 memory=7665777933669461600 CPUtime=0.27 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 288 0 0 0 14 13 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9071] ppid=9044 vsize=10688756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9071/stat : 9071 (java) S 9044 9047 29331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073406001136 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9072] ppid=9044 vsize=10688756 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9072/stat : 9072 (java) S 9044 9047 29331 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073404949888 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 1609.21 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8330764 KiB

[startup+436.801 s]
/proc/loadavg: 4.89 4.17 3.04 6/218 9073
/proc/meminfo: memFree=20194832/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10688756 memory=8330764 CPUtime=1615.41 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 634922 0 4 0 160704 837 0 0 20 0 17 0 96574599 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2672189 2082691 3185 1 0 2660545 0
[pid=9047/tid=9049] ppid=9044 vsize=10688756 memory=796 CPUtime=14.44 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) S 9044 9047 29331 0 -1 1077944384 12782 0 4 0 1434 10 0 0 20 0 17 0 96574600 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140074061452320 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10688756 memory=1424 CPUtime=394.74 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) R 9044 9047 29331 0 -1 4202560 114400 0 0 0 39264 210 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073664243792 140074049839847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10688756 memory=8330764 CPUtime=393.44 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) R 9044 9047 29331 0 -1 4202560 70721 0 0 0 39136 208 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073663191560 140074049839847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10688756 memory=8330664 CPUtime=395.06 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) R 9044 9047 29331 0 -1 4202560 141794 0 0 0 39305 201 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073662138704 140074049839847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10688756 memory=8330664 CPUtime=395.65 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) R 9044 9047 29331 0 -1 4202560 202524 0 0 0 39370 195 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073661086552 140074038821422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10688756 memory=1008 CPUtime=20.37 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) S 9044 9047 29331 0 -1 1077944384 83697 0 0 0 2032 5 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073415476288 140074057221845 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10688756 memory=8330616 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073414424032 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10688756 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96574603 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073413371392 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10688756 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10688756 memory=836 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 3129 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073411266304 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10688756 memory=2540 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 1940 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073410214048 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10688756 memory=2624 CPUtime=0.22 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 2109 0 0 0 22 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073409160288 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10688756 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10688756 memory=288230574492221466 CPUtime=0.27 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 288 0 0 0 14 13 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9071] ppid=9044 vsize=10688756 memory=288230583166042425 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9071/stat : 9071 (java) S 9044 9047 29331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073406001136 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9072] ppid=9044 vsize=10688756 memory=16098169624726079 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9072/stat : 9072 (java) S 9044 9047 29331 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073404949888 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 1615.41 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8330764 KiB

[startup+438.401 s]
/proc/loadavg: 4.90 4.18 3.05 6/218 9073
/proc/meminfo: memFree=20194832/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10688756 memory=8330764 CPUtime=1621.5 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 635309 0 4 0 161311 839 0 0 20 0 17 0 96574599 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2672189 2082691 3185 1 0 2660545 0
[pid=9047/tid=9049] ppid=9044 vsize=10688756 memory=4616 CPUtime=14.44 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) S 9044 9047 29331 0 -1 1077944384 12782 0 4 0 1434 10 0 0 20 0 17 0 96574600 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140074061452320 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10688756 memory=1228 CPUtime=396.25 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 114400 0 0 0 39414 211 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10688756 memory=10928 CPUtime=394.91 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 70721 0 0 0 39283 208 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10688756 memory=796 CPUtime=396.57 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 141794 0 0 0 39455 202 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10688756 memory=1424 CPUtime=397.22 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 202524 0 0 0 39527 195 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10688756 memory=15872 CPUtime=20.4 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) R 9044 9047 29331 0 -1 4202560 84084 0 0 0 2035 5 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073415476176 140074042207984 0 0 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10688756 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073414424032 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10688756 memory=16564 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96574603 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073413371392 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10688756 memory=8330764 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10688756 memory=1160 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 3129 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073411266304 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10688756 memory=10928 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 1940 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073410214048 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10688756 memory=796 CPUtime=0.22 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 2109 0 0 0 22 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073409160288 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10688756 memory=1200 CPUtime=0.27 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 288 0 0 0 14 13 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9071] ppid=9044 vsize=10688756 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9071/stat : 9071 (java) S 9044 9047 29331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073406001136 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9072] ppid=9044 vsize=10688756 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9072/stat : 9072 (java) S 9044 9047 29331 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073404949888 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 1621.5 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8330764 KiB

[startup+438.801 s]
/proc/loadavg: 4.90 4.18 3.05 6/218 9073
/proc/meminfo: memFree=20194832/32770624 swapFree=67108860/67108860
[pid=9047] ppid=9044 vsize=10688756 memory=8330764 CPUtime=1621.9 cores=1,3,5,7
/proc/9047/stat : 9047 (java) S 9044 9047 29331 0 -1 1077944320 635309 0 4 0 161351 839 0 0 20 0 17 0 96574599 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140727801588752 140074057211639 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
/proc/9047/statm: 2672189 2082691 3185 1 0 2660545 0
[pid=9047/tid=9049] ppid=9044 vsize=10688756 memory=4128 CPUtime=14.44 cores=1,3,5,7
/proc/9047/task/9049/stat : 9049 (java) S 9044 9047 29331 0 -1 1077944384 12782 0 4 0 1434 10 0 0 20 0 17 0 96574600 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140074061452320 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9050] ppid=9044 vsize=10688756 memory=8112282956445269571 CPUtime=396.25 cores=1,3,5,7
/proc/9047/task/9050/stat : 9050 (java) S 9044 9047 29331 0 -1 1077944384 114400 0 0 0 39414 211 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073664243984 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9051] ppid=9044 vsize=10688756 memory=27852 CPUtime=394.91 cores=1,3,5,7
/proc/9047/task/9051/stat : 9051 (java) S 9044 9047 29331 0 -1 1077944384 70721 0 0 0 39283 208 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073663191440 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9052] ppid=9044 vsize=10688756 memory=1296 CPUtime=396.57 cores=1,3,5,7
/proc/9047/task/9052/stat : 9052 (java) S 9044 9047 29331 0 -1 1077944384 141794 0 0 0 39455 202 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073662138896 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9053] ppid=9044 vsize=10688756 memory=2408 CPUtime=397.22 cores=1,3,5,7
/proc/9047/task/9053/stat : 9053 (java) S 9044 9047 29331 0 -1 1077944384 202524 0 0 0 39527 195 0 0 20 0 17 0 96574601 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073661086352 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9054] ppid=9044 vsize=10688756 memory=1728 CPUtime=20.8 cores=1,3,5,7
/proc/9047/task/9054/stat : 9054 (java) R 9044 9047 29331 0 -1 4202560 84084 0 0 0 2075 5 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073415476176 140074041669272 0 0 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9055] ppid=9044 vsize=10688756 memory=8330764 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9055/stat : 9055 (java) S 9044 9047 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 96574602 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073414424032 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9056] ppid=9044 vsize=10688756 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9056/stat : 9056 (java) S 9044 9047 29331 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96574603 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073413371392 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9057] ppid=9044 vsize=10688756 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9057/stat : 9057 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073412319952 140074057230235 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9058] ppid=9044 vsize=10688756 memory=640 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9058/stat : 9058 (java) S 9044 9047 29331 0 -1 1077944384 3129 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073411266304 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9059] ppid=9044 vsize=10688756 memory=952 CPUtime=0.56 cores=1,3,5,7
/proc/9047/task/9059/stat : 9059 (java) S 9044 9047 29331 0 -1 1077944384 1940 0 0 0 56 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073410214048 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9060] ppid=9044 vsize=10688756 memory=1236 CPUtime=0.22 cores=1,3,5,7
/proc/9047/task/9060/stat : 9060 (java) S 9044 9047 29331 0 -1 1077944384 2109 0 0 0 22 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073409160288 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9061] ppid=9044 vsize=10688756 memory=4384 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9061/stat : 9061 (java) S 9044 9047 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073408109152 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9062] ppid=9044 vsize=10688756 memory=932 CPUtime=0.27 cores=1,3,5,7
/proc/9047/task/9062/stat : 9062 (java) S 9044 9047 29331 0 -1 1077944384 288 0 0 0 14 13 0 0 20 0 17 0 96574605 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073407056688 140074057222786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9071] ppid=9044 vsize=10688756 memory=8330764 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9071/stat : 9071 (java) S 9044 9047 29331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073406001136 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
[pid=9047/tid=9072] ppid=9044 vsize=10688756 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/9047/task/9072/stat : 9072 (java) S 9044 9047 29331 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 96613304 10945286144 2082691 33554432000 4194304 4196468 140727801606208 140073404949888 140074057221845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13201408 140727801607302 140727801607455 140727801607455 140727801610191 0
Current children cumulated CPU time: 1621.9 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8330764 KiB

[startup+439.001 s]*
/proc/loadavg: 4.90 4.18 3.05 3/203 9073
/proc/meminfo: memFree=22234808/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): 439.033
CPU time (s): 1622.15
CPU user time (s): 1613.7
CPU system time (s): 8.44594
CPU usage (%): 369.483
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8330764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1613.7
system time used= 8.44594
maximum resident set size= 8330980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635540
page faults= 4
swaps= 0
block input operations= 3600
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32992
involuntary context switches= 17090


# summary of solver processes directly reported to runsolver:
#   pid: 9047
#   total CPU time (s): 1622.15
#   total CPU user time (s): 1613.7
#   total CPU system time (s): 8.44594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86916 second user time and 4.24631 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 16:20:10
IDJOB=4262839
IDBENCH=137463
IDSOLVER=2651
FILE ID=node115/4262839-1502634869
RUNJOBID= node115-1502624021-7818
PBS_JOBID= 20628301
Free space on /tmp= 61812 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w3b3r1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262839-1502634869/watcher-4262839-1502634869 -o /tmp/evaluation-result-4262839-1502634869/solver-4262839-1502634869 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7818 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262839-1502634869.xml

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

MD5SUM BENCH= 0bd2493faee791f2eedb1fd600149919
RANDOM SEED=2072424415

node115.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.69
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.69
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.69
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.69
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:        30891520 kB
MemAvailable:   31214108 kB
Buffers:          122356 kB
Cached:           486624 kB
SwapCached:            0 kB
Active:          1238204 kB
Inactive:         199888 kB
Active(anon):     777616 kB
Inactive(anon):    79404 kB
Active(file):     460588 kB
Inactive(file):   120484 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3312 kB
Writeback:             4 kB
AnonPages:        835316 kB
Mapped:            55168 kB
Shmem:             25224 kB
Slab:             140212 kB
SReclaimable:     114704 kB
SUnreclaim:        25508 kB
KernelStack:        3504 kB
PageTables:         6680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1846416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node115 at 2017-08-13 16:27:29