Trace number 4263686

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1285.89 366.02499

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-07.xml
MD5SUMad906e83ed0060b79525fa6c279d7f21
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of constraints48510
Number of domains1
Minimum domain size180
Maximum domain size180
Distribution of domain sizes[{"size":180,"count":360}]
Minimum variable degree180
Maximum variable degree359
Distribution of variable degrees[{"degree":180,"count":180},{"degree":359,"count":180}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":48510}]
Number of extensional constraints0
Number of intensional constraints48510
Distribution of constraint types[{"type":"intension","count":48510}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15327 MiB free)
  memory of node 1: 16384 MiB (7423 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263686-1502635541/watcher-4263686-1502635541 -o /tmp/evaluation-result-4263686-1502635541/solver-4263686-1502635541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8214 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263686-1502635541.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=8352, runsolver pid=8348

[startup+0.100145 s]*
/proc/loadavg: 7.52 6.14 3.85 6/216 8367
/proc/meminfo: memFree=23279764/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10555400 memory=29960 CPUtime=0.13 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 6552 0 0 0 12 1 0 0 20 0 15 0 96641775 10808729600 7490 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2638850 7490 2811 1 0 2627263 0
[pid=8352/tid=8354] ppid=8348 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) R 8348 8352 32402 0 -1 4202560 4395 0 0 0 8 1 0 0 20 0 15 0 96641776 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822451275552 139822447072413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822006462832 139822447061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822005408800 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96641779 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) S 8348 8352 32402 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822002252656 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822001199856 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0.02 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) R 8348 8352 32402 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139822000147056 139822425419328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 7490 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29960 KiB

[startup+0.211277 s]*
/proc/loadavg: 7.52 6.14 3.85 10/216 8367
/proc/meminfo: memFree=23270176/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10555400 memory=40664 CPUtime=0.34 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 8318 0 0 0 32 2 0 0 20 0 15 0 96641775 10808729600 10166 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2638850 10166 2999 1 0 2627263 0
[pid=8352/tid=8354] ppid=8348 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) R 8348 8352 32402 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 96641776 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822451288192 139822073218535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10555400 memory=140307736191265 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822006462832 139822447061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822005408800 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96641779 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) R 8348 8352 32402 0 -1 4202560 823 0 0 0 2 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822002241768 139822431447352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10555400 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) R 8348 8352 32402 0 -1 4202560 287 0 0 0 3 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822001185928 139822427754266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0.06 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) R 8348 8352 32402 0 -1 4202560 941 0 0 0 6 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139822000143640 139822427017606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10555400 memory=140307736176256 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 10364 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 40664 KiB

[startup+0.311309 s]*
/proc/loadavg: 7.52 6.14 3.85 8/216 8367
/proc/meminfo: memFree=23253116/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10555400 memory=61072 CPUtime=0.67 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 9794 0 0 0 65 2 0 0 20 0 15 0 96641775 10808729600 15268 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2638850 15268 3019 1 0 2627263 0
[pid=8352/tid=8354] ppid=8348 vsize=10555400 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) R 8348 8352 32402 0 -1 4202560 5021 0 0 0 28 2 0 0 20 0 15 0 96641776 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822451285936 139822447072413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10555400 memory=140307736234272 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10555400 memory=140307736241184 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822006462832 139822447061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96641778 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822005408800 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96641779 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10555400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) R 8348 8352 32402 0 -1 4202560 1531 0 0 0 12 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822002238120 139822431445446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10555400 memory=140307589090831 CPUtime=0.13 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) R 8348 8352 32402 0 -1 1077944384 690 0 0 0 13 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822001192880 139822447060693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10555400 memory=140307736184489 CPUtime=0.1 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) R 8348 8352 32402 0 -1 4202560 1184 0 0 0 10 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139822000147152 139822425589878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10555400 memory=140307589095375 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10555400 memory=280615325288384 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641781 10808729600 15268 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 61072 KiB

[startup+0.701327 s]
/proc/loadavg: 7.40 6.14 3.86 8/216 8367
/proc/meminfo: memFree=23231088/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10555476 memory=133304 CPUtime=1.85 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 11668 0 0 0 180 5 0 0 20 0 15 0 96641775 10808807424 33326 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2638869 33326 3084 1 0 2627263 0
[pid=8352/tid=8354] ppid=8348 vsize=10555476 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) R 8348 8352 32402 0 -1 4202560 5738 0 0 0 65 3 0 0 20 0 15 0 96641776 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822451286032 139822076430673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641777 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10555476 memory=15716 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96641777 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96641778 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822006462832 139822447061634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96641778 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822005408800 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96641779 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10555476 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) R 8348 8352 32402 0 -1 4202560 1794 0 0 0 44 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822002245848 139822432160053 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10555476 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) R 8348 8352 32402 0 -1 4202560 1259 0 0 0 44 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822001185168 139822431339502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10555476 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) S 8348 8352 32402 0 -1 1077944384 1506 0 0 0 26 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139822000147056 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96641781 10808807424 33326 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 133304 KiB

[startup+1.50073 s]
/proc/loadavg: 7.40 6.14 3.86 8/216 8367
/proc/meminfo: memFree=23076008/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10555476 memory=375436 CPUtime=4.34 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 14250 0 0 0 417 17 0 0 20 0 15 0 96641775 10808807424 93859 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2638869 93859 3131 1 0 2627263 0
[pid=8352/tid=8354] ppid=8348 vsize=10555476 memory=3467832419035723583 CPUtime=1.4 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) R 8348 8352 32402 0 -1 4202560 6034 0 0 0 134 6 0 0 20 0 15 0 96641776 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822451279072 139822073217551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10555476 memory=207684 CPUtime=0.06 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 117 0 0 0 4 2 0 0 20 0 15 0 96641777 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10555476 memory=2241 CPUtime=0.04 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 65 0 0 0 3 1 0 0 20 0 15 0 96641777 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10555476 memory=1200 CPUtime=0.06 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 228 0 0 0 4 2 0 0 20 0 15 0 96641777 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10555476 memory=15872 CPUtime=0.06 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 146 0 0 0 4 2 0 0 20 0 15 0 96641777 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10555476 memory=15716 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96641778 10808807424 93859 33554432000 4194304 4196468 140726254566400 139822006462832 139822447061634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0

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

/proc/8352/task/8354/stat : 8354 (java) S 8348 8352 32402 0 -1 1077944384 19223 0 0 0 1350 14 0 0 20 0 16 0 96641776 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822451291168 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10690804 memory=8325148 CPUtime=303.14 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) R 8348 8352 32402 0 -1 4202560 66127 0 0 0 30156 158 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822399671248 139822439678695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10690804 memory=8325148 CPUtime=303.09 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) R 8348 8352 32402 0 -1 4202560 86824 0 0 0 30158 151 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822398618528 139822440154139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10690804 memory=5792 CPUtime=302.63 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) R 8348 8352 32402 0 -1 4202560 78095 0 0 0 30106 157 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822397565960 139822439678695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10690804 memory=176158083662150 CPUtime=302.64 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) R 8348 8352 32402 0 -1 4202560 77124 0 0 0 30108 156 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822396512848 139822439678695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10690804 memory=176158083662151 CPUtime=42.35 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 64972 0 0 0 4232 3 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822006461376 139822447060693 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10690804 memory=176158083662152 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822005408864 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96641779 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10690804 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10690804 memory=8560 CPUtime=1.95 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) S 8348 8352 32402 0 -1 1077944384 9096 0 0 0 194 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822002252416 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10690804 memory=8324160 CPUtime=1.62 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) S 8348 8352 32402 0 -1 1077944384 7388 0 0 0 161 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822001199904 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=0.52 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) S 8348 8352 32402 0 -1 1077944384 6091 0 0 0 51 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822000147104 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10690804 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10690804 memory=8324260 CPUtime=0.28 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 654 0 0 0 19 9 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8451] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8451/stat : 8451 (java) S 8348 8352 32402 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96677145 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821994888496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 1271.96 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8325148 KiB

[startup+363.201 s]
/proc/loadavg: 4.62 5.37 4.28 6/217 8452
/proc/meminfo: memFree=20005076/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10690804 memory=8325148 CPUtime=1278.15 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 417121 0 0 0 127166 649 0 0 20 0 16 0 96641775 10947383296 2081287 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2672701 2081287 3205 1 0 2661057 0
[pid=8352/tid=8354] ppid=8348 vsize=10690804 memory=8325148 CPUtime=13.64 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) S 8348 8352 32402 0 -1 1077944384 19223 0 0 0 1350 14 0 0 20 0 16 0 96641776 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822451291168 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10690804 memory=4100 CPUtime=304.66 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) R 8348 8352 32402 0 -1 4202560 66136 0 0 0 30307 159 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822399671560 139822439678695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10690804 memory=27760 CPUtime=304.69 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) R 8348 8352 32402 0 -1 4202560 86900 0 0 0 30318 151 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822398618528 139822432040130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=304.17 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) R 8348 8352 32402 0 -1 4202560 78102 0 0 0 30260 157 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822397565960 139822439678695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10690804 memory=8976414709404591081 CPUtime=304.17 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) R 8348 8352 32402 0 -1 4202560 77136 0 0 0 30261 156 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822396512848 139822439678695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10690804 memory=-6305716109267068032 CPUtime=42.35 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 64972 0 0 0 4232 3 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822006461376 139822447060693 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10690804 memory=4946812324739914368 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822005408864 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10690804 memory=-6205556071698029952 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96641779 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10690804 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10690804 memory=1732 CPUtime=1.95 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) S 8348 8352 32402 0 -1 1077944384 9096 0 0 0 194 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822002252416 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10690804 memory=1948 CPUtime=1.62 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) S 8348 8352 32402 0 -1 1077944384 7388 0 0 0 161 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822001199904 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10690804 memory=800 CPUtime=0.52 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) S 8348 8352 32402 0 -1 1077944384 6091 0 0 0 51 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822000147104 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10690804 memory=12068 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10690804 memory=1440 CPUtime=0.28 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 669 0 0 0 19 9 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8451] ppid=8348 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8451/stat : 8451 (java) S 8348 8352 32402 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96677145 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821994888496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 1278.15 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8325148 KiB

[startup+364.801 s]
/proc/loadavg: 4.62 5.37 4.28 6/217 8452
/proc/meminfo: memFree=20005076/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10690804 memory=8325148 CPUtime=1284.35 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 417382 0 0 0 127785 650 0 0 20 0 16 0 96641775 10947383296 2081287 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2672701 2081287 3205 1 0 2661057 0
[pid=8352/tid=8354] ppid=8348 vsize=10690804 memory=8325148 CPUtime=13.64 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) S 8348 8352 32402 0 -1 1077944384 19223 0 0 0 1350 14 0 0 20 0 16 0 96641776 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822451291168 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10690804 memory=8325148 CPUtime=306.18 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) R 8348 8352 32402 0 -1 4202560 66136 0 0 0 30459 159 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822399671248 139822439678695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10690804 memory=1004 CPUtime=306.29 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) R 8348 8352 32402 0 -1 4202560 87157 0 0 0 30478 151 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822398618528 139822432040151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10690804 memory=1200 CPUtime=305.72 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 78102 0 0 0 30414 158 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822397565648 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=305.72 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) R 8348 8352 32402 0 -1 4202560 77136 0 0 0 30415 157 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822396513160 139822439678695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10690804 memory=2448 CPUtime=42.35 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) S 8348 8352 32402 0 -1 1077944384 64972 0 0 0 4232 3 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822006461376 139822447060693 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10690804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822005408864 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10690804 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96641779 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10690804 memory=8324164 CPUtime=1.95 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) S 8348 8352 32402 0 -1 1077944384 9096 0 0 0 194 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822002252416 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10690804 memory=1292 CPUtime=1.62 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) S 8348 8352 32402 0 -1 1077944384 7388 0 0 0 161 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822001199904 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10690804 memory=2448 CPUtime=0.52 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) S 8348 8352 32402 0 -1 1077944384 6091 0 0 0 51 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822000147104 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10690804 memory=800 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10690804 memory=12068 CPUtime=0.28 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 673 0 0 0 19 9 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8451] ppid=8348 vsize=10690804 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8451/stat : 8451 (java) S 8348 8352 32402 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96677145 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821994888496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 1284.35 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8325148 KiB

[startup+365.601 s]
/proc/loadavg: 4.62 5.37 4.28 3/217 8452
/proc/meminfo: memFree=20005076/32770624 swapFree=67108860/67108860
[pid=8352] ppid=8348 vsize=10690804 memory=8325148 CPUtime=1285.46 cores=0,2,4,6
/proc/8352/stat : 8352 (java) S 8348 8352 32402 0 -1 1077944320 418926 0 0 0 127895 651 0 0 20 0 16 0 96641775 10947383296 2081287 33554432000 4194304 4196468 140726254566400 140726254548944 139822447050487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
/proc/8352/statm: 2672701 2081287 3205 1 0 2661057 0
[pid=8352/tid=8354] ppid=8348 vsize=10690804 memory=8112282956445269571 CPUtime=13.64 cores=0,2,4,6
/proc/8352/task/8354/stat : 8354 (java) S 8348 8352 32402 0 -1 1077944384 19223 0 0 0 1350 14 0 0 20 0 16 0 96641776 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822451291168 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8355] ppid=8348 vsize=10690804 memory=1292 CPUtime=306.28 cores=0,2,4,6
/proc/8352/task/8355/stat : 8355 (java) S 8348 8352 32402 0 -1 1077944384 66136 0 0 0 30469 159 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822399671440 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8356] ppid=8348 vsize=10690804 memory=2448 CPUtime=306.39 cores=0,2,4,6
/proc/8352/task/8356/stat : 8356 (java) S 8348 8352 32402 0 -1 1077944384 87197 0 0 0 30488 151 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822398618640 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8357] ppid=8348 vsize=10690804 memory=1732 CPUtime=305.82 cores=0,2,4,6
/proc/8352/task/8357/stat : 8357 (java) S 8348 8352 32402 0 -1 1077944384 78102 0 0 0 30424 158 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822397565840 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8358] ppid=8348 vsize=10690804 memory=1948 CPUtime=305.82 cores=0,2,4,6
/proc/8352/task/8358/stat : 8358 (java) S 8348 8352 32402 0 -1 1077944384 77136 0 0 0 30425 157 0 0 20 0 16 0 96641777 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822396513040 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8359] ppid=8348 vsize=10690804 memory=800 CPUtime=43.04 cores=0,2,4,6
/proc/8352/task/8359/stat : 8359 (java) R 8348 8352 32402 0 -1 4202560 66476 0 0 0 4301 3 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822006461376 139822431508107 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8360] ppid=8348 vsize=10690804 memory=12068 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8360/stat : 8360 (java) S 8348 8352 32402 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 96641778 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822005408864 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8361] ppid=8348 vsize=10690804 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8361/stat : 8361 (java) S 8348 8352 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96641779 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822004355952 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8362] ppid=8348 vsize=10690804 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8362/stat : 8362 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822003304272 139822447069083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8363] ppid=8348 vsize=10690804 memory=1224 CPUtime=1.95 cores=0,2,4,6
/proc/8352/task/8363/stat : 8363 (java) S 8348 8352 32402 0 -1 1077944384 9096 0 0 0 194 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822002252416 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8364] ppid=8348 vsize=10690804 memory=8560 CPUtime=1.62 cores=0,2,4,6
/proc/8352/task/8364/stat : 8364 (java) S 8348 8352 32402 0 -1 1077944384 7388 0 0 0 161 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822001199904 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8365] ppid=8348 vsize=10690804 memory=1712 CPUtime=0.52 cores=0,2,4,6
/proc/8352/task/8365/stat : 8365 (java) S 8348 8352 32402 0 -1 1077944384 6091 0 0 0 51 1 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139822000147104 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8366] ppid=8348 vsize=10690804 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8366/stat : 8366 (java) S 8348 8352 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821999094496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8367] ppid=8348 vsize=10690804 memory=1004 CPUtime=0.28 cores=0,2,4,6
/proc/8352/task/8367/stat : 8367 (java) S 8348 8352 32402 0 -1 1077944384 673 0 0 0 19 9 0 0 20 0 16 0 96641781 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821998041776 139822447061634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
[pid=8352/tid=8451] ppid=8348 vsize=10690804 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/8352/task/8451/stat : 8451 (java) S 8348 8352 32402 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96677145 10947383296 2081287 33554432000 4194304 4196468 140726254566400 139821994888496 139822447060693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25194496 140726254572678 140726254572831 140726254572831 140726254575567 0
Current children cumulated CPU time: 1285.46 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8325148 KiB

[startup+366.001 s]*
/proc/loadavg: 4.41 5.31 4.27 3/203 8452
/proc/meminfo: memFree=22690236/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): 366.025
CPU time (s): 1285.89
CPU user time (s): 1279.34
CPU system time (s): 6.54865
CPU usage (%): 351.311
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8325148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1279.34
system time used= 6.54865
maximum resident set size= 8325372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423577
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16171
involuntary context switches= 12801


# summary of solver processes directly reported to runsolver:
#   pid: 8352
#   total CPU time (s): 1285.89
#   total CPU user time (s): 1279.34
#   total CPU system time (s): 6.54865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.1183 second user time and 3.74393 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 16:31:23
IDJOB=4263686
IDBENCH=138402
IDSOLVER=2651
FILE ID=node113/4263686-1502635541
RUNJOBID= node113-1502634224-8214
PBS_JOBID= 20628303
Free space on /tmp= 61748 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263686-1502635541/watcher-4263686-1502635541 -o /tmp/evaluation-result-4263686-1502635541/solver-4263686-1502635541 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8214 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263686-1502635541.xml

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

MD5SUM BENCH= ad906e83ed0060b79525fa6c279d7f21
RANDOM SEED=1607212959

node113.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.89
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.89
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.89
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.89
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:        23297400 kB
MemAvailable:   23666488 kB
Buffers:          116724 kB
Cached:           539240 kB
SwapCached:            0 kB
Active:          8849836 kB
Inactive:         165500 kB
Active(anon):    8309668 kB
Inactive(anon):    77700 kB
Active(file):     540168 kB
Inactive(file):    87800 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3832 kB
Writeback:             0 kB
AnonPages:       8365708 kB
Mapped:            55016 kB
Shmem:             25224 kB
Slab:             140204 kB
SReclaimable:     113912 kB
SUnreclaim:        26292 kB
KernelStack:        3504 kB
PageTables:        21520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8110080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 16:37:29