Trace number 4263723

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? 1334.77 374.92001

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-23-25.xml
MD5SUMd34e1ab3749b5ab5f756e156ef97f2b6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2519.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables575
Number of constraints75901
Number of domains1
Minimum domain size575
Maximum domain size575
Distribution of domain sizes[{"size":575,"count":575}]
Minimum variable degree530
Maximum variable degree530
Distribution of variable degrees[{"degree":530,"count":575}]
Minimum constraint arity4
Maximum constraint arity575
Distribution of constraint arities[{"arity":4,"count":75900},{"arity":575,"count":1}]
Number of extensional constraints0
Number of intensional constraints75900
Distribution of constraint types[{"type":"intension","count":75900},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263723-1502638009/watcher-4263723-1502638009 -o /tmp/evaluation-result-4263723-1502638009/solver-4263723-1502638009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263723-1502638009.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
solver pid=6934, runsolver pid=6931
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 5.79 4.38 3.48 4/216 6949
/proc/meminfo: memFree=20849648/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555400 memory=29644 CPUtime=0.13 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 6558 0 0 0 11 2 0 0 20 0 15 0 96881831 10808729600 7411 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638850 7411 2790 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555400 memory=-8681071396121310400 CPUtime=0.09 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) R 6931 6934 3242 0 -1 4202560 4384 0 0 0 8 1 0 0 20 0 15 0 96881831 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725699744880 139725695554717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725186528544 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725185476208 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) S 6931 6934 3242 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 96881836 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725183371376 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) S 6931 6934 3242 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 96881836 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725182318576 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0.02 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 96881836 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725181266288 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 7411 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29644 KiB

[startup+0.214303 s]*
/proc/loadavg: 5.79 4.38 3.48 6/216 6949
/proc/meminfo: memFree=20838932/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555400 memory=41612 CPUtime=0.35 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 8034 0 0 0 33 2 0 0 20 0 15 0 96881831 10808729600 10403 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638850 10403 2995 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) R 6931 6934 3242 0 -1 4202560 5002 0 0 0 19 1 0 0 20 0 15 0 96881831 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725699768880 139725302285202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555400 memory=140553007038986 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725186528544 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725185476208 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) R 6931 6934 3242 0 -1 4202560 581 0 0 0 3 0 0 0 20 0 15 0 96881836 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725183360048 139725679929627 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) R 6931 6934 3242 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 96881836 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725182310224 139725695542997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0.07 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) R 6931 6934 3242 0 -1 4202560 845 0 0 0 7 0 0 0 20 0 15 0 96881836 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725181260664 139725679780089 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 10469 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41612 KiB

[startup+0.310435 s]*
/proc/loadavg: 5.79 4.38 3.48 5/216 6949
/proc/meminfo: memFree=20816800/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555400 memory=65904 CPUtime=0.66 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 9965 0 0 0 63 3 0 0 20 0 15 0 96881831 10808729600 16476 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638850 16476 3032 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) R 6931 6934 3242 0 -1 4202560 5012 0 0 0 28 2 0 0 20 0 15 0 96881831 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725699763664 139725695554717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555400 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555400 memory=13989117613467288 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881832 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725186528544 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725185476208 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555400 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) R 6931 6934 3242 0 -1 4202560 1420 0 0 0 13 0 0 0 20 0 15 0 96881836 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725183356840 139725679016280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555400 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) R 6931 6934 3242 0 -1 4202560 1034 0 0 0 11 0 0 0 20 0 15 0 96881836 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725182304504 139725678943805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0.09 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 1132 0 0 0 9 0 0 0 20 0 15 0 96881836 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725181266288 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555400 memory=140553007031936 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881837 10808729600 16476 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 65904 KiB

[startup+0.700785 s]
/proc/loadavg: 5.65 4.38 3.48 5/216 6949
/proc/meminfo: memFree=20771456/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555476 memory=149284 CPUtime=1.72 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 11534 0 0 0 167 5 0 0 20 0 15 0 96881831 10808807424 37321 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638869 37321 3072 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555476 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) R 6931 6934 3242 0 -1 4202560 5739 0 0 0 64 4 0 0 20 0 15 0 96881831 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725699769152 139725305126121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555476 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881832 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96881832 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725186528544 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725185476208 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555476 memory=7519159149027546218 CPUtime=0.4 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) R 6931 6934 3242 0 -1 4202560 1545 0 0 0 40 0 0 0 20 0 15 0 96881836 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725183360368 139725677076083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555476 memory=7523071198212214892 CPUtime=0.37 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) R 6931 6934 3242 0 -1 4202560 1417 0 0 0 37 0 0 0 20 0 15 0 96881836 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725182308960 139725675188032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555476 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 1463 0 0 0 24 0 0 0 20 0 15 0 96881836 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725181266288 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96881837 10808807424 37321 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 149284 KiB

[startup+1.50079 s]
/proc/loadavg: 5.65 4.38 3.48 5/216 6949
/proc/meminfo: memFree=20617240/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555476 memory=417036 CPUtime=3.81 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 13357 0 0 0 360 21 0 0 20 0 15 0 96881831 10808807424 104259 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638869 104259 3128 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555476 memory=8112282956445269571 CPUtime=1.35 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) R 6931 6934 3242 0 -1 4202560 5939 0 0 0 129 6 0 0 20 0 15 0 96881831 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725699770320 139725681600916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555476 memory=-8754540793456063680 CPUtime=0.09 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 235 0 0 0 6 3 0 0 20 0 15 0 96881832 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555476 memory=-2843869621055772062 CPUtime=0.09 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 327 0 0 0 6 3 0 0 20 0 15 0 96881832 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555476 memory=5450919713671312938 CPUtime=0.08 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 198 0 0 0 6 2 0 0 20 0 15 0 96881832 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555476 memory=7005738693937936738 CPUtime=0.09 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 141 0 0 0 6 3 0 0 20 0 15 0 96881832 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 104259 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0

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


[startup+372.809 s]
/proc/loadavg: 5.69 6.10 4.62 6/216 7032
/proc/meminfo: memFree=19210368/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555476 memory=8308928 CPUtime=1329.77 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 380260 0 0 0 132339 638 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638869 2077232 3148 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555476 memory=8308928 CPUtime=14.56 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) S 6931 6934 3242 0 -1 1077944384 21498 0 0 0 1432 24 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725699771536 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555476 memory=2340 CPUtime=319.86 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) R 6931 6934 3242 0 -1 4202560 66657 0 0 0 31835 151 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725302131288 139725680233482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555476 memory=8308928 CPUtime=319.02 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) R 6931 6934 3242 0 -1 4202560 72155 0 0 0 31748 154 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725301078176 139725680522314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555476 memory=1792 CPUtime=318.39 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) R 6931 6934 3242 0 -1 4202560 67635 0 0 0 31694 145 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725300026200 139725680233424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555476 memory=8308796 CPUtime=318.88 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) R 6931 6934 3242 0 -1 4202560 62947 0 0 0 31736 152 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725298973400 139725680529192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555476 memory=8308796 CPUtime=35.88 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 78155 0 0 0 3584 4 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725187581120 139725695542997 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555476 memory=6508 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725186528608 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725185476224 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555476 memory=12032 CPUtime=1.32 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) S 6931 6934 3242 0 -1 1077944384 3447 0 0 0 131 1 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725183371424 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555476 memory=8308928 CPUtime=1.2 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) S 6931 6934 3242 0 -1 1077944384 2546 0 0 0 120 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725182318336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555476 memory=796 CPUtime=0.4 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 3135 0 0 0 40 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725181266336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555476 memory=648 CPUtime=0.14 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 723 0 0 0 8 6 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 1329.77 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8308928 KiB

[startup+373.601 s]
/proc/loadavg: 5.69 6.10 4.62 7/216 7032
/proc/meminfo: memFree=19210368/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555476 memory=8308928 CPUtime=1332.92 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 380311 0 0 0 132654 638 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638869 2077232 3148 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555476 memory=8308928 CPUtime=14.56 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) S 6931 6934 3242 0 -1 1077944384 21498 0 0 0 1432 24 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725699771536 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555476 memory=8308928 CPUtime=320.65 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) R 6931 6934 3242 0 -1 4202560 66662 0 0 0 31914 151 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725302131288 139725680522295 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555476 memory=2800 CPUtime=319.81 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) R 6931 6934 3242 0 -1 4202560 72164 0 0 0 31827 154 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725301078176 139725680529195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555476 memory=4144 CPUtime=319.16 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) R 6931 6934 3242 0 -1 4202560 67651 0 0 0 31771 145 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725300026200 139725680233444 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555476 memory=28348 CPUtime=319.67 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) R 6931 6934 3242 0 -1 4202560 62968 0 0 0 31815 152 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725298973400 139725680233468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555476 memory=1296 CPUtime=35.88 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 78155 0 0 0 3584 4 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725187581120 139725695542997 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725186528608 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725185476224 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555476 memory=1712 CPUtime=1.32 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) S 6931 6934 3242 0 -1 1077944384 3447 0 0 0 131 1 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725183371424 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555476 memory=1952 CPUtime=1.2 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) S 6931 6934 3242 0 -1 1077944384 2546 0 0 0 120 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725182318336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555476 memory=2408 CPUtime=0.4 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 3135 0 0 0 40 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725181266336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555476 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555476 memory=1224 CPUtime=0.14 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 723 0 0 0 8 6 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 1332.92 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8308928 KiB

[startup+374.401 s]
/proc/loadavg: 5.69 6.10 4.62 3/216 7032
/proc/meminfo: memFree=19210368/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10555476 memory=8308928 CPUtime=1334.45 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 380387 0 0 0 132807 638 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2638869 2077232 3148 1 0 2627263 0
[pid=6934/tid=6936] ppid=6931 vsize=10555476 memory=1296 CPUtime=14.56 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) S 6931 6934 3242 0 -1 1077944384 21498 0 0 0 1432 24 0 0 20 0 15 0 96881831 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725699771536 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10555476 memory=8308928 CPUtime=320.89 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 66662 0 0 0 31938 151 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10555476 memory=5792 CPUtime=320.05 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 72164 0 0 0 31851 154 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10555476 memory=28348 CPUtime=319.4 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 67651 0 0 0 31795 145 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10555476 memory=1296 CPUtime=319.91 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 62968 0 0 0 31839 152 0 0 20 0 15 0 96881832 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10555476 memory=8308928 CPUtime=36.44 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) R 6931 6934 3242 0 -1 4202560 78231 0 0 0 3640 4 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725187581008 139725680529192 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10555476 memory=8308928 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725186528608 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96881834 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725185476224 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10555476 memory=1732 CPUtime=1.32 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) S 6931 6934 3242 0 -1 1077944384 3447 0 0 0 131 1 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725183371424 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10555476 memory=1224 CPUtime=1.2 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) S 6931 6934 3242 0 -1 1077944384 2546 0 0 0 120 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725182318336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10555476 memory=12032 CPUtime=0.4 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 3135 0 0 0 40 0 0 0 20 0 15 0 96881836 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725181266336 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10555476 memory=1952 CPUtime=0.15 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 723 0 0 0 9 6 0 0 20 0 15 0 96881837 10808807424 2077232 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 1334.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8308928 KiB

[startup+374.801 s]
/proc/loadavg: 5.69 6.10 4.62 3/216 7032
/proc/meminfo: memFree=19210368/32770624 swapFree=67108860/67108860
[pid=6934] ppid=6931 vsize=10690804 memory=8309716 CPUtime=1334.73 cores=0,2,4,6
/proc/6934/stat : 6934 (java) S 6931 6934 3242 0 -1 1077944320 380962 0 0 0 132835 638 0 0 20 0 16 0 96881831 10947383296 2077429 33554432000 4194304 4196468 140736122145520 140736122128064 139725695532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
/proc/6934/statm: 2672701 2077429 3191 1 0 2661057 0
[pid=6934/tid=6936] ppid=6931 vsize=10690804 memory=4048 CPUtime=14.58 cores=0,2,4,6
/proc/6934/task/6936/stat : 6936 (java) S 6931 6934 3242 0 -1 1077944384 21816 0 0 0 1434 24 0 0 20 0 16 0 96881831 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725699773472 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6937] ppid=6931 vsize=10690804 memory=8112282956445269571 CPUtime=320.89 cores=0,2,4,6
/proc/6934/task/6937/stat : 6937 (java) S 6931 6934 3242 0 -1 1077944384 66662 0 0 0 31938 151 0 0 20 0 16 0 96881832 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725302131088 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6938] ppid=6931 vsize=10690804 memory=1012 CPUtime=320.05 cores=0,2,4,6
/proc/6934/task/6938/stat : 6938 (java) S 6931 6934 3242 0 -1 1077944384 72164 0 0 0 31851 154 0 0 20 0 16 0 96881832 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725301078288 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6939] ppid=6931 vsize=10690804 memory=1712 CPUtime=319.4 cores=0,2,4,6
/proc/6934/task/6939/stat : 6939 (java) S 6931 6934 3242 0 -1 1077944384 67651 0 0 0 31795 145 0 0 20 0 16 0 96881832 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725300026000 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6940] ppid=6931 vsize=10690804 memory=1952 CPUtime=319.91 cores=0,2,4,6
/proc/6934/task/6940/stat : 6940 (java) S 6931 6934 3242 0 -1 1077944384 62968 0 0 0 31839 152 0 0 20 0 16 0 96881832 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725298973200 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6941] ppid=6931 vsize=10690804 memory=8612 CPUtime=36.68 cores=0,2,4,6
/proc/6934/task/6941/stat : 6941 (java) S 6931 6934 3242 0 -1 1077944384 78232 0 0 0 3664 4 0 0 20 0 16 0 96881834 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725187582576 139725695543938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6942] ppid=6931 vsize=10690804 memory=8308928 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6942/stat : 6942 (java) S 6931 6934 3242 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96881834 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725186528608 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6943] ppid=6931 vsize=10690804 memory=8308928 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6943/stat : 6943 (java) S 6931 6934 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96881834 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725185476224 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6944] ppid=6931 vsize=10690804 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6944/stat : 6944 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96881836 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725184424528 139725695551387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6945] ppid=6931 vsize=10690804 memory=16812 CPUtime=1.32 cores=0,2,4,6
/proc/6934/task/6945/stat : 6945 (java) S 6931 6934 3242 0 -1 1077944384 3447 0 0 0 131 1 0 0 20 0 16 0 96881836 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725183371376 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6946] ppid=6931 vsize=10690804 memory=4048 CPUtime=1.2 cores=0,2,4,6
/proc/6934/task/6946/stat : 6946 (java) S 6931 6934 3242 0 -1 1077944384 2615 0 0 0 120 0 0 0 20 0 16 0 96881836 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725182318576 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6947] ppid=6931 vsize=10690804 memory=1792 CPUtime=0.41 cores=0,2,4,6
/proc/6934/task/6947/stat : 6947 (java) S 6931 6934 3242 0 -1 1077944384 3270 0 0 0 41 0 0 0 20 0 16 0 96881836 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725181266288 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6948] ppid=6931 vsize=10690804 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6934/task/6948/stat : 6948 (java) S 6931 6934 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96881837 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725180213728 139725695542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
[pid=6934/tid=6949] ppid=6931 vsize=10690804 memory=8612 CPUtime=0.15 cores=0,2,4,6
/proc/6934/task/6949/stat : 6949 (java) S 6931 6934 3242 0 -1 1077944384 723 0 0 0 9 6 0 0 20 0 16 0 96881837 10947383296 2077429 33554432000 4194304 4196468 140736122145520 139725179161520 139725695543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32763904 140736122147974 140736122148127 140736122148127 140736122150863 0
Current children cumulated CPU time: 1334.73 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8309716 KiB

[startup+374.901 s]*
/proc/loadavg: 5.69 6.10 4.62 3/203 7034
/proc/meminfo: memFree=23017552/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 374.92
CPU time (s): 1334.77
CPU user time (s): 1328.35
CPU system time (s): 6.4194
CPU usage (%): 356.016
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8309716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.35
system time used= 6.4194
maximum resident set size= 8309964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381039
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= 18476
involuntary context switches= 25994


# summary of solver processes directly reported to runsolver:
#   pid: 6934
#   total CPU time (s): 1334.77
#   total CPU user time (s): 1328.35
#   total CPU system time (s): 6.4194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5992 second user time and 3.29459 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 17:12:31
IDJOB=4263723
IDBENCH=139756
IDSOLVER=2651
FILE ID=node149/4263723-1502638009
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61896 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-23-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263723-1502638009/watcher-4263723-1502638009 -o /tmp/evaluation-result-4263723-1502638009/solver-4263723-1502638009 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263723-1502638009.xml

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

MD5SUM BENCH= d34e1ab3749b5ab5f756e156ef97f2b6
RANDOM SEED=747865757

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20867800 kB
MemAvailable:   24934416 kB
Buffers:          260644 kB
Cached:          4079692 kB
SwapCached:            0 kB
Active:          8116376 kB
Inactive:        3305324 kB
Active(anon):    7084444 kB
Inactive(anon):    24944 kB
Active(file):    1031932 kB
Inactive(file):  3280380 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5744 kB
Writeback:             0 kB
AnonPages:       7087472 kB
Mapped:            55408 kB
Shmem:             25224 kB
Slab:             167592 kB
SReclaimable:     140276 kB
SUnreclaim:        27316 kB
KernelStack:        3568 kB
PageTables:        19600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7428324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6778880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-13 17:18:46