Trace number 4263755

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1505.46 410.62399

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-34.xml
MD5SUM778dc3cd7adf307db423468d07378e38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of constraints5984
Number of domains1
Minimum domain size561
Maximum domain size561
Distribution of domain sizes[{"size":561,"count":561}]
Minimum variable degree0
Maximum variable degree33
Distribution of variable degrees[{"degree":0,"count":595},{"degree":33,"count":561}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":5984}]
Number of extensional constraints0
Number of intensional constraints5984
Distribution of constraint types[{"type":"intension","count":5984}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263755-1502640885/watcher-4263755-1502640885 -o /tmp/evaluation-result-4263755-1502640885/solver-4263755-1502640885 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263755-1502640885.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
Linux 3.10.0-514.16.1.el
solver pid=27423, runsolver pid=27420
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.94 1.97 2.21 2/203 27425
/proc/meminfo: memFree=30926016/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=9936560 memory=16484 CPUtime=0.01 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 3433 0 0 0 1 0 0 0 20 0 6 0 163741247 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2484140 4121 1921 1 0 2473637 0
[pid=27423/tid=27425] ppid=27420 vsize=9936560 memory=7077796292425249400 CPUtime=0.01 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) R 27420 27423 7084 0 -1 4202560 2132 0 0 0 1 0 0 0 20 0 6 0 163741256 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140632852361808 140632848149277 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163741257 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140632805091600 140632848135893 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=9936560 memory=140270420858496 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 163741257 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140632804039056 140632848135893 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163741257 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140632802986512 140632848135893 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 163741257 10175037440 4121 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632848135893 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.210329 s]*
/proc/loadavg: 1.94 1.97 2.21 3/216 27438
/proc/meminfo: memFree=30914068/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10553140 memory=28144 CPUtime=0.11 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 5506 0 0 0 10 1 0 0 20 0 15 0 163741247 10806415360 7036 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2638285 7036 2783 1 0 2627757 0
[pid=27423/tid=27425] ppid=27420 vsize=10553140 memory=8316850467074736180 CPUtime=0.08 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) R 27420 27423 7084 0 -1 4202560 3490 0 0 0 8 0 0 0 20 0 15 0 163741256 10806415360 7102 18446744073709551615 4194304 4196468 140735968218112 140632852314032 140632840436619 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10553140 memory=8333 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10806415360 7102 18446744073709551615 4194304 4196468 140735968218112 140632805091600 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10553140 memory=3905945536961681056 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632804039056 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632802986512 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10553140 memory=140270420858496 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741258 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632412219888 140632848136834 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163741259 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632411166112 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163741259 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632410113520 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741261 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 163741261 10806415360 7168 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741261 10808082432 7168 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10554768 memory=140270420858496 CPUtime=0.01 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 288 0 0 0 1 0 0 0 20 0 15 0 163741261 10808082432 7168 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741262 10808082432 7168 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10554768 memory=140270420858496 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741265 10808082432 7168 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10553140 KiB
Current children cumulated memory: 28144 KiB

[startup+0.310844 s]*
/proc/loadavg: 1.94 1.97 2.21 3/216 27438
/proc/meminfo: memFree=30903240/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10551156 memory=36876 CPUtime=0.26 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 8495 0 0 0 23 3 0 0 20 0 15 0 163741247 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2637789 9219 2859 1 0 2627261 0
[pid=27423/tid=27425] ppid=27420 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) R 27420 27423 7084 0 -1 4202560 6124 0 0 0 16 1 0 0 20 0 15 0 163741256 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632852359936 140632848137622 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10551156 memory=8333 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632805091600 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10551156 memory=3905945536961681056 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632804039056 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632802986512 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10551156 memory=3472468566581429936 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741258 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632412219888 140632848136834 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163741259 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632411166112 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163741259 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632410113520 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741261 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) R 27420 27423 7084 0 -1 4202560 514 0 0 0 1 0 0 0 20 0 15 0 163741261 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632831609145 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 163741261 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10551156 memory=7959527412845627309 CPUtime=0.04 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 416 0 0 0 4 0 0 0 20 0 15 0 163741261 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741262 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10551156 memory=140270420858496 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741265 10804383744 9219 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36876 KiB

[startup+0.701665 s]
/proc/loadavg: 1.94 1.97 2.21 4/216 27438
/proc/meminfo: memFree=30885580/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10551232 memory=105616 CPUtime=1.46 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 13474 0 0 0 141 5 0 0 20 0 15 0 163741247 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2637808 26404 3055 1 0 2627261 0
[pid=27423/tid=27425] ppid=27420 vsize=10551232 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) R 27420 27423 7084 0 -1 4202560 7359 0 0 0 53 3 0 0 20 0 15 0 163741256 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632852363712 140632479854800 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632805091600 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741257 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632804039056 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632802986512 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) S 27420 27423 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163741257 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163741258 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632412219888 140632848136834 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10551232 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163741259 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632411166112 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10551232 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163741259 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632410113520 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10551232 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741261 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10551232 memory=1440 CPUtime=0.31 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) R 27420 27423 7084 0 -1 4202560 1870 0 0 0 31 0 0 0 20 0 15 0 163741261 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632408000144 140632831338772 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10551232 memory=33 CPUtime=0.3 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) R 27420 27423 7084 0 -1 4202560 1213 0 0 0 30 0 0 0 20 0 15 0 163741261 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632406942168 140632831512271 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) R 27420 27423 7084 0 -1 4202560 1660 0 0 0 25 0 0 0 20 0 15 0 163741261 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632825349840 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741262 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10551232 memory=836 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741265 10804461568 26404 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 105616 KiB

[startup+1.50077 s]
/proc/loadavg: 1.94 1.97 2.21 3/216 27438
/proc/meminfo: memFree=30569576/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10551232 memory=660988 CPUtime=3.39 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 15643 0 0 0 312 27 0 0 20 0 15 0 163741247 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2637808 165247 3093 1 0 2627261 0
[pid=27423/tid=27425] ppid=27420 vsize=10551232 memory=4156 CPUtime=1.2 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) R 27420 27423 7084 0 -1 4202560 7884 0 0 0 112 8 0 0 20 0 15 0 163741256 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632852352344 140632483792237 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10551232 memory=69092 CPUtime=0.14 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) S 27420 27423 7084 0 -1 1077944384 236 0 0 0 10 4 0 0 20 0 15 0 163741257 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632805091600 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10551232 memory=1296 CPUtime=0.14 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) S 27420 27423 7084 0 -1 1077944384 227 0 0 0 10 4 0 0 20 0 15 0 163741257 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632804039056 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10551232 memory=280540553434688 CPUtime=0.13 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) S 27420 27423 7084 0 -1 1077944384 224 0 0 0 9 4 0 0 20 0 15 0 163741257 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632802986512 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10551232 memory=-7173504570862900581 CPUtime=0.11 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) S 27420 27423 7084 0 -1 1077944384 225 0 0 0 8 3 0 0 20 0 15 0 163741257 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 485 0 0 0 0 0 0 0 20 0 15 0 163741258 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632412219888 140632848136834 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10551232 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 163741259 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632411166112 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10551232 memory=5791739490257626210 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 163741259 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632410113520 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10551232 memory=6933690330692294553 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741261 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10551232 memory=6227472662795544169 CPUtime=0.61 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 1945 0 0 0 61 0 0 0 20 0 15 0 163741261 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10551232 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 1303 0 0 0 67 0 0 0 20 0 15 0 163741261 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10551232 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 1751 0 0 0 31 0 0 0 20 0 15 0 163741261 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163741262 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163741265 10804461568 165247 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 3.39 s
Current children cumulated vsize: 10551232 KiB

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

/proc/27423/task/27429/stat : 27429 (java) R 27420 27423 7084 0 -1 4202560 246787 0 0 0 35984 195 0 0 20 0 17 0 163741257 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632801934168 140632833110983 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10686560 memory=8302052 CPUtime=27.21 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 138677 0 0 0 2711 10 0 0 20 0 17 0 163741258 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632412218208 140632848135893 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632411166176 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10686560 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632410113536 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741261 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10686560 memory=5768 CPUtime=0.73 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 2859 0 0 0 73 0 0 0 20 0 17 0 163741261 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10686560 memory=-8774313645642428999 CPUtime=0.78 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 2239 0 0 0 78 0 0 0 20 0 17 0 163741261 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10686560 memory=1724 CPUtime=0.4 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 4243 0 0 0 40 0 0 0 20 0 17 0 163741261 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741262 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10686560 memory=12320 CPUtime=0.31 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 824 0 0 0 15 16 0 0 20 0 17 0 163741265 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27477] ppid=27420 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27477/stat : 27477 (java) S 27420 27423 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632400645472 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27478] ppid=27420 vsize=10686560 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27478/stat : 27478 (java) S 27420 27423 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075515 18446744073709551615 4194304 4196468 140735968218112 140632399589392 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 1489.05 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8302060 KiB

[startup+408.002 s]*
/proc/loadavg: 5.11 4.14 3.11 7/215 27479
/proc/meminfo: memFree=22801660/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10686560 memory=8302068 CPUtime=1495.46 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 1668874 0 0 0 148744 802 0 0 20 0 17 0 163741247 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2671640 2075517 3158 1 0 2661055 0
[pid=27423/tid=27425] ppid=27420 vsize=10686560 memory=-8774313645642428999 CPUtime=13.94 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) S 27420 27423 7084 0 -1 1077944384 28820 0 0 0 1372 22 0 0 20 0 17 0 163741256 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632852366368 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10686560 memory=4126316290023845779 CPUtime=363.71 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) R 27420 27423 7084 0 -1 4202560 393739 0 0 0 36185 186 0 0 20 0 17 0 163741257 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632805091800 140632833076292 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10686560 memory=5768 CPUtime=362.23 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) R 27420 27423 7084 0 -1 4202560 472902 0 0 0 36035 188 0 0 20 0 17 0 163741257 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632804039256 140632832823462 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10686560 memory=2008 CPUtime=362.66 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) R 27420 27423 7084 0 -1 4202560 376144 0 0 0 36072 194 0 0 20 0 17 0 163741257 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632802986400 140632829722096 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10686560 memory=11368 CPUtime=363.4 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) R 27420 27423 7084 0 -1 4202560 246886 0 0 0 36145 195 0 0 20 0 17 0 163741257 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632801934168 140632832823412 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10686560 memory=1224 CPUtime=27.21 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 138677 0 0 0 2711 10 0 0 20 0 17 0 163741258 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632412218208 140632848135893 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10686560 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632411166176 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632410113536 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741261 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10686560 memory=988 CPUtime=0.73 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 2859 0 0 0 73 0 0 0 20 0 17 0 163741261 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10686560 memory=12320 CPUtime=0.78 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 2239 0 0 0 78 0 0 0 20 0 17 0 163741261 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10686560 memory=1196 CPUtime=0.4 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 4243 0 0 0 40 0 0 0 20 0 17 0 163741261 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10686560 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741262 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10686560 memory=4600 CPUtime=0.32 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 824 0 0 0 16 16 0 0 20 0 17 0 163741265 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27477] ppid=27420 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27477/stat : 27477 (java) S 27420 27423 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632400645472 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27478] ppid=27420 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27478/stat : 27478 (java) S 27420 27423 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075517 18446744073709551615 4194304 4196468 140735968218112 140632399589392 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 1495.46 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8302068 KiB

[startup+409.602 s]
/proc/loadavg: 5.11 4.14 3.11 6/215 27479
/proc/meminfo: memFree=22801540/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10686560 memory=8302076 CPUtime=1501.77 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 1668993 0 0 0 149375 802 0 0 20 0 17 0 163741247 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2671640 2075519 3158 1 0 2661055 0
[pid=27423/tid=27425] ppid=27420 vsize=10686560 memory=988 CPUtime=13.94 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) S 27420 27423 7084 0 -1 1077944384 28820 0 0 0 1372 22 0 0 20 0 17 0 163741256 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632852366368 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10686560 memory=12320 CPUtime=365.29 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) R 27420 27423 7084 0 -1 4202560 393772 0 0 0 36343 186 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632805091800 140632833122196 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10686560 memory=1196 CPUtime=363.8 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) R 27420 27423 7084 0 -1 4202560 472929 0 0 0 36192 188 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632804039256 140632833122039 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10686560 memory=8302052 CPUtime=364.23 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) R 27420 27423 7084 0 -1 4202560 376183 0 0 0 36229 194 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632802986400 140632833122323 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10686560 memory=8302052 CPUtime=364.98 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) R 27420 27423 7084 0 -1 4202560 246906 0 0 0 36303 195 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632801933968 140632833122091 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10686560 memory=636 CPUtime=27.21 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 138677 0 0 0 2711 10 0 0 20 0 17 0 163741258 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632412218432 140632848135893 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10686560 memory=280540553334912 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632411166176 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10686560 memory=2487725590017 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632410113536 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10686560 memory=2500610491649 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10686560 memory=6673 CPUtime=0.73 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 2859 0 0 0 73 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632408008688 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10686560 memory=4420 CPUtime=0.78 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 2239 0 0 0 78 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632406956144 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10686560 memory=6628 CPUtime=0.4 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 4243 0 0 0 40 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632405903600 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10686560 memory=280540553597496 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741262 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10686560 memory=8302060 CPUtime=0.32 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 824 0 0 0 16 16 0 0 20 0 17 0 163741265 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27477] ppid=27420 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27477/stat : 27477 (java) S 27420 27423 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632400645472 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27478] ppid=27420 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27478/stat : 27478 (java) S 27420 27423 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632399589392 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 1501.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8302076 KiB

[startup+410.402 s]
/proc/loadavg: 5.11 4.14 3.11 6/215 27479
/proc/meminfo: memFree=22801540/32770624 swapFree=67108776/67108860
[pid=27423] ppid=27420 vsize=10686560 memory=8302076 CPUtime=1504.94 cores=0,2,4,6
/proc/27423/stat : 27423 (java) S 27420 27423 7084 0 -1 1077944320 1669020 0 0 0 149692 802 0 0 20 0 17 0 163741247 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140735968200656 140632848125687 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
/proc/27423/statm: 2671640 2075519 3158 1 0 2661055 0
[pid=27423/tid=27425] ppid=27420 vsize=10686560 memory=39856 CPUtime=13.94 cores=0,2,4,6
/proc/27423/task/27425/stat : 27425 (java) S 27420 27423 7084 0 -1 1077944384 28820 0 0 0 1372 22 0 0 20 0 17 0 163741256 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632852366368 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27426] ppid=27420 vsize=10686560 memory=33 CPUtime=366.08 cores=0,2,4,6
/proc/27423/task/27426/stat : 27426 (java) R 27420 27423 7084 0 -1 4202560 393772 0 0 0 36422 186 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632805091408 140632840753895 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27427] ppid=27420 vsize=10686560 memory=0 CPUtime=364.58 cores=0,2,4,6
/proc/27423/task/27427/stat : 27427 (java) R 27420 27423 7084 0 -1 4202560 472929 0 0 0 36270 188 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632804039256 140632833122091 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27428] ppid=27420 vsize=10686560 memory=280540554294016 CPUtime=365.03 cores=0,2,4,6
/proc/27423/task/27428/stat : 27428 (java) R 27420 27423 7084 0 -1 4202560 376210 0 0 0 36309 194 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632802986320 140632840753895 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27429] ppid=27420 vsize=10686560 memory=-7737621075815361686 CPUtime=365.77 cores=0,2,4,6
/proc/27423/task/27429/stat : 27429 (java) R 27420 27423 7084 0 -1 4202560 246906 0 0 0 36382 195 0 0 20 0 17 0 163741257 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632801933776 140632840753895 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27430] ppid=27420 vsize=10686560 memory=-8774313645642428999 CPUtime=27.21 cores=0,2,4,6
/proc/27423/task/27430/stat : 27430 (java) S 27420 27423 7084 0 -1 1077944384 138677 0 0 0 2711 10 0 0 20 0 17 0 163741258 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632412218432 140632848135893 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27431] ppid=27420 vsize=10686560 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27431/stat : 27431 (java) S 27420 27423 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632411166176 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27432] ppid=27420 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27432/stat : 27432 (java) S 27420 27423 7084 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 163741259 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632410113536 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27433] ppid=27420 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27433/stat : 27433 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632409062096 140632848144283 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27434] ppid=27420 vsize=10686560 memory=8302076 CPUtime=0.73 cores=0,2,4,6
/proc/27423/task/27434/stat : 27434 (java) S 27420 27423 7084 0 -1 1077944384 2859 0 0 0 73 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632408008736 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27435] ppid=27420 vsize=10686560 memory=280540554300096 CPUtime=0.78 cores=0,2,4,6
/proc/27423/task/27435/stat : 27435 (java) S 27420 27423 7084 0 -1 1077944384 2239 0 0 0 78 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632406955904 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27436] ppid=27420 vsize=10686560 memory=-7302992890901125522 CPUtime=0.4 cores=0,2,4,6
/proc/27423/task/27436/stat : 27436 (java) S 27420 27423 7084 0 -1 1077944384 4243 0 0 0 40 0 0 0 20 0 17 0 163741261 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632405903648 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27437] ppid=27420 vsize=10686560 memory=7738399568515330102 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27437/stat : 27437 (java) S 27420 27423 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 163741262 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632404851296 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27438] ppid=27420 vsize=10686560 memory=3472592179135985152 CPUtime=0.32 cores=0,2,4,6
/proc/27423/task/27438/stat : 27438 (java) S 27420 27423 7084 0 -1 1077944384 824 0 0 0 16 16 0 0 20 0 17 0 163741265 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632403798832 140632848136834 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27477] ppid=27420 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27477/stat : 27477 (java) S 27420 27423 7084 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632400645472 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
[pid=27423/tid=27478] ppid=27420 vsize=10686560 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/27423/task/27478/stat : 27478 (java) S 27420 27423 7084 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 163777329 10943037440 2075519 18446744073709551615 4194304 4196468 140735968218112 140632399589392 140632848135893 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7188480 140735968219536 140735968219689 140735968219689 140735968223183 0
Current children cumulated CPU time: 1504.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8302076 KiB

[startup+410.601 s]*
/proc/loadavg: 5.10 4.16 3.12 3/200 27479
/proc/meminfo: memFree=26360372/32770624 swapFree=67108776/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): 410.624
CPU time (s): 1505.46
CPU user time (s): 1497.36
CPU system time (s): 8.1008
CPU usage (%): 366.627
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8302076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1497.36
system time used= 8.1008
maximum resident set size= 8302264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1669231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21439
involuntary context switches= 14692


# summary of solver processes directly reported to runsolver:
#   pid: 27423
#   total CPU time (s): 1505.46
#   total CPU user time (s): 1497.36
#   total CPU system time (s): 8.1008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43224 second user time and 4.19837 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 18:00:20
IDJOB=4263755
IDBENCH=140579
IDSOLVER=2651
FILE ID=node132/4263755-1502640885
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 778dc3cd7adf307db423468d07378e38
RANDOM SEED=1211649969

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:        30931204 kB
MemAvailable:   31205612 kB
Buffers:          229768 kB
Cached:           369468 kB
SwapCached:           84 kB
Active:          1238112 kB
Inactive:         193456 kB
Active(anon):     780420 kB
Inactive(anon):   101948 kB
Active(file):     457692 kB
Inactive(file):    91508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              2172 kB
Writeback:             0 kB
AnonPages:        832304 kB
Mapped:            77548 kB
Shmem:             49768 kB
Slab:             109172 kB
SReclaimable:      82084 kB
SUnreclaim:        27088 kB
KernelStack:        3568 kB
PageTables:         7276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1466172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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= 62028 MiB
End job on node132 at 2017-08-13 18:07:11