Trace number 4289774

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 2018-07-11? 2087.04 631.077

General information on the benchmark

NameGraphColoring/
GraphColoring-4-fullins-5_c18.xml
MD5SUM95ec92f657fea8ce6e93e6f35592ce49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2519.94
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Number of domains1
Minimum domain size4146
Maximum domain size4146
Distribution of domain sizes[{"size":4146,"count":4146}]
Minimum variable degree9
Maximum variable degree696
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":18},{"degree":11,"count":14},{"degree":12,"count":56},{"degree":13,"count":22},{"degree":14,"count":94},{"degree":15,"count":28},{"degree":16,"count":112},{"degree":17,"count":54},{"degree":18,"count":216},{"degree":19,"count":62},{"degree":20,"count":248},{"degree":21,"count":24},{"degree":22,"count":96},{"degree":23,"count":78},{"degree":24,"count":312},{"degree":25,"count":10},{"degree":26,"count":40},{"degree":27,"count":40},{"degree":28,"count":166},{"degree":29,"count":40},{"degree":30,"count":160},{"degree":31,"count":166},{"degree":32,"count":664},{"degree":33,"count":30},"...",{"degree":36,"count":96}, {"degree":37,"count":6}, {"degree":38,"count":24}, {"degree":39,"count":24}, {"degree":40,"count":96}, {"degree":49,"count":6}, {"degree":50,"count":24}, {"degree":51,"count":6}, {"degree":52,"count":24}, {"degree":57,"count":6}, {"degree":58,"count":24}, {"degree":59,"count":24}, {"degree":60,"count":96}, {"degree":61,"count":24}, {"degree":62,"count":96}, {"degree":63,"count":96}, {"degree":64,"count":384}, {"degree":93,"count":6}, {"degree":94,"count":24}, {"degree":95,"count":24}, {"degree":96,"count":96}, {"degree":122,"count":6}, {"degree":239,"count":6}, {"degree":240,"count":24}, {"degree":696,"count":6}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":77305}]
Number of extensional constraints0
Number of intensional constraints77305
Distribution of constraint types[{"type":"intension","count":77305}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1981.09/602.70	Jul 22, 2018 12:46:23 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1981.09/602.70	INFO: Runtime exception
1981.09/602.70	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1981.09/602.70		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1981.09/602.70		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1981.09/602.70		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1981.09/602.70		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1981.09/602.70		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1981.09/602.70		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1981.09/602.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1981.09/602.70		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1981.09/602.70		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1981.09/602.70		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1981.09/602.70		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1981.09/602.70		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1981.09/602.70		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1981.09/602.70		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1981.09/602.70	Caused by: java.lang.reflect.InvocationTargetException
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1981.09/602.70		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1981.09/602.70		at java.lang.reflect.Method.invoke(Method.java:498)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1981.09/602.70		... 21 more
1981.09/602.70	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1981.09/602.70		... 26 more
1981.09/602.70	Caused by: java.lang.reflect.InvocationTargetException
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1981.09/602.70		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1981.09/602.70		at java.lang.reflect.Method.invoke(Method.java:498)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1981.09/602.70		... 26 more
1981.09/602.70	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1981.09/602.70		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1981.09/602.70		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1981.09/602.70		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1981.09/602.70		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1981.09/602.70		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1981.09/602.70		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1981.09/602.70		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1981.09/602.70		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1981.09/602.70		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1981.09/602.70		at java.lang.reflect.Method.invoke(Method.java:498)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1981.09/602.70		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1981.09/602.70		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1981.09/602.70		at java.lang.reflect.Method.invoke(Method.java:498)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1981.09/602.70		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1981.09/602.70		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1981.09/602.70		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1981.09/602.70		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1981.09/602.70		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1981.09/602.70		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1981.09/602.70		at org.xcsp.parser.XCallbacks$$Lambda$83/2134271532.accept(Unknown Source)
1981.09/602.70		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1981.09/602.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1981.09/602.70		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1981.09/602.70	
2086.96/631.04	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2086.96/631.04	c This is free software under the dual EPL/GNU LGPL licenses.
2086.96/631.04	c See www.sat4j.org for details.
2086.96/631.04	c That software uses the Rhino library from the Mozilla project.
2086.96/631.04	c version 2.3.6-SNAPSHOT
2086.96/631.04	c java.runtime.name	Java(TM) SE Runtime Environment
2086.96/631.04	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2086.96/631.04	c java.vm.version	25.131-b11
2086.96/631.04	c java.vm.vendor	Oracle Corporation
2086.96/631.04	c sun.arch.data.model	64
2086.96/631.04	c java.version		1.8.0_131
2086.96/631.04	c os.name		Linux
2086.96/631.04	c os.version		3.10.0-514.16.1.el7.x86_64
2086.96/631.04	c os.arch		amd64
2086.96/631.04	c Free memory 		499604488
2086.96/631.04	c Max memory 		7247757312
2086.96/631.04	c Total memory 		504889344
2086.96/631.04	c Number of processors 	4
2086.96/631.04	c c --- Begin Solver configuration ---
2086.96/631.04	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2086.96/631.04	c Learn all clauses as in MiniSAT
2086.96/631.04	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2086.96/631.04	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2086.96/631.04	c No reason simplification
2086.96/631.04	c Glucose 2.1 dynamic restart strategy
2086.96/631.04	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
2086.96/631.04	c timeout=2147483s
2086.96/631.04	c DB Simplification allowed=false
2086.96/631.04	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2086.96/631.04	c --- End Solver configuration ---
2086.96/631.04	c starts		: 0
2086.96/631.04	c conflicts		: 0
2086.96/631.04	c decisions		: 0
2086.96/631.04	c propagations		: 0
2086.96/631.04	c inspects		: 0
2086.96/631.04	c shortcuts		: 0
2086.96/631.04	c learnt literals	: 0
2086.96/631.04	c learnt binary clauses	: 0
2086.96/631.04	c learnt ternary clauses	: 0
2086.96/631.04	c learnt constraints	: 0
2086.96/631.04	c ignored constraints	: 0
2086.96/631.04	c root simplifications	: 0
2086.96/631.04	c removed literals (reason simplification)	: 0
2086.96/631.04	c reason swapping (by a shorter reason)	: 0
2086.96/631.04	c Calls to reduceDB	: 0
2086.96/631.04	c Number of update (reduction) of LBD	: 0
2086.96/631.04	c Imported unit clauses	: 0
2086.96/631.04	c number of reductions to clauses (during analyze)	: 0
2086.96/631.04	c number of learned constraints concerned by reduction	: 0
2086.96/631.04	c number of learning phase by resolution	: 0
2086.96/631.04	c number of learning phase by cutting planes	: 0
2086.96/631.04	c number of rounding to 1 operations	: 0
2086.96/631.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2086.96/631.04	c number of reductions of the coefficients by power 2 	: 0
2086.96/631.04	c number of right shift for reduction by power 2 	: 0
2086.96/631.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
2086.96/631.04	c number of ending skipping 	: 0
2086.96/631.04	c number of internal skipping 	: 0
2086.96/631.04	c number of derivation steps 	: 0
2086.96/631.04	c number of skipped derivation steps 	: 0
2086.96/631.04	c number of remaining unassigned 	: 0
2086.96/631.04	c number of remaining assigned 	: 0
2086.96/631.04	c speed (assignments/second)	: 0.0
2086.96/631.04	c non guided choices	: 0
2086.96/631.04	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 (6779 MiB free)
  memory of node 1: 16384 MiB (10532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289774-1532212580/watcher-4289774-1532212580 -o /tmp/evaluation-result-4289774-1532212580/solver-4289774-1532212580 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289774-1532212580.xml 

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

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

solver pid=28670, runsolver pid=28667

[startup+0.100144 s]*
/proc/loadavg: 1.90 1.97 1.95 3/216 28685
/proc/meminfo: memFree=17708452/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10659012 memory=30068 CPUtime=0.13 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 6609 0 0 0 12 1 0 0 20 0 15 0 38820862 10914828288 7517 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2664753 7517 2816 1 0 2627263 0
[pid=28670/tid=28672] ppid=28667 vsize=10659012 memory=-8773748148829851523 CPUtime=0.08 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) R 28667 28670 26014 0 -1 4202560 4428 0 0 0 8 0 0 0 20 0 15 0 38820862 10914828288 7517 33554432000 4194304 4196468 140725764558352 140329279244144 140329259119966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 7517 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 7517 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820864 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328766810736 140329275050626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328765756704 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328764704368 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328762599536 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328761546736 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0.02 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 38820867 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328760494448 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820868 10914828288 7517 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30068 KiB

[startup+0.210449 s]*
/proc/loadavg: 1.90 1.97 1.95 4/216 28685
/proc/meminfo: memFree=17698156/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10659012 memory=42008 CPUtime=0.34 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 8110 0 0 0 32 2 0 0 20 0 15 0 38820862 10914828288 10502 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2664753 10502 3008 1 0 2627263 0
[pid=28670/tid=28672] ppid=28667 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) R 28667 28670 26014 0 -1 4202560 5011 0 0 0 19 1 0 0 20 0 15 0 38820862 10914828288 10502 33554432000 4194304 4196468 140725764558352 140329279270736 140329259119966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 10502 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10659012 memory=139699678434885 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 10502 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820864 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328766810736 140329275050626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328765756704 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328764704368 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 741 0 0 0 2 0 0 0 20 0 15 0 38820867 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328762599536 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 15 0 38820867 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328761546736 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0.08 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 716 0 0 0 8 0 0 0 20 0 15 0 38820867 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328760494448 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820868 10914828288 10502 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42008 KiB

[startup+0.310808 s]*
/proc/loadavg: 1.90 1.97 1.95 5/216 28685
/proc/meminfo: memFree=17683516/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10659012 memory=55112 CPUtime=0.59 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 9850 0 0 0 57 2 0 0 20 0 15 0 38820862 10914828288 13778 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2664753 13778 3039 1 0 2627263 0
[pid=28670/tid=28672] ppid=28667 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) R 28667 28670 26014 0 -1 4202560 5344 0 0 0 29 1 0 0 20 0 15 0 38820862 10914828288 13778 33554432000 4194304 4196468 140725764558352 140329279277216 140329275061405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10659012 memory=4294979916 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 13778 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10659012 memory=139699678447375 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 13778 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820864 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328766810736 140329275050626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328765756704 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38820865 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328764704368 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) R 28667 28670 26014 0 -1 4202560 1212 0 0 0 7 0 0 0 20 0 15 0 38820867 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328762585560 140329254286275 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) R 28667 28670 26014 0 -1 4202560 844 0 0 0 7 0 0 0 20 0 15 0 38820867 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328761527752 140329258525392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0.13 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) R 28667 28670 26014 0 -1 1077944384 1081 0 0 0 13 0 0 0 20 0 15 0 38820867 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328760494448 140329275050626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10659012 memory=139699678250624 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820868 10914828288 13778 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55112 KiB

[startup+0.700774 s]
/proc/loadavg: 1.90 1.97 1.95 5/216 28685
/proc/meminfo: memFree=17644484/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10659088 memory=132068 CPUtime=1.77 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 14387 0 0 0 173 4 0 0 20 0 15 0 38820862 10914906112 33017 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2664772 33017 3095 1 0 2627263 0
[pid=28670/tid=28672] ppid=28667 vsize=10659088 memory=18460 CPUtime=0.67 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) R 28667 28670 26014 0 -1 4202560 5830 0 0 0 65 2 0 0 20 0 15 0 38820862 10914906112 33017 33554432000 4194304 4196468 140725764558352 140329279276048 140328882713596 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10659088 memory=9436 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914906112 33017 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10659088 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914906112 33017 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10659088 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820863 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10659088 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38820863 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38820864 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328766810736 140329275050626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38820865 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328765756704 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10659088 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38820865 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328764704368 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10659088 memory=7013340940837610608 CPUtime=0.39 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) R 28667 28670 26014 0 -1 4202560 2693 0 0 0 39 0 0 0 20 0 15 0 38820867 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328762585560 140329258533856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10659088 memory=5860705283049084265 CPUtime=0.4 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) R 28667 28670 26014 0 -1 4202560 3017 0 0 0 40 0 0 0 20 0 15 0 38820867 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328761531224 140329256583697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10659088 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 1475 0 0 0 27 0 0 0 20 0 15 0 38820867 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328760494448 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38820867 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10659088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38820868 10914906112 33017 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 132068 KiB

[startup+1.5008 s]
/proc/loadavg: 1.90 1.97 1.95 7/216 28685
/proc/meminfo: memFree=17515104/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10659088 memory=311032 CPUtime=3.95 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 15387 0 0 0 384 11 0 0 20 0 15 0 38820862 10914906112 77758 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2664772 77758 3143 1 0 2627263 0
[pid=28670/tid=28672] ppid=28667 vsize=10659088 memory=250676 CPUtime=1.33 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) R 28667 28670 26014 0 -1 4202560 5966 0 0 0 129 4 0 0 20 0 15 0 38820862 10914906112 77758 33554432000 4194304 4196468 140725764558352 140329279273760 140329259119966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10659088 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 38820863 10914906112 77758 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 59 0 0 0 3 0 0 0 20 0 15 0 38820863 10914906112 77758 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 95 0 0 0 3 1 0 0 20 0 15 0 38820863 10914906112 77758 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 181 0 0 0 5 1 0 0 20 0 15 0 38820863 10914906112 77758 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 38820864 10914906112 77758 33554432000 4194304 4196468 140725764558352 140328766810736 140329275050626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0

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

[pid=28670/tid=28673] ppid=28667 vsize=10794416 memory=576461252204721717 CPUtime=488.26 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) R 28667 28670 26014 0 -1 4202560 56519 0 0 0 48662 164 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329201113608 140329267667687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10794416 memory=288283372642655378 CPUtime=483.91 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) R 28667 28670 26014 0 -1 4202560 61259 0 0 0 48203 188 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329200060496 140329267667687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=487.1 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) R 28667 28670 26014 0 -1 4202560 50868 0 0 0 48547 163 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328879254360 140329260028953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10794416 memory=7284 CPUtime=484.45 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) R 28667 28670 26014 0 -1 4202560 72655 0 0 0 48251 194 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328878201168 140329267667687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10794416 memory=840 CPUtime=31.31 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) S 28667 28670 26014 0 -1 1077944384 92548 0 0 0 3124 7 0 0 20 0 17 0 38820864 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328766809280 140329275049685 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10794416 memory=8303848 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328765756768 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328764703488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10794416 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10794416 memory=1204 CPUtime=1.34 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 5402 0 0 0 133 1 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328762599632 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10794416 memory=15872 CPUtime=1.35 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 5116 0 0 0 135 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328761546496 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10794416 memory=4008 CPUtime=0.43 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 2627 0 0 0 43 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328760493344 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10794416 memory=2408 CPUtime=0.41 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 466 0 0 0 23 18 0 0 20 0 17 0 38820868 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28703] ppid=28667 vsize=10794416 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28703/stat : 28703 (java) S 28667 28670 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328755236400 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28704] ppid=28667 vsize=10794416 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28704/stat : 28704 (java) S 28667 28670 26014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328754184224 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 2080.56 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8303852 KiB

[startup+630.401 s]
/proc/loadavg: 5.01 4.26 3.09 6/218 28704
/proc/meminfo: memFree=8990304/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10794416 memory=8303852 CPUtime=2086.35 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 372938 0 0 0 207874 761 0 0 20 0 17 0 38820862 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2698604 2075963 3208 1 0 2661057 0
[pid=28670/tid=28672] ppid=28667 vsize=10794416 memory=1296 CPUtime=101.91 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) S 28667 28670 26014 0 -1 1077944384 24013 0 0 0 10160 31 0 0 20 0 17 0 38820862 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329279280160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10794416 memory=2408 CPUtime=489.64 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 56519 0 0 0 48799 165 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10794416 memory=8303852 CPUtime=485.31 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 61259 0 0 0 48343 188 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10794416 memory=8303852 CPUtime=488.56 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 50876 0 0 0 48693 163 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=485.85 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 72655 0 0 0 48391 194 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10794416 memory=8303852 CPUtime=31.45 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) R 28667 28670 26014 0 -1 4202560 92550 0 0 0 3138 7 0 0 20 0 17 0 38820864 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328766809280 140329259497049 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10794416 memory=8303852 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328765756768 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328764703488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10794416 memory=2240 CPUtime=1.34 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 5402 0 0 0 133 1 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328762599632 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10794416 memory=4124 CPUtime=1.35 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 5116 0 0 0 135 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328761546496 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10794416 memory=303430223234596890 CPUtime=0.43 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 2627 0 0 0 43 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328760493344 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10794416 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10794416 memory=16104758104558012 CPUtime=0.41 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 466 0 0 0 23 18 0 0 20 0 17 0 38820868 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28703] ppid=28667 vsize=10794416 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28703/stat : 28703 (java) S 28667 28670 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328755236400 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28704] ppid=28667 vsize=10794416 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28704/stat : 28704 (java) S 28667 28670 26014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328754184224 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 2086.35 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8303852 KiB

[startup+630.801 s]
/proc/loadavg: 5.01 4.26 3.09 6/218 28704
/proc/meminfo: memFree=8990304/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10794416 memory=8303852 CPUtime=2086.76 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 372939 0 0 0 207915 761 0 0 20 0 17 0 38820862 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2698604 2075963 3208 1 0 2661057 0
[pid=28670/tid=28672] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=101.91 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) S 28667 28670 26014 0 -1 1077944384 24013 0 0 0 10160 31 0 0 20 0 17 0 38820862 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329279280160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10794416 memory=1204 CPUtime=489.64 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 56519 0 0 0 48799 165 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10794416 memory=15872 CPUtime=485.31 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 61259 0 0 0 48343 188 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10794416 memory=4008 CPUtime=488.56 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 50876 0 0 0 48693 163 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10794416 memory=18460 CPUtime=485.85 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 72655 0 0 0 48391 194 0 0 20 0 17 0 38820863 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=31.85 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) R 28667 28670 26014 0 -1 4202560 92551 0 0 0 3178 7 0 0 20 0 17 0 38820864 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328766809280 140329259497049 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10794416 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328765756768 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10794416 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328764703488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10794416 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10794416 memory=4008 CPUtime=1.34 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 5402 0 0 0 133 1 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328762599632 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10794416 memory=18460 CPUtime=1.35 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 5116 0 0 0 135 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328761546496 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10794416 memory=8303852 CPUtime=0.43 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 2627 0 0 0 43 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328760493344 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10794416 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10794416 memory=15872 CPUtime=0.41 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 466 0 0 0 23 18 0 0 20 0 17 0 38820868 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28703] ppid=28667 vsize=10794416 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28703/stat : 28703 (java) S 28667 28670 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328755236400 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28704] ppid=28667 vsize=10794416 memory=18460 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28704/stat : 28704 (java) S 28667 28670 26014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075963 33554432000 4194304 4196468 140725764558352 140328754184224 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 2086.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8303852 KiB

[startup+631.001 s]*
/proc/loadavg: 5.01 4.26 3.09 3/218 28704
/proc/meminfo: memFree=8990304/32770624 swapFree=67108860/67108860
[pid=28670] ppid=28667 vsize=10794416 memory=8303860 CPUtime=2086.96 cores=1,3,5,7
/proc/28670/stat : 28670 (java) S 28667 28670 26014 0 -1 1077944320 373475 0 0 0 207935 761 0 0 20 0 17 0 38820862 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140725764540896 140329275039479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
/proc/28670/statm: 2698604 2075965 3208 1 0 2661057 0
[pid=28670/tid=28672] ppid=28667 vsize=10794416 memory=6791534058613427641 CPUtime=101.91 cores=1,3,5,7
/proc/28670/task/28672/stat : 28672 (java) S 28667 28670 26014 0 -1 1077944384 24013 0 0 0 10160 31 0 0 20 0 17 0 38820862 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140329279280160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28673] ppid=28667 vsize=10794416 memory=4124 CPUtime=489.64 cores=1,3,5,7
/proc/28670/task/28673/stat : 28673 (java) S 28667 28670 26014 0 -1 1077944384 56519 0 0 0 48799 165 0 0 20 0 17 0 38820863 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140329201113488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28674] ppid=28667 vsize=10794416 memory=4140 CPUtime=485.31 cores=1,3,5,7
/proc/28670/task/28674/stat : 28674 (java) S 28667 28670 26014 0 -1 1077944384 61259 0 0 0 48343 188 0 0 20 0 17 0 38820863 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140329200060688 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28675] ppid=28667 vsize=10794416 memory=13840 CPUtime=488.56 cores=1,3,5,7
/proc/28670/task/28675/stat : 28675 (java) S 28667 28670 26014 0 -1 1077944384 50876 0 0 0 48693 163 0 0 20 0 17 0 38820863 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328879254160 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28676] ppid=28667 vsize=10794416 memory=1296 CPUtime=485.85 cores=1,3,5,7
/proc/28670/task/28676/stat : 28676 (java) S 28667 28670 26014 0 -1 1077944384 72655 0 0 0 48391 194 0 0 20 0 17 0 38820863 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328878201360 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28677] ppid=28667 vsize=10794416 memory=279399032154768 CPUtime=32.06 cores=1,3,5,7
/proc/28670/task/28677/stat : 28677 (java) R 28667 28670 26014 0 -1 4202560 93088 0 0 0 3199 7 0 0 20 0 17 0 38820864 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328766809280 140329253409654 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28678] ppid=28667 vsize=10794416 memory=8443538352883892301 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28678/stat : 28678 (java) S 28667 28670 26014 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328765756768 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28679] ppid=28667 vsize=10794416 memory=288287779262300920 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28679/stat : 28679 (java) S 28667 28670 26014 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 38820865 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328764703488 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28680] ppid=28667 vsize=10794416 memory=241323 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28680/stat : 28680 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328763652688 140329275058075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28681] ppid=28667 vsize=10794416 memory=8443538352883892301 CPUtime=1.34 cores=1,3,5,7
/proc/28670/task/28681/stat : 28681 (java) S 28667 28670 26014 0 -1 1077944384 5402 0 0 0 133 1 0 0 20 0 17 0 38820867 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328762599632 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28682] ppid=28667 vsize=10794416 memory=288287779262300920 CPUtime=1.35 cores=1,3,5,7
/proc/28670/task/28682/stat : 28682 (java) S 28667 28670 26014 0 -1 1077944384 5116 0 0 0 135 0 0 0 20 0 17 0 38820867 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328761546496 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28683] ppid=28667 vsize=10794416 memory=8443538352883892301 CPUtime=0.43 cores=1,3,5,7
/proc/28670/task/28683/stat : 28683 (java) S 28667 28670 26014 0 -1 1077944384 2627 0 0 0 43 0 0 0 20 0 17 0 38820867 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328760493344 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28684] ppid=28667 vsize=10794416 memory=8443538352883892301 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28684/stat : 28684 (java) S 28667 28670 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38820867 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328759441888 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28685] ppid=28667 vsize=10794416 memory=7306916055891837008 CPUtime=0.41 cores=1,3,5,7
/proc/28670/task/28685/stat : 28685 (java) S 28667 28670 26014 0 -1 1077944384 466 0 0 0 23 18 0 0 20 0 17 0 38820868 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328758389680 140329275050626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28703] ppid=28667 vsize=10794416 memory=288284472154260274 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28703/stat : 28703 (java) S 28667 28670 26014 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328755236400 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
[pid=28670/tid=28704] ppid=28667 vsize=10794416 memory=238646 CPUtime=0 cores=1,3,5,7
/proc/28670/task/28704/stat : 28704 (java) S 28667 28670 26014 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38881132 11053481984 2075965 33554432000 4194304 4196468 140725764558352 140328754184224 140329275049685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34385920 140725764559985 140725764560137 140725764560137 140725764562895 0
Current children cumulated CPU time: 2086.96 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8303860 KiB

Child status: 0
Real time (s): 631.077
CPU time (s): 2087.04
CPU user time (s): 2079.39
CPU system time (s): 7.64943
CPU usage (%): 330.711
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8303860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2079.39
system time used= 7.64943
maximum resident set size= 8304088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46245
involuntary context switches= 22076


# summary of solver processes directly reported to runsolver:
#   pid: 28670
#   total CPU time (s): 2087.04
#   total CPU user time (s): 2079.39
#   total CPU system time (s): 7.64943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34177 second user time and 5.86363 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 00:36:20
IDJOB=4289774
IDBENCH=141141
IDSOLVER=2742
FILE ID=node106/4289774-1532212580
RUNJOBID= node106-1532209822-28266
PBS_JOBID= 21018937
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-4-fullins-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289774-1532212580/watcher-4289774-1532212580 -o /tmp/evaluation-result-4289774-1532212580/solver-4289774-1532212580 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28266 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289774-1532212580.xml

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

MD5SUM BENCH= 95ec92f657fea8ce6e93e6f35592ce49
RANDOM SEED=806543861

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17727436 kB
MemAvailable:   31361008 kB
Buffers:          223256 kB
Cached:         13503120 kB
SwapCached:            0 kB
Active:          1779304 kB
Inactive:       12580344 kB
Active(anon):     635640 kB
Inactive(anon):    17096 kB
Active(file):    1143664 kB
Inactive(file): 12563248 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5068 kB
Writeback:             0 kB
AnonPages:        639584 kB
Mapped:            46700 kB
Shmem:             17036 kB
Slab:             382288 kB
SReclaimable:     355120 kB
SUnreclaim:        27168 kB
KernelStack:        3568 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1561076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 00:46:51