Trace number 4263756

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? 844.26703 243.787

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-38.xml
MD5SUMf8d5128c7bc11e119a8a7f8e485ceae3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables1444
Number of constraints8436
Number of domains1
Minimum domain size703
Maximum domain size703
Distribution of domain sizes[{"size":703,"count":703}]
Minimum variable degree0
Maximum variable degree37
Distribution of variable degrees[{"degree":0,"count":741},{"degree":37,"count":703}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":8436}]
Number of extensional constraints0
Number of intensional constraints8436
Distribution of constraint types[{"type":"intension","count":8436}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263756-1502640899/watcher-4263756-1502640899 -o /tmp/evaluation-result-4263756-1502640899/solver-4263756-1502640899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263756-1502640899.xml 

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

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


[startup+0.100369 s]*
/proc/loadavg: 1.93 2.03 2.23 2/204 25175
/proc/meminfo: memFree=27197800/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=9936560 memory=15164 CPUtime=0 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 3119 0 0 0 0 0 0 0 20 0 6 0 111905036 10175037440 3791 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2484140 3791 1709 1 0 2473637 0
[pid=25172/tid=25175] ppid=25169 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) R 25169 25172 8289 0 -1 4202560 1887 0 0 0 0 0 0 0 20 0 6 0 111905046 10175037440 3857 18446744073709551615 4194304 4196468 140724322527584 140129487024720 140129443769317 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111905046 10175037440 3857 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=9936560 memory=140576920761984 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111905047 10175037440 3923 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111905047 10175037440 3923 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111905047 10175037440 3923 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 15164 KiB

[startup+0.210047 s]*
/proc/loadavg: 1.93 2.03 2.23 3/217 25188
/proc/meminfo: memFree=27185436/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10551156 memory=27180 CPUtime=0.1 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 5256 0 0 0 9 1 0 0 20 0 15 0 111905036 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2637789 6795 2800 1 0 2627261 0
[pid=25172/tid=25175] ppid=25169 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) R 25169 25172 8289 0 -1 4202560 3178 0 0 0 7 0 0 0 20 0 15 0 111905046 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140129487024064 140129466869086 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10551156 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905046 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10551156 memory=140576921577813 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10551156 memory=140576920761984 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905048 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128978492272 140129482799746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111905048 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128977438240 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111905049 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128976385392 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128974281072 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128973228272 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10551156 memory=140576920761984 CPUtime=0.01 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 15 0 111905051 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128972175472 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10551156 memory=140576920761984 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905055 10804383744 6795 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27180 KiB

[startup+0.311539 s]*
/proc/loadavg: 1.93 2.03 2.23 3/217 25188
/proc/meminfo: memFree=27174564/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10551156 memory=36676 CPUtime=0.24 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 8435 0 0 0 22 2 0 0 20 0 15 0 111905036 10804383744 9169 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2637789 9169 2880 1 0 2627261 0
[pid=25172/tid=25175] ppid=25169 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) R 25169 25172 8289 0 -1 4202560 6105 0 0 0 15 1 0 0 20 0 15 0 111905046 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140129487022624 140129466869086 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10551156 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905046 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10551156 memory=140576921577813 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10551156 memory=3184238496996730544 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905048 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128978492272 140129482799746 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111905048 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128977438240 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111905049 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128976385392 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 111905051 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128974281072 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128973228272 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10551156 memory=6879796245596695532 CPUtime=0.03 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 402 0 0 0 3 0 0 0 20 0 15 0 111905051 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128972175472 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10551156 memory=140576920761984 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905055 10804383744 9234 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36676 KiB

[startup+0.701586 s]
/proc/loadavg: 1.93 2.03 2.23 6/217 25188
/proc/meminfo: memFree=27155124/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10551232 memory=104080 CPUtime=1.42 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 13146 0 0 0 138 4 0 0 20 0 15 0 111905036 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2637808 26020 3053 1 0 2627261 0
[pid=25172/tid=25175] ppid=25169 vsize=10551232 memory=9878424783013 CPUtime=0.55 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) R 25169 25172 8289 0 -1 4202560 7330 0 0 0 52 3 0 0 20 0 15 0 111905046 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140129487025088 140129098992967 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905046 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905047 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111905047 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) S 25169 25172 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111905048 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128978492272 140129482799746 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111905048 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128977438240 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10551232 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111905049 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128976385392 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10551232 memory=2012 CPUtime=0.32 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) R 25169 25172 8289 0 -1 4202560 1713 0 0 0 32 0 0 0 20 0 15 0 111905051 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128974267096 140129462034447 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10551232 memory=11136 CPUtime=0.3 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) R 25169 25172 8289 0 -1 4202560 1199 0 0 0 30 0 0 0 20 0 15 0 111905051 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128973218432 140129462122180 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10551232 memory=33 CPUtime=0.23 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 1532 0 0 0 23 0 0 0 20 0 15 0 111905051 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128972175472 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905055 10804461568 26020 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 104080 KiB

[startup+1.50077 s]
/proc/loadavg: 1.93 2.03 2.23 5/217 25188
/proc/meminfo: memFree=26884732/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10551232 memory=763624 CPUtime=3.27 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 15746 0 0 0 294 33 0 0 20 0 15 0 111905036 10804461568 190906 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2637808 190906 3091 1 0 2627261 0
[pid=25172/tid=25175] ppid=25169 vsize=10551232 memory=54148 CPUtime=1.14 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) R 25169 25172 8289 0 -1 4202560 8152 0 0 0 104 10 0 0 20 0 15 0 111905046 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140129487025680 140129468856718 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10551232 memory=1296 CPUtime=0.17 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 298 0 0 0 12 5 0 0 20 0 15 0 111905046 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10551232 memory=281153525800800 CPUtime=0.17 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 283 0 0 0 12 5 0 0 20 0 15 0 111905047 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10551232 memory=6944937900100196217 CPUtime=0.18 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 270 0 0 0 13 5 0 0 20 0 15 0 111905047 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10551232 memory=6944656592387989600 CPUtime=0.17 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 203 0 0 0 13 4 0 0 20 0 15 0 111905047 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10551232 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) S 25169 25172 8289 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 15 0 111905048 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128978492272 140129482799746 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10551232 memory=5791739490257626210 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 111905048 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128977438240 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10551232 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111905049 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128976385392 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10551232 memory=5937545748859283811 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10551232 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 1783 0 0 0 51 0 0 0 20 0 15 0 111905051 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128974281072 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10551232 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 1273 0 0 0 54 0 0 0 20 0 15 0 111905051 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128973228272 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 1633 0 0 0 30 0 0 0 20 0 15 0 111905051 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128972175472 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111905051 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111905055 10804461568 191418 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 3.27 s
Current children cumulated vsize: 10551232 KiB

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

[pid=25172/tid=25176] ppid=25169 vsize=10686560 memory=1200 CPUtime=199.77 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) R 25169 25172 8289 0 -1 4202560 263150 0 0 0 19835 142 0 0 20 0 17 0 111905046 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129423825672 140129475416807 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10686560 memory=15876 CPUtime=200.06 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) R 25169 25172 8289 0 -1 4202560 286983 0 0 0 19852 154 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129422772952 140129467489648 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10686560 memory=-8774313645642428999 CPUtime=199.45 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) R 25169 25172 8289 0 -1 4202560 249795 0 0 0 19780 165 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129421719760 140129475416807 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10686560 memory=1792 CPUtime=199.42 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) R 25169 25172 8289 0 -1 4202560 298671 0 0 0 19792 150 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129420667272 140129475416807 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10686560 memory=956 CPUtime=25.59 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) S 25169 25172 8289 0 -1 1077944384 50932 0 0 0 2556 3 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128978490816 140129482798805 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128977438304 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10686560 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 111905049 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128976384512 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10686560 memory=928 CPUtime=0.91 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 4187 0 0 0 91 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128974281120 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10686560 memory=1620 CPUtime=0.96 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 3429 0 0 0 95 1 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128973228032 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0.38 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 4097 0 0 0 38 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128972171344 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10686560 memory=3020 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0.2 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 537 0 0 0 13 7 0 0 20 0 17 0 111905055 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25221] ppid=25169 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25221/stat : 25221 (java) S 25169 25172 8289 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128966917936 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25222] ppid=25169 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25222/stat : 25222 (java) S 25169 25172 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128965865904 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 841.46 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8300852 KiB

[startup+243.201 s]
/proc/loadavg: 4.50 3.21 2.65 5/216 25223
/proc/meminfo: memFree=18899324/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10686560 memory=8300852 CPUtime=843.67 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 1189828 0 0 0 83718 649 0 0 20 0 17 0 111905036 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2671640 2075213 3158 1 0 2661055 0
[pid=25172/tid=25175] ppid=25169 vsize=10686560 memory=1008 CPUtime=14.63 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) S 25169 25172 8289 0 -1 1077944384 26439 0 0 0 1435 28 0 0 20 0 17 0 111905046 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129487029280 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10686560 memory=8300852 CPUtime=200.24 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 263150 0 0 0 19882 142 0 0 20 0 17 0 111905046 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10686560 memory=6441370576508249454 CPUtime=200.55 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 287122 0 0 0 19900 155 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10686560 memory=4168 CPUtime=199.92 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 249795 0 0 0 19827 165 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10686560 memory=54168 CPUtime=199.89 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 298671 0 0 0 19839 150 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10686560 memory=1296 CPUtime=25.9 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) R 25169 25172 8289 0 -1 4202560 50932 0 0 0 2587 3 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128978490816 140129467246232 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10686560 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128977438304 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 111905049 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128976384512 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10686560 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10686560 memory=4612 CPUtime=0.91 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 4187 0 0 0 91 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128974281120 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10686560 memory=1436 CPUtime=0.96 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 3429 0 0 0 95 1 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128973228032 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10686560 memory=1200 CPUtime=0.38 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 4097 0 0 0 38 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128972171344 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10686560 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10686560 memory=4040 CPUtime=0.2 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 537 0 0 0 13 7 0 0 20 0 17 0 111905055 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25221] ppid=25169 vsize=10686560 memory=33300 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25221/stat : 25221 (java) S 25169 25172 8289 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128966917936 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25222] ppid=25169 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25222/stat : 25222 (java) S 25169 25172 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128965865904 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 843.67 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8300852 KiB

[startup+243.601 s]
/proc/loadavg: 4.50 3.21 2.65 5/216 25223
/proc/meminfo: memFree=18899324/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10686560 memory=8300852 CPUtime=844.07 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 1189828 0 0 0 83758 649 0 0 20 0 17 0 111905036 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2671640 2075213 3158 1 0 2661055 0
[pid=25172/tid=25175] ppid=25169 vsize=10686560 memory=-8774313645642428999 CPUtime=14.63 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) S 25169 25172 8289 0 -1 1077944384 26439 0 0 0 1435 28 0 0 20 0 17 0 111905046 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129487029280 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10686560 memory=54168 CPUtime=200.24 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 263150 0 0 0 19882 142 0 0 20 0 17 0 111905046 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10686560 memory=1296 CPUtime=200.55 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 287122 0 0 0 19900 155 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10686560 memory=2440 CPUtime=199.92 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 249795 0 0 0 19827 165 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10686560 memory=-8774313645642428999 CPUtime=199.89 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 298671 0 0 0 19839 150 0 0 20 0 17 0 111905047 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10686560 memory=15876 CPUtime=26.3 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) R 25169 25172 8289 0 -1 4202560 50932 0 0 0 2627 3 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128978490816 140129467246221 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 111905048 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128977438304 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10686560 memory=33300 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 111905049 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128976384512 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10686560 memory=4040 CPUtime=0.91 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 4187 0 0 0 91 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128974281120 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10686560 memory=33300 CPUtime=0.96 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 3429 0 0 0 95 1 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128973228032 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10686560 memory=1232 CPUtime=0.38 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 4097 0 0 0 38 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128972171344 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10686560 memory=928 CPUtime=0.2 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 537 0 0 0 13 7 0 0 20 0 17 0 111905055 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25221] ppid=25169 vsize=10686560 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25221/stat : 25221 (java) S 25169 25172 8289 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128966917936 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25222] ppid=25169 vsize=10686560 memory=844 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25222/stat : 25222 (java) S 25169 25172 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075213 18446744073709551615 4194304 4196468 140724322527584 140128965865904 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 844.07 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8300852 KiB

[startup+243.701 s]
/proc/loadavg: 4.50 3.21 2.65 5/216 25223
/proc/meminfo: memFree=18899324/32770624 swapFree=67108860/67108860
[pid=25172] ppid=25169 vsize=10686560 memory=8300856 CPUtime=844.17 cores=1,3,5,7
/proc/25172/stat : 25172 (java) S 25169 25172 8289 0 -1 1077944320 1190138 0 0 0 83768 649 0 0 20 0 17 0 111905036 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140724322510128 140129482788599 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
/proc/25172/statm: 2671640 2075214 3158 1 0 2661055 0
[pid=25172/tid=25175] ppid=25169 vsize=10686560 memory=281153526128016 CPUtime=14.63 cores=1,3,5,7
/proc/25172/task/25175/stat : 25175 (java) S 25169 25172 8289 0 -1 1077944384 26439 0 0 0 1435 28 0 0 20 0 17 0 111905046 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140129487029280 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25176] ppid=25169 vsize=10686560 memory=8300852 CPUtime=200.24 cores=1,3,5,7
/proc/25172/task/25176/stat : 25176 (java) S 25169 25172 8289 0 -1 1077944384 263150 0 0 0 19882 142 0 0 20 0 17 0 111905046 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140129423825552 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25177] ppid=25169 vsize=10686560 memory=8300852 CPUtime=200.55 cores=1,3,5,7
/proc/25172/task/25177/stat : 25177 (java) S 25169 25172 8289 0 -1 1077944384 287122 0 0 0 19900 155 0 0 20 0 17 0 111905047 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140129422772752 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25178] ppid=25169 vsize=10686560 memory=8300820 CPUtime=199.92 cores=1,3,5,7
/proc/25172/task/25178/stat : 25178 (java) S 25169 25172 8289 0 -1 1077944384 249795 0 0 0 19827 165 0 0 20 0 17 0 111905047 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140129421719952 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25179] ppid=25169 vsize=10686560 memory=8300828 CPUtime=199.89 cores=1,3,5,7
/proc/25172/task/25179/stat : 25179 (java) S 25169 25172 8289 0 -1 1077944384 298671 0 0 0 19839 150 0 0 20 0 17 0 111905047 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140129420667152 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25180] ppid=25169 vsize=10686560 memory=8299968 CPUtime=26.4 cores=1,3,5,7
/proc/25172/task/25180/stat : 25180 (java) R 25169 25172 8289 0 -1 4202560 51242 0 0 0 2637 3 0 0 20 0 17 0 111905048 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128978490816 140129461158779 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25181] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25181/stat : 25181 (java) S 25169 25172 8289 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 111905048 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128977438304 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25182] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25182/stat : 25182 (java) S 25169 25172 8289 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 111905049 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128976384512 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25183] ppid=25169 vsize=10686560 memory=8300828 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25183/stat : 25183 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128975333712 140129482807195 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25184] ppid=25169 vsize=10686560 memory=1228 CPUtime=0.91 cores=1,3,5,7
/proc/25172/task/25184/stat : 25184 (java) S 25169 25172 8289 0 -1 1077944384 4187 0 0 0 91 0 0 0 20 0 17 0 111905051 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128974281120 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25185] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0.96 cores=1,3,5,7
/proc/25172/task/25185/stat : 25185 (java) S 25169 25172 8289 0 -1 1077944384 3429 0 0 0 95 1 0 0 20 0 17 0 111905051 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128973228032 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25186] ppid=25169 vsize=10686560 memory=640 CPUtime=0.38 cores=1,3,5,7
/proc/25172/task/25186/stat : 25186 (java) S 25169 25172 8289 0 -1 1077944384 4097 0 0 0 38 0 0 0 20 0 17 0 111905051 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128972171344 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25187] ppid=25169 vsize=10686560 memory=8300828 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25187/stat : 25187 (java) S 25169 25172 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111905051 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128971122912 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25188] ppid=25169 vsize=10686560 memory=8300852 CPUtime=0.2 cores=1,3,5,7
/proc/25172/task/25188/stat : 25188 (java) S 25169 25172 8289 0 -1 1077944384 537 0 0 0 13 7 0 0 20 0 17 0 111905055 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128970071216 140129482799746 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25221] ppid=25169 vsize=10686560 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25221/stat : 25221 (java) S 25169 25172 8289 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128966917936 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
[pid=25172/tid=25222] ppid=25169 vsize=10686560 memory=3208 CPUtime=0 cores=1,3,5,7
/proc/25172/task/25222/stat : 25222 (java) S 25169 25172 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111927010 10943037440 2075214 18446744073709551615 4194304 4196468 140724322527584 140128965865904 140129482798805 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6328320 140724322533776 140724322533929 140724322533929 140724322537423 0
Current children cumulated CPU time: 844.17 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8300856 KiB

Child status: 0
Real time (s): 243.787
CPU time (s): 844.267
CPU user time (s): 837.707
CPU system time (s): 6.55959
CPU usage (%): 346.313
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8300856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 837.707
system time used= 6.55959
maximum resident set size= 8301160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1190178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14529
involuntary context switches= 9035


# summary of solver processes directly reported to runsolver:
#   pid: 25172
#   total CPU time (s): 844.267
#   total CPU user time (s): 837.707
#   total CPU system time (s): 6.55959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44542 second user time and 2.58745 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 18:00:51
IDJOB=4263756
IDBENCH=140583
IDSOLVER=2651
FILE ID=node133/4263756-1502640899
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-38.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263756-1502640899/watcher-4263756-1502640899 -o /tmp/evaluation-result-4263756-1502640899/solver-4263756-1502640899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263756-1502640899.xml

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

MD5SUM BENCH= f8d5128c7bc11e119a8a7f8e485ceae3
RANDOM SEED=1505796559

node133.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.17
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.17
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.17
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.17
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:        27201252 kB
MemAvailable:   27789404 kB
Buffers:          234764 kB
Cached:           648584 kB
SwapCached:            0 kB
Active:          4929660 kB
Inactive:         181172 kB
Active(anon):    4168324 kB
Inactive(anon):   100820 kB
Active(file):     761336 kB
Inactive(file):    80352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2088 kB
Writeback:            12 kB
AnonPages:       4227800 kB
Mapped:            69396 kB
Shmem:             41660 kB
Slab:             151680 kB
SReclaimable:     124600 kB
SUnreclaim:        27080 kB
KernelStack:        3568 kB
PageTables:        14220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5032604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4063232 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 node133 at 2017-08-13 18:04:55