Trace number 4244125

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
R1: sat4j-CSP 2017-07-05? 1368.72 381.07401

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-25-25.xml
MD5SUM34b1e445d9836684eb66aaeb2aca3537
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2520.25
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints90001
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":625}]
Minimum variable degree578
Maximum variable degree578
Distribution of variable degrees[{"degree":578,"count":625}]
Minimum constraint arity4
Maximum constraint arity625
Distribution of constraint arities[{"arity":4,"count":90000},{"arity":625,"count":1}]
Number of extensional constraints0
Number of intensional constraints90000
Distribution of constraint types[{"type":"intension","count":90000},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244125-1502056205/watcher-4244125-1502056205 -o /tmp/evaluation-result-4244125-1502056205/solver-4244125-1502056205 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244125-1502056205.xml 

pid=20697
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.76 4.65 4.25 3/200 20700
/proc/meminfo: memFree=28684624/32770624 swapFree=0/344484
[pid=20700] ppid=20697 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20700/stat : 20700 (runsolver) D 20697 20700 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47531431 24240128 108 18446744073709551615 4194304 4338465 140728754417760 140728754415400 139798356779735 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 33329152 140728754425991 140728754426441 140728754426441 140728754429898 0
/proc/20700/statm: 5918 108 54 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 4.76 4.65 4.25 3/200 20700
/proc/meminfo: memFree=28684624/32770624 swapFree=0/344484
[pid=20700] ppid=20697 vsize=9936560 CPUtime=0 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 2902 0 0 0 0 0 0 0 20 0 6 0 47531431 10175037440 3592 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2484140 3592 1540 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.202921 s]
/proc/loadavg: 4.76 4.65 4.25 3/200 20700
/proc/meminfo: memFree=28684624/32770624 swapFree=0/344484
[pid=20700] ppid=20697 vsize=10551156 CPUtime=0.08 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 5014 0 0 0 7 1 0 0 20 0 15 0 47531431 10804383744 6513 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637789 6513 2745 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300349 s]
/proc/loadavg: 4.76 4.65 4.25 3/200 20700
/proc/meminfo: memFree=28684624/32770624 swapFree=0/344484
[pid=20700] ppid=20697 vsize=10551156 CPUtime=0.24 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 8350 0 0 0 21 3 0 0 20 0 15 0 47531431 10804383744 9060 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637789 9060 2868 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700207 s]
/proc/loadavg: 4.76 4.65 4.25 3/200 20700
/proc/meminfo: memFree=28684624/32770624 swapFree=0/344484
[pid=20700] ppid=20697 vsize=10551232 CPUtime=1.31 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 12806 0 0 0 125 6 0 0 20 0 15 0 47531431 10804461568 29347 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 29347 3035 1 0 2627261 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10551232

[startup+1.50142 s]
/proc/loadavg: 4.78 4.65 4.25 5/215 20715
/proc/meminfo: memFree=28456156/32770624 swapFree=0/344780
[pid=20700] ppid=20697 vsize=10551232 CPUtime=3.43 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 14567 0 0 0 318 25 0 0 20 0 15 0 47531431 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 106874 3090 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 12906 0 -1 4202560 7436 0 0 0 117 6 0 0 20 0 15 0 47531440 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140425022933040 140424647099884 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 287 0 0 0 8 4 0 0 20 0 15 0 47531441 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 248 0 0 0 8 4 0 0 20 0 15 0 47531441 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 143 0 0 0 8 4 0 0 20 0 15 0 47531441 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=0.1 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 213 0 0 0 7 3 0 0 20 0 15 0 47531441 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 47531442 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424582720368 140425018706562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424581666336 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=0.74 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 1859 0 0 0 74 0 0 0 20 0 15 0 47531445 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=0.69 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 1271 0 0 0 69 0 0 0 20 0 15 0 47531445 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 1542 0 0 0 25 0 0 0 20 0 15 0 47531445 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531449 10804461568 106874 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 10551232

[startup+3.10074 s]
/proc/loadavg: 4.78 4.65 4.25 3/215 20715
/proc/meminfo: memFree=27949420/32770624 swapFree=0/344784
[pid=20700] ppid=20697 vsize=10551232 CPUtime=6.68 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 19137 0 0 0 612 56 0 0 20 0 15 0 47531431 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 325966 3101 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=2.64 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 12906 0 -1 4202560 9330 0 0 0 248 16 0 0 20 0 15 0 47531440 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140425022923776 140424648509361 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 585 0 0 0 20 8 0 0 20 0 15 0 47531441 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 721 0 0 0 20 9 0 0 20 0 15 0 47531441 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 739 0 0 0 20 9 0 0 20 0 15 0 47531441 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 329 0 0 0 19 8 0 0 20 0 15 0 47531441 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 1027 0 0 0 0 0 0 0 20 0 15 0 47531442 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424582720368 140425018706562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 1964 0 0 0 124 0 0 0 20 0 15 0 47531445 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 1374 0 0 0 122 1 0 0 20 0 15 0 47531445 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 1711 0 0 0 35 0 0 0 20 0 15 0 47531445 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531449 10804461568 325966 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10551232

[startup+6.30064 s]
/proc/loadavg: 4.78 4.65 4.25 3/215 20715
/proc/meminfo: memFree=26861812/32770624 swapFree=0/344784
[pid=20700] ppid=20697 vsize=10551232 CPUtime=15.14 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 70067 0 0 0 1409 105 0 0 20 0 15 0 47531431 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 458755 3117 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=3.32 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 12906 0 -1 4202560 9997 0 0 0 316 16 0 0 20 0 15 0 47531440 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140425022932200 140424648578315 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=2.02 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 10681 0 0 0 181 21 0 0 20 0 15 0 47531441 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=2.01 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 11487 0 0 0 181 20 0 0 20 0 15 0 47531441 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=2.01 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 13087 0 0 0 180 21 0 0 20 0 15 0 47531441 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=2 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 14348 0 0 0 179 21 0 0 20 0 15 0 47531441 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=0.79 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 2574 0 0 0 79 0 0 0 20 0 15 0 47531442 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424582720368 140425018706562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 2034 0 0 0 128 0 0 0 20 0 15 0 47531445 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 1380 0 0 0 125 1 0 0 20 0 15 0 47531445 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.37 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 2698 0 0 0 36 1 0 0 20 0 15 0 47531445 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 360 0 0 0 0 0 0 0 20 0 15 0 47531449 10804461568 458755 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 4.35 4.56 4.23 6/215 20715
/proc/meminfo: memFree=25015820/32770624 swapFree=0/344800
[pid=20700] ppid=20697 vsize=10551232 CPUtime=34.16 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 200468 0 0 0 3202 214 0 0 20 0 15 0 47531431 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 918884 3117 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=5.04 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) S 20697 20700 12906 0 -1 1077944384 11314 0 0 0 478 26 0 0 20 0 15 0 47531440 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140425022930768 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=6.2 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 41049 0 0 0 576 44 0 0 20 0 15 0 47531441 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=6.23 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 36080 0 0 0 578 45 0 0 20 0 15 0 47531441 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=6.23 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 45421 0 0 0 577 46 0 0 20 0 15 0 47531441 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=6.19 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 51017 0 0 0 574 45 0 0 20 0 15 0 47531441 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=1.24 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) R 20697 20700 12906 0 -1 4202560 7186 0 0 0 124 0 0 0 20 0 15 0 47531442 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424582718912 140425003396077 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 918884 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0

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

/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 76675 0 0 0 3292 4 0 0 20 0 15 0 47531442 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424582718688 140425018705621 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=1.34 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 3381 0 0 0 134 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=1.33 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 2433 0 0 0 132 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 5722 0 0 0 41 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 715 0 0 0 17 13 0 0 20 0 15 0 47531449 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 1358.36
Current children cumulated vsize (KiB) 10551232

[startup+379.201 s]
/proc/loadavg: 5.35 4.74 4.36 9/214 20820
/proc/meminfo: memFree=20174612/32770624 swapFree=0/345016
[pid=20700] ppid=20697 vsize=10551232 CPUtime=1364.71 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 1522415 0 0 0 135818 653 0 0 20 0 15 0 47531431 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 2077709 3121 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=14.88 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) S 20697 20700 12906 0 -1 1077944384 63094 0 0 0 1459 29 0 0 20 0 15 0 47531440 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140425022933744 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=328.57 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) R 20697 20700 12906 0 -1 4202560 365055 0 0 0 32700 157 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424965044768 140425003691819 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=328.69 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) R 20697 20700 12906 0 -1 4202560 299414 0 0 0 32728 141 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424963992280 140425003684904 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=328.55 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) R 20697 20700 12906 0 -1 4202560 333051 0 0 0 32699 156 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424627673688 140425000305235 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=327.58 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) R 20697 20700 12906 0 -1 4202560 371451 0 0 0 32599 159 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424626620888 140425003684966 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=32.96 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 76675 0 0 0 3292 4 0 0 20 0 15 0 47531442 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424582718912 140425018705621 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=1.34 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 3382 0 0 0 134 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424578508928 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=1.33 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 2433 0 0 0 132 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424577456416 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 5722 0 0 0 41 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424576403616 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 715 0 0 0 17 13 0 0 20 0 15 0 47531449 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 1364.71
Current children cumulated vsize (KiB) 10551232

[startup+380.001 s]
/proc/loadavg: 5.35 4.74 4.36 6/214 20820
/proc/meminfo: memFree=20154744/32770624 swapFree=0/345016
[pid=20700] ppid=20697 vsize=10551232 CPUtime=1367.82 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 1523082 0 0 0 136129 653 0 0 20 0 15 0 47531431 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2637808 2077709 3121 1 0 2627261 0
[pid=20700/tid=20702] ppid=20697 vsize=10551232 CPUtime=14.88 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) S 20697 20700 12906 0 -1 1077944384 63094 0 0 0 1459 29 0 0 20 0 15 0 47531440 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140425022933744 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10551232 CPUtime=329.35 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 365348 0 0 0 32778 157 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10551232 CPUtime=329.47 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 299457 0 0 0 32806 141 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10551232 CPUtime=329.33 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 333353 0 0 0 32777 156 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10551232 CPUtime=328.34 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 371480 0 0 0 32675 159 0 0 20 0 15 0 47531441 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10551232 CPUtime=32.99 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) R 20697 20700 12906 0 -1 4202560 76675 0 0 0 3295 4 0 0 20 0 15 0 47531442 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424582718912 140425003691816 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10551232 CPUtime=1.34 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 3382 0 0 0 134 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424578508928 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10551232 CPUtime=1.33 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 2433 0 0 0 132 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424577456416 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 5722 0 0 0 41 1 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424576403616 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 715 0 0 0 18 13 0 0 20 0 15 0 47531449 10804461568 2077709 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 1367.82
Current children cumulated vsize (KiB) 10551232

[startup+380.801 s]
/proc/loadavg: 5.35 4.74 4.36 3/214 20820
/proc/meminfo: memFree=20120120/32770624 swapFree=0/345020
[pid=20700] ppid=20697 vsize=10554456 CPUtime=1368.63 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 1523660 0 0 0 136210 653 0 0 20 0 15 0 47531431 10807762944 2077831 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2638614 2077831 3162 1 0 2628029 0
[pid=20700/tid=20702] ppid=20697 vsize=10554456 CPUtime=14.9 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) R 20697 20700 12906 0 -1 4202560 63411 0 0 0 1460 30 0 0 20 0 15 0 47531440 10807762944 2077831 18446744073709551615 4194304 4196468 140733615863664 140425022919584 140425011412519 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10553432 CPUtime=329.35 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 365348 0 0 0 32778 157 0 0 20 0 15 0 47531441 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10553432 CPUtime=329.47 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 299457 0 0 0 32806 141 0 0 20 0 15 0 47531441 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10553432 CPUtime=329.33 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 333353 0 0 0 32777 156 0 0 20 0 15 0 47531441 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10553432 CPUtime=328.34 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 371480 0 0 0 32675 159 0 0 20 0 15 0 47531441 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10553432 CPUtime=33.77 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 76707 0 0 0 3373 4 0 0 20 0 15 0 47531442 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424582720368 140425018706562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10553432 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 47531443 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10553432 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 47531443 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10553432 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10553432 CPUtime=1.34 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) R 20697 20700 12906 0 -1 1077944384 3465 0 0 0 134 0 0 0 20 0 15 0 47531445 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10553432 CPUtime=1.33 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 2528 0 0 0 132 1 0 0 20 0 15 0 47531445 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10553432 CPUtime=0.43 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) R 20697 20700 12906 0 -1 1077944384 5798 0 0 0 42 1 0 0 20 0 15 0 47531445 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10553432 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47531445 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10553432 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 715 0 0 0 18 13 0 0 20 0 15 0 47531449 10806714368 2077831 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 1368.63
Current children cumulated vsize (KiB) 10554456

[startup+381.001 s]
/proc/loadavg: 5.35 4.74 4.36 3/214 20820
/proc/meminfo: memFree=20120120/32770624 swapFree=0/345020
[pid=20700] ppid=20697 vsize=10686560 CPUtime=1368.64 cores=0,2,4,6
/proc/20700/stat : 20700 (java) S 20697 20700 12906 0 -1 1077944320 1523823 0 0 0 136211 653 0 0 20 0 16 0 47531431 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140733615846208 140425018695415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
/proc/20700/statm: 2671640 2077905 3164 1 0 2661055 0
[pid=20700/tid=20702] ppid=20697 vsize=10686560 CPUtime=14.91 cores=0,2,4,6
/proc/20700/task/20702/stat : 20702 (java) S 20697 20700 12906 0 -1 1077944384 63494 0 0 0 1461 30 0 0 20 0 16 0 47531440 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140425022936096 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20703] ppid=20697 vsize=10686560 CPUtime=329.35 cores=0,2,4,6
/proc/20700/task/20703/stat : 20703 (java) S 20697 20700 12906 0 -1 1077944384 365348 0 0 0 32778 157 0 0 20 0 16 0 47531441 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424965044880 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20704] ppid=20697 vsize=10686560 CPUtime=329.47 cores=0,2,4,6
/proc/20700/task/20704/stat : 20704 (java) S 20697 20700 12906 0 -1 1077944384 299457 0 0 0 32806 141 0 0 20 0 16 0 47531441 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424963992080 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20705] ppid=20697 vsize=10686560 CPUtime=329.33 cores=0,2,4,6
/proc/20700/task/20705/stat : 20705 (java) S 20697 20700 12906 0 -1 1077944384 333353 0 0 0 32777 156 0 0 20 0 16 0 47531441 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424627673488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20706] ppid=20697 vsize=10686560 CPUtime=328.34 cores=0,2,4,6
/proc/20700/task/20706/stat : 20706 (java) S 20697 20700 12906 0 -1 1077944384 371480 0 0 0 32675 159 0 0 20 0 16 0 47531441 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424626620688 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20707] ppid=20697 vsize=10686560 CPUtime=33.77 cores=0,2,4,6
/proc/20700/task/20707/stat : 20707 (java) S 20697 20700 12906 0 -1 1077944384 76707 0 0 0 3373 4 0 0 20 0 16 0 47531442 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424582720368 140425018706562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20708] ppid=20697 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20708/stat : 20708 (java) S 20697 20700 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 47531443 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424581666400 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20709] ppid=20697 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20709/stat : 20709 (java) S 20697 20700 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 47531443 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424580613488 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20710] ppid=20697 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20710/stat : 20710 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47531445 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424579561808 140425018714011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20711] ppid=20697 vsize=10686560 CPUtime=1.34 cores=0,2,4,6
/proc/20700/task/20711/stat : 20711 (java) S 20697 20700 12906 0 -1 1077944384 3465 0 0 0 134 0 0 0 20 0 16 0 47531445 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424578509168 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20712] ppid=20697 vsize=10686560 CPUtime=1.33 cores=0,2,4,6
/proc/20700/task/20712/stat : 20712 (java) S 20697 20700 12906 0 -1 1077944384 2528 0 0 0 132 1 0 0 20 0 16 0 47531445 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424577456368 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20713] ppid=20697 vsize=10686560 CPUtime=0.43 cores=0,2,4,6
/proc/20700/task/20713/stat : 20713 (java) S 20697 20700 12906 0 -1 1077944384 5803 0 0 0 42 1 0 0 20 0 16 0 47531445 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424576403568 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20714] ppid=20697 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20700/task/20714/stat : 20714 (java) S 20697 20700 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47531445 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424575351008 140425018705621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
[pid=20700/tid=20715] ppid=20697 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/20700/task/20715/stat : 20715 (java) S 20697 20700 12906 0 -1 1077944384 715 0 0 0 18 13 0 0 20 0 16 0 47531449 10943037440 2077905 18446744073709551615 4194304 4196468 140733615863664 140424574299312 140425018706562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23609344 140733615866293 140733615866446 140733615866446 140733615869903 0
Current children cumulated CPU time (s) 1368.64
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 381.074
CPU time (s): 1368.72
CPU user time (s): 1362.12
CPU system time (s): 6.59944
CPU usage (%): 359.175
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1362.12
system time used= 6.59944
maximum resident set size= 8311784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1523918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19934
involuntary context switches= 12175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77835 second user time and 2.56127 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:36:08
IDJOB=4244125
IDBENCH=139736
IDSOLVER=2623
FILE ID=node135/4244125-1502056205
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-25-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244125-1502056205/watcher-4244125-1502056205 -o /tmp/evaluation-result-4244125-1502056205/solver-4244125-1502056205 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244125-1502056205.xml

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

MD5SUM BENCH= 34b1e445d9836684eb66aaeb2aca3537
RANDOM SEED=2040713456

node135.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.21
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.21
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.21
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.21
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:        28685436 kB
MemAvailable:   29103836 kB
Buffers:          205724 kB
Cached:           501972 kB
SwapCached:            0 kB
Active:          3282644 kB
Inactive:         369456 kB
Active(anon):    2945156 kB
Inactive(anon):    24972 kB
Active(file):     337488 kB
Inactive(file):   344484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6428 kB
Writeback:             0 kB
AnonPages:       2944928 kB
Mapped:            50352 kB
Shmem:             25344 kB
Slab:             131404 kB
SReclaimable:     104524 kB
SUnreclaim:        26880 kB
KernelStack:        3520 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3746636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2863104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62004 MiB
End job on node135 at 2017-08-06 23:42:29