Trace number 4263095

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? 1551.83 418.58401

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-0.xml
MD5SUM1edbd0f724acb79b93e779b216f6b499
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1278
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1378
Maximum domain size1378
Distribution of domain sizes[{"size":1378,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

running on 4 cores: 0,2,4,6

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


[startup+0.105685 s]*
/proc/loadavg: 7.82 7.49 5.94 6/206 9166
/proc/meminfo: memFree=23211124/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10484492 memory=23812 CPUtime=0.05 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 4918 0 0 0 4 1 0 0 20 0 14 0 12421784 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2621123 5953 2584 1 0 2610620 0
[pid=9156/tid=9158] ppid=9153 vsize=10484492 memory=-8035107114825123821 CPUtime=0.05 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) D 9153 9156 7968 0 -1 4202560 3037 0 0 0 4 1 0 0 20 0 14 0 12421790 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589872900000 140589868684541 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12421790 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10484492 memory=140126563415680 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12421790 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12421790 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12421790 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10484492 memory=140126563415680 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12421792 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589364349808 140589868673666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12421792 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589363295776 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12421792 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589362242928 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12421795 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 12421795 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589360138608 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12421795 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589359085808 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10484492 memory=140126563415680 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 12421795 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589358033008 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12421795 10736119808 5953 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23812 KiB

[startup+0.213845 s]*
/proc/loadavg: 7.82 7.49 5.94 9/211 9171
/proc/meminfo: memFree=23202320/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10551156 memory=31400 CPUtime=0.17 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 8145 0 0 0 15 2 0 0 20 0 15 0 12421784 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2637789 7850 2858 1 0 2627261 0
[pid=9156/tid=9158] ppid=9153 vsize=10551156 memory=8318255677412212789 CPUtime=0.12 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) R 9153 9156 7968 0 -1 4202560 5836 0 0 0 10 2 0 0 20 0 15 0 12421790 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589872894736 140589852743006 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10551156 memory=140126563423451 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10551156 memory=140126563415680 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589364349808 140589868673666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589363295776 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589362242928 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589360138608 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589359085808 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10551156 memory=140126563415680 CPUtime=0.02 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 12421795 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589358033008 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10551156 memory=140126563415680 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421798 10804383744 7850 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31400 KiB

[startup+0.31028 s]*
/proc/loadavg: 7.82 7.49 5.94 7/211 9171
/proc/meminfo: memFree=23195540/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10551156 memory=39308 CPUtime=0.32 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 9120 0 0 0 29 3 0 0 20 0 15 0 12421784 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2637789 9827 2872 1 0 2627261 0
[pid=9156/tid=9158] ppid=9153 vsize=10551156 memory=7680170660397595203 CPUtime=0.22 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) R 9153 9156 7968 0 -1 4202560 6369 0 0 0 20 2 0 0 20 0 15 0 12421790 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589872883952 140589868674454 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421790 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589364349808 140589868673666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589363295776 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12421792 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589362242928 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) R 9153 9156 7968 0 -1 4202560 501 0 0 0 1 0 0 0 20 0 15 0 12421795 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589360138608 140589868674454 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) R 9153 9156 7968 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 15 0 12421795 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589359085808 140589868673666 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10551156 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) R 9153 9156 7968 0 -1 4202560 766 0 0 0 6 0 0 0 20 0 15 0 12421795 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589358033008 140589847709392 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421798 10804383744 9827 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39308 KiB

[startup+0.700795 s]
/proc/loadavg: 7.82 7.49 5.94 7/211 9171
/proc/meminfo: memFree=23126080/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10551232 memory=200796 CPUtime=1.32 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 12230 0 0 0 123 9 0 0 20 0 15 0 12421784 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2637808 50199 3071 1 0 2627261 0
[pid=9156/tid=9158] ppid=9153 vsize=10551232 memory=2760 CPUtime=0.56 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) R 9153 9156 7968 0 -1 4202560 7849 0 0 0 52 4 0 0 20 0 15 0 12421790 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589872884512 140589465288128 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10551232 memory=2760 CPUtime=0.01 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 12421790 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10551232 memory=1152 CPUtime=0.01 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 12421790 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10551232 memory=7663270922301886576 CPUtime=0.02 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 12421790 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10551232 memory=8099273479769515617 CPUtime=0.01 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 12421790 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10551232 memory=7301858164987948385 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12421792 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589364349808 140589868673666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10551232 memory=7588960373286396992 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421792 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589363295776 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10551232 memory=7521123975987816294 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12421792 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589362242928 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10551232 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10551232 memory=280252924496192 CPUtime=0.22 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) R 9153 9156 7968 0 -1 4202560 909 0 0 0 22 0 0 0 20 0 15 0 12421795 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589360131096 140589850206976 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10551232 memory=7086527698858502509 CPUtime=0.21 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) R 9153 9156 7968 0 -1 4202560 829 0 0 0 21 0 0 0 20 0 15 0 12421795 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589359085808 140589850206242 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10551232 memory=5868002866409084075 CPUtime=0.19 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 1127 0 0 0 19 0 0 0 20 0 15 0 12421795 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589358033008 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12421795 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12421798 10804461568 50199 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 200796 KiB

[startup+1.50079 s]
/proc/loadavg: 7.82 7.49 5.94 6/211 9171
/proc/meminfo: memFree=22950224/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10551232 memory=521916 CPUtime=3.05 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 13574 0 0 0 271 34 0 0 20 0 15 0 12421784 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2637808 130479 3084 1 0 2627261 0
[pid=9156/tid=9158] ppid=9153 vsize=10551232 memory=280252924431408 CPUtime=1.12 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) R 9153 9156 7968 0 -1 4202560 7916 0 0 0 106 6 0 0 20 0 15 0 12421790 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589872893736 140589465835184 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10551232 memory=4124 CPUtime=0.24 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 175 0 0 0 18 6 0 0 20 0 15 0 12421790 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10551232 memory=11040 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 213 0 0 0 20 6 0 0 20 0 15 0 12421790 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10551232 memory=2424 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 216 0 0 0 19 7 0 0 20 0 15 0 12421790 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10551232 memory=1296 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 172 0 0 0 20 6 0 0 20 0 15 0 12421790 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 12421792 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589364349808 140589868673666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10551232 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12421792 10804461568 130479 18446744073709551615 4194304 4196468 140731781996240 140589363295840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0

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

[startup+417.601 s]
/proc/loadavg: 6.35 7.13 6.36 9/212 9289
/proc/meminfo: memFree=14922696/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10684512 memory=8287212 CPUtime=1549.87 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 172637 0 0 0 154158 829 0 0 20 0 16 0 12421784 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2671128 2071803 3153 1 0 2660543 0
[pid=9156/tid=9158] ppid=9153 vsize=10684512 memory=8287208 CPUtime=13.22 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) S 9153 9156 7968 0 -1 1077944384 17667 0 0 0 1311 11 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589872903200 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10684512 memory=1156 CPUtime=378.39 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) R 9153 9156 7968 0 -1 4202560 14704 0 0 0 37640 199 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589799082840 140589853652199 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=378.57 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) R 9153 9156 7968 0 -1 4202560 16120 0 0 0 37651 206 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589798029648 140589861290727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10684512 memory=8676 CPUtime=379.77 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) R 9153 9156 7968 0 -1 4202560 23225 0 0 0 37790 187 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589796977160 140589861290727 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10684512 memory=1440 CPUtime=379.35 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) R 9153 9156 7968 0 -1 4202560 19483 0 0 0 37721 214 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589795924360 140589861290727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10684512 memory=4124 CPUtime=19.25 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) S 9153 9156 7968 0 -1 1077944384 71573 0 0 0 1921 4 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589364348352 140589868672725 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589363295840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10684512 memory=8287204 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589362242944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10684512 memory=960 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10684512 memory=2248 CPUtime=0.39 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 2577 0 0 0 39 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589360138656 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10684512 memory=4304 CPUtime=0.42 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 2325 0 0 0 42 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589359085568 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10684512 memory=3252 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 2682 0 0 0 26 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589358028384 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10684512 memory=8287208 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10684512 memory=8287208 CPUtime=0.15 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 612 0 0 0 9 6 0 0 20 0 16 0 12421798 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9284] ppid=9153 vsize=10684512 memory=3056 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9284/stat : 9284 (java) S 9153 9156 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 12458000 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589354872944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 1549.87 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8287212 KiB

[startup+418.001 s]*
/proc/loadavg: 6.48 7.14 6.37 6/212 9289
/proc/meminfo: memFree=14922696/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10684512 memory=8287212 CPUtime=1551.24 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 172787 0 0 0 154295 829 0 0 20 0 16 0 12421784 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2671128 2071803 3153 1 0 2660543 0
[pid=9156/tid=9158] ppid=9153 vsize=10684512 memory=179435143710606 CPUtime=13.22 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) S 9153 9156 7968 0 -1 1077944384 17667 0 0 0 1311 11 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589872903200 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10684512 memory=280252925176576 CPUtime=378.72 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 14854 0 0 0 37673 199 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10684512 memory=140127603000874 CPUtime=378.89 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 16120 0 0 0 37683 206 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=380.09 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 23225 0 0 0 37822 187 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10684512 memory=288230613214036277 CPUtime=379.67 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 19483 0 0 0 37753 214 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10684512 memory=15540730097567645 CPUtime=19.32 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) R 9153 9156 7968 0 -1 4202560 71573 0 0 0 1928 4 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589364348352 140589853120139 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10684512 memory=840 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589363295840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10684512 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589362242944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10684512 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10684512 memory=3904 CPUtime=0.39 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 2577 0 0 0 39 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589360138656 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10684512 memory=2760 CPUtime=0.42 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 2325 0 0 0 42 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589359085568 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10684512 memory=2760 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 2682 0 0 0 26 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589358028384 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10684512 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10684512 memory=1152 CPUtime=0.15 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 612 0 0 0 9 6 0 0 20 0 16 0 12421798 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9284] ppid=9153 vsize=10684512 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9284/stat : 9284 (java) S 9153 9156 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 12458000 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589354872944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 1551.24 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8287212 KiB

[startup+418.401 s]
/proc/loadavg: 6.48 7.14 6.37 6/212 9289
/proc/meminfo: memFree=14922696/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10684512 memory=8287212 CPUtime=1551.64 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 172787 0 0 0 154335 829 0 0 20 0 16 0 12421784 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2671128 2071803 3153 1 0 2660543 0
[pid=9156/tid=9158] ppid=9153 vsize=10684512 memory=8287212 CPUtime=13.22 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) S 9153 9156 7968 0 -1 1077944384 17667 0 0 0 1311 11 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589872903200 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10684512 memory=8287208 CPUtime=378.72 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 14854 0 0 0 37673 199 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10684512 memory=8287212 CPUtime=378.89 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 16120 0 0 0 37683 206 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=380.09 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 23225 0 0 0 37822 187 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10684512 memory=15872 CPUtime=379.67 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 19483 0 0 0 37753 214 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10684512 memory=11064 CPUtime=19.71 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) R 9153 9156 7968 0 -1 4202560 71573 0 0 0 1967 4 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589364348240 140589853658886 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589363295840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589362242944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10684512 memory=37599 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10684512 memory=37626 CPUtime=0.39 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 2577 0 0 0 39 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589360138656 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10684512 memory=37746 CPUtime=0.42 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 2325 0 0 0 42 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589359085568 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10684512 memory=37707 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 2682 0 0 0 26 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589358028384 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10684512 memory=8287212 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10684512 memory=149331717916768 CPUtime=0.15 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 612 0 0 0 9 6 0 0 20 0 16 0 12421798 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9284] ppid=9153 vsize=10684512 memory=140127603001612 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9284/stat : 9284 (java) S 9153 9156 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 12458000 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589354872944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 1551.64 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8287212 KiB

[startup+418.501 s]
/proc/loadavg: 6.48 7.14 6.37 6/212 9289
/proc/meminfo: memFree=14922696/32770624 swapFree=67108860/67108860
[pid=9156] ppid=9153 vsize=10684512 memory=8287212 CPUtime=1551.74 cores=0,2,4,6
/proc/9156/stat : 9156 (java) S 9153 9156 7968 0 -1 1077944320 172787 0 0 0 154345 829 0 0 20 0 16 0 12421784 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140731781978784 140589868662519 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
/proc/9156/statm: 2671128 2071803 3153 1 0 2660543 0
[pid=9156/tid=9158] ppid=9153 vsize=10684512 memory=8287208 CPUtime=13.22 cores=0,2,4,6
/proc/9156/task/9158/stat : 9158 (java) S 9153 9156 7968 0 -1 1077944384 17667 0 0 0 1311 11 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589872903200 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9159] ppid=9153 vsize=10684512 memory=8287204 CPUtime=378.72 cores=0,2,4,6
/proc/9156/task/9159/stat : 9159 (java) S 9153 9156 7968 0 -1 1077944384 14854 0 0 0 37673 199 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589799082640 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9160] ppid=9153 vsize=10684512 memory=8285992 CPUtime=378.89 cores=0,2,4,6
/proc/9156/task/9160/stat : 9160 (java) S 9153 9156 7968 0 -1 1077944384 16120 0 0 0 37683 206 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589798029840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9161] ppid=9153 vsize=10684512 memory=8287204 CPUtime=380.09 cores=0,2,4,6
/proc/9156/task/9161/stat : 9161 (java) S 9153 9156 7968 0 -1 1077944384 23225 0 0 0 37822 187 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589796977040 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9162] ppid=9153 vsize=10684512 memory=8287212 CPUtime=379.67 cores=0,2,4,6
/proc/9156/task/9162/stat : 9162 (java) S 9153 9156 7968 0 -1 1077944384 19483 0 0 0 37753 214 0 0 20 0 16 0 12421790 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589795924240 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9163] ppid=9153 vsize=10684512 memory=8287212 CPUtime=19.81 cores=0,2,4,6
/proc/9156/task/9163/stat : 9163 (java) R 9153 9156 7968 0 -1 4202560 71573 0 0 0 1977 4 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589364348240 140589853120141 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9164] ppid=9153 vsize=10684512 memory=8287248 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9164/stat : 9164 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589363295840 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9165] ppid=9153 vsize=10684512 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9165/stat : 9165 (java) S 9153 9156 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12421792 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589362242944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9166] ppid=9153 vsize=10684512 memory=7810487918915055718 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9166/stat : 9166 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589361191248 140589868681115 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9167] ppid=9153 vsize=10684512 memory=8287208 CPUtime=0.39 cores=0,2,4,6
/proc/9156/task/9167/stat : 9167 (java) S 9153 9156 7968 0 -1 1077944384 2577 0 0 0 39 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589360138656 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9168] ppid=9153 vsize=10684512 memory=4124 CPUtime=0.42 cores=0,2,4,6
/proc/9156/task/9168/stat : 9168 (java) S 9153 9156 7968 0 -1 1077944384 2325 0 0 0 42 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589359085568 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9169] ppid=9153 vsize=10684512 memory=7680170660397595203 CPUtime=0.26 cores=0,2,4,6
/proc/9156/task/9169/stat : 9169 (java) S 9153 9156 7968 0 -1 1077944384 2682 0 0 0 26 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589358028384 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9170] ppid=9153 vsize=10684512 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9170/stat : 9170 (java) S 9153 9156 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12421795 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589356980448 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9171] ppid=9153 vsize=10684512 memory=8287208 CPUtime=0.15 cores=0,2,4,6
/proc/9156/task/9171/stat : 9171 (java) S 9153 9156 7968 0 -1 1077944384 612 0 0 0 9 6 0 0 20 0 16 0 12421798 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589355928752 140589868673666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
[pid=9156/tid=9284] ppid=9153 vsize=10684512 memory=8287208 CPUtime=0 cores=0,2,4,6
/proc/9156/task/9284/stat : 9284 (java) S 9153 9156 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 16 0 12458000 10940940288 2071803 18446744073709551615 4194304 4196468 140731781996240 140589354872944 140589868672725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37679104 140731782001041 140731782001194 140731782001194 140731782004687 0
Current children cumulated CPU time: 1551.74 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8287212 KiB

Child status: 0
Real time (s): 418.584
CPU time (s): 1551.83
CPU user time (s): 1543.5
CPU system time (s): 8.33187
CPU usage (%): 370.733
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8287264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.5
system time used= 8.33187
maximum resident set size= 8287380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27608
involuntary context switches= 37818


# summary of solver processes directly reported to runsolver:
#   pid: 9156
#   total CPU time (s): 1551.83
#   total CPU user time (s): 1543.5
#   total CPU system time (s): 8.33187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39121 second user time and 4.18579 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:35:54
IDJOB=4263095
IDBENCH=115607
IDSOLVER=2651
FILE ID=node128/4263095-1502585391
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 1edbd0f724acb79b93e779b216f6b499
RANDOM SEED=381778002

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:        23223628 kB
MemAvailable:   23712812 kB
Buffers:          100360 kB
Cached:           678120 kB
SwapCached:            0 kB
Active:          8521852 kB
Inactive:         601500 kB
Active(anon):    8345208 kB
Inactive(anon):    16764 kB
Active(file):     176644 kB
Inactive(file):   584736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             4 kB
AnonPages:       8344864 kB
Mapped:            43312 kB
Shmem:             17116 kB
Slab:             111948 kB
SReclaimable:      87280 kB
SUnreclaim:        24668 kB
KernelStack:        3440 kB
PageTables:        21348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7204864 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 02:42:53