Trace number 4263772

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? 1615.11 435.879

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-1.xml
MD5SUM133cdadaee2e697c51b4261ec7f2679b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark601
Best CPU time to get the best result obtained on this benchmark2520.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size696
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":10},{"size":10,"count":180},{"size":696,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1408.50/381.36	Aug 13, 2017 5:13:01 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1408.50/381.36	INFO: Runtime exception
1408.50/381.36	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1408.50/381.36		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElementForceIndex(ConnectionCtrBuilder.java:298)
1408.50/381.36		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElement(ConnectionCtrBuilder.java:278)
1408.50/381.36		at org.sat4j.reader.XMLCSP3Reader.buildCtrElement(XMLCSP3Reader.java:847)
1408.50/381.36		at org.xcsp.parser.loaders.CtrLoaderInteger.element(CtrLoaderInteger.java:621)
1408.50/381.36		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:169)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1408.50/381.36		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1408.50/381.36		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1408.50/381.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1408.50/381.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1408.50/381.36		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1408.50/381.36		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1408.50/381.36		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1408.50/381.36		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1408.50/381.36		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1408.50/381.36		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1408.50/381.36		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		... 24 more
1408.50/381.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		... 28 more
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		... 29 more
1408.50/381.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		... 33 more
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		... 34 more
1408.50/381.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		... 38 more
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		... 39 more
1408.50/381.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		... 43 more
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		... 44 more
1408.50/381.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1408.50/381.36		... 48 more
1408.50/381.36	Caused by: java.lang.reflect.InvocationTargetException
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1408.50/381.36		... 48 more
1408.50/381.36	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1408.50/381.36		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1408.50/381.36		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1408.50/381.36		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1408.50/381.36		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1408.50/381.36		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1408.50/381.36		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1408.50/381.36		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1408.50/381.36		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1408.50/381.36		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1408.50/381.36		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1408.50/381.36		at java.lang.reflect.Method.invoke(Method.java:498)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1408.50/381.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1408.50/381.36		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1408.50/381.36	
1472.75/398.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1472.75/398.67	c This is free software under the dual EPL/GNU LGPL licenses.
1472.75/398.67	c See www.sat4j.org for details.
1472.75/398.67	c That software uses the Rhino library from the Mozilla project.
1472.75/398.67	c version CUSTOM.v20170705
1472.75/398.67	c java.runtime.name	Java(TM) SE Runtime Environment
1472.75/398.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1472.75/398.67	c java.vm.version	25.131-b11
1472.75/398.67	c java.vm.vendor	Oracle Corporation
1472.75/398.67	c sun.arch.data.model	64
1472.75/398.67	c java.version		1.8.0_131
1472.75/398.67	c os.name		Linux
1472.75/398.67	c os.version		3.10.0-514.16.1.el7.x86_64
1472.75/398.67	c os.arch		amd64
1472.75/398.67	c Free memory 		499604488
1472.75/398.67	c Max memory 		7247757312
1472.75/398.67	c Total memory 		504889344
1472.75/398.67	c Number of processors 	4
1472.75/398.67	c c --- Begin Solver configuration ---
1472.75/398.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1472.75/398.67	c Learn all clauses as in MiniSAT
1472.75/398.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1472.75/398.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1472.75/398.68	c No reason simplification
1472.75/398.68	c Glucose 2.1 dynamic restart strategy
1472.75/398.68	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
1472.75/398.68	c timeout=2147483s
1472.75/398.68	c DB Simplification allowed=false
1472.75/398.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1472.75/398.68	c --- End Solver configuration ---
1505.67/407.54	c starts		: 0
1505.67/407.54	c conflicts		: 0
1505.67/407.54	c decisions		: 0
1505.67/407.54	c propagations		: 0
1505.67/407.54	c inspects		: 0
1505.67/407.54	c shortcuts		: 0
1505.67/407.54	c learnt literals	: 0
1505.67/407.54	c learnt binary clauses	: 0
1505.67/407.54	c learnt ternary clauses	: 0
1524.56/412.38	c learnt constraints	: 0
1524.56/412.38	c ignored constraints	: 0
1562.75/422.05	Exception in thread "Thread-1" c root simplifications	: 0
1562.75/422.05	c removed literals (reason simplification)	: 0
1581.63/426.89	c reason swapping (by a shorter reason)	: 0
1581.63/426.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
1581.63/426.89		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1581.63/426.89		at java.util.Hashtable.keys(Hashtable.java:257)
1581.63/426.89		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1581.63/426.89		at java.util.logging.LogManager.reset(LogManager.java:1327)
1581.63/426.89		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1615.02/435.83	c Calls to reduceDB	: 0
1615.02/435.83	c Number of update (reduction) of LBD	: 0
1615.02/435.83	c Imported unit clauses	: 0
1615.02/435.83	c number of reductions to clauses (during analyze)	: 0
1615.02/435.83	c number of learned constraints concerned by reduction	: 0
1615.02/435.83	c number of learning phase by resolution	: 0
1615.02/435.83	c number of learning phase by cutting planes	: 0
1615.02/435.83	c number of rounding to 1 operations	: 0
1615.02/435.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1615.02/435.83	c number of reductions of the coefficients by power 2 	: 0
1615.02/435.83	c number of right shift for reduction by power 2 	: 0
1615.02/435.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
1615.02/435.83	c speed (assignments/second)	: 0.0
1615.02/435.83	c non guided choices	0
1615.02/435.83	c learnt constraints type 
1615.02/435.83	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 (13438 MiB free)
  memory of node 1: 16384 MiB (15412 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263772-1502594448/watcher-4263772-1502594448 -o /tmp/evaluation-result-4263772-1502594448/solver-4263772-1502594448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263772-1502594448.xml 

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

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


[startup+0.100136 s]*
/proc/loadavg: 5.18 6.72 7.10 3/204 12869
/proc/meminfo: memFree=29534300/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10151672 memory=18748 CPUtime=0.02 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 4077 0 0 0 2 0 0 0 20 0 9 0 13327525 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2537918 4687 2101 1 0 2527415 0
[pid=12862/tid=12864] ppid=12859 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) R 12859 12862 7968 0 -1 4202560 2718 0 0 0 2 0 0 0 20 0 9 0 13327532 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089757307496 140089367811374 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13327533 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10151672 memory=140500830611072 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13327533 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13327533 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13327533 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10151672 memory=140500830611072 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13327535 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089248991856 140089753082498 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13327535 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089247937824 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13327535 10395312128 4687 18446744073709551615 4194304 4196468 140721401889328 140089246885552 140089753081557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18748 KiB

[startup+0.209899 s]*
/proc/loadavg: 5.18 6.72 7.10 3/212 12877
/proc/meminfo: memFree=29521548/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10551156 memory=30400 CPUtime=0.13 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 7723 0 0 0 12 1 0 0 20 0 15 0 13327525 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2637789 7600 2791 1 0 2627261 0
[pid=12862/tid=12864] ppid=12859 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) R 12859 12862 7968 0 -1 4202560 5569 0 0 0 9 1 0 0 20 0 15 0 13327532 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089757292864 140089737151868 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10551156 memory=140500830619362 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10551156 memory=140500830611072 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089248991856 140089753082498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089247937824 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089244780656 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089243727856 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10551156 memory=140500830611072 CPUtime=0.01 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) R 12859 12862 7968 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 13327538 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089242675568 140089753083286 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10551156 memory=140500830611072 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327541 10804383744 7600 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30400 KiB

[startup+0.310705 s]*
/proc/loadavg: 5.18 6.72 7.10 5/212 12877
/proc/meminfo: memFree=29515856/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10551156 memory=39400 CPUtime=0.29 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 9112 0 0 0 27 2 0 0 20 0 15 0 13327525 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2637789 9850 2892 1 0 2627261 0
[pid=12862/tid=12864] ppid=12859 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) R 12859 12862 7968 0 -1 4202560 6184 0 0 0 18 1 0 0 20 0 15 0 13327532 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089757293840 140089737151838 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13327533 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089248991856 140089753082498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089247937824 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13327535 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 522 0 0 0 2 0 0 0 20 0 15 0 13327538 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089244780656 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089243727856 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) R 12859 12862 7968 0 -1 4202560 809 0 0 0 5 0 0 0 20 0 15 0 13327538 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089242671296 140089731778613 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327541 10804383744 9850 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39400 KiB

[startup+0.701511 s]
/proc/loadavg: 5.18 6.72 7.10 3/212 12877
/proc/meminfo: memFree=29502576/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10551232 memory=286972 CPUtime=1.21 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 11388 0 0 0 109 12 0 0 20 0 15 0 13327525 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2637808 71743 3064 1 0 2627261 0
[pid=12862/tid=12864] ppid=12859 vsize=10551232 memory=197 CPUtime=0.54 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) R 12859 12862 7968 0 -1 4202560 7401 0 0 0 50 4 0 0 20 0 15 0 13327532 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089757308224 140089739139470 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 13327533 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10551232 memory=5 CPUtime=0.02 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 13327533 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10551232 memory=15 CPUtime=0.02 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 15 0 13327533 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10551232 memory=62 CPUtime=0.02 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 15 0 13327533 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089248991856 140089753082498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089247937824 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10551232 memory=30 CPUtime=0.14 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) R 12859 12862 7968 0 -1 4202560 757 0 0 0 14 0 0 0 20 0 15 0 13327538 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089244766752 140089731262304 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10551232 memory=2 CPUtime=0.14 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) R 12859 12862 7968 0 -1 4202560 517 0 0 0 14 0 0 0 20 0 15 0 13327538 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089243708872 140089736458256 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) R 12859 12862 7968 0 -1 4202560 1136 0 0 0 22 0 0 0 20 0 15 0 13327538 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089242675568 140089737151838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13327541 10804461568 71743 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 286972 KiB

[startup+1.50081 s]
/proc/loadavg: 5.18 6.72 7.10 4/212 12877
/proc/meminfo: memFree=29197308/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10551232 memory=516436 CPUtime=3.12 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 13919 0 0 0 277 35 0 0 20 0 15 0 13327525 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2637808 129109 3087 1 0 2627261 0
[pid=12862/tid=12864] ppid=12859 vsize=10551232 memory=7085094957896656237 CPUtime=1.13 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) R 12859 12862 7968 0 -1 4202560 7599 0 0 0 108 5 0 0 20 0 15 0 13327532 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089757302168 140089371096783 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10551232 memory=-3472574513799858009 CPUtime=0.23 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 181 0 0 0 16 7 0 0 20 0 15 0 13327533 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10551232 memory=-6081406862755241769 CPUtime=0.22 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 181 0 0 0 16 6 0 0 20 0 15 0 13327533 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10551232 memory=-7449383003082255457 CPUtime=0.23 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 211 0 0 0 16 7 0 0 20 0 15 0 13327533 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10551232 memory=7679937539709960979 CPUtime=0.23 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 182 0 0 0 16 7 0 0 20 0 15 0 13327533 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089248991856 140089753082498 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089247937888 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13327535 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13327538 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10551232 memory=6944656592455097440 CPUtime=0.38 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 1601 0 0 0 38 0 0 0 20 0 15 0 13327538 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089244780656 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10551232 memory=6944656575208382560 CPUtime=0.36 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 1112 0 0 0 36 0 0 0 20 0 15 0 13327538 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089243727856 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) S 12859 12862 7968 0 -1 1077944384 1281 0 0 0 25 0 0 0 20 0 15 0 13327538 10804461568 129109 18446744073709551615 4194304 4196468 140721401889328 140089242675568 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0

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

[startup+433.602 s]
/proc/loadavg: 5.09 5.33 6.24 6/214 12923
/proc/meminfo: memFree=21083268/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10686560 memory=8026728 CPUtime=1608.13 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 540583 0 0 0 160006 807 0 0 20 0 16 0 13327525 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2671640 2006682 3162 1 0 2661055 0
[pid=12862/tid=12864] ppid=12859 vsize=10686560 memory=8026728 CPUtime=14.02 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) S 12859 12862 7968 0 -1 1077944384 15860 0 0 0 1390 12 0 0 20 0 16 0 13327532 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089757312032 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10686560 memory=1156 CPUtime=392.74 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) R 12859 12862 7968 0 -1 4202560 136902 0 0 0 39075 199 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089694108248 140089746174993 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10686560 memory=3228 CPUtime=391.32 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) R 12859 12862 7968 0 -1 4202560 86899 0 0 0 38923 209 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089693055056 140089745699559 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10686560 memory=-8774313645642428999 CPUtime=392.41 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) R 12859 12862 7968 0 -1 4202560 73619 0 0 0 39051 190 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089692002768 140089745699559 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10686560 memory=8026728 CPUtime=394.55 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) R 12859 12862 7968 0 -1 4202560 121447 0 0 0 39274 181 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089690949968 140089745699559 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10686560 memory=1732 CPUtime=20.02 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 81855 0 0 0 1998 4 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089248990400 140089753081557 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089247937888 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10686560 memory=8026728 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10686560 memory=4064 CPUtime=1.33 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 11307 0 0 0 131 2 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089244780416 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10686560 memory=1156 CPUtime=0.98 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 6551 0 0 0 97 1 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089243727904 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10686560 memory=8026728 CPUtime=0.37 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) S 12859 12862 7968 0 -1 1077944384 4084 0 0 0 36 1 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089242675616 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10686560 memory=8026728 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10686560 memory=4304 CPUtime=0.28 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 352 0 0 0 17 11 0 0 20 0 16 0 13327541 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12918] ppid=12859 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12918/stat : 12918 (java) S 12859 12862 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 16 0 13365661 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089237417840 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 1608.13 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8026728 KiB

[startup+435.202 s]
/proc/loadavg: 5.09 5.33 6.24 6/214 12923
/proc/meminfo: memFree=21083268/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10686560 memory=8026728 CPUtime=1614.32 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 540583 0 0 0 160624 808 0 0 20 0 16 0 13327525 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2671640 2006682 3162 1 0 2661055 0
[pid=12862/tid=12864] ppid=12859 vsize=10686560 memory=2424 CPUtime=14.02 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) S 12859 12862 7968 0 -1 1077944384 15860 0 0 0 1390 12 0 0 20 0 16 0 13327532 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089757312032 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10686560 memory=1296 CPUtime=394.31 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) R 12859 12862 7968 0 -1 4202560 136902 0 0 0 39232 199 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089694108248 140089737771229 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10686560 memory=1732 CPUtime=392.86 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) R 12859 12862 7968 0 -1 4202560 86899 0 0 0 39077 209 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089693055056 140089745699559 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10686560 memory=1700 CPUtime=393.95 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) R 12859 12862 7968 0 -1 4202560 73619 0 0 0 39204 191 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089692002768 140089745699559 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10686560 memory=1228 CPUtime=396.1 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) R 12859 12862 7968 0 -1 4202560 121447 0 0 0 39428 182 0 0 20 0 16 0 13327533 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089690949968 140089745699559 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10686560 memory=3880 CPUtime=20.02 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) S 12859 12862 7968 0 -1 1077944384 81855 0 0 0 1998 4 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089248990400 140089753081557 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10686560 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089247937888 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10686560 memory=2012 CPUtime=1.33 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 11307 0 0 0 131 2 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089244780416 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10686560 memory=5520 CPUtime=0.98 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 6551 0 0 0 97 1 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089243727904 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10686560 memory=8026448 CPUtime=0.37 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) S 12859 12862 7968 0 -1 1077944384 4084 0 0 0 36 1 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089242675616 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10686560 memory=16444 CPUtime=0.28 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 352 0 0 0 17 11 0 0 20 0 16 0 13327541 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12918] ppid=12859 vsize=10686560 memory=7748 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12918/stat : 12918 (java) S 12859 12862 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 16 0 13365661 10943037440 2006682 18446744073709551615 4194304 4196468 140721401889328 140089237417840 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 1614.32 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8026728 KiB

[startup+435.601 s]
/proc/loadavg: 5.09 5.33 6.24 6/214 12923
/proc/meminfo: memFree=21083268/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10686560 memory=8026732 CPUtime=1614.82 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 540711 0 0 0 160673 809 0 0 20 0 16 0 13327525 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2671640 2006683 3162 1 0 2661055 0
[pid=12862/tid=12864] ppid=12859 vsize=10686560 memory=8026412 CPUtime=14.02 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) S 12859 12862 7968 0 -1 1077944384 15860 0 0 0 1390 12 0 0 20 0 16 0 13327532 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089757312032 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10686560 memory=0 CPUtime=394.35 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 136902 0 0 0 39236 199 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10686560 memory=-8774313645642428999 CPUtime=392.89 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 86899 0 0 0 39080 209 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10686560 memory=960 CPUtime=393.98 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 73619 0 0 0 39207 191 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10686560 memory=2248 CPUtime=396.13 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 121447 0 0 0 39431 182 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10686560 memory=4304 CPUtime=20.38 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) R 12859 12862 7968 0 -1 4202560 81983 0 0 0 2034 4 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089248990400 140089738067860 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089247937888 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10686560 memory=7748 CPUtime=1.33 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 11307 0 0 0 131 2 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089244780416 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10686560 memory=1236 CPUtime=0.98 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 6551 0 0 0 97 1 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089243727904 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10686560 memory=640 CPUtime=0.37 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) S 12859 12862 7968 0 -1 1077944384 4084 0 0 0 36 1 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089242675616 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10686560 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10686560 memory=1440 CPUtime=0.28 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 352 0 0 0 17 11 0 0 20 0 16 0 13327541 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12918] ppid=12859 vsize=10686560 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12918/stat : 12918 (java) S 12859 12862 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 16 0 13365661 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089237417840 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 1614.82 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8026732 KiB

[startup+435.801 s]
/proc/loadavg: 5.09 5.33 6.24 6/214 12923
/proc/meminfo: memFree=21083268/32770624 swapFree=67108860/67108860
[pid=12862] ppid=12859 vsize=10686560 memory=8026732 CPUtime=1615.02 cores=1,3,5,7
/proc/12862/stat : 12862 (java) S 12859 12862 7968 0 -1 1077944320 540711 0 0 0 160693 809 0 0 20 0 16 0 13327525 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140721401871872 140089753071351 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
/proc/12862/statm: 2671640 2006683 3162 1 0 2661055 0
[pid=12862/tid=12864] ppid=12859 vsize=10686560 memory=15872 CPUtime=14.02 cores=1,3,5,7
/proc/12862/task/12864/stat : 12864 (java) S 12859 12862 7968 0 -1 1077944384 15860 0 0 0 1390 12 0 0 20 0 16 0 13327532 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089757312032 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12865] ppid=12859 vsize=10686560 memory=-8774313645642428999 CPUtime=394.35 cores=1,3,5,7
/proc/12862/task/12865/stat : 12865 (java) S 12859 12862 7968 0 -1 1077944384 136902 0 0 0 39236 199 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089694108048 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12866] ppid=12859 vsize=10686560 memory=2012 CPUtime=392.89 cores=1,3,5,7
/proc/12862/task/12866/stat : 12866 (java) S 12859 12862 7968 0 -1 1077944384 86899 0 0 0 39080 209 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089693055248 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12867] ppid=12859 vsize=10686560 memory=5520 CPUtime=393.98 cores=1,3,5,7
/proc/12862/task/12867/stat : 12867 (java) S 12859 12862 7968 0 -1 1077944384 73619 0 0 0 39207 191 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089692002960 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12868] ppid=12859 vsize=10686560 memory=4612 CPUtime=396.13 cores=1,3,5,7
/proc/12862/task/12868/stat : 12868 (java) S 12859 12862 7968 0 -1 1077944384 121447 0 0 0 39431 182 0 0 20 0 16 0 13327533 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089690950160 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12869] ppid=12859 vsize=10686560 memory=792 CPUtime=20.58 cores=1,3,5,7
/proc/12862/task/12869/stat : 12869 (java) R 12859 12862 7968 0 -1 4202560 81983 0 0 0 2054 4 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089248990400 140089738067752 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12870] ppid=12859 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12870/stat : 12870 (java) S 12859 12862 7968 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089247937888 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12871] ppid=12859 vsize=10686560 memory=33404 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12871/stat : 12871 (java) S 12859 12862 7968 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 16 0 13327535 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089246885488 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12872] ppid=12859 vsize=10686560 memory=33567 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12872/stat : 12872 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089245833808 140089753089947 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12873] ppid=12859 vsize=10686560 memory=1402 CPUtime=1.33 cores=1,3,5,7
/proc/12862/task/12873/stat : 12873 (java) S 12859 12862 7968 0 -1 1077944384 11307 0 0 0 131 2 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089244780416 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12874] ppid=12859 vsize=10686560 memory=8026764 CPUtime=0.98 cores=1,3,5,7
/proc/12862/task/12874/stat : 12874 (java) S 12859 12862 7968 0 -1 1077944384 6551 0 0 0 97 1 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089243727904 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12875] ppid=12859 vsize=10686560 memory=4124 CPUtime=0.37 cores=1,3,5,7
/proc/12862/task/12875/stat : 12875 (java) S 12859 12862 7968 0 -1 1077944384 4084 0 0 0 36 1 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089242675616 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12876] ppid=12859 vsize=10686560 memory=181 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12876/stat : 12876 (java) S 12859 12862 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13327538 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089241623008 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12877] ppid=12859 vsize=10686560 memory=3871425 CPUtime=0.28 cores=1,3,5,7
/proc/12862/task/12877/stat : 12877 (java) S 12859 12862 7968 0 -1 1077944384 352 0 0 0 17 11 0 0 20 0 16 0 13327541 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089240570800 140089753082498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
[pid=12862/tid=12918] ppid=12859 vsize=10686560 memory=3879460 CPUtime=0 cores=1,3,5,7
/proc/12862/task/12918/stat : 12918 (java) S 12859 12862 7968 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 16 0 13365661 10943037440 2006683 18446744073709551615 4194304 4196468 140721401889328 140089237417840 140089753081557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24236032 140721401897361 140721401897514 140721401897514 140721401901007 0
Current children cumulated CPU time: 1615.02 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8026732 KiB

Child status: 0
Real time (s): 435.879
CPU time (s): 1615.11
CPU user time (s): 1606.98
CPU system time (s): 8.12931
CPU usage (%): 370.54
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8026772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1606.98
system time used= 8.12931
maximum resident set size= 8026868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30512
involuntary context switches= 18173


# summary of solver processes directly reported to runsolver:
#   pid: 12862
#   total CPU time (s): 1615.11
#   total CPU user time (s): 1606.98
#   total CPU system time (s): 8.12931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53081 second user time and 4.54704 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:06:52
IDJOB=4263772
IDBENCH=115817
IDSOLVER=2651
FILE ID=node128/4263772-1502594448
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263772-1502594448/watcher-4263772-1502594448 -o /tmp/evaluation-result-4263772-1502594448/solver-4263772-1502594448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263772-1502594448.xml

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

MD5SUM BENCH= 133cdadaee2e697c51b4261ec7f2679b
RANDOM SEED=1753943638

node128.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.94
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.94
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.94
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.94
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:        29543608 kB
MemAvailable:   30051800 kB
Buffers:          109948 kB
Cached:           687012 kB
SwapCached:            0 kB
Active:          2200600 kB
Inactive:         616736 kB
Active(anon):    2020592 kB
Inactive(anon):    16764 kB
Active(file):     180008 kB
Inactive(file):   599972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       2083824 kB
Mapped:            43584 kB
Shmem:             17116 kB
Slab:             112884 kB
SReclaimable:      88092 kB
SUnreclaim:        24792 kB
KernelStack:        3792 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3425532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1957888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 05:14:08