Trace number 4263210

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? (problem) 1536.2 415.09799

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-B-n68-k9.xml
MD5SUMd46243a0c717d56f47be278be902a17a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1300
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4692
Number of constraints4623
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":68},{"size":2,"count":4556},{"size":101,"count":67}]
Minimum variable degree0
Maximum variable degree133
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":68},{"degree":2,"count":134},{"degree":4,"count":4422},{"degree":133,"count":67}]
Minimum constraint arity1
Maximum constraint arity67
Distribution of constraint arities[{"arity":1,"count":67},{"arity":3,"count":4422},{"arity":67,"count":134}]
Number of extensional constraints0
Number of intensional constraints67
Distribution of constraint types[{"type":"intension","count":67},{"type":"sum","count":4422},{"type":"count","count":134}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1267.42/344.67	Aug 13, 2017 1:34:33 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1267.42/344.67	INFO: Runtime exception
1267.42/344.67	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1267.42/344.67		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1267.42/344.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:578)
1267.42/344.67		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:481)
1267.42/344.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1267.42/344.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1267.42/344.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1267.42/344.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1267.42/344.67		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1267.42/344.67		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1267.42/344.67		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1267.42/344.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1267.42/344.67		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1267.42/344.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1267.42/344.67		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1267.42/344.67	Caused by: java.lang.reflect.InvocationTargetException
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1267.42/344.67		... 23 more
1267.42/344.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1267.42/344.67		... 27 more
1267.42/344.67	Caused by: java.lang.reflect.InvocationTargetException
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1267.42/344.67		... 28 more
1267.42/344.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1267.42/344.67		... 32 more
1267.42/344.67	Caused by: java.lang.reflect.InvocationTargetException
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1267.42/344.67		... 32 more
1267.42/344.67	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1267.42/344.67		at java.lang.Integer.valueOf(Integer.java:832)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:520)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1267.42/344.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1267.42/344.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1267.42/344.67		at java.lang.reflect.Method.invoke(Method.java:498)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1267.42/344.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1267.42/344.67		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1267.42/344.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:578)
1267.42/344.67		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:481)
1267.42/344.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1267.42/344.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1267.42/344.67		at org.xcsp.parser.XCallbacks$$Lambda$54/511354923.accept(Unknown Source)
1267.42/344.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1267.42/344.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1267.42/344.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1267.42/344.67	
1339.35/364.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1339.35/364.04	c This is free software under the dual EPL/GNU LGPL licenses.
1339.35/364.04	c See www.sat4j.org for details.
1339.35/364.04	c That software uses the Rhino library from the Mozilla project.
1339.35/364.04	c version CUSTOM.v20170705
1339.35/364.04	c java.runtime.name	Java(TM) SE Runtime Environment
1339.35/364.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1339.35/364.04	c java.vm.version	25.131-b11
1339.35/364.04	c java.vm.vendor	Oracle Corporation
1339.35/364.04	c sun.arch.data.model	64
1339.35/364.04	c java.version		1.8.0_131
1339.35/364.04	c os.name		Linux
1339.35/364.04	c os.version		3.10.0-514.16.1.el7.x86_64
1339.35/364.04	c os.arch		amd64
1339.35/364.04	c Free memory 		499604488
1339.35/364.04	c Max memory 		7247757312
1339.35/364.04	c Total memory 		504889344
1339.35/364.04	c Number of processors 	4
1339.35/364.04	c c --- Begin Solver configuration ---
1339.35/364.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1339.35/364.04	c Learn all clauses as in MiniSAT
1339.35/364.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1339.35/364.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1339.35/364.04	c No reason simplification
1339.35/364.04	c Glucose 2.1 dynamic restart strategy
1339.35/364.04	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
1339.35/364.04	c timeout=2147483s
1339.35/364.04	c DB Simplification allowed=false
1339.35/364.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1339.35/364.04	c --- End Solver configuration ---
1377.11/374.19	c starts		: 0
1377.11/374.19	c conflicts		: 0
1377.11/374.19	c decisions		: 0
1377.11/374.19	c propagations		: 0
1400.70/380.21	c inspects		: 0
1424.13/386.20	c shortcuts		: 0
1452.16/393.43	Exception in thread "Thread-1" c learnt literals	: 0
1508.19/407.87	c learnt binary clauses	: 0
1508.19/407.87	java.lang.OutOfMemoryError: GC overhead limit exceeded
1536.09/415.06		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1536.09/415.06		at java.util.Hashtable.keys(Hashtable.java:257)
1536.09/415.06		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1536.09/415.06		at java.util.logging.LogManager.reset(LogManager.java:1327)
1536.09/415.06		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1536.09/415.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1536.09/415.06		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:111)
1536.09/415.06		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1536.09/415.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1536.09/415.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1536.09/415.06		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1536.09/415.06		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1536.09/415.06		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1536.09/415.06		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1536.09/415.06		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (12600 MiB free)
  memory of node 1: 16384 MiB (15007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263210-1502624586/watcher-4263210-1502624586 -o /tmp/evaluation-result-4263210-1502624586/solver-4263210-1502624586 -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-4263210-1502624586.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=2310, runsolver pid=2307
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 4.15 4.19 3.54 4/216 2326
/proc/meminfo: memFree=28251300/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10555400 memory=29908 CPUtime=0.12 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 6548 0 0 0 11 1 0 0 20 0 15 0 95546552 10808729600 7477 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2638850 7477 2824 1 0 2627263 0
[pid=2310/tid=2312] ppid=2307 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) R 2307 2310 31095 0 -1 4202560 4383 0 0 0 8 1 0 0 20 0 15 0 95546552 10808729600 7477 33554432000 4194304 4196468 140732523976992 140013184441712 140013180241053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 7477 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012216384112 140013180230274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012215330080 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012214277744 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546557 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012212172912 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012211120112 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0.02 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 95546558 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012210067824 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 7477 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29908 KiB

[startup+0.213776 s]*
/proc/loadavg: 4.15 4.19 3.54 6/216 2326
/proc/meminfo: memFree=28241960/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10555400 memory=39556 CPUtime=0.33 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 8046 0 0 0 31 2 0 0 20 0 15 0 95546552 10808729600 9889 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2638850 9889 2984 1 0 2627263 0
[pid=2310/tid=2312] ppid=2307 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) R 2307 2310 31095 0 -1 4202560 5005 0 0 0 18 1 0 0 20 0 15 0 95546552 10808729600 9955 33554432000 4194304 4196468 140732523976992 140013184457104 140012796607056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 9955 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10555400 memory=140289234501124 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95546553 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012216384112 140013180230274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012215330080 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95546555 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012214277744 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546557 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) R 2307 2310 31095 0 -1 4202560 731 0 0 0 3 0 0 0 20 0 15 0 95546558 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012212161904 140013157966640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) R 2307 2310 31095 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 15 0 95546558 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012211110224 140013180229333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0.07 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) R 2307 2310 31095 0 -1 4202560 800 0 0 0 7 0 0 0 20 0 15 0 95546558 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012210064008 140013159357928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10555400 memory=140289234486912 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546558 10808729600 9955 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39556 KiB

[startup+0.310306 s]*
/proc/loadavg: 4.15 4.19 3.54 3/216 2326
/proc/meminfo: memFree=28229060/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10555476 memory=52412 CPUtime=0.66 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 10330 0 0 0 63 3 0 0 20 0 15 0 95546552 10808807424 13103 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2638869 13103 3051 1 0 2627263 0
[pid=2310/tid=2312] ppid=2307 vsize=10555476 memory=7721456973991064115 CPUtime=0.29 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) R 2307 2310 31095 0 -1 4202560 5588 0 0 0 27 2 0 0 20 0 15 0 95546552 10808807424 13103 33554432000 4194304 4196468 140732523976992 140013184450880 140013164299614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 13103 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10555476 memory=140289234538016 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10555476 memory=140289234544928 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012216384112 140013180230274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012215330080 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012214277744 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10555476 memory=64964 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546557 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 1374 0 0 0 11 0 0 0 20 0 15 0 95546558 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012212172912 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10555476 memory=140289134153167 CPUtime=0.1 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 678 0 0 0 10 0 0 0 20 0 15 0 95546558 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012211120112 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10555476 memory=140289234488987 CPUtime=0.13 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 1331 0 0 0 13 0 0 0 20 0 15 0 95546558 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012210067824 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10555476 memory=140289134176847 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546558 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10555476 memory=280578368661440 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546558 10808807424 13103 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52412 KiB

[startup+0.701542 s]
/proc/loadavg: 4.15 4.19 3.54 5/216 2326
/proc/meminfo: memFree=28194620/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10555476 memory=208656 CPUtime=1.84 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 12143 0 0 0 177 7 0 0 20 0 15 0 95546552 10808807424 52164 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2638869 52164 3107 1 0 2627263 0
[pid=2310/tid=2312] ppid=2307 vsize=10555476 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) R 2307 2310 31095 0 -1 4202560 5914 0 0 0 62 3 0 0 20 0 15 0 95546552 10808807424 52164 33554432000 4194304 4196468 140732523976992 140013184445024 140013164262757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 95546553 10808807424 52164 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 95546553 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10555476 memory=8319106358720411445 CPUtime=0.01 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 95546553 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012216384112 140013180230274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012215330080 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012214277744 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546557 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10555476 memory=2244 CPUtime=0.37 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 1714 0 0 0 37 0 0 0 20 0 15 0 95546558 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012212172912 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10555476 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) R 2307 2310 31095 0 -1 1077944384 1234 0 0 0 41 0 0 0 20 0 15 0 95546558 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012211120112 140013180230274 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10555476 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) R 2307 2310 31095 0 -1 4202560 1775 0 0 0 32 0 0 0 20 0 15 0 95546558 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012210067824 140013173315963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95546558 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95546558 10808807424 52164 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 208656 KiB

[startup+1.50629 s]
/proc/loadavg: 4.22 4.20 3.55 6/216 2326
/proc/meminfo: memFree=27925340/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10555476 memory=494720 CPUtime=4.48 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 19466 0 0 0 425 23 0 0 20 0 15 0 95546552 10808807424 123680 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2638869 123680 3131 1 0 2627263 0
[pid=2310/tid=2312] ppid=2307 vsize=10555476 memory=280578268593984 CPUtime=1.28 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) R 2307 2310 31095 0 -1 4202560 5981 0 0 0 123 5 0 0 20 0 15 0 95546552 10808807424 123680 33554432000 4194304 4196468 140732523976992 140013184455552 140012800913984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10555476 memory=140289134171376 CPUtime=0.15 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 163 0 0 0 12 3 0 0 20 0 15 0 95546553 10808807424 123680 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10555476 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 148 0 0 0 13 4 0 0 20 0 15 0 95546553 10808807424 123680 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10555476 memory=280578268607200 CPUtime=0.17 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 190 0 0 0 14 3 0 0 20 0 15 0 95546553 10808807424 123680 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10555476 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 92 0 0 0 11 3 0 0 20 0 15 0 95546553 10808807424 123680 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10555476 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 95546555 10808807424 123680 33554432000 4194304 4196468 140732523976992 140012216384112 140013180230274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0

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

[pid=2310/tid=2313] ppid=2307 vsize=10690804 memory=8099312 CPUtime=373.56 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) R 2307 2310 31095 0 -1 4202560 50896 0 0 0 37187 169 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013116909552 140013172847335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10690804 memory=8099300 CPUtime=372.18 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) R 2307 2310 31095 0 -1 4202560 47175 0 0 0 37045 173 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012785887704 140013164673056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10690804 memory=928 CPUtime=372.93 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) R 2307 2310 31095 0 -1 4202560 62135 0 0 0 37115 178 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012784834800 140013172847335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10690804 memory=644 CPUtime=370.75 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) R 2307 2310 31095 0 -1 4202560 36956 0 0 0 36895 180 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012783782312 140013172847335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10690804 memory=1788 CPUtime=20.39 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 73281 0 0 0 2036 3 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012216382432 140013180229333 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10690804 memory=952 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012215330144 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10690804 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012214277760 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546557 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10690804 memory=11008 CPUtime=1.45 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 6588 0 0 0 144 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012212172912 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10690804 memory=1228 CPUtime=1.51 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 8883 0 0 0 150 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012211120112 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10690804 memory=8099300 CPUtime=0.47 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 3719 0 0 0 46 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012210067824 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10690804 memory=5516 CPUtime=0.28 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1106 0 0 0 15 13 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2340] ppid=2307 vsize=10690804 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2340/stat : 2340 (java) S 2307 2310 31095 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012204810096 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2341] ppid=2307 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2341/stat : 2341 (java) S 2307 2310 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012203757632 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 1527.51 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8099412 KiB

[startup+414.409 s]
/proc/loadavg: 4.57 4.51 3.90 6/218 2342
/proc/meminfo: memFree=20110532/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10690804 memory=8099412 CPUtime=1533.84 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 306308 0 0 0 152657 727 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2672701 2024853 3209 1 0 2661057 0
[pid=2310/tid=2312] ppid=2307 vsize=10690804 memory=1728 CPUtime=13.91 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) S 2307 2310 31095 0 -1 1077944384 13928 0 0 0 1377 14 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013184459808 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10690804 memory=8099412 CPUtime=375.15 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) R 2307 2310 31095 0 -1 4202560 50896 0 0 0 37346 169 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013116909968 140013164917937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10690804 memory=4140 CPUtime=373.78 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) R 2307 2310 31095 0 -1 4202560 47233 0 0 0 37205 173 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012785887504 140013164917886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10690804 memory=27624 CPUtime=374.51 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) R 2307 2310 31095 0 -1 4202560 62135 0 0 0 37273 178 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012784835216 140013165215528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=372.3 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) R 2307 2310 31095 0 -1 4202560 36971 0 0 0 37050 180 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012783782304 140013165215528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10690804 memory=3316 CPUtime=20.39 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 73281 0 0 0 2036 3 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012216382656 140013180229333 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10690804 memory=450764 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012215330144 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10690804 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012214277760 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546557 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10690804 memory=8099412 CPUtime=1.45 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 6588 0 0 0 144 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012212172960 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10690804 memory=8099412 CPUtime=1.51 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 8883 0 0 0 150 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012211119872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10690804 memory=2340 CPUtime=0.47 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 3719 0 0 0 46 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012210067872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10690804 memory=8099412 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10690804 memory=1952 CPUtime=0.28 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1106 0 0 0 15 13 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2340] ppid=2307 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2340/stat : 2340 (java) S 2307 2310 31095 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012204810096 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2341] ppid=2307 vsize=10690804 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2341/stat : 2341 (java) S 2307 2310 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012203757632 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 1533.84 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8099412 KiB

[startup+414.801 s]
/proc/loadavg: 4.57 4.51 3.90 6/218 2342
/proc/meminfo: memFree=20110532/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10690804 memory=8099412 CPUtime=1535.39 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 306485 0 0 0 152811 728 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2672701 2024853 3209 1 0 2661057 0
[pid=2310/tid=2312] ppid=2307 vsize=10690804 memory=7955437679249548370 CPUtime=13.91 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) S 2307 2310 31095 0 -1 1077944384 13928 0 0 0 1377 14 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013184459808 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10690804 memory=7235992045344681575 CPUtime=375.54 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) R 2307 2310 31095 0 -1 4202560 50896 0 0 0 37385 169 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013116909776 140013172847335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=374.17 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) R 2307 2310 31095 0 -1 4202560 47264 0 0 0 37244 173 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012785887312 140013172847335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10690804 memory=4616 CPUtime=374.91 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) R 2307 2310 31095 0 -1 4202560 62224 0 0 0 37313 178 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012784835416 140013165215636 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10690804 memory=1008 CPUtime=372.69 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) R 2307 2310 31095 0 -1 4202560 37028 0 0 0 37088 181 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012783782536 140013172847335 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10690804 memory=11008 CPUtime=20.39 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) S 2307 2310 31095 0 -1 1077944384 73281 0 0 0 2036 3 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012216382656 140013180229333 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012215330144 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10690804 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012214277760 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10690804 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546557 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10690804 memory=16448 CPUtime=1.45 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 6588 0 0 0 144 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012212172960 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10690804 memory=15492 CPUtime=1.51 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 8883 0 0 0 150 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012211119872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10690804 memory=4048 CPUtime=0.47 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 3719 0 0 0 46 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012210067872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10690804 memory=644 CPUtime=0.28 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1106 0 0 0 15 13 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2340] ppid=2307 vsize=10690804 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2340/stat : 2340 (java) S 2307 2310 31095 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012204810096 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2341] ppid=2307 vsize=10690804 memory=952 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2341/stat : 2341 (java) S 2307 2310 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012203757632 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 1535.39 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8099412 KiB

[startup+415.001 s]*
/proc/loadavg: 4.57 4.51 3.90 3/218 2342
/proc/meminfo: memFree=20100168/32770624 swapFree=67108860/67108860
[pid=2310] ppid=2307 vsize=10690804 memory=8099412 CPUtime=1536.09 cores=1,3,5,7
/proc/2310/stat : 2310 (java) S 2307 2310 31095 0 -1 1077944320 306507 0 0 0 152881 728 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140732523959536 140013180219127 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
/proc/2310/statm: 2672701 2024853 3209 1 0 2661057 0
[pid=2310/tid=2312] ppid=2307 vsize=10690804 memory=1580 CPUtime=13.91 cores=1,3,5,7
/proc/2310/task/2312/stat : 2312 (java) S 2307 2310 31095 0 -1 1077944384 13928 0 0 0 1377 14 0 0 20 0 17 0 95546552 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013184459808 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2313] ppid=2307 vsize=10690804 memory=928 CPUtime=375.7 cores=1,3,5,7
/proc/2310/task/2313/stat : 2313 (java) S 2307 2310 31095 0 -1 1077944384 50896 0 0 0 37401 169 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140013116909968 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2314] ppid=2307 vsize=10690804 memory=4126316290023845779 CPUtime=374.33 cores=1,3,5,7
/proc/2310/task/2314/stat : 2314 (java) S 2307 2310 31095 0 -1 1077944384 47264 0 0 0 37260 173 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012785887504 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2315] ppid=2307 vsize=10690804 memory=1692 CPUtime=375.08 cores=1,3,5,7
/proc/2310/task/2315/stat : 2315 (java) S 2307 2310 31095 0 -1 1077944384 62246 0 0 0 37330 178 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012784835216 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2316] ppid=2307 vsize=10690804 memory=916 CPUtime=372.85 cores=1,3,5,7
/proc/2310/task/2316/stat : 2316 (java) S 2307 2310 31095 0 -1 1077944384 37028 0 0 0 37104 181 0 0 20 0 17 0 95546553 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012783782416 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2317] ppid=2307 vsize=10690804 memory=3832 CPUtime=20.43 cores=1,3,5,7
/proc/2310/task/2317/stat : 2317 (java) R 2307 2310 31095 0 -1 4202560 73281 0 0 0 2040 3 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012216382656 140013165215531 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2319] ppid=2307 vsize=10690804 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2319/stat : 2319 (java) S 2307 2310 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012215330144 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2320] ppid=2307 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2320/stat : 2320 (java) S 2307 2310 31095 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95546555 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012214277760 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2321] ppid=2307 vsize=10690804 memory=8099408 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2321/stat : 2321 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546557 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012213226064 140013180237723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2322] ppid=2307 vsize=10690804 memory=916 CPUtime=1.45 cores=1,3,5,7
/proc/2310/task/2322/stat : 2322 (java) S 2307 2310 31095 0 -1 1077944384 6588 0 0 0 144 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012212172960 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2323] ppid=2307 vsize=10690804 memory=3832 CPUtime=1.51 cores=1,3,5,7
/proc/2310/task/2323/stat : 2323 (java) S 2307 2310 31095 0 -1 1077944384 8883 0 0 0 150 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012211119872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2324] ppid=2307 vsize=10690804 memory=6935054825532540783 CPUtime=0.47 cores=1,3,5,7
/proc/2310/task/2324/stat : 2324 (java) S 2307 2310 31095 0 -1 1077944384 3719 0 0 0 46 1 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012210067872 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2325] ppid=2307 vsize=10690804 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2325/stat : 2325 (java) S 2307 2310 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012209015264 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2326] ppid=2307 vsize=10690804 memory=4128 CPUtime=0.28 cores=1,3,5,7
/proc/2310/task/2326/stat : 2326 (java) S 2307 2310 31095 0 -1 1077944384 1106 0 0 0 15 13 0 0 20 0 17 0 95546558 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012207963056 140013180230274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2340] ppid=2307 vsize=10690804 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2340/stat : 2340 (java) S 2307 2310 31095 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012204810096 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
[pid=2310/tid=2341] ppid=2307 vsize=10690804 memory=8099412 CPUtime=0 cores=1,3,5,7
/proc/2310/task/2341/stat : 2341 (java) S 2307 2310 31095 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 95581020 10947383296 2024853 33554432000 4194304 4196468 140732523976992 140012203757632 140013180229333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27426816 140732523984006 140732523984159 140732523984159 140732523986895 0
Current children cumulated CPU time: 1536.09 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8099412 KiB

Child status: 0
Real time (s): 415.098
CPU time (s): 1536.2
CPU user time (s): 1528.87
CPU system time (s): 7.3219
CPU usage (%): 370.08
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8099412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1528.87
system time used= 7.32189
maximum resident set size= 8099512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 306624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28406
involuntary context switches= 19706


# summary of solver processes directly reported to runsolver:
#   pid: 2310
#   total CPU time (s): 1536.2
#   total CPU user time (s): 1528.87
#   total CPU system time (s): 7.3219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49339 second user time and 4.15118 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:28:48
IDJOB=4263210
IDBENCH=124439
IDSOLVER=2651
FILE ID=node104/4263210-1502624586
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-n68-k9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263210-1502624586/watcher-4263210-1502624586 -o /tmp/evaluation-result-4263210-1502624586/solver-4263210-1502624586 -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-4263210-1502624586.xml

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

MD5SUM BENCH= d46243a0c717d56f47be278be902a17a
RANDOM SEED=699784212

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:        28270612 kB
MemAvailable:   31576672 kB
Buffers:          148868 kB
Cached:          3439648 kB
SwapCached:            0 kB
Active:           746976 kB
Inactive:        3303384 kB
Active(anon):     465000 kB
Inactive(anon):    25024 kB
Active(file):     281976 kB
Inactive(file):  3278360 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2096 kB
Writeback:             0 kB
AnonPages:        472796 kB
Mapped:            55064 kB
Shmem:             25228 kB
Slab:             148648 kB
SReclaimable:     123120 kB
SUnreclaim:        25528 kB
KernelStack:        3808 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     992932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 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:35:43