Trace number 4262835

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? 1429.88 385.70801

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c2w2n.xml
MD5SUM46f71c9023558927bc58b896c2ad9580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark20045.199
Satisfiable
(Un)Satisfiability was proved
Number of variables1756
Number of constraints705
Number of domains2
Minimum domain size81
Maximum domain size352
Distribution of domain sizes[{"size":81,"count":1755},{"size":352,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1404},{"degree":5,"count":351}]
Minimum constraint arity5
Maximum constraint arity1755
Distribution of constraint arities[{"arity":5,"count":702},{"arity":352,"count":1},{"arity":1755,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":351},{"type":"lex","count":1},{"type":"sum","count":351},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1324.03/357.75	Aug 13, 2017 4:17:38 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1324.03/357.75	INFO: Runtime exception
1324.03/357.75	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCount(CountingCtrBuilder.java:143)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrExactly(CountingCtrBuilder.java:178)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:285)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:278)
1324.03/357.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrCardinality(XMLCSP3Reader.java:751)
1324.03/357.75		at org.xcsp.parser.loaders.CtrLoaderInteger.cardinality(CtrLoaderInteger.java:558)
1324.03/357.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:160)
1324.03/357.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1324.03/357.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1324.03/357.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1324.03/357.75		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1324.03/357.75		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1324.03/357.75		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1324.03/357.75		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1324.03/357.75		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1324.03/357.75		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1324.03/357.75		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1324.03/357.75	Caused by: java.lang.reflect.InvocationTargetException
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		... 19 more
1324.03/357.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.03/357.75		... 23 more
1324.03/357.75	Caused by: java.lang.reflect.InvocationTargetException
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		... 24 more
1324.03/357.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.03/357.75		... 28 more
1324.03/357.75	Caused by: java.lang.reflect.InvocationTargetException
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		... 29 more
1324.03/357.75	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1324.03/357.75		... 33 more
1324.03/357.75	Caused by: java.lang.reflect.InvocationTargetException
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1324.03/357.75		... 33 more
1324.03/357.75	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1324.03/357.75		at java.lang.Integer.valueOf(Integer.java:832)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:520)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1324.03/357.75		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1324.03/357.75		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1324.03/357.75		at java.lang.reflect.Method.invoke(Method.java:498)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1324.03/357.75		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCount(CountingCtrBuilder.java:143)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrExactly(CountingCtrBuilder.java:178)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:285)
1324.03/357.75		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:278)
1324.03/357.75		at org.sat4j.reader.XMLCSP3Reader.buildCtrCardinality(XMLCSP3Reader.java:751)
1324.03/357.75		at org.xcsp.parser.loaders.CtrLoaderInteger.cardinality(CtrLoaderInteger.java:558)
1324.03/357.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:160)
1324.03/357.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1324.03/357.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1324.03/357.75	
1404.43/379.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1404.43/379.20	c This is free software under the dual EPL/GNU LGPL licenses.
1404.43/379.20	c See www.sat4j.org for details.
1404.43/379.20	c That software uses the Rhino library from the Mozilla project.
1404.43/379.20	c version CUSTOM.v20170705
1404.43/379.20	c java.runtime.name	Java(TM) SE Runtime Environment
1404.43/379.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1404.43/379.20	c java.vm.version	25.131-b11
1404.43/379.20	c java.vm.vendor	Oracle Corporation
1404.43/379.20	c sun.arch.data.model	64
1404.43/379.20	c java.version		1.8.0_131
1404.43/379.20	c os.name		Linux
1404.43/379.20	c os.version		3.10.0-514.16.1.el7.x86_64
1404.43/379.20	c os.arch		amd64
1404.43/379.20	c Free memory 		499604488
1404.43/379.20	c Max memory 		7247757312
1404.43/379.20	c Total memory 		504889344
1404.43/379.20	c Number of processors 	4
1404.43/379.20	c c --- Begin Solver configuration ---
1404.43/379.20	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1404.43/379.20	c Learn all clauses as in MiniSAT
1404.43/379.20	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1404.43/379.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1404.43/379.20	c No reason simplification
1404.43/379.20	c Glucose 2.1 dynamic restart strategy
1404.43/379.20	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
1404.43/379.20	c timeout=2147483s
1404.43/379.20	c DB Simplification allowed=false
1404.43/379.20	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1404.43/379.20	c --- End Solver configuration ---
1404.43/379.20	c starts		: 0
1404.43/379.20	c conflicts		: 0
1404.43/379.20	c decisions		: 0
1404.43/379.20	c propagations		: 0
1404.43/379.20	c inspects		: 0
1404.43/379.20	c shortcuts		: 0
1404.52/379.20	c learnt literals	: 0
1404.52/379.20	c learnt binary clauses	: 0
1404.52/379.20	c learnt ternary clauses	: 0
1404.52/379.20	c learnt constraints	: 0
1404.52/379.20	c ignored constraints	: 0
1404.52/379.20	c root simplifications	: 0
1404.52/379.20	c removed literals (reason simplification)	: 0
1404.52/379.20	c reason swapping (by a shorter reason)	: 0
1404.52/379.20	c Calls to reduceDB	: 0
1404.52/379.20	c Number of update (reduction) of LBD	: 0
1404.52/379.20	c Imported unit clauses	: 0
1404.52/379.20	c number of reductions to clauses (during analyze)	: 0
1404.52/379.20	c number of learned constraints concerned by reduction	: 0
1404.52/379.20	c number of learning phase by resolution	: 0
1404.52/379.20	c number of learning phase by cutting planes	: 0
1404.52/379.20	c number of rounding to 1 operations	: 0
1404.52/379.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1404.52/379.20	c number of reductions of the coefficients by power 2 	: 0
1404.52/379.20	c number of right shift for reduction by power 2 	: 0
1404.52/379.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
1404.52/379.20	c speed (assignments/second)	: 0.0
1404.52/379.20	c non guided choices	0
1429.69/385.66	c learnt constraints type 
1429.69/385.66	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 (15316 MiB free)
  memory of node 1: 16384 MiB (12914 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262835-1502634359/watcher-4262835-1502634359 -o /tmp/evaluation-result-4262835-1502634359/solver-4262835-1502634359 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262835-1502634359.xml 

running on 4 cores: 0,2,4,6

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

solver pid=6992, runsolver pid=6989

[startup+0.100123 s]*
/proc/loadavg: 2.11 2.07 2.08 5/217 7007
/proc/meminfo: memFree=28888864/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10555400 memory=31348 CPUtime=0.12 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 6367 0 0 0 11 1 0 0 20 0 15 0 96524135 10808729600 7837 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2638850 7837 2819 1 0 2627263 0
[pid=6992/tid=6994] ppid=6989 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) R 6989 6992 30973 0 -1 4202560 4226 0 0 0 8 1 0 0 20 0 15 0 96524136 10808729600 7837 33554432000 4194304 4196468 140736193734208 140689255745472 140689235567973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10555400 memory=4211973999957618058 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 7837 33554432000 4194304 4196468 140736193734208 140689177599120 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 7837 33554432000 4194304 4196468 140736193734208 140689176546320 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 7837 33554432000 4194304 4196468 140736193734208 140689175493520 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) S 6989 6992 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 7837 33554432000 4194304 4196468 140736193734208 140689174440720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96524138 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688743135600 140689251535490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96524138 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688742081568 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96524139 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688741028720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688738925424 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688737872624 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0.02 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) R 6989 6992 30973 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688736819824 140689230491226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 7837 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31348 KiB

[startup+0.217381 s]*
/proc/loadavg: 2.11 2.07 2.08 4/217 7007
/proc/meminfo: memFree=28880324/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10555400 memory=40076 CPUtime=0.34 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 7627 0 0 0 32 2 0 0 20 0 15 0 96524135 10808729600 10019 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2638850 10019 2959 1 0 2627263 0
[pid=6992/tid=6994] ppid=6989 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) R 6989 6992 30973 0 -1 4202560 4629 0 0 0 19 1 0 0 20 0 15 0 96524136 10808729600 10025 33554432000 4194304 4196468 140736193734208 140689255751968 140689235604830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10555400 memory=4211973999957618058 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 10025 33554432000 4194304 4196468 140736193734208 140689177599120 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 10025 33554432000 4194304 4196468 140736193734208 140689176546320 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 10025 33554432000 4194304 4196468 140736193734208 140689175493520 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) S 6989 6992 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96524137 10808729600 10025 33554432000 4194304 4196468 140736193734208 140689174440720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96524138 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688743135600 140689251535490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96524138 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688742081568 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96524139 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688741028720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 649 0 0 0 2 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688738925424 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688737872624 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0.08 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) R 6989 6992 30973 0 -1 4202560 823 0 0 0 8 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688736817360 140689243761470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10555400 memory=140273752827520 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524141 10808729600 10025 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40076 KiB

[startup+0.310578 s]*
/proc/loadavg: 2.11 2.07 2.08 4/217 7007
/proc/meminfo: memFree=28874244/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10555476 memory=46700 CPUtime=0.54 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 8208 0 0 0 52 2 0 0 20 0 15 0 96524135 10808807424 11675 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2638869 11675 3038 1 0 2627263 0
[pid=6992/tid=6994] ppid=6989 vsize=10555476 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) R 6989 6992 30973 0 -1 4202560 5017 0 0 0 28 1 0 0 20 0 15 0 96524136 10808807424 11675 33554432000 4194304 4196468 140736193734208 140689255760624 140689251536278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808807424 11675 33554432000 4194304 4196468 140736193734208 140689177599120 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10555476 memory=280547384819328 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808807424 11675 33554432000 4194304 4196468 140736193734208 140689176546320 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10555476 memory=280547264018208 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524137 10808807424 11675 33554432000 4194304 4196468 140736193734208 140689175493520 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10555476 memory=140273631991823 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) S 6989 6992 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96524137 10808807424 11675 33554432000 4194304 4196468 140736193734208 140689174440720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10555476 memory=280547384828544 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96524138 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688743135600 140689251535490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10555476 memory=140273631996431 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96524138 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688742081568 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10555476 memory=140273632003924 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96524139 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688741028720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10555476 memory=140273632007312 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 670 0 0 0 5 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688738925424 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 222 0 0 0 3 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688737872624 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10555476 memory=140273752827520 CPUtime=0.14 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) R 6989 6992 30973 0 -1 4202560 937 0 0 0 14 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688736819824 140689235604830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10555476 memory=140273752858868 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 11675 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46700 KiB

[startup+0.701217 s]
/proc/loadavg: 2.11 2.07 2.08 6/217 7007
/proc/meminfo: memFree=28732356/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10555476 memory=361596 CPUtime=1.64 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 11527 0 0 0 154 10 0 0 20 0 15 0 96524135 10808807424 90399 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2638869 90399 3107 1 0 2627263 0
[pid=6992/tid=6994] ppid=6989 vsize=10555476 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) R 6989 6992 30973 0 -1 4202560 5267 0 0 0 55 5 0 0 20 0 15 0 96524136 10808807424 90399 33554432000 4194304 4196468 140736193734208 140689255758968 140689237592448 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) S 6989 6992 30973 0 -1 1077944384 115 0 0 0 3 0 0 0 20 0 15 0 96524137 10808807424 90399 33554432000 4194304 4196468 140736193734208 140689177599120 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) S 6989 6992 30973 0 -1 1077944384 104 0 0 0 4 1 0 0 20 0 15 0 96524137 10808807424 90399 33554432000 4194304 4196468 140736193734208 140689176546320 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10555476 memory=146 CPUtime=0.03 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) S 6989 6992 30973 0 -1 1077944384 89 0 0 0 2 1 0 0 20 0 15 0 96524137 10808807424 90399 33554432000 4194304 4196468 140736193734208 140689175493520 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10555476 memory=2 CPUtime=0.02 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) S 6989 6992 30973 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 15 0 96524137 10808807424 90399 33554432000 4194304 4196468 140736193734208 140689174440720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96524138 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688743135600 140689251535490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96524138 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688742081568 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96524139 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688741028720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10555476 memory=1196 CPUtime=0.29 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 1557 0 0 0 29 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688738925424 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10555476 memory=8548 CPUtime=0.3 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) R 6989 6992 30973 0 -1 4202560 1109 0 0 0 30 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688737852768 140689229541326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10555476 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) S 6989 6992 30973 0 -1 1077944384 1632 0 0 0 26 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688736819824 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10555476 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96524141 10808807424 90399 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 361596 KiB

[startup+1.50071 s]
/proc/loadavg: 2.11 2.07 2.08 5/217 7007
/proc/meminfo: memFree=28278016/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10555476 memory=709844 CPUtime=3.24 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 13330 0 0 0 302 22 0 0 20 0 15 0 96524135 10808807424 177461 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2638869 177461 3126 1 0 2627263 0
[pid=6992/tid=6994] ppid=6989 vsize=10555476 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) R 6989 6992 30973 0 -1 4202560 5893 0 0 0 125 9 0 0 20 0 15 0 96524136 10808807424 177461 33554432000 4194304 4196468 140736193734208 140689255761368 140688854960409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10555476 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) S 6989 6992 30973 0 -1 1077944384 146 0 0 0 6 2 0 0 20 0 15 0 96524137 10808807424 177461 33554432000 4194304 4196468 140736193734208 140689177599120 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10555476 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) S 6989 6992 30973 0 -1 1077944384 132 0 0 0 7 2 0 0 20 0 15 0 96524137 10808807424 177461 33554432000 4194304 4196468 140736193734208 140689176546320 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) S 6989 6992 30973 0 -1 1077944384 121 0 0 0 5 2 0 0 20 0 15 0 96524137 10808807424 177461 33554432000 4194304 4196468 140736193734208 140689175493520 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10555476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) S 6989 6992 30973 0 -1 1077944384 121 0 0 0 5 2 0 0 20 0 15 0 96524137 10808807424 177461 33554432000 4194304 4196468 140736193734208 140689174440720 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10555476 memory=29 CPUtime=0 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 475 0 0 0 0 0 0 0 20 0 15 0 96524138 10808807424 177461 33554432000 4194304 4196468 140736193734208 140688743135600 140689251535490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0

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

[pid=6992/tid=6995] ppid=6989 vsize=10690804 memory=15876 CPUtime=346.52 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) R 6989 6992 30973 0 -1 4202560 53272 0 0 0 34493 159 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689177598704 140689244152551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10690804 memory=18476 CPUtime=347.97 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) R 6989 6992 30973 0 -1 4202560 57087 0 0 0 34614 183 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689176546208 140689236222118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10690804 memory=15672 CPUtime=345.75 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) R 6989 6992 30973 0 -1 1077944384 52406 0 0 0 34396 179 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689175493104 140689251535490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10690804 memory=-7003737579269690708 CPUtime=347.02 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) R 6989 6992 30973 0 -1 4202560 84626 0 0 0 34532 170 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689174440608 140689236222118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10690804 memory=7681407940103534239 CPUtime=15.55 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 64305 0 0 0 1552 3 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688743133920 140689251534549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10690804 memory=-8312670058677691234 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688742081632 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10690804 memory=-7025448733113094249 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96524139 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688741028736 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10690804 memory=6944656592455350634 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10690804 memory=8387772 CPUtime=2.16 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 17237 0 0 0 214 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688738925424 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10690804 memory=8387772 CPUtime=2.05 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 15349 0 0 0 203 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688737872624 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10690804 memory=1788 CPUtime=0.4 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) S 6989 6992 30973 0 -1 1077944384 4239 0 0 0 40 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688736819824 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10690804 memory=956 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10690804 memory=2344 CPUtime=0.23 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 510 0 0 0 17 6 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7013] ppid=6989 vsize=10690804 memory=8387772 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7013/stat : 7013 (java) S 6989 6992 30973 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688731553744 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7014] ppid=6989 vsize=10690804 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7014/stat : 7014 (java) S 6989 6992 30973 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688730509200 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 1423.38 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8387772 KiB

[startup+384.81 s]
/proc/loadavg: 4.74 3.98 2.95 5/218 7015
/proc/meminfo: memFree=20515524/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10690804 memory=8387772 CPUtime=1426.55 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 373908 0 0 0 141926 729 0 0 20 0 17 0 96524135 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2672701 2096943 3204 1 0 2661057 0
[pid=6992/tid=6994] ppid=6989 vsize=10690804 memory=3216 CPUtime=15.64 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) S 6989 6992 30973 0 -1 1077944384 20320 0 0 0 1539 25 0 0 20 0 17 0 96524136 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689255765024 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10690804 memory=2783924 CPUtime=347.31 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) R 6989 6992 30973 0 -1 4202560 53272 0 0 0 34572 159 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689177599320 140689236521005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10690804 memory=1160 CPUtime=348.75 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) R 6989 6992 30973 0 -1 4202560 57089 0 0 0 34692 183 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689176546208 140689236520747 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10690804 memory=8387772 CPUtime=346.54 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) R 6989 6992 30973 0 -1 4202560 52406 0 0 0 34475 179 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689175493720 140689236520917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10690804 memory=4040 CPUtime=347.81 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) R 6989 6992 30973 0 -1 4202560 84754 0 0 0 34611 170 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689174440920 140689235981913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10690804 memory=1236 CPUtime=15.56 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 66922 0 0 0 1553 3 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688743134144 140689251534549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10690804 memory=8386496 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688742081632 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10690804 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96524139 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688741028736 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10690804 memory=8387772 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10690804 memory=1296 CPUtime=2.16 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 17237 0 0 0 214 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688738925472 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10690804 memory=2336 CPUtime=2.05 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 15352 0 0 0 203 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688737872384 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10690804 memory=1724 CPUtime=0.4 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) S 6989 6992 30973 0 -1 1077944384 4239 0 0 0 40 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688736819872 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10690804 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10690804 memory=8112282956445269571 CPUtime=0.23 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 510 0 0 0 17 6 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7013] ppid=6989 vsize=10690804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7013/stat : 7013 (java) S 6989 6992 30973 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688731553744 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7014] ppid=6989 vsize=10690804 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7014/stat : 7014 (java) S 6989 6992 30973 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688730509200 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 1426.55 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8387772 KiB

[startup+385.201 s]
/proc/loadavg: 4.74 3.98 2.95 6/218 7015
/proc/meminfo: memFree=20515524/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10690804 memory=8387772 CPUtime=1428.1 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 373908 0 0 0 142081 729 0 0 20 0 17 0 96524135 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2672701 2096943 3204 1 0 2661057 0
[pid=6992/tid=6994] ppid=6989 vsize=10690804 memory=1228 CPUtime=15.64 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) S 6989 6992 30973 0 -1 1077944384 20320 0 0 0 1539 25 0 0 20 0 17 0 96524136 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689255765024 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10690804 memory=15876 CPUtime=347.7 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) R 6989 6992 30973 0 -1 4202560 53272 0 0 0 34611 159 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689177599320 140689236223728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10690804 memory=18476 CPUtime=349.13 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) R 6989 6992 30973 0 -1 4202560 57089 0 0 0 34730 183 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689176546208 140689236520836 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10690804 memory=15672 CPUtime=346.93 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) R 6989 6992 30973 0 -1 4202560 52406 0 0 0 34514 179 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689175493720 140689236520989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10690804 memory=4040 CPUtime=348.21 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) R 6989 6992 30973 0 -1 4202560 84754 0 0 0 34651 170 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689174440920 140689236520995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10690804 memory=1236 CPUtime=15.56 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 66922 0 0 0 1553 3 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688743134144 140689251534549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10690804 memory=644 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688742081632 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96524139 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688741028736 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10690804 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10690804 memory=6764 CPUtime=2.16 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 17237 0 0 0 214 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688738925472 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10690804 memory=840 CPUtime=2.05 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 15352 0 0 0 203 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688737872384 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10690804 memory=2536 CPUtime=0.4 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) S 6989 6992 30973 0 -1 1077944384 4239 0 0 0 40 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688736819872 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10690804 memory=8386468 CPUtime=0.23 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 510 0 0 0 17 6 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7013] ppid=6989 vsize=10690804 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7013/stat : 7013 (java) S 6989 6992 30973 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688731553744 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7014] ppid=6989 vsize=10690804 memory=644 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7014/stat : 7014 (java) S 6989 6992 30973 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688730509200 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 1428.1 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8387772 KiB

[startup+385.601 s]
/proc/loadavg: 4.74 3.98 2.95 6/218 7015
/proc/meminfo: memFree=20515524/32770624 swapFree=67108860/67108860
[pid=6992] ppid=6989 vsize=10690804 memory=8387772 CPUtime=1429.69 cores=0,2,4,6
/proc/6992/stat : 6992 (java) S 6989 6992 30973 0 -1 1077944320 373908 0 0 0 142240 729 0 0 20 0 17 0 96524135 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140736193716752 140689251524343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
/proc/6992/statm: 2672701 2096943 3204 1 0 2661057 0
[pid=6992/tid=6994] ppid=6989 vsize=10690804 memory=8387528 CPUtime=15.64 cores=0,2,4,6
/proc/6992/task/6994/stat : 6994 (java) S 6989 6992 30973 0 -1 1077944384 20320 0 0 0 1539 25 0 0 20 0 17 0 96524136 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689255765024 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6995] ppid=6989 vsize=10690804 memory=8387528 CPUtime=348.1 cores=0,2,4,6
/proc/6992/task/6995/stat : 6995 (java) R 6989 6992 30973 0 -1 4202560 53272 0 0 0 34651 159 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689177598928 140689244152551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6996] ppid=6989 vsize=10690804 memory=4140 CPUtime=349.53 cores=0,2,4,6
/proc/6992/task/6996/stat : 6996 (java) R 6989 6992 30973 0 -1 4202560 57089 0 0 0 34770 183 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689176546208 140689236520896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6997] ppid=6989 vsize=10690804 memory=8386504 CPUtime=347.33 cores=0,2,4,6
/proc/6992/task/6997/stat : 6997 (java) R 6989 6992 30973 0 -1 4202560 52406 0 0 0 34554 179 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689175493720 140689236520710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6998] ppid=6989 vsize=10690804 memory=8112282956445269571 CPUtime=348.6 cores=0,2,4,6
/proc/6992/task/6998/stat : 6998 (java) R 6989 6992 30973 0 -1 4202560 84754 0 0 0 34690 170 0 0 20 0 17 0 96524137 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140689174440528 140689244152551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=6999] ppid=6989 vsize=10690804 memory=27836 CPUtime=15.56 cores=0,2,4,6
/proc/6992/task/6999/stat : 6999 (java) S 6989 6992 30973 0 -1 1077944384 66922 0 0 0 1553 3 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688743134144 140689251534549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7000] ppid=6989 vsize=10690804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7000/stat : 7000 (java) S 6989 6992 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96524138 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688742081632 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7001] ppid=6989 vsize=10690804 memory=8387772 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7001/stat : 7001 (java) S 6989 6992 30973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96524139 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688741028736 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7002] ppid=6989 vsize=10690804 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7002/stat : 7002 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688739977040 140689251542939 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7003] ppid=6989 vsize=10690804 memory=8112282956445269571 CPUtime=2.16 cores=0,2,4,6
/proc/6992/task/7003/stat : 7003 (java) S 6989 6992 30973 0 -1 1077944384 17237 0 0 0 214 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688738925472 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7004] ppid=6989 vsize=10690804 memory=8387772 CPUtime=2.05 cores=0,2,4,6
/proc/6992/task/7004/stat : 7004 (java) S 6989 6992 30973 0 -1 1077944384 15352 0 0 0 203 2 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688737872384 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7005] ppid=6989 vsize=10690804 memory=1696 CPUtime=0.4 cores=0,2,4,6
/proc/6992/task/7005/stat : 7005 (java) S 6989 6992 30973 0 -1 1077944384 4239 0 0 0 40 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688736819872 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7006] ppid=6989 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7006/stat : 7006 (java) S 6989 6992 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688735767264 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7007] ppid=6989 vsize=10690804 memory=3832 CPUtime=0.23 cores=0,2,4,6
/proc/6992/task/7007/stat : 7007 (java) S 6989 6992 30973 0 -1 1077944384 510 0 0 0 17 6 0 0 20 0 17 0 96524141 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688734714544 140689251535490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7013] ppid=6989 vsize=10690804 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7013/stat : 7013 (java) S 6989 6992 30973 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688731553744 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
[pid=6992/tid=7014] ppid=6989 vsize=10690804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6992/task/7014/stat : 7014 (java) S 6989 6992 30973 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 96559911 10947383296 2096943 33554432000 4194304 4196468 140736193734208 140688730509200 140689251534549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32337920 140736193737862 140736193738015 140736193738015 140736193740751 0
Current children cumulated CPU time: 1429.69 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8387772 KiB

Child status: 0
Real time (s): 385.708
CPU time (s): 1429.88
CPU user time (s): 1422.54
CPU system time (s): 7.34634
CPU usage (%): 370.717
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8387772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1422.54
system time used= 7.34634
maximum resident set size= 8387772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374054
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27993
involuntary context switches= 17170


# summary of solver processes directly reported to runsolver:
#   pid: 6992
#   total CPU time (s): 1429.88
#   total CPU user time (s): 1422.54
#   total CPU system time (s): 7.34634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47827 second user time and 3.77626 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 16:11:41
IDJOB=4262835
IDBENCH=136475
IDSOLVER=2651
FILE ID=node103/4262835-1502634359
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c2w2n.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262835-1502634359/watcher-4262835-1502634359 -o /tmp/evaluation-result-4262835-1502634359/solver-4262835-1502634359 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262835-1502634359.xml

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

MD5SUM BENCH= 46f71c9023558927bc58b896c2ad9580
RANDOM SEED=163518110

node103.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.56
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.56
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.56
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.56
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:        28908156 kB
MemAvailable:   29218776 kB
Buffers:          102704 kB
Cached:           502448 kB
SwapCached:            0 kB
Active:          3275152 kB
Inactive:         157488 kB
Active(anon):    2776652 kB
Inactive(anon):    78640 kB
Active(file):     498500 kB
Inactive(file):    78848 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       2936132 kB
Mapped:            55424 kB
Shmem:             25228 kB
Slab:             124700 kB
SReclaimable:      98216 kB
SUnreclaim:        26484 kB
KernelStack:        3904 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4506252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2775040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 16:18:06