Trace number 4263209

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? 1330.41 362.59601

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-B-n67-k10.xml
MD5SUM22a404b8d6219eda7de384223800de36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1093
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables4556
Number of constraints4488
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":67},{"size":2,"count":4422},{"size":101,"count":66}]
Minimum variable degree0
Maximum variable degree131
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":67},{"degree":2,"count":132},{"degree":4,"count":4290},{"degree":131,"count":66}]
Minimum constraint arity1
Maximum constraint arity66
Distribution of constraint arities[{"arity":1,"count":66},{"arity":3,"count":4290},{"arity":66,"count":132}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"type":"sum","count":4290},{"type":"count","count":132}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263209-1502624036/watcher-4263209-1502624036 -o /tmp/evaluation-result-4263209-1502624036/solver-4263209-1502624036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263209-1502624036.xml 

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

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

solver pid=2138, runsolver pid=2135

[startup+0.100058 s]*
/proc/loadavg: 4.75 4.02 2.98 4/216 2153
/proc/meminfo: memFree=28152940/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10555400 memory=30688 CPUtime=0.12 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 6719 0 0 0 11 1 0 0 20 0 15 0 95491564 10808729600 7672 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2638850 7672 2819 1 0 2627263 0
[pid=2138/tid=2140] ppid=2135 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) R 2135 2138 31095 0 -1 4202560 4574 0 0 0 8 1 0 0 20 0 15 0 95491565 10808729600 7672 33554432000 4194304 4196468 140727159165728 140516460258736 140516440114526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 7672 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 7672 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 7672 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 7672 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491567 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515692501104 140516456045186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95491567 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515691447072 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95491568 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515690394736 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515688290928 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515687238128 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0.02 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) R 2135 2138 31095 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515686185840 140516434738806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 7672 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30688 KiB

[startup+0.215333 s]*
/proc/loadavg: 4.75 4.02 2.98 6/216 2153
/proc/meminfo: memFree=28144132/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10555400 memory=39520 CPUtime=0.35 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 8047 0 0 0 33 2 0 0 20 0 15 0 95491564 10808729600 9880 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2638850 9880 2973 1 0 2627263 0
[pid=2138/tid=2140] ppid=2135 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) R 2135 2138 31095 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 95491565 10808729600 9946 33554432000 4194304 4196468 140727159165728 140516460272600 140516047625694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 9946 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10555400 memory=139632975080964 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 9946 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 9946 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808729600 9946 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491567 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515692501104 140516456045186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95491567 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515691447072 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95491568 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515690394736 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) R 2135 2138 31095 0 -1 4202560 617 0 0 0 3 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515688280992 140516448271166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) R 2135 2138 31095 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515687229456 140516456044245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0.08 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) R 2135 2138 31095 0 -1 4202560 752 0 0 0 8 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515686182208 140516440114526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10555400 memory=139632975066752 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491570 10808729600 9946 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39520 KiB

[startup+0.315271 s]*
/proc/loadavg: 4.77 4.04 2.99 5/216 2153
/proc/meminfo: memFree=28128680/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10555476 memory=55296 CPUtime=0.67 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 10559 0 0 0 64 3 0 0 20 0 15 0 95491564 10808807424 13824 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2638869 13824 3057 1 0 2627263 0
[pid=2138/tid=2140] ppid=2135 vsize=10555476 memory=7721456973991064115 CPUtime=0.3 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) R 2135 2138 31095 0 -1 4202560 5651 0 0 0 28 2 0 0 20 0 15 0 95491565 10808807424 13824 33554432000 4194304 4196468 140727159165728 140516460268064 140516440114526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 13824 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10555476 memory=139632975117856 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 13824 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 13824 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 13824 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10555476 memory=139632975124768 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95491567 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515692501104 140516456045186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95491567 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515691447072 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95491568 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515690394736 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10555476 memory=64964 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 1049 0 0 0 10 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515688290928 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10555476 memory=139632876572111 CPUtime=0.11 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 1209 0 0 0 11 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515687238128 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10555476 memory=139632975068827 CPUtime=0.14 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) R 2135 2138 31095 0 -1 4202560 1290 0 0 0 14 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515686180144 140516448271166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10555476 memory=139632876595791 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10555476 memory=279265851660224 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 13824 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55296 KiB

[startup+0.706137 s]
/proc/loadavg: 4.77 4.04 2.99 5/216 2153
/proc/meminfo: memFree=28094372/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10555476 memory=197796 CPUtime=1.88 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 12031 0 0 0 182 6 0 0 20 0 15 0 95491564 10808807424 49449 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2638869 49449 3107 1 0 2627263 0
[pid=2138/tid=2140] ppid=2135 vsize=10555476 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) R 2135 2138 31095 0 -1 4202560 5946 0 0 0 62 4 0 0 20 0 15 0 95491565 10808807424 49449 33554432000 4194304 4196468 140727159165728 140516460268592 140516456045974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 95491566 10808807424 49449 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 49449 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 95491566 10808807424 49449 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10555476 memory=8319106358720411445 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 95491566 10808807424 49449 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95491567 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515692501104 140516456045186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95491567 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515691447072 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95491568 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515690394736 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10555476 memory=2244 CPUtime=0.4 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) R 2135 2138 31095 0 -1 4202560 1541 0 0 0 40 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515688291024 140516437340657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10555476 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) R 2135 2138 31095 0 -1 1077944384 1346 0 0 0 42 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515687238128 140516456045186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) R 2135 2138 31095 0 -1 4202560 1684 0 0 0 32 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515686185968 140516435383720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95491570 10808807424 49449 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 197796 KiB

[startup+1.50127 s]
/proc/loadavg: 4.77 4.04 2.99 5/216 2153
/proc/meminfo: memFree=27855328/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10555476 memory=464256 CPUtime=4.43 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 22189 0 0 0 424 19 0 0 20 0 15 0 95491564 10808807424 116064 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2638869 116064 3126 1 0 2627263 0
[pid=2138/tid=2140] ppid=2135 vsize=10555476 memory=279265753431872 CPUtime=1.32 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) S 2135 2138 31095 0 -1 1077944384 6011 0 0 0 126 6 0 0 20 0 15 0 95491565 10808807424 116064 33554432000 4194304 4196468 140727159165728 140516460269616 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10555476 memory=139632876590320 CPUtime=0.1 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) R 2135 2138 31095 0 -1 4202560 133 0 0 0 8 2 0 0 20 0 15 0 95491566 10808807424 116064 33554432000 4194304 4196468 140727159165728 140516382108448 140516441056160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) R 2135 2138 31095 0 -1 4202560 166 0 0 0 8 2 0 0 20 0 15 0 95491566 10808807424 116064 33554432000 4194304 4196468 140727159165728 140516381055960 140516441058094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10555476 memory=279265753445088 CPUtime=0.14 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) R 2135 2138 31095 0 -1 4202560 145 0 0 0 11 3 0 0 20 0 15 0 95491566 10808807424 116064 33554432000 4194304 4196468 140727159165728 140516380003472 140516441061125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) R 2135 2138 31095 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 15 0 95491566 10808807424 116064 33554432000 4194304 4196468 140727159165728 140516378950872 140516441056150 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95491567 10808807424 116064 33554432000 4194304 4196468 140727159165728 140515692499616 140516456044245 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0

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

[pid=2138/tid=2141] ppid=2135 vsize=10690804 memory=8112282956445269571 CPUtime=322.34 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) R 2135 2138 31095 0 -1 4202560 73620 0 0 0 32054 180 0 0 20 0 17 0 95491566 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140516382108368 140516448662247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10690804 memory=8203480 CPUtime=323.22 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) R 2135 2138 31095 0 -1 4202560 62536 0 0 0 32164 158 0 0 20 0 17 0 95491566 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140516381055960 140516440734624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10690804 memory=8204668 CPUtime=322.71 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) R 2135 2138 31095 0 -1 4202560 75432 0 0 0 32103 168 0 0 20 0 17 0 95491566 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140516380003592 140516448662247 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10690804 memory=55 CPUtime=322.41 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) R 2135 2138 31095 0 -1 4202560 57936 0 0 0 32074 167 0 0 20 0 17 0 95491566 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140516378950480 140516448662247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10690804 memory=8292148140386801351 CPUtime=20.26 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) S 2135 2138 31095 0 -1 1077944384 66466 0 0 0 2023 3 0 0 20 0 17 0 95491567 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515692499648 140516456044245 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10690804 memory=8028676333680759155 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95491567 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515691447136 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10690804 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 95491568 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515690393856 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10690804 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10690804 memory=1296 CPUtime=1.64 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 8907 0 0 0 163 1 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515688290688 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10690804 memory=8112282956445269571 CPUtime=1.57 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 9180 0 0 0 156 1 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515687238176 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10690804 memory=1236 CPUtime=0.45 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) S 2135 2138 31095 0 -1 1077944384 3420 0 0 0 45 0 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515686185888 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10690804 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10690804 memory=1788 CPUtime=0.26 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1369 0 0 0 15 11 0 0 20 0 17 0 95491570 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2167] ppid=2135 vsize=10690804 memory=644 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2167/stat : 2167 (java) S 2135 2138 31095 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 95524472 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515680926768 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2168] ppid=2135 vsize=10690804 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2168/stat : 2168 (java) S 2135 2138 31095 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 95524473 10947383296 2051167 33554432000 4194304 4196468 140727159165728 140515679875248 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 1328.46 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8204668 KiB

[startup+362.001 s]*
/proc/loadavg: 4.54 4.32 3.44 3/218 2169
/proc/meminfo: memFree=20091656/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10690804 memory=8204672 CPUtime=1329.81 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 377981 0 0 0 132279 702 0 0 20 0 17 0 95491564 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2672701 2051168 3206 1 0 2661057 0
[pid=2138/tid=2140] ppid=2135 vsize=10690804 memory=6935054825532540783 CPUtime=13.52 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) S 2135 2138 31095 0 -1 1077944384 16968 0 0 0 1337 15 0 0 20 0 17 0 95491565 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516460274720 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10690804 memory=4126316290023845779 CPUtime=322.65 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 73620 0 0 0 32085 180 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10690804 memory=2880 CPUtime=323.54 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 62536 0 0 0 32196 158 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10690804 memory=1580 CPUtime=323.02 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 75432 0 0 0 32134 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10690804 memory=928 CPUtime=322.73 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 57936 0 0 0 32105 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10690804 memory=2240 CPUtime=20.34 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) R 2135 2138 31095 0 -1 4202560 66923 0 0 0 2031 3 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515692499648 140516441030532 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10690804 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515691447136 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10690804 memory=3240 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 95491568 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515690393856 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10690804 memory=391740 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10690804 memory=4128 CPUtime=1.64 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 8907 0 0 0 163 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515688290688 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10690804 memory=4096 CPUtime=1.57 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 9180 0 0 0 156 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515687238176 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10690804 memory=1160 CPUtime=0.45 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) S 2135 2138 31095 0 -1 1077944384 3420 0 0 0 45 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515686185888 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10690804 memory=3240 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10690804 memory=8204668 CPUtime=0.26 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1369 0 0 0 15 11 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2167] ppid=2135 vsize=10690804 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2167/stat : 2167 (java) S 2135 2138 31095 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 95524472 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515680926768 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2168] ppid=2135 vsize=10690804 memory=6760 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2168/stat : 2168 (java) S 2135 2138 31095 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 95524473 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515679875248 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 1329.81 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8204672 KiB

[startup+362.401 s]
/proc/loadavg: 4.54 4.32 3.44 3/218 2169
/proc/meminfo: memFree=20091656/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10690804 memory=8204672 CPUtime=1330.2 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 377981 0 0 0 132318 702 0 0 20 0 17 0 95491564 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2672701 2051168 3206 1 0 2661057 0
[pid=2138/tid=2140] ppid=2135 vsize=10690804 memory=8204668 CPUtime=13.52 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) S 2135 2138 31095 0 -1 1077944384 16968 0 0 0 1337 15 0 0 20 0 17 0 95491565 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516460274720 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10690804 memory=8112282956445269571 CPUtime=322.65 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 73620 0 0 0 32085 180 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10690804 memory=8204668 CPUtime=323.54 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 62536 0 0 0 32196 158 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10690804 memory=3240 CPUtime=323.02 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 75432 0 0 0 32134 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10690804 memory=391556 CPUtime=322.73 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 57936 0 0 0 32105 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10690804 memory=8112282956445269571 CPUtime=20.73 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) R 2135 2138 31095 0 -1 4202560 66923 0 0 0 2070 3 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515692499648 140516441030532 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515691447136 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 95491568 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515690393856 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10690804 memory=16448 CPUtime=1.64 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 8907 0 0 0 163 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515688290688 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10690804 memory=15484 CPUtime=1.57 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 9180 0 0 0 156 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515687238176 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10690804 memory=4048 CPUtime=0.45 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) S 2135 2138 31095 0 -1 1077944384 3420 0 0 0 45 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515686185888 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10690804 memory=16448 CPUtime=0.26 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1369 0 0 0 15 11 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2167] ppid=2135 vsize=10690804 memory=4629771062077588875 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2167/stat : 2167 (java) S 2135 2138 31095 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 95524472 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515680926768 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2168] ppid=2135 vsize=10690804 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2168/stat : 2168 (java) S 2135 2138 31095 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 95524473 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515679875248 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 1330.2 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8204672 KiB

[startup+362.501 s]
/proc/loadavg: 4.54 4.32 3.44 3/218 2169
/proc/meminfo: memFree=20091656/32770624 swapFree=67108860/67108860
[pid=2138] ppid=2135 vsize=10690804 memory=8204672 CPUtime=1330.3 cores=1,3,5,7
/proc/2138/stat : 2138 (java) S 2135 2138 31095 0 -1 1077944320 377981 0 0 0 132328 702 0 0 20 0 17 0 95491564 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140727159148272 140516456034039 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
/proc/2138/statm: 2672701 2051168 3206 1 0 2661057 0
[pid=2138/tid=2140] ppid=2135 vsize=10690804 memory=0 CPUtime=13.52 cores=1,3,5,7
/proc/2138/task/2140/stat : 2140 (java) S 2135 2138 31095 0 -1 1077944384 16968 0 0 0 1337 15 0 0 20 0 17 0 95491565 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516460274720 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2141] ppid=2135 vsize=10690804 memory=8204668 CPUtime=322.65 cores=1,3,5,7
/proc/2138/task/2141/stat : 2141 (java) S 2135 2138 31095 0 -1 1077944384 73620 0 0 0 32085 180 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516382108560 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2142] ppid=2135 vsize=10690804 memory=8204668 CPUtime=323.54 cores=1,3,5,7
/proc/2138/task/2142/stat : 2142 (java) S 2135 2138 31095 0 -1 1077944384 62536 0 0 0 32196 158 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516381055760 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2143] ppid=2135 vsize=10690804 memory=8204668 CPUtime=323.02 cores=1,3,5,7
/proc/2138/task/2143/stat : 2143 (java) S 2135 2138 31095 0 -1 1077944384 75432 0 0 0 32134 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516380003472 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2144] ppid=2135 vsize=10690804 memory=8204672 CPUtime=322.73 cores=1,3,5,7
/proc/2138/task/2144/stat : 2144 (java) S 2135 2138 31095 0 -1 1077944384 57936 0 0 0 32105 168 0 0 20 0 17 0 95491566 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140516378950672 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2145] ppid=2135 vsize=10690804 memory=8204668 CPUtime=20.83 cores=1,3,5,7
/proc/2138/task/2145/stat : 2145 (java) R 2135 2138 31095 0 -1 4202560 66923 0 0 0 2080 3 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515692499648 140516440491672 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2146] ppid=2135 vsize=10690804 memory=8204668 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2146/stat : 2146 (java) S 2135 2138 31095 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 95491567 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515691447136 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2147] ppid=2135 vsize=10690804 memory=8204668 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2147/stat : 2147 (java) S 2135 2138 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 95491568 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515690393856 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2148] ppid=2135 vsize=10690804 memory=8204668 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2148/stat : 2148 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515689343056 140516456052635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2149] ppid=2135 vsize=10690804 memory=8204668 CPUtime=1.64 cores=1,3,5,7
/proc/2138/task/2149/stat : 2149 (java) S 2135 2138 31095 0 -1 1077944384 8907 0 0 0 163 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515688290688 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2150] ppid=2135 vsize=10690804 memory=8203484 CPUtime=1.57 cores=1,3,5,7
/proc/2138/task/2150/stat : 2150 (java) S 2135 2138 31095 0 -1 1077944384 9180 0 0 0 156 1 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515687238176 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2151] ppid=2135 vsize=10690804 memory=16448 CPUtime=0.45 cores=1,3,5,7
/proc/2138/task/2151/stat : 2151 (java) S 2135 2138 31095 0 -1 1077944384 3420 0 0 0 45 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515686185888 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2152] ppid=2135 vsize=10690804 memory=8204668 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2152/stat : 2152 (java) S 2135 2138 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515685133280 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2153] ppid=2135 vsize=10690804 memory=2340 CPUtime=0.26 cores=1,3,5,7
/proc/2138/task/2153/stat : 2153 (java) S 2135 2138 31095 0 -1 1077944384 1369 0 0 0 15 11 0 0 20 0 17 0 95491570 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515684080048 140516456045186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2167] ppid=2135 vsize=10690804 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2167/stat : 2167 (java) S 2135 2138 31095 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 17 0 95524472 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515680926768 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
[pid=2138/tid=2168] ppid=2135 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2138/task/2168/stat : 2168 (java) S 2135 2138 31095 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 95524473 10947383296 2051168 33554432000 4194304 4196468 140727159165728 140515679875248 140516456044245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15978496 140727159174278 140727159174431 140727159174431 140727159177167 0
Current children cumulated CPU time: 1330.3 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8204672 KiB

Child status: 0
Real time (s): 362.596
CPU time (s): 1330.41
CPU user time (s): 1323.35
CPU system time (s): 7.0598
CPU usage (%): 366.912
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8204672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1323.35
system time used= 7.0598
maximum resident set size= 8204672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24290
involuntary context switches= 14278


# summary of solver processes directly reported to runsolver:
#   pid: 2138
#   total CPU time (s): 1330.41
#   total CPU user time (s): 1323.35
#   total CPU system time (s): 7.0598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35847 second user time and 3.58658 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:19:38
IDJOB=4263209
IDBENCH=124400
IDSOLVER=2651
FILE ID=node104/4263209-1502624036
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-B-n67-k10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263209-1502624036/watcher-4263209-1502624036 -o /tmp/evaluation-result-4263209-1502624036/solver-4263209-1502624036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263209-1502624036.xml

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

MD5SUM BENCH= 22a404b8d6219eda7de384223800de36
RANDOM SEED=1068496966

node104.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:        28171688 kB
MemAvailable:   31476544 kB
Buffers:          148400 kB
Cached:          3439164 kB
SwapCached:            0 kB
Active:           845884 kB
Inactive:        3302664 kB
Active(anon):     564400 kB
Inactive(anon):    25024 kB
Active(file):     281484 kB
Inactive(file):  3277640 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:        516384 kB
Mapped:            54976 kB
Shmem:             25228 kB
Slab:             148828 kB
SReclaimable:     123136 kB
SUnreclaim:        25692 kB
KernelStack:        3856 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1112460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:25:41