Trace number 4263593

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 844.87 273.06299

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263593-1502626337/watcher-4263593-1502626337 -o /tmp/evaluation-result-4263593-1502626337/solver-4263593-1502626337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263593-1502626337.xml 

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

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

solver pid=24161, runsolver pid=24158

[startup+0.101558 s]*
/proc/loadavg: 3.46 4.13 4.05 3/205 24167
/proc/meminfo: memFree=25062564/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=9936560 memory=17012 CPUtime=0.01 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 3590 0 0 0 1 0 0 0 20 0 6 0 162286588 10175037440 4253 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2484140 4253 1923 1 0 2473637 0
[pid=24161/tid=24163] ppid=24158 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) R 24158 24161 7084 0 -1 4202560 2289 0 0 0 0 0 0 0 20 0 6 0 162286597 10175037440 4253 18446744073709551615 4194304 4196468 140722685652832 140115682050640 140115661895006 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162286598 10175037440 4253 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=9936560 memory=140315308459648 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162286598 10175037440 4253 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162286598 10175037440 4319 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162286598 10175037440 4319 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.209771 s]*
/proc/loadavg: 3.46 4.13 4.05 3/214 24176
/proc/meminfo: memFree=25056800/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10551156 memory=26636 CPUtime=0.08 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 5147 0 0 0 7 1 0 0 20 0 15 0 162286588 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2637789 6659 2746 1 0 2627261 0
[pid=24161/tid=24163] ppid=24158 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) R 24158 24161 7084 0 -1 4202560 3124 0 0 0 6 0 0 0 20 0 15 0 162286597 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115682030168 140115271882009 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10551156 memory=3546223855852979872 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10551156 memory=140315308459648 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) S 24158 24161 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162286599 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115173116144 140115677825666 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115172062368 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286602 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) R 24158 24161 7084 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115168905968 140115677825666 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115167853424 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10551156 memory=140315308459648 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) R 24158 24161 7084 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115166800368 140115677825666 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10551156 memory=140315308459648 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286608 10804383744 6659 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26636 KiB

[startup+0.310303 s]*
/proc/loadavg: 3.46 4.13 4.05 3/214 24176
/proc/meminfo: memFree=25045256/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10551156 memory=36128 CPUtime=0.23 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 8336 0 0 0 21 2 0 0 20 0 15 0 162286588 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2637789 9032 2871 1 0 2627261 0
[pid=24161/tid=24163] ppid=24158 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) R 24158 24161 7084 0 -1 4202560 6017 0 0 0 15 2 0 0 20 0 15 0 162286597 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115682048768 140115662261616 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) S 24158 24161 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162286599 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115173116144 140115677825666 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115172062368 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286602 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 15 0 162286603 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115168905968 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 162286603 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115167853424 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 162286603 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115166800368 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10551156 memory=140315308459648 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286608 10804383744 9032 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36128 KiB

[startup+0.712209 s]
/proc/loadavg: 3.46 4.13 4.05 5/214 24176
/proc/meminfo: memFree=25010144/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10551156 memory=188328 CPUtime=1.16 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 11137 0 0 0 109 7 0 0 20 0 15 0 162286588 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2637789 47082 3006 1 0 2627261 0
[pid=24161/tid=24163] ppid=24158 vsize=10551156 memory=280630344679464 CPUtime=0.54 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) S 24158 24161 7084 0 -1 1077944384 6232 0 0 0 51 3 0 0 20 0 15 0 162286597 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115682053584 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10551156 memory=280630344814672 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) R 24158 24161 7084 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115670914366 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10551156 memory=280630344684712 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) R 24158 24161 7084 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115670914366 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10551156 memory=280630344634144 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) R 24158 24161 7084 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115606129312 140115670914366 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10551156 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) R 24158 24161 7084 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 162286598 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115670911355 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10551156 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) S 24158 24161 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 162286599 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115173114656 140115677824725 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10551156 memory=39428 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115172062368 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10551156 memory=636 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10551156 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286602 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10551156 memory=960 CPUtime=0.21 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 1453 0 0 0 21 0 0 0 20 0 15 0 162286603 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115168905968 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10551156 memory=1236 CPUtime=0.22 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 784 0 0 0 22 0 0 0 20 0 15 0 162286603 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115167853424 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10551156 memory=2240 CPUtime=0.1 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 1230 0 0 0 10 0 0 0 20 0 15 0 162286603 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115166800368 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10551156 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10551156 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286608 10804383744 47082 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 188328 KiB

[startup+1.50124 s]
/proc/loadavg: 3.46 4.13 4.05 3/214 24176
/proc/meminfo: memFree=24787224/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10551156 memory=481748 CPUtime=3.54 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 12630 0 0 0 312 42 0 0 20 0 15 0 162286588 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2637789 120437 3040 1 0 2627261 0
[pid=24161/tid=24163] ppid=24158 vsize=10551156 memory=0 CPUtime=0.78 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) S 24158 24161 7084 0 -1 1077944384 6234 0 0 0 75 3 0 0 20 0 15 0 162286597 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115682053664 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10551156 memory=7649399392888239154 CPUtime=0.53 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) R 24158 24161 7084 0 -1 4202560 405 0 0 0 44 9 0 0 20 0 15 0 162286598 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115662810576 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10551156 memory=7300704776819335744 CPUtime=0.54 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) R 24158 24161 7084 0 -1 4202560 219 0 0 0 45 9 0 0 20 0 15 0 162286598 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115607182600 140115662515104 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10551156 memory=471276 CPUtime=0.54 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) R 24158 24161 7084 0 -1 4202560 580 0 0 0 45 9 0 0 20 0 15 0 162286598 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115606129544 140115662804164 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10551156 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) R 24158 24161 7084 0 -1 4202560 270 0 0 0 45 9 0 0 20 0 15 0 162286598 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115662515163 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) S 24158 24161 7084 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 162286599 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115173114688 140115677824725 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115172062368 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10551156 memory=6502580487379 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162286600 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10551156 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286602 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10551156 memory=13563786715989427 CPUtime=0.21 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 1453 0 0 0 21 0 0 0 20 0 15 0 162286603 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115168905968 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10551156 memory=4044 CPUtime=0.22 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 784 0 0 0 22 0 0 0 20 0 15 0 162286603 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115167853424 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10551156 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 1232 0 0 0 11 0 0 0 20 0 15 0 162286603 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115166800368 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162286603 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10551156 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162286608 10804383744 120437 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 10551156 KiB

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

[pid=24161/tid=24164] ppid=24158 vsize=10686560 memory=4872558044660077418 CPUtime=190.23 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 15818 0 0 0 18844 179 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10686560 memory=68344 CPUtime=190.52 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 23776 0 0 0 18859 193 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10686560 memory=1296 CPUtime=188.98 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 20991 0 0 0 18701 197 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10686560 memory=2460 CPUtime=189.75 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 26421 0 0 0 18781 194 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10686560 memory=8317328 CPUtime=24.68 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) R 24158 24161 7084 0 -1 4202560 50899 0 0 0 2464 4 0 0 20 0 17 0 162286599 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115173114688 140115662272156 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115172062432 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10686560 memory=768640 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286602 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10686560 memory=4872558044660077418 CPUtime=2.59 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 8699 0 0 0 258 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115168906016 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10686560 memory=4116 CPUtime=2.23 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 7369 0 0 0 222 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115167853472 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10686560 memory=4080 CPUtime=0.5 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 3656 0 0 0 50 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115166800128 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10686560 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10686560 memory=1152 CPUtime=0.15 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 238 0 0 0 6 9 0 0 20 0 17 0 162286608 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24381] ppid=24158 vsize=10686560 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24381/stat : 24381 (java) S 24158 24161 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115161543648 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24382] ppid=24158 vsize=10686560 memory=768640 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24382/stat : 24382 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115160490048 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 843.91 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317332 KiB

[startup+272.501 s]
/proc/loadavg: 4.32 4.36 4.17 3/221 24384
/proc/meminfo: memFree=22570928/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10686560 memory=8317332 CPUtime=844.3 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 181833 0 0 0 83643 787 0 0 20 0 17 0 162286588 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2671640 2079333 3178 1 0 2661055 0
[pid=24161/tid=24163] ppid=24158 vsize=10686560 memory=3908 CPUtime=54.2 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) S 24158 24161 7084 0 -1 1077944384 22487 0 0 0 5408 12 0 0 20 0 17 0 162286597 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115682055200 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10686560 memory=16444 CPUtime=190.23 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 15818 0 0 0 18844 179 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10686560 memory=3016 CPUtime=190.52 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 23776 0 0 0 18859 193 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=188.98 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 20991 0 0 0 18701 197 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10686560 memory=1156 CPUtime=189.75 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 26421 0 0 0 18781 194 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10686560 memory=2992 CPUtime=25.07 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) R 24158 24161 7084 0 -1 4202560 50905 0 0 0 2503 4 0 0 20 0 17 0 162286599 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115173114688 140115662810864 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10686560 memory=8317328 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115172062432 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10686560 memory=39456 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286602 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10686560 memory=636 CPUtime=2.59 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 8699 0 0 0 258 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115168906016 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10686560 memory=1796 CPUtime=2.23 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 7369 0 0 0 222 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115167853472 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10686560 memory=960 CPUtime=0.5 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 3656 0 0 0 50 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115166800128 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10686560 memory=2240 CPUtime=0.15 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 238 0 0 0 6 9 0 0 20 0 17 0 162286608 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24381] ppid=24158 vsize=10686560 memory=8317332 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24381/stat : 24381 (java) S 24158 24161 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115161543648 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24382] ppid=24158 vsize=10686560 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24382/stat : 24382 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115160490048 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 844.3 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317332 KiB

[startup+272.901 s]
/proc/loadavg: 4.32 4.36 4.17 3/221 24384
/proc/meminfo: memFree=22570928/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10686560 memory=8317332 CPUtime=844.7 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 181833 0 0 0 83683 787 0 0 20 0 17 0 162286588 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2671640 2079333 3178 1 0 2661055 0
[pid=24161/tid=24163] ppid=24158 vsize=10686560 memory=288230621803970871 CPUtime=54.2 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) S 24158 24161 7084 0 -1 1077944384 22487 0 0 0 5408 12 0 0 20 0 17 0 162286597 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115682055200 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10686560 memory=13563786715989427 CPUtime=190.23 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 15818 0 0 0 18844 179 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=190.52 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 23776 0 0 0 18859 193 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10686560 memory=4080 CPUtime=188.98 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 20991 0 0 0 18701 197 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10686560 memory=4588 CPUtime=189.75 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 26421 0 0 0 18781 194 0 0 20 0 17 0 162286598 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10686560 memory=1152 CPUtime=25.47 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) R 24158 24161 7084 0 -1 4202560 50905 0 0 0 2543 4 0 0 20 0 17 0 162286599 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115173114576 140115662810923 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10686560 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115172062432 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10686560 memory=772736 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286602 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10686560 memory=8317332 CPUtime=2.59 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 8699 0 0 0 258 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115168906016 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10686560 memory=8317332 CPUtime=2.23 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 7369 0 0 0 222 1 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115167853472 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10686560 memory=1836 CPUtime=0.5 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 3656 0 0 0 50 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115166800128 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286603 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10686560 memory=5768 CPUtime=0.15 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 238 0 0 0 6 9 0 0 20 0 17 0 162286608 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24381] ppid=24158 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24381/stat : 24381 (java) S 24158 24161 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115161543648 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24382] ppid=24158 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24382/stat : 24382 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079333 18446744073709551615 4194304 4196468 140722685652832 140115160490048 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 844.7 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317332 KiB

[startup+273.001 s]
/proc/loadavg: 4.32 4.36 4.17 3/221 24384
/proc/meminfo: memFree=22570928/32770624 swapFree=67108776/67108860
[pid=24161] ppid=24158 vsize=10686560 memory=8317348 CPUtime=844.8 cores=1,3,5,7
/proc/24161/stat : 24161 (java) S 24158 24161 7084 0 -1 1077944320 182128 0 0 0 83693 787 0 0 20 0 17 0 162286588 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140722685635376 140115677814519 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
/proc/24161/statm: 2671640 2079337 3179 1 0 2661055 0
[pid=24161/tid=24163] ppid=24158 vsize=10686560 memory=8317328 CPUtime=54.2 cores=1,3,5,7
/proc/24161/task/24163/stat : 24163 (java) S 24158 24161 7084 0 -1 1077944384 22487 0 0 0 5408 12 0 0 20 0 17 0 162286597 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115682055200 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24164] ppid=24158 vsize=10686560 memory=8317328 CPUtime=190.23 cores=1,3,5,7
/proc/24161/task/24164/stat : 24164 (java) S 24158 24161 7084 0 -1 1077944384 15818 0 0 0 18844 179 0 0 20 0 17 0 162286598 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115608235024 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24165] ppid=24158 vsize=10686560 memory=3472328296227679313 CPUtime=190.52 cores=1,3,5,7
/proc/24161/task/24165/stat : 24165 (java) S 24158 24161 7084 0 -1 1077944384 23776 0 0 0 18859 193 0 0 20 0 17 0 162286598 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115607182480 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24166] ppid=24158 vsize=10686560 memory=8317316 CPUtime=188.98 cores=1,3,5,7
/proc/24161/task/24166/stat : 24166 (java) S 24158 24161 7084 0 -1 1077944384 20991 0 0 0 18701 197 0 0 20 0 17 0 162286598 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115606129424 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24167] ppid=24158 vsize=10686560 memory=8317328 CPUtime=189.75 cores=1,3,5,7
/proc/24161/task/24167/stat : 24167 (java) S 24158 24161 7084 0 -1 1077944384 26421 0 0 0 18781 194 0 0 20 0 17 0 162286598 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115605076880 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24168] ppid=24158 vsize=10686560 memory=8316336 CPUtime=25.57 cores=1,3,5,7
/proc/24161/task/24168/stat : 24168 (java) R 24158 24161 7084 0 -1 4202560 51200 0 0 0 2553 4 0 0 20 0 17 0 162286599 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115173114576 140115656184699 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24169] ppid=24158 vsize=10686560 memory=280630345315000 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24169/stat : 24169 (java) S 24158 24161 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115172062432 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24170] ppid=24158 vsize=10686560 memory=56 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24170/stat : 24170 (java) S 24158 24161 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 162286600 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115171009264 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24171] ppid=24158 vsize=10686560 memory=8316336 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24171/stat : 24171 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286602 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115169957840 140115677833115 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24172] ppid=24158 vsize=10686560 memory=8316336 CPUtime=2.59 cores=1,3,5,7
/proc/24161/task/24172/stat : 24172 (java) S 24158 24161 7084 0 -1 1077944384 8699 0 0 0 258 1 0 0 20 0 17 0 162286603 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115168906016 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24173] ppid=24158 vsize=10686560 memory=8317332 CPUtime=2.23 cores=1,3,5,7
/proc/24161/task/24173/stat : 24173 (java) S 24158 24161 7084 0 -1 1077944384 7369 0 0 0 222 1 0 0 20 0 17 0 162286603 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115167853472 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24174] ppid=24158 vsize=10686560 memory=4588 CPUtime=0.5 cores=1,3,5,7
/proc/24161/task/24174/stat : 24174 (java) S 24158 24161 7084 0 -1 1077944384 3656 0 0 0 50 0 0 0 20 0 17 0 162286603 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115166800128 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24175] ppid=24158 vsize=10686560 memory=8317328 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24175/stat : 24175 (java) S 24158 24161 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162286603 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115165748064 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24176] ppid=24158 vsize=10686560 memory=8317328 CPUtime=0.15 cores=1,3,5,7
/proc/24161/task/24176/stat : 24176 (java) S 24158 24161 7084 0 -1 1077944384 238 0 0 0 6 9 0 0 20 0 17 0 162286608 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115164695088 140115677825666 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24381] ppid=24158 vsize=10686560 memory=8317328 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24381/stat : 24381 (java) S 24158 24161 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115161543648 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
[pid=24161/tid=24382] ppid=24158 vsize=10686560 memory=8317332 CPUtime=0 cores=1,3,5,7
/proc/24161/task/24382/stat : 24382 (java) S 24158 24161 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 162313013 10943037440 2079337 18446744073709551615 4194304 4196468 140722685652832 140115160490048 140115677824725 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9064448 140722685661584 140722685661737 140722685661737 140722685665231 0
Current children cumulated CPU time: 844.8 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8317348 KiB

Child status: 0
Real time (s): 273.063
CPU time (s): 844.87
CPU user time (s): 836.953
CPU system time (s): 7.91737
CPU usage (%): 309.405
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8317348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 836.953
system time used= 7.91737
maximum resident set size= 8317600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17793
involuntary context switches= 11121


# summary of solver processes directly reported to runsolver:
#   pid: 24161
#   total CPU time (s): 844.87
#   total CPU user time (s): 836.953
#   total CPU system time (s): 7.91737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7139 second user time and 2.74266 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:57:53
IDJOB=4263593
IDBENCH=126900
IDSOLVER=2651
FILE ID=node132/4263593-1502626337
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263593-1502626337/watcher-4263593-1502626337 -o /tmp/evaluation-result-4263593-1502626337/solver-4263593-1502626337 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263593-1502626337.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=770450864

node132.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.74
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.74
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.74
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.74
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:        25070824 kB
MemAvailable:   25393788 kB
Buffers:          225552 kB
Cached:           421952 kB
SwapCached:           84 kB
Active:          7117104 kB
Inactive:         164120 kB
Active(anon):    6581508 kB
Inactive(anon):   101972 kB
Active(file):     535596 kB
Inactive(file):    62148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             84736 kB
Writeback:             0 kB
AnonPages:       6633632 kB
Mapped:            76092 kB
Shmem:             49768 kB
Slab:             109440 kB
SReclaimable:      82108 kB
SUnreclaim:        27332 kB
KernelStack:        3504 kB
PageTables:        18008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8052108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6477824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-13 14:02:26