Trace number 4243320

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
R1: sat4j-CSP 2017-07-05? 1440.36 390.48901

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

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243320-1502042490/watcher-4243320-1502042490 -o /tmp/evaluation-result-4243320-1502042490/solver-4243320-1502042490 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243320-1502042490.xml 

pid=17627
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.28 1.67 2/184 17633
/proc/meminfo: memFree=31601456/32770624 swapFree=0/334612
[pid=17633] ppid=17627 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17633/stat : 17633 (runsolver) D 17627 17633 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46159859 24240128 106 18446744073709551615 4194304 4338465 140737480476176 140737480473816 139794325488343 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 12390400 140737480482951 140737480483401 140737480483401 140737480486858 0
/proc/17633/statm: 5918 106 53 36 0 2156 0

[startup+0.100203 s]
/proc/loadavg: 1.12 1.28 1.67 2/184 17633
/proc/meminfo: memFree=31601456/32770624 swapFree=0/334612
[pid=17633] ppid=17627 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 4016 0 0 0 2 0 0 0 20 0 9 0 46159859 10395312128 4673 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2537918 4673 2108 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.203671 s]
/proc/loadavg: 1.12 1.28 1.67 2/184 17633
/proc/meminfo: memFree=31601456/32770624 swapFree=0/334612
[pid=17633] ppid=17627 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 4855 0 0 0 5 1 0 0 20 0 15 0 46159859 10804383744 5888 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637789 5888 2605 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.302068 s]
/proc/loadavg: 1.12 1.28 1.67 2/184 17633
/proc/meminfo: memFree=31601456/32770624 swapFree=0/334612
[pid=17633] ppid=17627 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 8215 0 0 0 19 2 0 0 20 0 15 0 46159859 10804383744 9007 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637789 9007 2882 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700231 s]
/proc/loadavg: 1.12 1.28 1.67 2/184 17633
/proc/meminfo: memFree=31601456/32770624 swapFree=0/334612
[pid=17633] ppid=17627 vsize=10551232 CPUtime=1.13 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 11361 0 0 0 102 11 0 0 20 0 15 0 46159859 10804461568 52775 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637808 52775 3058 1 0 2627261 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 10551232

[startup+1.50071 s]
/proc/loadavg: 1.12 1.28 1.67 7/214 17663
/proc/meminfo: memFree=30949576/32770624 swapFree=0/334316
[pid=17633] ppid=17627 vsize=10551232 CPUtime=3.17 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 13653 0 0 0 280 37 0 0 20 0 15 0 46159859 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637808 128896 3088 1 0 2627261 0
[pid=17633/tid=17636] ppid=17627 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) R 17627 17633 12906 0 -1 4202560 7648 0 0 0 103 6 0 0 20 0 15 0 46159866 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140249304188992 140248945036726 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) S 17627 17633 12906 0 -1 1077944384 204 0 0 0 16 7 0 0 20 0 15 0 46159866 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248911174672 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) S 17627 17633 12906 0 -1 1077944384 187 0 0 0 15 7 0 0 20 0 15 0 46159866 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248910122128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) S 17627 17633 12906 0 -1 1077944384 176 0 0 0 17 6 0 0 20 0 15 0 46159866 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248909069072 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) S 17627 17633 12906 0 -1 1077944384 188 0 0 0 16 7 0 0 20 0 15 0 46159866 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248908016528 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248796338416 140249299966594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 1385 0 0 0 42 0 0 0 20 0 15 0 46159871 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248792128240 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 1130 0 0 0 40 0 0 0 20 0 15 0 46159871 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248791075696 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 1168 0 0 0 26 0 0 0 20 0 15 0 46159871 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248790022640 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46159879 10804461568 128896 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 10551232

[startup+3.10057 s]
/proc/loadavg: 1.12 1.28 1.67 13/214 17663
/proc/meminfo: memFree=30277344/32770624 swapFree=0/334060
[pid=17633] ppid=17627 vsize=10551232 CPUtime=7.74 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 45852 0 0 0 702 72 0 0 20 0 15 0 46159859 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637808 278428 3101 1 0 2627261 0
[pid=17633/tid=17636] ppid=17627 vsize=10551232 CPUtime=1.79 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 7819 0 0 0 170 9 0 0 20 0 15 0 46159866 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140249304190272 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) R 17627 17633 12906 0 -1 4202560 6494 0 0 0 99 15 0 0 20 0 15 0 46159866 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248911174672 140249284656429 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) R 17627 17633 12906 0 -1 4202560 7361 0 0 0 96 15 0 0 20 0 15 0 46159866 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248910122128 140249284951547 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) R 17627 17633 12906 0 -1 4202560 9086 0 0 0 96 14 0 0 20 0 15 0 46159866 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248909069072 140249284951393 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) R 17627 17633 12906 0 -1 4202560 8799 0 0 0 96 15 0 0 20 0 15 0 46159866 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248908016416 140249284951429 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 776 0 0 0 1 0 0 0 20 0 15 0 46159868 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248796336960 140249299965653 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10551232 CPUtime=0.56 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 1423 0 0 0 56 0 0 0 20 0 15 0 46159871 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248792113232 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10551232 CPUtime=0.54 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 1353 0 0 0 54 0 0 0 20 0 15 0 46159871 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248791054480 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 1381 0 0 0 31 0 0 0 20 0 15 0 46159871 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248790022640 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159879 10804461568 278428 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 10551232

[startup+6.30076 s]
/proc/loadavg: 1.91 1.44 1.72 7/214 17663
/proc/meminfo: memFree=29069860/32770624 swapFree=0/334064
[pid=17633] ppid=17627 vsize=10551232 CPUtime=14.48 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 55474 0 0 0 1330 118 0 0 20 0 15 0 46159859 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637808 377539 3110 1 0 2627261 0
[pid=17633/tid=17636] ppid=17627 vsize=10551232 CPUtime=3.24 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) R 17627 17633 12906 0 -1 4202560 9221 0 0 0 315 9 0 0 20 0 15 0 46159866 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140249304192824 140248944504410 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10551232 CPUtime=2.17 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) S 17627 17633 12906 0 -1 1077944384 7036 0 0 0 192 25 0 0 20 0 15 0 46159866 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248911174672 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10551232 CPUtime=2.14 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) S 17627 17633 12906 0 -1 1077944384 7673 0 0 0 188 26 0 0 20 0 15 0 46159866 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248910122128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10551232 CPUtime=2.14 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) S 17627 17633 12906 0 -1 1077944384 9699 0 0 0 189 25 0 0 20 0 15 0 46159866 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248909069072 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10551232 CPUtime=2.13 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) S 17627 17633 12906 0 -1 1077944384 9433 0 0 0 187 26 0 0 20 0 15 0 46159866 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248908016528 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10551232 CPUtime=0.71 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 2313 0 0 0 71 0 0 0 20 0 15 0 46159868 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248796338416 140249299966594 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10551232 CPUtime=0.73 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 3081 0 0 0 72 1 0 0 20 0 15 0 46159871 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248792128240 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 4006 0 0 0 80 0 0 0 20 0 15 0 46159871 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248791075696 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 1552 0 0 0 32 1 0 0 20 0 15 0 46159871 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248790022640 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 46159879 10804461568 377539 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 10551232

[startup+12.7061 s]
/proc/loadavg: 2.15 1.50 1.74 9/215 17664
/proc/meminfo: memFree=27201144/32770624 swapFree=0/334064
[pid=17633] ppid=17627 vsize=10551232 CPUtime=32.72 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 94449 0 0 0 2966 306 0 0 20 0 15 0 46159859 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2637808 861567 3110 1 0 2627261 0
[pid=17633/tid=17636] ppid=17627 vsize=10551232 CPUtime=4.57 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 10377 0 0 0 444 13 0 0 20 0 15 0 46159866 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140249304191984 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10551232 CPUtime=6.11 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) R 17627 17633 12906 0 -1 4202560 9526 0 0 0 541 70 0 0 20 0 15 0 46159866 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248911174792 140249284977568 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10551232 CPUtime=6.12 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) R 17627 17633 12906 0 -1 4202560 10016 0 0 0 539 73 0 0 20 0 15 0 46159866 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248910122016 140249284977568 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10551232 CPUtime=6.09 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) R 17627 17633 12906 0 -1 4202560 11500 0 0 0 538 71 0 0 20 0 15 0 46159866 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248909069272 140249281581200 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10551232 CPUtime=6.09 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) R 17627 17633 12906 0 -1 4202560 38181 0 0 0 536 73 0 0 20 0 15 0 46159866 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248908016728 140249284403662 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10551232 CPUtime=1.79 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 4618 0 0 0 179 0 0 0 20 0 15 0 46159868 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248796336928 140249299965653 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 46159868 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46159871 10804461568 861567 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0

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

/proc/17633/task/17693/stat : 17693 (java) S 17627 17633 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248783712016 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 1429.49
Current children cumulated vsize (KiB) 10686560

[startup+388.801 s]
/proc/loadavg: 4.57 3.84 2.75 7/217 17693
/proc/meminfo: memFree=21011424/32770624 swapFree=0/339108
[pid=17633] ppid=17627 vsize=10686560 CPUtime=1435.68 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 492822 0 2 0 142801 767 0 0 20 0 17 0 46159859 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2671640 2006935 3160 1 0 2661055 0
[pid=17633/tid=17636] ppid=17627 vsize=10686560 CPUtime=13.96 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 16582 0 2 0 1383 13 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140249304196128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10686560 CPUtime=350.14 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) R 17627 17633 12906 0 -1 4202560 105018 0 0 0 34841 173 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248911174480 140249292583655 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10686560 CPUtime=350.18 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) R 17627 17633 12906 0 -1 4202560 98479 0 0 0 34835 183 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248910122248 140249292583655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10686560 CPUtime=349.23 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) R 17627 17633 12906 0 -1 4202560 66710 0 0 0 34746 177 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248909068880 140249292583655 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10686560 CPUtime=349.62 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) R 17627 17633 12906 0 -1 4202560 119843 0 0 0 34754 208 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248908016416 140249284945077 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10686560 CPUtime=19.49 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 64091 0 0 0 1946 3 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248796336960 140249299965653 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10686560 CPUtime=1.38 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 11340 0 0 0 137 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248792128336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 5814 0 0 0 95 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248791075456 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10686560 CPUtime=0.37 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 3118 0 0 0 36 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248790020144 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10686560 CPUtime=0.25 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 308 0 0 0 14 11 0 0 20 0 17 0 46159879 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17692] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17692/stat : 17692 (java) S 17627 17633 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248784756720 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17693] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17693/stat : 17693 (java) S 17627 17633 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248783712016 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 1435.68
Current children cumulated vsize (KiB) 10686560

[startup+389.601 s]
/proc/loadavg: 4.60 3.86 2.76 7/217 17693
/proc/meminfo: memFree=21011424/32770624 swapFree=0/339108
[pid=17633] ppid=17627 vsize=10686560 CPUtime=1438.78 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 493082 0 2 0 143110 768 0 0 20 0 17 0 46159859 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2671640 2006935 3160 1 0 2661055 0
[pid=17633/tid=17636] ppid=17627 vsize=10686560 CPUtime=13.96 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 16582 0 2 0 1383 13 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140249304196128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10686560 CPUtime=350.91 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) R 17627 17633 12906 0 -1 4202560 105018 0 0 0 34918 173 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248911174480 140249292583655 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10686560 CPUtime=350.95 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) R 17627 17633 12906 0 -1 4202560 98479 0 0 0 34911 184 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248910122248 140249292583655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10686560 CPUtime=350 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) R 17627 17633 12906 0 -1 4202560 66710 0 0 0 34823 177 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248909068880 140249292583655 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10686560 CPUtime=350.42 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) R 17627 17633 12906 0 -1 4202560 120103 0 0 0 34834 208 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248908016416 140249281565279 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10686560 CPUtime=19.49 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) S 17627 17633 12906 0 -1 1077944384 64091 0 0 0 1946 3 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248796336960 140249299965653 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10686560 CPUtime=1.38 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 11340 0 0 0 137 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248792128336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 5814 0 0 0 95 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248791075456 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10686560 CPUtime=0.37 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 3118 0 0 0 36 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248790020144 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10686560 CPUtime=0.25 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 308 0 0 0 14 11 0 0 20 0 17 0 46159879 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17692] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17692/stat : 17692 (java) S 17627 17633 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248784756720 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17693] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17693/stat : 17693 (java) S 17627 17633 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248783712016 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 1438.78
Current children cumulated vsize (KiB) 10686560

[startup+390.001 s]
/proc/loadavg: 4.60 3.86 2.76 7/217 17693
/proc/meminfo: memFree=21011424/32770624 swapFree=0/339108
[pid=17633] ppid=17627 vsize=10686560 CPUtime=1439.86 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 493123 0 2 0 143218 768 0 0 20 0 17 0 46159859 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2671640 2006935 3160 1 0 2661055 0
[pid=17633/tid=17636] ppid=17627 vsize=10686560 CPUtime=13.96 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 16582 0 2 0 1383 13 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140249304196128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10686560 CPUtime=351.14 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) S 17627 17633 12906 0 -1 1077944384 105018 0 0 0 34941 173 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248911174672 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10686560 CPUtime=351.18 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) S 17627 17633 12906 0 -1 1077944384 98479 0 0 0 34934 184 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248910122128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10686560 CPUtime=350.23 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) S 17627 17633 12906 0 -1 1077944384 66710 0 0 0 34846 177 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248909069072 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10686560 CPUtime=350.66 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) S 17627 17633 12906 0 -1 1077944384 120144 0 0 0 34858 208 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248908016528 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10686560 CPUtime=19.66 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) R 17627 17633 12906 0 -1 4202560 64091 0 0 0 1963 3 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248796336848 140249284951851 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10686560 CPUtime=1.38 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 11340 0 0 0 137 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248792128336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 5814 0 0 0 95 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248791075456 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10686560 CPUtime=0.37 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 3118 0 0 0 36 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248790020144 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10686560 CPUtime=0.25 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 308 0 0 0 14 11 0 0 20 0 17 0 46159879 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17692] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17692/stat : 17692 (java) S 17627 17633 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248784756720 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17693] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17693/stat : 17693 (java) S 17627 17633 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248783712016 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 1439.86
Current children cumulated vsize (KiB) 10686560

[startup+390.401 s]
/proc/loadavg: 4.60 3.86 2.76 7/217 17693
/proc/meminfo: memFree=21011424/32770624 swapFree=0/339108
[pid=17633] ppid=17627 vsize=10686560 CPUtime=1440.26 cores=0,2,4,6
/proc/17633/stat : 17633 (java) S 17627 17633 12906 0 -1 1077944320 493123 0 2 0 143258 768 0 0 20 0 17 0 46159859 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140722764415376 140249299955447 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
/proc/17633/statm: 2671640 2006935 3160 1 0 2661055 0
[pid=17633/tid=17636] ppid=17627 vsize=10686560 CPUtime=13.96 cores=0,2,4,6
/proc/17633/task/17636/stat : 17636 (java) S 17627 17633 12906 0 -1 1077944384 16582 0 2 0 1383 13 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140249304196128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17638] ppid=17627 vsize=10686560 CPUtime=351.14 cores=0,2,4,6
/proc/17633/task/17638/stat : 17638 (java) S 17627 17633 12906 0 -1 1077944384 105018 0 0 0 34941 173 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248911174672 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17641] ppid=17627 vsize=10686560 CPUtime=351.18 cores=0,2,4,6
/proc/17633/task/17641/stat : 17641 (java) S 17627 17633 12906 0 -1 1077944384 98479 0 0 0 34934 184 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248910122128 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17643] ppid=17627 vsize=10686560 CPUtime=350.23 cores=0,2,4,6
/proc/17633/task/17643/stat : 17643 (java) S 17627 17633 12906 0 -1 1077944384 66710 0 0 0 34846 177 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248909069072 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17645] ppid=17627 vsize=10686560 CPUtime=350.66 cores=0,2,4,6
/proc/17633/task/17645/stat : 17645 (java) S 17627 17633 12906 0 -1 1077944384 120144 0 0 0 34858 208 0 0 20 0 17 0 46159866 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248908016528 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17646] ppid=17627 vsize=10686560 CPUtime=20.06 cores=0,2,4,6
/proc/17633/task/17646/stat : 17646 (java) R 17627 17633 12906 0 -1 4202560 64091 0 0 0 2003 3 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248796336848 140249284951851 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17649] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17649/stat : 17649 (java) S 17627 17633 12906 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248795284704 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17651] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17651/stat : 17651 (java) S 17627 17633 12906 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 46159868 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248794231536 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17656] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17656/stat : 17656 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248793180112 140249299974043 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17657] ppid=17627 vsize=10686560 CPUtime=1.38 cores=0,2,4,6
/proc/17633/task/17657/stat : 17657 (java) S 17627 17633 12906 0 -1 1077944384 11340 0 0 0 137 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248792128336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17658] ppid=17627 vsize=10686560 CPUtime=0.95 cores=0,2,4,6
/proc/17633/task/17658/stat : 17658 (java) S 17627 17633 12906 0 -1 1077944384 5814 0 0 0 95 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248791075456 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17659] ppid=17627 vsize=10686560 CPUtime=0.37 cores=0,2,4,6
/proc/17633/task/17659/stat : 17659 (java) S 17627 17633 12906 0 -1 1077944384 3118 0 0 0 36 1 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248790020144 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17661] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17661/stat : 17661 (java) S 17627 17633 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46159871 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248788970336 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17663] ppid=17627 vsize=10686560 CPUtime=0.25 cores=0,2,4,6
/proc/17633/task/17663/stat : 17663 (java) S 17627 17633 12906 0 -1 1077944384 308 0 0 0 14 11 0 0 20 0 17 0 46159879 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248787917360 140249299966594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17692] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17692/stat : 17692 (java) S 17627 17633 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248784756720 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
[pid=17633/tid=17693] ppid=17627 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17633/task/17693/stat : 17693 (java) S 17627 17633 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 46196090 10943037440 2006935 18446744073709551615 4194304 4196468 140722764432832 140248783712016 140249299965653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27852800 140722764435893 140722764436046 140722764436046 140722764439503 0
Current children cumulated CPU time (s) 1440.26
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 390.489
CPU time (s): 1440.36
CPU user time (s): 1432.64
CPU system time (s): 7.72797
CPU usage (%): 368.861
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.64
system time used= 7.72797
maximum resident set size= 8027988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493176
page faults= 2
swaps= 0
block input operations= 9848
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27172
involuntary context switches= 14497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.86351 second user time and 2.57807 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 19:47:32
IDJOB=4243320
IDBENCH=115817
IDSOLVER=2623
FILE ID=node135/4243320-1502042490
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62032 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-4243320-1502042490/watcher-4243320-1502042490 -o /tmp/evaluation-result-4243320-1502042490/solver-4243320-1502042490 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243320-1502042490.xml

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

MD5SUM BENCH= 133cdadaee2e697c51b4261ec7f2679b
RANDOM SEED=2020261789

node135.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.21
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.21
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.21
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.21
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:        31601848 kB
MemAvailable:   31998764 kB
Buffers:          199092 kB
Cached:           487140 kB
SwapCached:            0 kB
Active:           381832 kB
Inactive:         359584 kB
Active(anon):      55748 kB
Inactive(anon):    24972 kB
Active(file):     326084 kB
Inactive(file):   334612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3020 kB
Writeback:             0 kB
AnonPages:         55196 kB
Mapped:            37184 kB
Shmem:             25344 kB
Slab:             130640 kB
SReclaimable:     104108 kB
SUnreclaim:        26532 kB
KernelStack:        3152 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 19:54:02