Trace number 4263104

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1940.01 521.995

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-20-1.xml
MD5SUMfe7e3e2412edf0b59c3173e00c93d043
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size3815
Maximum domain size3815
Distribution of domain sizes[{"size":3815,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

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

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

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

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

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

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

solver pid=10160, runsolver pid=10157

[startup+0.100085 s]*
/proc/loadavg: 6.94 7.35 7.12 5/199 10162
/proc/meminfo: memFree=27208624/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=9936560 memory=16484 CPUtime=0.01 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 3430 0 0 0 1 0 0 0 20 0 6 0 12663075 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2484140 4121 1921 1 0 2473637 0
[pid=10160/tid=10162] ppid=10157 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) R 10157 10160 7968 0 -1 4202560 2128 0 0 0 1 0 0 0 20 0 6 0 12663085 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140133163766352 140133143610718 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12663086 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=9936560 memory=140216591066752 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12663086 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12663086 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12663086 10175037440 4121 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.212697 s]*
/proc/loadavg: 6.94 7.35 7.12 6/212 10175
/proc/meminfo: memFree=27199248/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10551156 memory=26048 CPUtime=0.08 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 5032 0 0 0 7 1 0 0 20 0 15 0 12663075 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2637789 6512 2733 1 0 2627261 0
[pid=10160/tid=10162] ppid=10157 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) R 10157 10160 7968 0 -1 4202560 2981 0 0 0 6 0 0 0 20 0 15 0 12663085 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140133163744368 140133144962170 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10551156 memory=140216591074949 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10551156 memory=140216591066752 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663087 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132723661168 140133159541378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12663087 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132722607136 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12663088 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132721554288 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132719450992 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132718398192 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10551156 memory=140216591066752 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 257 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132717345392 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10551156 memory=140216591066752 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663095 10804383744 6512 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26048 KiB

[startup+0.310667 s]*
/proc/loadavg: 6.94 7.35 7.12 6/212 10175
/proc/meminfo: memFree=27186680/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10551156 memory=35984 CPUtime=0.23 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 8295 0 0 0 21 2 0 0 20 0 15 0 12663075 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2637789 8996 2853 1 0 2627261 0
[pid=10160/tid=10162] ppid=10157 vsize=10551156 memory=8318255677412212789 CPUtime=0.15 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) R 10157 10160 7968 0 -1 4202560 5938 0 0 0 14 1 0 0 20 0 15 0 12663085 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140133163754304 140133159552157 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10551156 memory=140216591074949 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10551156 memory=3472468512818746032 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663087 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132723661168 140133159541378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12663087 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132722607136 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12663088 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132721554288 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 516 0 0 0 1 0 0 0 20 0 15 0 12663090 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132719450992 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132718398192 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10551156 memory=7160715681301697781 CPUtime=0.04 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 417 0 0 0 4 0 0 0 20 0 15 0 12663090 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132717345392 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10551156 memory=140216591066752 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663095 10804383744 8996 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35984 KiB

[startup+0.701632 s]
/proc/loadavg: 6.94 7.35 7.12 8/212 10175
/proc/meminfo: memFree=27174964/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10551232 memory=150940 CPUtime=1.29 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 12433 0 0 0 125 4 0 0 20 0 15 0 12663075 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2637808 37735 3055 1 0 2627261 0
[pid=10160/tid=10162] ppid=10157 vsize=10551232 memory=2241 CPUtime=0.54 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) R 10157 10160 7968 0 -1 4202560 6818 0 0 0 51 3 0 0 20 0 15 0 12663085 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140133163768560 140132790401265 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663086 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12663086 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10551232 memory=792 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) S 10157 10160 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12663087 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132723661168 140133159541378 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10551232 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12663087 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132722607136 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12663088 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132721554288 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) R 10157 10160 7968 0 -1 4202560 1356 0 0 0 24 0 0 0 20 0 15 0 12663090 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132719431264 140133140250666 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10551232 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) R 10157 10160 7968 0 -1 4202560 1226 0 0 0 23 0 0 0 20 0 15 0 12663090 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132718384760 140133141078181 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 1662 0 0 0 26 0 0 0 20 0 15 0 12663090 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132717345392 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10551232 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804461568 37735 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663095 10804461568 38247 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 150940 KiB

[startup+1.50084 s]
/proc/loadavg: 6.94 7.35 7.12 6/212 10175
/proc/meminfo: memFree=26797988/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10551232 memory=831524 CPUtime=3.15 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 15375 0 0 0 280 35 0 0 20 0 15 0 12663075 10804461568 207369 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2637808 207369 3084 1 0 2627261 0
[pid=10160/tid=10162] ppid=10157 vsize=10551232 memory=288230613214036277 CPUtime=1.01 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) R 10157 10160 7968 0 -1 4202560 7531 0 0 0 92 9 0 0 20 0 15 0 12663085 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140133163767232 140133145598350 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10551232 memory=15540730097567645 CPUtime=0.31 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 619 0 0 0 25 6 0 0 20 0 15 0 12663086 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10551232 memory=21 CPUtime=0.27 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 301 0 0 0 22 5 0 0 20 0 15 0 12663086 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10551232 memory=23 CPUtime=0.29 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 185 0 0 0 24 5 0 0 20 0 15 0 12663086 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10551232 memory=25 CPUtime=0.31 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 577 0 0 0 25 6 0 0 20 0 15 0 12663086 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10551232 memory=8881 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) S 10157 10160 7968 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 12663087 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132723661168 140133159541378 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12663087 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132722607136 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10551232 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12663088 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132721554288 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10551232 memory=4124 CPUtime=0.29 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 1373 0 0 0 29 0 0 0 20 0 15 0 12663090 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132719450992 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10551232 memory=11144 CPUtime=0.31 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 1241 0 0 0 31 0 0 0 20 0 15 0 12663090 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132718398192 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10551232 memory=2424 CPUtime=0.28 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 1682 0 0 0 28 0 0 0 20 0 15 0 12663090 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132717345392 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12663090 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12663095 10804461568 207881 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10551232 KiB

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

[startup+520.801 s]
/proc/loadavg: 6.76 7.15 7.08 8/215 10303
/proc/meminfo: memFree=15103016/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10686560 memory=8341704 CPUtime=1937.41 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 2006704 0 0 0 192803 938 0 0 20 0 16 0 12663075 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2671640 2085426 3156 1 0 2661055 0
[pid=10160/tid=10162] ppid=10157 vsize=10686560 memory=3904 CPUtime=19.45 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) S 10157 10160 7968 0 -1 1077944384 27255 0 0 0 1912 33 0 0 20 0 16 0 12663085 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133163770912 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10686560 memory=2884 CPUtime=475.77 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) R 10157 10160 7968 0 -1 4202560 353999 0 0 0 47366 211 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133116496848 140133152158439 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=474.34 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) R 10157 10160 7968 0 -1 4202560 492544 0 0 0 47197 237 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133115444048 140133152158439 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10686560 memory=7348820 CPUtime=475.53 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) R 10157 10160 7968 0 -1 4202560 494283 0 0 0 47345 208 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133114391640 140133152633250 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=473.21 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) R 10157 10160 7968 0 -1 4202560 519305 0 0 0 47088 233 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133113338760 140133152158439 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10686560 memory=1156 CPUtime=17.27 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) S 10157 10160 7968 0 -1 1077944384 106483 0 0 0 1722 5 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132723659712 140133159540437 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10686560 memory=3232 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132722607200 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 12663088 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132721554304 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10686560 memory=4304 CPUtime=0.62 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 3764 0 0 0 62 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132719451040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10686560 memory=1588 CPUtime=0.6 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 3511 0 0 0 60 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132718398240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10686560 memory=928 CPUtime=0.34 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 2839 0 0 0 33 1 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132717345152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10686560 memory=4124 CPUtime=0.18 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1094 0 0 0 10 8 0 0 20 0 16 0 12663095 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10221] ppid=10157 vsize=10686560 memory=11164 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10221/stat : 10221 (java) S 10157 10160 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12706891 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132712087152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 1937.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8341704 KiB

[startup+521.601 s]
/proc/loadavg: 6.76 7.15 7.08 9/215 10303
/proc/meminfo: memFree=15103016/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10686560 memory=8341704 CPUtime=1939.61 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 2006704 0 0 0 193022 939 0 0 20 0 16 0 12663075 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2671640 2085426 3156 1 0 2661055 0
[pid=10160/tid=10162] ppid=10157 vsize=10686560 memory=8341704 CPUtime=19.45 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) S 10157 10160 7968 0 -1 1077944384 27255 0 0 0 1912 33 0 0 20 0 16 0 12663085 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133163770912 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10686560 memory=8341704 CPUtime=476.24 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 353999 0 0 0 47413 211 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10686560 memory=8341704 CPUtime=474.81 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 492544 0 0 0 47244 237 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10686560 memory=5520 CPUtime=476.02 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 494283 0 0 0 47394 208 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10686560 memory=4612 CPUtime=473.66 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 519305 0 0 0 47133 233 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10686560 memory=792 CPUtime=17.57 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) R 10157 10160 7968 0 -1 4202560 106483 0 0 0 1752 5 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132723659600 140133143987834 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132722607200 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 12663088 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132721554304 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10686560 memory=4124 CPUtime=0.62 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 3764 0 0 0 62 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132719451040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10686560 memory=11164 CPUtime=0.6 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 3511 0 0 0 60 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132718398240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10686560 memory=2424 CPUtime=0.34 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 2839 0 0 0 33 1 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132717345152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10686560 memory=11164 CPUtime=0.18 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1094 0 0 0 10 8 0 0 20 0 16 0 12663095 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10221] ppid=10157 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10221/stat : 10221 (java) S 10157 10160 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12706891 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132712087152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 1939.61 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8341704 KiB

[startup+521.801 s]
/proc/loadavg: 6.76 7.15 7.08 9/215 10303
/proc/meminfo: memFree=15103016/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10686560 memory=8341704 CPUtime=1939.81 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 2006704 0 0 0 193042 939 0 0 20 0 16 0 12663075 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2671640 2085426 3156 1 0 2661055 0
[pid=10160/tid=10162] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=19.45 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) S 10157 10160 7968 0 -1 1077944384 27255 0 0 0 1912 33 0 0 20 0 16 0 12663085 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133163770912 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10686560 memory=15872 CPUtime=476.24 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 353999 0 0 0 47413 211 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10686560 memory=4040 CPUtime=474.81 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 492544 0 0 0 47244 237 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10686560 memory=16444 CPUtime=476.02 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 494283 0 0 0 47394 208 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10686560 memory=7584 CPUtime=473.66 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 519305 0 0 0 47133 233 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10686560 memory=-8774313645642428999 CPUtime=17.77 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) R 10157 10160 7968 0 -1 4202560 106483 0 0 0 1772 5 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132723659600 140133143987851 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132722607200 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 12663088 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132721554304 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10686560 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0.62 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 3764 0 0 0 62 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132719451040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0.6 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 3511 0 0 0 60 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132718398240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10686560 memory=15872 CPUtime=0.34 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 2839 0 0 0 33 1 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132717345152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0.18 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1094 0 0 0 10 8 0 0 20 0 16 0 12663095 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10221] ppid=10157 vsize=10686560 memory=7584 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10221/stat : 10221 (java) S 10157 10160 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12706891 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132712087152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 1939.81 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8341704 KiB

[startup+521.901 s]
/proc/loadavg: 6.76 7.15 7.08 9/215 10303
/proc/meminfo: memFree=15103016/32770624 swapFree=67108860/67108860
[pid=10160] ppid=10157 vsize=10686560 memory=8341704 CPUtime=1939.91 cores=1,3,5,7
/proc/10160/stat : 10160 (java) S 10157 10160 7968 0 -1 1077944320 2006704 0 0 0 193052 939 0 0 20 0 16 0 12663075 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140728669842592 140133159530231 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
/proc/10160/statm: 2671640 2085426 3156 1 0 2661055 0
[pid=10160/tid=10162] ppid=10157 vsize=10686560 memory=1296 CPUtime=19.45 cores=1,3,5,7
/proc/10160/task/10162/stat : 10162 (java) S 10157 10160 7968 0 -1 1077944384 27255 0 0 0 1912 33 0 0 20 0 16 0 12663085 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133163770912 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10163] ppid=10157 vsize=10686560 memory=8341704 CPUtime=476.24 cores=1,3,5,7
/proc/10160/task/10163/stat : 10163 (java) S 10157 10160 7968 0 -1 1077944384 353999 0 0 0 47413 211 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133116497040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10164] ppid=10157 vsize=10686560 memory=8341704 CPUtime=474.81 cores=1,3,5,7
/proc/10160/task/10164/stat : 10164 (java) S 10157 10160 7968 0 -1 1077944384 492544 0 0 0 47244 237 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133115444240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10165] ppid=10157 vsize=10686560 memory=8341768 CPUtime=476.02 cores=1,3,5,7
/proc/10160/task/10165/stat : 10165 (java) S 10157 10160 7968 0 -1 1077944384 494283 0 0 0 47394 208 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133114391440 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10166] ppid=10157 vsize=10686560 memory=280432910946960 CPUtime=473.66 cores=1,3,5,7
/proc/10160/task/10166/stat : 10166 (java) S 10157 10160 7968 0 -1 1077944384 519305 0 0 0 47133 233 0 0 20 0 16 0 12663086 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140133113338640 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10167] ppid=10157 vsize=10686560 memory=8341704 CPUtime=17.87 cores=1,3,5,7
/proc/10160/task/10167/stat : 10167 (java) R 10157 10160 7968 0 -1 4202560 106483 0 0 0 1782 5 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132723659600 140133137900392 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10168] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10168/stat : 10168 (java) S 10157 10160 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 12663087 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132722607200 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10169] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10169/stat : 10169 (java) S 10157 10160 7968 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 12663088 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132721554304 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10170] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10170/stat : 10170 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132720502608 140133159548827 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10171] ppid=10157 vsize=10686560 memory=8340452 CPUtime=0.62 cores=1,3,5,7
/proc/10160/task/10171/stat : 10171 (java) S 10157 10160 7968 0 -1 1077944384 3764 0 0 0 62 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132719451040 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10172] ppid=10157 vsize=10686560 memory=8340452 CPUtime=0.6 cores=1,3,5,7
/proc/10160/task/10172/stat : 10172 (java) S 10157 10160 7968 0 -1 1077944384 3511 0 0 0 60 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132718398240 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10173] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0.34 cores=1,3,5,7
/proc/10160/task/10173/stat : 10173 (java) S 10157 10160 7968 0 -1 1077944384 2839 0 0 0 33 1 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132717345152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10174] ppid=10157 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10174/stat : 10174 (java) S 10157 10160 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12663090 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132716292832 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10175] ppid=10157 vsize=10686560 memory=8341704 CPUtime=0.18 cores=1,3,5,7
/proc/10160/task/10175/stat : 10175 (java) S 10157 10160 7968 0 -1 1077944384 1094 0 0 0 10 8 0 0 20 0 16 0 12663095 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132715240112 140133159541378 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
[pid=10160/tid=10221] ppid=10157 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/10160/task/10221/stat : 10221 (java) S 10157 10160 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12706891 10943037440 2085426 18446744073709551615 4194304 4196468 140728669860048 140132712087152 140133159540437 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27688960 140728669868433 140728669868586 140728669868586 140728669872079 0
Current children cumulated CPU time: 1939.91 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8341704 KiB

Child status: 0
Real time (s): 521.995
CPU time (s): 1940.01
CPU user time (s): 1930.55
CPU system time (s): 9.45578
CPU usage (%): 371.652
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8341768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1930.55
system time used= 9.45578
maximum resident set size= 8341772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2006793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42107
involuntary context switches= 54611


# summary of solver processes directly reported to runsolver:
#   pid: 10160
#   total CPU time (s): 1940.01
#   total CPU user time (s): 1930.55
#   total CPU system time (s): 9.45578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.20655 second user time and 5.16626 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:16:07
IDJOB=4263104
IDBENCH=115666
IDSOLVER=2651
FILE ID=node128/4263104-1502587804
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= fe7e3e2412edf0b59c3173e00c93d043
RANDOM SEED=856973450

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27211680 kB
MemAvailable:   27706048 kB
Buffers:          102760 kB
Cached:           680492 kB
SwapCached:            0 kB
Active:          4541452 kB
Inactive:         605632 kB
Active(anon):    4363928 kB
Inactive(anon):    16776 kB
Active(file):     177524 kB
Inactive(file):   588856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1712 kB
Writeback:             4 kB
AnonPages:       4363672 kB
Mapped:            43408 kB
Shmem:             17148 kB
Slab:             111952 kB
SReclaimable:      87648 kB
SUnreclaim:        24304 kB
KernelStack:        3472 kB
PageTables:        13248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4882308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3264512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 03:24:49