Trace number 4243324

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? 1550.64 420.703

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-6.xml
MD5SUMc933cd09e9acfeb17baa8719fd3b3e7c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark429
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size535
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":535,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=18130
running on 4 cores: 1,3,5,7

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: 2.06 2.14 2.58 2/200 18133
/proc/meminfo: memFree=28730508/32770624 swapFree=0/339816
[pid=18133] ppid=18130 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18133/stat : 18133 (runsolver) D 18130 18133 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46396627 24240128 108 18446744073709551615 4194304 4338465 140726204690528 140726204688168 139654171980503 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 11124736 140726204698759 140726204699209 140726204699209 140726204702666 0
/proc/18133/statm: 5918 108 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 2.06 2.14 2.58 2/200 18133
/proc/meminfo: memFree=28730508/32770624 swapFree=0/339816
[pid=18133] ppid=18130 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 4072 0 0 0 3 1 0 0 20 0 9 0 46396627 10395312128 5205 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2537918 5205 2156 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200292 s]
/proc/loadavg: 2.06 2.14 2.58 2/200 18133
/proc/meminfo: memFree=28730508/32770624 swapFree=0/339816
[pid=18133] ppid=18130 vsize=10552180 CPUtime=0.11 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 7242 0 0 0 9 2 0 0 20 0 15 0 46396627 10805432320 7584 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2638045 7584 2780 1 0 2627517 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10552180

[startup+0.300225 s]
/proc/loadavg: 2.06 2.14 2.58 2/200 18133
/proc/meminfo: memFree=28730508/32770624 swapFree=0/339816
[pid=18133] ppid=18130 vsize=10551156 CPUtime=0.26 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 8570 0 0 0 23 3 0 0 20 0 15 0 46396627 10804383744 9288 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637789 9288 2864 1 0 2627261 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551156

[startup+0.700311 s]
/proc/loadavg: 2.06 2.14 2.58 2/200 18133
/proc/meminfo: memFree=28730508/32770624 swapFree=0/339816
[pid=18133] ppid=18130 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 12866 0 0 0 120 9 0 0 20 0 15 0 46396627 10804461568 48663 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637808 48663 3075 1 0 2627261 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10551232

[startup+1.50143 s]
/proc/loadavg: 2.06 2.14 2.58 3/215 18148
/proc/meminfo: memFree=28457276/32770624 swapFree=0/339856
[pid=18133] ppid=18130 vsize=10551232 CPUtime=3.24 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 14030 0 0 0 288 36 0 0 20 0 15 0 46396627 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637808 123751 3099 1 0 2627261 0
[pid=18133/tid=18135] ppid=18130 vsize=10551232 CPUtime=1.14 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 7627 0 0 0 108 6 0 0 20 0 15 0 46396632 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140054024506688 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) R 18130 18133 12906 0 -1 4202560 187 0 0 0 16 6 0 0 20 0 15 0 46396633 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053630941912 140054005296202 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) R 18130 18133 12906 0 -1 4202560 160 0 0 0 16 6 0 0 20 0 15 0 46396633 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053629889368 140054005295918 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) R 18130 18133 12906 0 -1 4202560 186 0 0 0 16 6 0 0 20 0 15 0 46396633 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053628836000 140054001897927 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) R 18130 18133 12906 0 -1 4202560 184 0 0 0 16 6 0 0 20 0 15 0 46396633 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053627783456 140054005299200 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 46396634 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053584364832 140054020282069 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 1677 0 0 0 44 0 0 0 20 0 15 0 46396637 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053512693472 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 1177 0 0 0 42 0 0 0 20 0 15 0 46396637 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053511649648 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 1390 0 0 0 25 1 0 0 20 0 15 0 46396637 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053510596592 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46396643 10804461568 123751 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 10551232

[startup+3.10077 s]
/proc/loadavg: 2.21 2.17 2.59 6/215 18148
/proc/meminfo: memFree=28141764/32770624 swapFree=0/339856
[pid=18133] ppid=18130 vsize=10551232 CPUtime=7.65 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 16121 0 0 0 704 61 0 0 20 0 15 0 46396627 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637808 189503 3115 1 0 2627261 0
[pid=18133/tid=18135] ppid=18130 vsize=10551232 CPUtime=1.48 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) R 18130 18133 12906 0 -1 4202560 7628 0 0 0 142 6 0 0 20 0 15 0 46396632 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140054024506672 140053664997397 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10551232 CPUtime=1.16 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) S 18130 18133 12906 0 -1 1077944384 452 0 0 0 103 13 0 0 20 0 15 0 46396633 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053630941712 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10551232 CPUtime=1.17 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) S 18130 18133 12906 0 -1 1077944384 737 0 0 0 104 13 0 0 20 0 15 0 46396633 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053629889168 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10551232 CPUtime=1.16 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) S 18130 18133 12906 0 -1 1077944384 400 0 0 0 104 12 0 0 20 0 15 0 46396633 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053628836112 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10551232 CPUtime=1.15 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) S 18130 18133 12906 0 -1 1077944384 779 0 0 0 102 13 0 0 20 0 15 0 46396633 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053627783568 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 520 0 0 0 32 0 0 0 20 0 15 0 46396634 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053584366320 140054020283010 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 1679 0 0 0 45 0 0 0 20 0 15 0 46396637 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053512702192 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 1177 0 0 0 42 0 0 0 20 0 15 0 46396637 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053511649648 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 1391 0 0 0 26 1 0 0 20 0 15 0 46396637 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053510596592 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) R 18130 18133 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46396643 10804461568 189503 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 10551232

[startup+6.30071 s]
/proc/loadavg: 2.21 2.17 2.59 3/215 18148
/proc/meminfo: memFree=27683584/32770624 swapFree=0/339860
[pid=18133] ppid=18130 vsize=10551232 CPUtime=16.27 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 23305 0 0 0 1509 118 0 0 20 0 15 0 46396627 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637808 363826 3116 1 0 2627261 0
[pid=18133/tid=18135] ppid=18130 vsize=10551232 CPUtime=2.45 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) R 18130 18133 12906 0 -1 4202560 8853 0 0 0 236 9 0 0 20 0 15 0 46396632 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140054024508368 140053664997129 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10551232 CPUtime=2.95 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) S 18130 18133 12906 0 -1 1077944384 1039 0 0 0 269 26 0 0 20 0 15 0 46396633 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053630941712 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10551232 CPUtime=2.95 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) S 18130 18133 12906 0 -1 1077944384 1355 0 0 0 270 25 0 0 20 0 15 0 46396633 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053629889168 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10551232 CPUtime=2.94 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) S 18130 18133 12906 0 -1 1077944384 912 0 0 0 269 25 0 0 20 0 15 0 46396633 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053628836112 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10551232 CPUtime=2.95 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) S 18130 18133 12906 0 -1 1077944384 1998 0 0 0 268 27 0 0 20 0 15 0 46396633 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053627783568 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10551232 CPUtime=0.74 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 2313 0 0 0 74 0 0 0 20 0 15 0 46396634 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053584366320 140054020283010 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 2117 0 0 0 47 0 0 0 20 0 15 0 46396637 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053512702192 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 1364 0 0 0 45 0 0 0 20 0 15 0 46396637 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053511649648 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 1663 0 0 0 27 1 0 0 20 0 15 0 46396637 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053510596592 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 46396643 10804461568 363826 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 10551232

[startup+12.7014 s]
/proc/loadavg: 2.26 2.18 2.59 6/215 18148
/proc/meminfo: memFree=25444088/32770624 swapFree=0/339856
[pid=18133] ppid=18130 vsize=10551232 CPUtime=36.49 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 32363 0 0 0 3327 322 0 0 20 0 15 0 46396627 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2637808 850076 3116 1 0 2627261 0
[pid=18133/tid=18135] ppid=18130 vsize=10551232 CPUtime=4.24 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 8942 0 0 0 415 9 0 0 20 0 15 0 46396632 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140054024504832 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10551232 CPUtime=7.54 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) R 18130 18133 12906 0 -1 4202560 2626 0 0 0 679 75 0 0 20 0 15 0 46396633 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053630941912 140054004972496 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10551232 CPUtime=7.51 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) R 18130 18133 12906 0 -1 4202560 2824 0 0 0 672 79 0 0 20 0 15 0 46396633 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053629889368 140054004972551 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10551232 CPUtime=7.53 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) R 18130 18133 12906 0 -1 4202560 2452 0 0 0 678 75 0 0 20 0 15 0 46396633 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053628836312 140054004972880 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10551232 CPUtime=7.52 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) R 18130 18133 12906 0 -1 4202560 3427 0 0 0 674 78 0 0 20 0 15 0 46396633 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053627783456 140054004972551 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10551232 CPUtime=0.74 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 4064 0 0 0 74 0 0 0 20 0 15 0 46396634 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053584364864 140054020282069 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46396635 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46396637 10804461568 850076 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0

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


[startup+419.207 s]
/proc/loadavg: 4.79 4.10 3.35 6/216 18180
/proc/meminfo: memFree=20561908/32770624 swapFree=0/340044
[pid=18133] ppid=18130 vsize=10686560 CPUtime=1546.86 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 361483 0 0 0 153853 833 0 0 20 0 16 0 46396627 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2671640 2040462 3167 1 0 2661055 0
[pid=18133/tid=18135] ppid=18130 vsize=10686560 CPUtime=13.58 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 14790 0 0 0 1349 9 0 0 20 0 16 0 46396632 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140054024512544 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10686560 CPUtime=376.91 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) R 18130 18133 12906 0 -1 4202560 80159 0 0 0 37502 189 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053630941600 140054013374887 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10686560 CPUtime=376.26 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) R 18130 18133 12906 0 -1 4202560 33550 0 0 0 37409 217 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053629888976 140054012900071 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10686560 CPUtime=375.75 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) R 18130 18133 12906 0 -1 4202560 73530 0 0 0 37371 204 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053628836232 140054012900071 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10686560 CPUtime=377.15 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) R 18130 18133 12906 0 -1 4202560 72512 0 0 0 37514 201 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053627783688 140054012900071 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10686560 CPUtime=24.99 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 71566 0 0 0 2494 5 0 0 20 0 16 0 46396634 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053584364864 140054020282069 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10686560 CPUtime=0.57 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 3613 0 0 0 57 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053512701952 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 7078 0 0 0 92 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053511649696 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 2455 0 0 0 30 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053510591968 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10686560 CPUtime=0.32 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 616 0 0 0 19 13 0 0 20 0 16 0 46396643 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18177] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18177/stat : 18177 (java) S 18130 18133 12906 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 46432406 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053505331328 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 1546.86
Current children cumulated vsize (KiB) 10686560

[startup+420.001 s]
/proc/loadavg: 4.79 4.10 3.35 6/216 18180
/proc/meminfo: memFree=20561908/32770624 swapFree=0/340044
[pid=18133] ppid=18130 vsize=10686560 CPUtime=1549.94 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 361767 0 0 0 154160 834 0 0 20 0 16 0 46396627 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2671640 2040462 3167 1 0 2661055 0
[pid=18133/tid=18135] ppid=18130 vsize=10686560 CPUtime=13.58 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 14790 0 0 0 1349 9 0 0 20 0 16 0 46396632 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140054024512544 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10686560 CPUtime=377.7 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) R 18130 18133 12906 0 -1 4202560 80443 0 0 0 37581 189 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053630941600 140054005261506 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10686560 CPUtime=377.03 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) R 18130 18133 12906 0 -1 4202560 33550 0 0 0 37485 218 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053629889288 140054012900071 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10686560 CPUtime=376.5 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) R 18130 18133 12906 0 -1 4202560 73530 0 0 0 37446 204 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053628836232 140054012900071 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10686560 CPUtime=377.91 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) R 18130 18133 12906 0 -1 4202560 72512 0 0 0 37590 201 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053627783376 140054012900071 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10686560 CPUtime=24.99 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) S 18130 18133 12906 0 -1 1077944384 71566 0 0 0 2494 5 0 0 20 0 16 0 46396634 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053584364864 140054020282069 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10686560 CPUtime=0.57 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 3613 0 0 0 57 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053512701952 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 7078 0 0 0 92 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053511649696 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 2455 0 0 0 30 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053510591968 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10686560 CPUtime=0.32 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 616 0 0 0 19 13 0 0 20 0 16 0 46396643 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18177] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18177/stat : 18177 (java) S 18130 18133 12906 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 46432406 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053505331328 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 1549.94
Current children cumulated vsize (KiB) 10686560

[startup+420.401 s]
/proc/loadavg: 4.79 4.10 3.35 3/216 18180
/proc/meminfo: memFree=20561908/32770624 swapFree=0/340044
[pid=18133] ppid=18130 vsize=10686560 CPUtime=1550.37 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 361771 0 0 0 154203 834 0 0 20 0 16 0 46396627 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2671640 2040462 3167 1 0 2661055 0
[pid=18133/tid=18135] ppid=18130 vsize=10686560 CPUtime=13.58 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 14790 0 0 0 1349 9 0 0 20 0 16 0 46396632 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140054024512544 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10686560 CPUtime=377.71 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) S 18130 18133 12906 0 -1 1077944384 80447 0 0 0 37582 189 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053630941712 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10686560 CPUtime=377.04 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) S 18130 18133 12906 0 -1 1077944384 33550 0 0 0 37486 218 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053629889168 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10686560 CPUtime=376.51 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) S 18130 18133 12906 0 -1 1077944384 73530 0 0 0 37447 204 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053628836112 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10686560 CPUtime=377.92 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) S 18130 18133 12906 0 -1 1077944384 72512 0 0 0 37591 201 0 0 20 0 16 0 46396633 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053627783568 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10686560 CPUtime=25.38 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) R 18130 18133 12906 0 -1 4202560 71566 0 0 0 2533 5 0 0 20 0 16 0 46396634 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053584364864 140054004729483 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10686560 CPUtime=0.57 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 3613 0 0 0 57 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053512701952 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 7078 0 0 0 92 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053511649696 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 2455 0 0 0 30 1 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053510591968 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10686560 CPUtime=0.32 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 616 0 0 0 19 13 0 0 20 0 16 0 46396643 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18177] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18177/stat : 18177 (java) S 18130 18133 12906 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 46432406 10943037440 2040462 18446744073709551615 4194304 4196468 140733377388336 140053505331328 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 1550.37
Current children cumulated vsize (KiB) 10686560

[startup+420.601 s]
/proc/loadavg: 4.79 4.10 3.35 3/216 18180
/proc/meminfo: memFree=20561908/32770624 swapFree=0/340044
[pid=18133] ppid=18130 vsize=10686560 CPUtime=1550.57 cores=1,3,5,7
/proc/18133/stat : 18133 (java) S 18130 18133 12906 0 -1 1077944320 361857 0 0 0 154223 834 0 0 20 0 16 0 46396627 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140733377370880 140054020271863 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
/proc/18133/statm: 2671640 2040464 3167 1 0 2661055 0
[pid=18133/tid=18135] ppid=18130 vsize=10686560 CPUtime=13.58 cores=1,3,5,7
/proc/18133/task/18135/stat : 18135 (java) S 18130 18133 12906 0 -1 1077944384 14790 0 0 0 1349 9 0 0 20 0 16 0 46396632 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140054024512544 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18136] ppid=18130 vsize=10686560 CPUtime=377.71 cores=1,3,5,7
/proc/18133/task/18136/stat : 18136 (java) S 18130 18133 12906 0 -1 1077944384 80447 0 0 0 37582 189 0 0 20 0 16 0 46396633 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053630941712 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18137] ppid=18130 vsize=10686560 CPUtime=377.04 cores=1,3,5,7
/proc/18133/task/18137/stat : 18137 (java) S 18130 18133 12906 0 -1 1077944384 33550 0 0 0 37486 218 0 0 20 0 16 0 46396633 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053629889168 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18138] ppid=18130 vsize=10686560 CPUtime=376.51 cores=1,3,5,7
/proc/18133/task/18138/stat : 18138 (java) S 18130 18133 12906 0 -1 1077944384 73530 0 0 0 37447 204 0 0 20 0 16 0 46396633 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053628836112 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18139] ppid=18130 vsize=10686560 CPUtime=377.92 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) S 18130 18133 12906 0 -1 1077944384 72512 0 0 0 37591 201 0 0 20 0 16 0 46396633 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053627783568 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18140] ppid=18130 vsize=10686560 CPUtime=25.58 cores=1,3,5,7
/proc/18133/task/18140/stat : 18140 (java) R 18130 18133 12906 0 -1 4202560 71652 0 0 0 2553 5 0 0 20 0 16 0 46396634 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053584364752 140053998642043 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18141] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18141/stat : 18141 (java) S 18130 18133 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053583312608 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18142] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18142/stat : 18142 (java) S 18130 18133 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46396635 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053514806528 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18143] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18143/stat : 18143 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053513755088 140054020290459 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18144] ppid=18130 vsize=10686560 CPUtime=0.57 cores=1,3,5,7
/proc/18133/task/18144/stat : 18144 (java) S 18130 18133 12906 0 -1 1077944384 3613 0 0 0 57 0 0 0 20 0 16 0 46396637 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053512701952 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18145] ppid=18130 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/18133/task/18145/stat : 18145 (java) S 18130 18133 12906 0 -1 1077944384 7078 0 0 0 92 1 0 0 20 0 16 0 46396637 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053511649696 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18146] ppid=18130 vsize=10686560 CPUtime=0.31 cores=1,3,5,7
/proc/18133/task/18146/stat : 18146 (java) S 18130 18133 12906 0 -1 1077944384 2455 0 0 0 30 1 0 0 20 0 16 0 46396637 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053510591968 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18147] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18147/stat : 18147 (java) S 18130 18133 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46396637 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053509544288 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18148] ppid=18130 vsize=10686560 CPUtime=0.32 cores=1,3,5,7
/proc/18133/task/18148/stat : 18148 (java) S 18130 18133 12906 0 -1 1077944384 616 0 0 0 19 13 0 0 20 0 16 0 46396643 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053508492336 140054020283010 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
[pid=18133/tid=18177] ppid=18130 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18133/task/18177/stat : 18177 (java) S 18130 18133 12906 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 46432406 10943037440 2040464 18446744073709551615 4194304 4196468 140733377388336 140053505331328 140054020282069 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29609984 140733377397173 140733377397326 140733377397326 140733377400783 0
Current children cumulated CPU time (s) 1550.57
Current children cumulated vsize (KiB) 10686560

[startup+420.701 s]
/proc/loadavg: 4.79 4.10 3.35 3/216 18180
/proc/meminfo: memFree=20561908/32770624 swapFree=0/340044
[pid=18133] ppid=18130 vsize=0 CPUtime=1550.63 cores=1,3,5,7
/proc/18133/stat : 18133 (java) Z 18130 18133 12906 0 -1 4227084 361934 0 0 0 154225 838 0 0 20 0 2 0 46396627 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 0 0 0 0 0 0 0 0
/proc/18133/statm: 0 0 0 0 0 0 0
[pid=18133/tid=18139] ppid=18130 vsize=0 CPUtime=377.96 cores=1,3,5,7
/proc/18133/task/18139/stat : 18139 (java) D 18130 18133 12906 0 -1 4203588 72512 0 0 0 37591 205 0 0 20 0 2 0 46396633 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1550.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 420.703
CPU time (s): 1550.64
CPU user time (s): 1542.26
CPU system time (s): 8.38192
CPU usage (%): 368.583
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1542.26
system time used= 8.38192
maximum resident set size= 8162000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22526
involuntary context switches= 15563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.99342 second user time and 2.79035 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 20:27:00
IDJOB=4243324
IDBENCH=115828
IDSOLVER=2623
FILE ID=node135/4243324-1502044857
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243324-1502044857/watcher-4243324-1502044857 -o /tmp/evaluation-result-4243324-1502044857/solver-4243324-1502044857 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243324-1502044857.xml

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

MD5SUM BENCH= c933cd09e9acfeb17baa8719fd3b3e7c
RANDOM SEED=2074466025

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:        28730508 kB
MemAvailable:   29134876 kB
Buffers:          200260 kB
Cached:           493040 kB
SwapCached:            0 kB
Active:          3243056 kB
Inactive:         364788 kB
Active(anon):    2914780 kB
Inactive(anon):    24972 kB
Active(file):     328276 kB
Inactive(file):   339816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1636 kB
Writeback:            12 kB
AnonPages:       2914448 kB
Mapped:            50016 kB
Shmem:             25344 kB
Slab:             130936 kB
SReclaimable:     104220 kB
SUnreclaim:        26716 kB
KernelStack:        3520 kB
PageTables:        10164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4404620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2775040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 20:34:00