Trace number 4263799

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? 1765.77 483.94199

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.343498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

1638.89/449.97	Aug 13, 2017 6:15:06 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1638.89/449.97	INFO: Runtime exception
1638.89/449.97	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1638.89/449.97		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1638.89/449.97		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1638.89/449.97		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1638.89/449.97		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1638.89/449.97		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1638.89/449.97		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1638.89/449.97		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1638.89/449.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1638.89/449.97		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1638.89/449.97		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1638.89/449.97		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1638.89/449.97		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1638.89/449.97		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1638.89/449.97		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1638.89/449.97		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1638.89/449.97	Caused by: java.lang.reflect.InvocationTargetException
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		... 22 more
1638.89/449.97	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.89/449.97		... 27 more
1638.89/449.97	Caused by: java.lang.reflect.InvocationTargetException
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		... 28 more
1638.89/449.97	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.89/449.97		... 33 more
1638.89/449.97	Caused by: java.lang.reflect.InvocationTargetException
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		... 34 more
1638.89/449.97	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1638.89/449.97		... 39 more
1638.89/449.97	Caused by: java.lang.reflect.InvocationTargetException
1638.89/449.97		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1638.89/449.97		... 39 more
1638.89/449.97	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1638.89/449.97		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1638.89/449.97		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.89/449.97		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.89/449.97		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.89/449.97		at java.lang.reflect.Method.invoke(Method.java:498)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1638.89/449.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1638.89/449.97		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1638.89/449.97		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1638.89/449.97		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1638.89/449.97		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1638.89/449.97		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1638.89/449.97		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1638.89/449.97	
1718.86/471.36	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1718.86/471.36	c This is free software under the dual EPL/GNU LGPL licenses.
1718.86/471.36	c See www.sat4j.org for details.
1718.86/471.36	c That software uses the Rhino library from the Mozilla project.
1718.86/471.36	c version CUSTOM.v20170705
1718.86/471.36	c java.runtime.name	Java(TM) SE Runtime Environment
1718.86/471.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1718.86/471.36	c java.vm.version	25.131-b11
1718.86/471.36	c java.vm.vendor	Oracle Corporation
1718.86/471.36	c sun.arch.data.model	64
1718.86/471.36	c java.version		1.8.0_131
1718.86/471.36	c os.name		Linux
1718.86/471.36	c os.version		3.10.0-514.16.1.el7.x86_64
1718.86/471.36	c os.arch		amd64
1718.86/471.36	c Free memory 		499604488
1718.86/471.36	c Max memory 		7247757312
1718.86/471.36	c Total memory 		504889344
1718.86/471.36	c Number of processors 	4
1718.86/471.36	c c --- Begin Solver configuration ---
1718.86/471.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1718.86/471.36	c Learn all clauses as in MiniSAT
1718.86/471.36	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1718.86/471.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1718.86/471.36	c No reason simplification
1718.86/471.36	c Glucose 2.1 dynamic restart strategy
1718.86/471.36	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1718.86/471.36	c timeout=2147483s
1718.86/471.36	c DB Simplification allowed=false
1718.86/471.36	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1718.86/471.36	c --- End Solver configuration ---
1765.62/483.86	c starts		: 0
1765.62/483.86	c conflicts		: 0
1765.62/483.86	c decisions		: 0
1765.62/483.86	c propagations		: 0
1765.62/483.86	c inspects		: 0
1765.62/483.86	c shortcuts		: 0
1765.62/483.86	c learnt literals	: 0
1765.62/483.86	c learnt binary clauses	: 0
1765.62/483.86	c learnt ternary clauses	: 0
1765.62/483.86	c learnt constraints	: 0
1765.62/483.86	c ignored constraints	: 0
1765.62/483.86	c root simplifications	: 0
1765.62/483.86	c removed literals (reason simplification)	: 0
1765.62/483.86	c reason swapping (by a shorter reason)	: 0
1765.62/483.86	c Calls to reduceDB	: 0
1765.62/483.86	c Number of update (reduction) of LBD	: 0
1765.62/483.86	c Imported unit clauses	: 0
1765.62/483.86	c number of reductions to clauses (during analyze)	: 0
1765.62/483.86	c number of learned constraints concerned by reduction	: 0
1765.62/483.86	c number of learning phase by resolution	: 0
1765.62/483.86	c number of learning phase by cutting planes	: 0
1765.62/483.86	c number of rounding to 1 operations	: 0
1765.62/483.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1765.62/483.86	c number of reductions of the coefficients by power 2 	: 0
1765.62/483.86	c number of right shift for reduction by power 2 	: 0
1765.62/483.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
1765.62/483.86	c speed (assignments/second)	: 0.0
1765.62/483.86	c non guided choices	0
1765.62/483.86	c learnt constraints type 
1765.62/483.86	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 (15308 MiB free)
  memory of node 1: 16384 MiB (15174 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100148 s]*
/proc/loadavg: 2.00 2.06 2.32 2/198 24218
/proc/meminfo: memFree=31214856/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=100808 memory=4880 CPUtime=0 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 1471 0 0 0 0 0 0 0 20 0 2 0 18012017 103227392 1220 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 0 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 25202 1220 902 1 0 16800 0
[pid=24217/tid=24219] ppid=24214 vsize=103032 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 7968 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 2 0 18012027 105504768 1220 18446744073709551615 4194304 4196468 140727718129024 139899493727608 139899482170741 0 0 1 0 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 100808 KiB
Current children cumulated memory: 4880 KiB

[startup+0.209429 s]*
/proc/loadavg: 2.00 2.06 2.32 3/212 24232
/proc/meminfo: memFree=31203156/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10551156 memory=23048 CPUtime=0.06 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 4785 0 0 0 5 1 0 0 20 0 15 0 18012017 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2637789 5762 2614 1 0 2627261 0
[pid=24217/tid=24219] ppid=24214 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 7968 0 -1 4202560 2887 0 0 0 4 1 0 0 20 0 15 0 18012027 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899493732912 139899489516605 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10551156 memory=139926674573399 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10551156 memory=139926674552448 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 5762 18446744073709551615 4194304 4196468 140727718129024 139899053689072 139899489503874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899052635296 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899051582192 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012032 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 18012032 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899049478896 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012032 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899048426352 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10551156 memory=139926674552448 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 15 0 18012033 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899047373296 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012033 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10551156 memory=139926674552448 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012037 10804383744 5827 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23048 KiB

[startup+0.310207 s]*
/proc/loadavg: 2.00 2.06 2.32 3/212 24232
/proc/meminfo: memFree=31190784/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10551156 memory=35720 CPUtime=0.22 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 8216 0 0 0 19 3 0 0 20 0 15 0 18012017 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2637789 8930 2878 1 0 2627261 0
[pid=24217/tid=24219] ppid=24214 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 7968 0 -1 4202560 5851 0 0 0 13 2 0 0 20 0 15 0 18012027 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899493731216 139899473536357 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18012028 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899053689072 139899489503874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899052635296 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18012030 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899051582192 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012032 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 15 0 18012032 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899049478896 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 18012032 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899048426352 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10551156 memory=139926674552448 CPUtime=0.03 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 432 0 0 0 3 0 0 0 20 0 15 0 18012033 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899047373296 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012033 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10551156 memory=139926674552448 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012037 10804383744 8930 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35720 KiB

[startup+0.700709 s]
/proc/loadavg: 2.00 2.06 2.32 5/212 24232
/proc/meminfo: memFree=31179644/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10551232 memory=116764 CPUtime=1.26 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 13203 0 0 0 120 6 0 0 20 0 15 0 18012017 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2637808 29191 3055 1 0 2627261 0
[pid=24217/tid=24219] ppid=24214 vsize=10551232 memory=2164 CPUtime=0.53 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 7968 0 -1 4202560 7371 0 0 0 49 4 0 0 20 0 15 0 18012027 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899493728528 139899116961536 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10551232 memory=840 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10551232 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10551232 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012028 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10551232 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 18012028 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10551232 memory=2776 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899053689072 139899489503874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10551232 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899052635296 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10551232 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899051582192 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012032 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10551232 memory=2888 CPUtime=0.24 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) R 24214 24217 7968 0 -1 4202560 1552 0 0 0 24 0 0 0 20 0 15 0 18012032 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899049464776 139899471036945 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10551232 memory=214052 CPUtime=0.22 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) R 24214 24217 7968 0 -1 4202560 1282 0 0 0 22 0 0 0 20 0 15 0 18012032 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899048407888 139899472989255 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10551232 memory=1152 CPUtime=0.22 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 1627 0 0 0 22 0 0 0 20 0 15 0 18012033 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899047373296 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10551232 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012033 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10551232 memory=139926674552448 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012037 10804461568 29191 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 116764 KiB

[startup+1.50081 s]
/proc/loadavg: 2.00 2.06 2.32 4/212 24232
/proc/meminfo: memFree=31077912/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10551232 memory=595296 CPUtime=3.23 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 15216 0 0 0 290 33 0 0 20 0 15 0 18012017 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2637808 148824 3091 1 0 2627261 0
[pid=24217/tid=24219] ppid=24214 vsize=10551232 memory=1296 CPUtime=1.1 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) R 24214 24217 7968 0 -1 4202560 7792 0 0 0 103 7 0 0 20 0 15 0 18012027 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899493729392 139899475560846 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10551232 memory=1732 CPUtime=0.22 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 128 0 0 0 17 5 0 0 20 0 15 0 18012028 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10551232 memory=1700 CPUtime=0.22 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 366 0 0 0 16 6 0 0 20 0 15 0 18012028 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10551232 memory=1228 CPUtime=0.21 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 280 0 0 0 16 5 0 0 20 0 15 0 18012028 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10551232 memory=1000 CPUtime=0.21 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 306 0 0 0 16 5 0 0 20 0 15 0 18012028 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899053689072 139899489503874 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899052635296 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 18012030 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899051582192 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012032 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10551232 memory=20036 CPUtime=0.46 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 1706 0 0 0 46 0 0 0 20 0 15 0 18012032 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899049478896 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10551232 memory=6944613755495348631 CPUtime=0.45 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 1363 0 0 0 45 0 0 0 20 0 15 0 18012032 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899048426352 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10551232 memory=7363719849252499537 CPUtime=0.28 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 1705 0 0 0 27 1 0 0 20 0 15 0 18012033 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899047373296 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10551232 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 18012033 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10551232 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 18012037 10804461568 148824 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 3.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 595296 KiB

[startup+3.11114 s]
/proc/loadavg: 2.00 2.06 2.32 6/212 24232
/proc/meminfo: memFree=28622116/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10551232 memory=2602196 CPUtime=6.92 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 20565 0 0 0 590 102 0 0 20 0 15 0 18012017 10804461568 650549 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2637808 650549 3094 1 0 2627261 0

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

/proc/24217/task/24223/stat : 24223 (java) R 24214 24217 7968 0 -1 4202560 618809 0 0 0 42630 211 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899097107152 139899482120935 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10686560 memory=-8774313645642428999 CPUtime=26.43 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 97042 0 0 0 2638 5 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899053687616 139899489502933 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899052635360 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899051582208 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10686560 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10686560 memory=4040 CPUtime=0.68 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 1790 0 0 0 68 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899049478656 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10686560 memory=-8774313645642428999 CPUtime=0.64 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 2200 0 0 0 64 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899048426400 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10686560 memory=9916 CPUtime=0.33 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 2948 0 0 0 32 1 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899047370800 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10686560 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10686560 memory=1440 CPUtime=0.23 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 333 0 0 0 16 7 0 0 20 0 17 0 18012037 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24277] ppid=24214 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24277/stat : 24277 (java) S 24214 24217 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899042115312 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24278] ppid=24214 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24278/stat : 24278 (java) S 24214 24217 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899041061456 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 1758.85 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8314844 KiB

[startup+483.201 s]
/proc/loadavg: 4.58 4.03 3.15 6/214 24281
/proc/meminfo: memFree=22855824/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10686560 memory=8314844 CPUtime=1765.01 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 2550132 0 0 0 175588 913 0 0 20 0 17 0 18012017 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2671640 2078711 3159 1 0 2661055 0
[pid=24217/tid=24219] ppid=24214 vsize=10686560 memory=1440 CPUtime=17.87 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) S 24214 24217 7968 0 -1 1077944384 34515 0 0 0 1755 32 0 0 20 0 17 0 18012027 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899493733408 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10686560 memory=9916 CPUtime=429.38 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) R 24214 24217 7968 0 -1 4202560 555405 0 0 0 42722 216 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899435842696 139899482120935 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10686560 memory=1200 CPUtime=429.74 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) R 24214 24217 7968 0 -1 4202560 820667 0 0 0 42744 230 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899434789840 139899482120935 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10686560 memory=15872 CPUtime=429.67 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) R 24214 24217 7968 0 -1 4202560 414931 0 0 0 42757 210 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899098160088 139899473950318 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10686560 memory=1000 CPUtime=429.94 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) R 24214 24217 7968 0 -1 4202560 618809 0 0 0 42782 212 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899097107152 139899482120935 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10686560 memory=2012 CPUtime=26.43 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) S 24214 24217 7968 0 -1 1077944384 97042 0 0 0 2638 5 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899053687616 139899489502933 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10686560 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899052635360 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899051582208 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10686560 memory=-8774313645642428999 CPUtime=0.68 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 1790 0 0 0 68 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899049478656 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10686560 memory=1588 CPUtime=0.64 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 2200 0 0 0 64 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899048426400 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10686560 memory=928 CPUtime=0.33 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 2948 0 0 0 32 1 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899047370800 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10686560 memory=840 CPUtime=0.23 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 335 0 0 0 16 7 0 0 20 0 17 0 18012037 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24277] ppid=24214 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24277/stat : 24277 (java) S 24214 24217 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899042115312 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24278] ppid=24214 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24278/stat : 24278 (java) S 24214 24217 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899041061456 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 1765.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8314844 KiB

[startup+483.601 s]
/proc/loadavg: 4.58 4.03 3.15 6/214 24281
/proc/meminfo: memFree=22855824/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10686560 memory=8314844 CPUtime=1765.42 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 2550132 0 0 0 175629 913 0 0 20 0 17 0 18012017 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2671640 2078711 3159 1 0 2661055 0
[pid=24217/tid=24219] ppid=24214 vsize=10686560 memory=1732 CPUtime=17.87 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) S 24214 24217 7968 0 -1 1077944384 34515 0 0 0 1755 32 0 0 20 0 17 0 18012027 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899493733408 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10686560 memory=1700 CPUtime=429.38 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 555405 0 0 0 42722 216 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10686560 memory=1228 CPUtime=429.74 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 820667 0 0 0 42744 230 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10686560 memory=1000 CPUtime=429.67 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 414931 0 0 0 42757 210 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10686560 memory=2012 CPUtime=429.95 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 618809 0 0 0 42783 212 0 0 20 0 17 0 18012028 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10686560 memory=5520 CPUtime=26.83 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) R 24214 24217 7968 0 -1 4202560 97042 0 0 0 2678 5 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899053687616 139899474489131 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899052635360 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899051582208 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10686560 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10686560 memory=1440 CPUtime=0.68 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 1790 0 0 0 68 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899049478656 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10686560 memory=9916 CPUtime=0.64 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 2200 0 0 0 64 0 0 0 20 0 17 0 18012032 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899048426400 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10686560 memory=1200 CPUtime=0.33 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 2948 0 0 0 32 1 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899047370800 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10686560 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012033 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10686560 memory=3192 CPUtime=0.23 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 335 0 0 0 16 7 0 0 20 0 17 0 18012037 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24277] ppid=24214 vsize=10686560 memory=8314844 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24277/stat : 24277 (java) S 24214 24217 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899042115312 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24278] ppid=24214 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24278/stat : 24278 (java) S 24214 24217 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078711 18446744073709551615 4194304 4196468 140727718129024 139899041061456 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 1765.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8314844 KiB

[startup+483.801 s]
/proc/loadavg: 4.58 4.03 3.15 6/214 24281
/proc/meminfo: memFree=22855824/32770624 swapFree=67108860/67108860
[pid=24217] ppid=24214 vsize=10686560 memory=8314868 CPUtime=1765.62 cores=0,2,4,6
/proc/24217/stat : 24217 (java) S 24214 24217 7968 0 -1 1077944320 2550227 0 0 0 175649 913 0 0 20 0 17 0 18012017 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 140727718111568 139899489492727 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
/proc/24217/statm: 2671640 2078717 3159 1 0 2661055 0
[pid=24217/tid=24219] ppid=24214 vsize=10686560 memory=2248 CPUtime=17.87 cores=0,2,4,6
/proc/24217/task/24219/stat : 24219 (java) S 24214 24217 7968 0 -1 1077944384 34515 0 0 0 1755 32 0 0 20 0 17 0 18012027 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899493733408 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24220] ppid=24214 vsize=10686560 memory=4304 CPUtime=429.38 cores=0,2,4,6
/proc/24217/task/24220/stat : 24220 (java) S 24214 24217 7968 0 -1 1077944384 555405 0 0 0 42722 216 0 0 20 0 17 0 18012028 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899435842576 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24221] ppid=24214 vsize=10686560 memory=1588 CPUtime=429.74 cores=0,2,4,6
/proc/24217/task/24221/stat : 24221 (java) S 24214 24217 7968 0 -1 1077944384 820667 0 0 0 42744 230 0 0 20 0 17 0 18012028 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899434790032 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24222] ppid=24214 vsize=10686560 memory=928 CPUtime=429.67 cores=0,2,4,6
/proc/24217/task/24222/stat : 24222 (java) S 24214 24217 7968 0 -1 1077944384 414931 0 0 0 42757 210 0 0 20 0 17 0 18012028 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899098159888 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24223] ppid=24214 vsize=10686560 memory=2164 CPUtime=429.95 cores=0,2,4,6
/proc/24217/task/24223/stat : 24223 (java) S 24214 24217 7968 0 -1 1077944384 618809 0 0 0 42783 212 0 0 20 0 17 0 18012028 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899097107344 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24224] ppid=24214 vsize=10686560 memory=840 CPUtime=27.03 cores=0,2,4,6
/proc/24217/task/24224/stat : 24224 (java) R 24214 24217 7968 0 -1 4202560 97142 0 0 0 2698 5 0 0 20 0 17 0 18012030 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899053687616 139899471102473 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24225] ppid=24214 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24225/stat : 24225 (java) S 24214 24217 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899052635360 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24226] ppid=24214 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24226/stat : 24226 (java) S 24214 24217 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 18012030 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899051582208 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24227] ppid=24214 vsize=10686560 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24227/stat : 24227 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012032 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899050530768 139899489511323 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24228] ppid=24214 vsize=10686560 memory=2776 CPUtime=0.68 cores=0,2,4,6
/proc/24217/task/24228/stat : 24228 (java) S 24214 24217 7968 0 -1 1077944384 1790 0 0 0 68 0 0 0 20 0 17 0 18012032 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899049478656 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24229] ppid=24214 vsize=10686560 memory=840 CPUtime=0.64 cores=0,2,4,6
/proc/24217/task/24229/stat : 24229 (java) S 24214 24217 7968 0 -1 1077944384 2200 0 0 0 64 0 0 0 20 0 17 0 18012032 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899048426400 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24230] ppid=24214 vsize=10686560 memory=3880 CPUtime=0.33 cores=0,2,4,6
/proc/24217/task/24230/stat : 24230 (java) S 24214 24217 7968 0 -1 1077944384 2948 0 0 0 32 1 0 0 20 0 17 0 18012033 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899047370800 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24231] ppid=24214 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24231/stat : 24231 (java) S 24214 24217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 18012033 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899046320992 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24232] ppid=24214 vsize=10686560 memory=3904 CPUtime=0.23 cores=0,2,4,6
/proc/24217/task/24232/stat : 24232 (java) S 24214 24217 7968 0 -1 1077944384 335 0 0 0 16 7 0 0 20 0 17 0 18012037 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899045268016 139899489503874 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24277] ppid=24214 vsize=10686560 memory=2776 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24277/stat : 24277 (java) S 24214 24217 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899042115312 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
[pid=24217/tid=24278] ppid=24214 vsize=10686560 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/24217/task/24278/stat : 24278 (java) S 24214 24217 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 18057014 10943037440 2078717 18446744073709551615 4194304 4196468 140727718129024 139899041061456 139899489502933 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38965248 140727718130065 140727718130218 140727718130218 140727718133711 0
Current children cumulated CPU time: 1765.62 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8314868 KiB

[startup+483.901 s]*
/proc/loadavg: 4.58 4.03 3.15 3/199 24281
/proc/meminfo: memFree=24346496/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 483.942
CPU time (s): 1765.77
CPU user time (s): 1756.56
CPU system time (s): 9.21243
CPU usage (%): 364.873
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8314868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.56
system time used= 9.21243
maximum resident set size= 8315068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2550305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41991
involuntary context switches= 19963


# summary of solver processes directly reported to runsolver:
#   pid: 24217
#   total CPU time (s): 1765.77
#   total CPU user time (s): 1756.56
#   total CPU system time (s): 9.21243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98633 second user time and 4.76058 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 18:07:36
IDJOB=4263799
IDBENCH=140774
IDSOLVER=2651
FILE ID=node128/4263799-1502641293
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex05480.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263799-1502641293/watcher-4263799-1502641293 -o /tmp/evaluation-result-4263799-1502641293/solver-4263799-1502641293 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263799-1502641293.xml

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=1506471006

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31215272 kB
MemAvailable:   31815920 kB
Buffers:          149456 kB
Cached:           738152 kB
SwapCached:            0 kB
Active:           451276 kB
Inactive:         693004 kB
Active(anon):     256564 kB
Inactive(anon):    16764 kB
Active(file):     194712 kB
Inactive(file):   676240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1812 kB
Writeback:             0 kB
AnonPages:        256248 kB
Mapped:            44916 kB
Shmem:             17116 kB
Slab:             115888 kB
SReclaimable:      91064 kB
SUnreclaim:        24824 kB
KernelStack:        3472 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 18:15:41