Trace number 4263684

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1236.53 340.492

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263684-1502635479/watcher-4263684-1502635479 -o /tmp/evaluation-result-4263684-1502635479/solver-4263684-1502635479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263684-1502635479.xml 

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

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

solver pid=19146, runsolver pid=19143

[startup+0.100109 s]*
/proc/loadavg: 6.48 6.52 5.02 6/208 19152
/proc/meminfo: memFree=23540096/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=9936560 memory=17012 CPUtime=0.01 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 3590 0 0 0 1 0 0 0 20 0 6 0 111054294 10175037440 4253 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2484140 4253 1923 1 0 2473637 0
[pid=19146/tid=19148] ppid=19143 vsize=9936560 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) R 19143 19146 4674 0 -1 4202560 2305 0 0 0 1 0 0 0 20 0 6 0 111054303 10175037440 4319 18446744073709551615 4194304 4196468 140723198327360 139727776633424 139727756477790 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111054304 10175037440 4319 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=9936560 memory=140245578061440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111054304 10175037440 4319 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111054304 10175037440 4319 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111054304 10175037440 4319 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.210122 s]*
/proc/loadavg: 6.48 6.52 5.02 6/217 19161
/proc/meminfo: memFree=23534632/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10551156 memory=26544 CPUtime=0.08 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 5154 0 0 0 7 1 0 0 20 0 15 0 111054294 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2637789 6636 2733 1 0 2627261 0
[pid=19146/tid=19148] ppid=19143 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) R 19143 19146 4674 0 -1 4202560 3107 0 0 0 6 1 0 0 20 0 15 0 111054303 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727776619776 139727756440933 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10551156 memory=140245578137109 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10551156 memory=140245578061440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111054305 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727269009520 139727772408450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111054306 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727267955488 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111054306 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727266903152 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727264799344 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727263746544 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10551156 memory=140245578061440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727262694256 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10551156 memory=140245578061440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054314 10804383744 6636 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26544 KiB

[startup+0.311594 s]*
/proc/loadavg: 6.48 6.52 5.02 6/217 19161
/proc/meminfo: memFree=23522448/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10551156 memory=36060 CPUtime=0.24 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 8372 0 0 0 21 3 0 0 20 0 15 0 111054294 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2637789 9015 2844 1 0 2627261 0
[pid=19146/tid=19148] ppid=19143 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) R 19143 19146 4674 0 -1 4202560 6043 0 0 0 14 2 0 0 20 0 15 0 111054303 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727776631552 139727756477790 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10551156 memory=140245578137109 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111054304 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10551156 memory=3472468541738632880 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111054305 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727269009520 139727772408450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10551156 memory=8461260354371939849 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111054306 10804383744 9015 18446744073709551615 4194304 4196468 140723198327360 139727267955488 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111054306 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727266903152 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 111054308 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727264799344 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10551156 memory=3472328296227679279 CPUtime=0.01 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 15 0 111054308 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727263746544 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10551156 memory=8386792151886727918 CPUtime=0.04 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 390 0 0 0 4 0 0 0 20 0 15 0 111054308 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727262694256 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10551156 memory=140245578061440 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054314 10804383744 9048 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36060 KiB

[startup+0.701554 s]
/proc/loadavg: 6.48 6.52 5.02 8/217 19161
/proc/meminfo: memFree=23500516/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10551232 memory=98952 CPUtime=1.41 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 12856 0 0 0 135 6 0 0 20 0 15 0 111054294 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2637808 24738 3057 1 0 2627261 0
[pid=19146/tid=19148] ppid=19143 vsize=10551232 memory=18983755451683 CPUtime=0.55 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) R 19143 19146 4674 0 -1 4202560 7338 0 0 0 51 4 0 0 20 0 15 0 111054303 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727776633632 139727383801484 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054304 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111054304 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111054305 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727269009520 139727772408450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111054306 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727267955488 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10551232 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111054306 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727266903152 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10551232 memory=984 CPUtime=0.31 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) R 19143 19146 4674 0 -1 4202560 1171 0 0 0 31 0 0 0 20 0 15 0 111054308 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727264785224 139727753942810 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10551232 memory=1728 CPUtime=0.29 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) R 19143 19146 4674 0 -1 4202560 1539 0 0 0 29 0 0 0 20 0 15 0 111054308 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727263727560 139727753941026 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10551232 memory=3472328279047811153 CPUtime=0.23 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 1489 0 0 0 23 0 0 0 20 0 15 0 111054308 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727262694256 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054314 10804461568 24738 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 98952 KiB

[startup+1.50074 s]
/proc/loadavg: 6.48 6.52 5.02 9/217 19161
/proc/meminfo: memFree=23368768/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10551232 memory=273344 CPUtime=3.72 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 14700 0 0 0 359 13 0 0 20 0 15 0 111054294 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2637808 68336 3096 1 0 2627261 0
[pid=19146/tid=19148] ppid=19143 vsize=10551232 memory=53932 CPUtime=1.27 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) R 19143 19146 4674 0 -1 4202560 7538 0 0 0 121 6 0 0 20 0 15 0 111054303 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727776632400 139727386416037 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10551232 memory=1296 CPUtime=0.06 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 121 0 0 0 5 1 0 0 20 0 15 0 111054304 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10551232 memory=280490892877664 CPUtime=0.03 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 15 0 111054304 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10551232 memory=6944937900100196217 CPUtime=0.05 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 123 0 0 0 4 1 0 0 20 0 15 0 111054304 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10551232 memory=6944656592387989600 CPUtime=0.05 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 97 0 0 0 4 1 0 0 20 0 15 0 111054304 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10551232 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 111054305 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727269009520 139727772408450 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10551232 memory=5791739490257626210 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111054306 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727267955552 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10551232 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 111054306 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727266903168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10551232 memory=7379829056963307865 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10551232 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 1402 0 0 0 91 0 0 0 20 0 15 0 111054308 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727264799344 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10551232 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 2068 0 0 0 90 0 0 0 20 0 15 0 111054308 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727263746544 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10551232 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 1742 0 0 0 36 1 0 0 20 0 15 0 111054308 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727262694256 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111054308 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111054314 10804461568 68336 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 3.72 s
Current children cumulated vsize: 10551232 KiB

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

[pid=19146/tid=19149] ppid=19143 vsize=10686560 memory=796 CPUtime=296.99 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) R 19143 19146 4674 0 -1 4202560 16711 0 0 0 29522 177 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727702817488 139727765025511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10686560 memory=984 CPUtime=296.59 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) R 19143 19146 4674 0 -1 4202560 16302 0 0 0 29487 172 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727382506064 139727765025511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10686560 memory=1728 CPUtime=295.93 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) R 19143 19146 4674 0 -1 4202560 14391 0 0 0 29418 175 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727381453776 139727765025511 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10686560 memory=4048 CPUtime=296.38 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) R 19143 19146 4674 0 -1 4202560 13176 0 0 0 29471 167 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727380401056 139727757386850 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10686560 memory=32108 CPUtime=23.22 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 50064 0 0 0 2319 3 0 0 20 0 17 0 111054305 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727269008064 139727772407509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727267955552 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10686560 memory=644 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727266902272 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10686560 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10686560 memory=956 CPUtime=1.34 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 5996 0 0 0 134 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727264799440 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10686560 memory=2244 CPUtime=1.62 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 9113 0 0 0 161 1 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727263746304 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10686560 memory=4288 CPUtime=0.5 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 3531 0 0 0 49 1 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727262689632 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10686560 memory=8328360 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10686560 memory=8328360 CPUtime=0.28 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 590 0 0 0 16 12 0 0 20 0 17 0 111054314 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19251] ppid=19143 vsize=10686560 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19251/stat : 19251 (java) S 19143 19146 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727257435184 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19252] ppid=19143 vsize=10686560 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19252/stat : 19252 (java) S 19143 19146 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727256382448 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 1227.73 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8328360 KiB

[startup+339.202 s]
/proc/loadavg: 4.69 5.41 4.99 6/216 19253
/proc/meminfo: memFree=20480664/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10686560 memory=8328360 CPUtime=1233.92 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 147474 0 0 0 122674 718 0 0 20 0 17 0 111054294 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2671640 2082090 3180 1 0 2661055 0
[pid=19146/tid=19148] ppid=19143 vsize=10686560 memory=5712 CPUtime=14.78 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) S 19143 19146 4674 0 -1 1077944384 16165 0 0 0 1464 14 0 0 20 0 17 0 111054303 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727776637984 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=298.54 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) R 19143 19146 4674 0 -1 4202560 16711 0 0 0 29676 178 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727702817488 139727765025511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10686560 memory=4572 CPUtime=298.12 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) R 19143 19146 4674 0 -1 4202560 16302 0 0 0 29640 172 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727382506064 139727765025511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10686560 memory=1444 CPUtime=297.46 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) R 19143 19146 4674 0 -1 4202560 14391 0 0 0 29571 175 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727381453776 139727765025511 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10686560 memory=12304 CPUtime=297.95 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) R 19143 19146 4674 0 -1 4202560 13176 0 0 0 29628 167 0 0 20 0 17 0 111054304 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727380401056 139727757386899 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=23.22 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) S 19143 19146 4674 0 -1 1077944384 50064 0 0 0 2319 3 0 0 20 0 17 0 111054305 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727269008064 139727772407509 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10686560 memory=8328316 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727267955552 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10686560 memory=8328316 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727266902272 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10686560 memory=9000 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10686560 memory=8328316 CPUtime=1.34 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 5996 0 0 0 134 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727264799440 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10686560 memory=5712 CPUtime=1.62 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 9113 0 0 0 161 1 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727263746304 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10686560 memory=796 CPUtime=0.5 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 3531 0 0 0 49 1 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727262689632 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10686560 memory=984 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10686560 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 590 0 0 0 16 12 0 0 20 0 17 0 111054314 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19251] ppid=19143 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19251/stat : 19251 (java) S 19143 19146 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727257435184 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19252] ppid=19143 vsize=10686560 memory=134 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19252/stat : 19252 (java) S 19143 19146 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082090 18446744073709551615 4194304 4196468 140723198327360 139727256382448 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 1233.92 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8328360 KiB

[startup+340.001 s]*
/proc/loadavg: 4.71 5.40 4.99 3/216 19253
/proc/meminfo: memFree=20480664/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10686560 memory=8328372 CPUtime=1236.04 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 147507 0 0 0 122885 719 0 0 20 0 17 0 111054294 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2671640 2082093 3180 1 0 2661055 0
[pid=19146/tid=19148] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=14.78 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) S 19143 19146 4674 0 -1 1077944384 16165 0 0 0 1464 14 0 0 20 0 17 0 111054303 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727776637984 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10686560 memory=4872558044660077418 CPUtime=298.97 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 16711 0 0 0 29719 178 0 0 20 0 17 0 111054304 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10686560 memory=4872558044660077418 CPUtime=298.56 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 16302 0 0 0 29684 172 0 0 20 0 17 0 111054304 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10686560 memory=4148 CPUtime=297.91 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 14391 0 0 0 29615 176 0 0 20 0 17 0 111054304 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10686560 memory=53932 CPUtime=298.4 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 13209 0 0 0 29673 167 0 0 20 0 17 0 111054304 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=23.57 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) R 19143 19146 4674 0 -1 4202560 50064 0 0 0 2354 3 0 0 20 0 17 0 111054305 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727269007952 139727756854897 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727267955552 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10686560 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727266902272 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10686560 memory=3044 CPUtime=1.34 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 5996 0 0 0 134 0 0 0 20 0 17 0 111054308 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727264799440 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10686560 memory=3036 CPUtime=1.62 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 9113 0 0 0 161 1 0 0 20 0 17 0 111054308 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727263746304 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=0.5 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 3531 0 0 0 49 1 0 0 20 0 17 0 111054308 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727262689632 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10686560 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10686560 memory=15880 CPUtime=0.28 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 590 0 0 0 16 12 0 0 20 0 17 0 111054314 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19251] ppid=19143 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19251/stat : 19251 (java) S 19143 19146 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727257435184 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19252] ppid=19143 vsize=10686560 memory=32108 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19252/stat : 19252 (java) S 19143 19146 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082093 18446744073709551615 4194304 4196468 140723198327360 139727256382448 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 1236.04 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8328372 KiB

[startup+340.401 s]
/proc/loadavg: 4.71 5.40 4.99 3/216 19253
/proc/meminfo: memFree=20480664/32770624 swapFree=67108764/67108860
[pid=19146] ppid=19143 vsize=10686560 memory=8328376 CPUtime=1236.43 cores=1,3,5,7
/proc/19146/stat : 19146 (java) S 19143 19146 4674 0 -1 1077944320 147630 0 0 0 122924 719 0 0 20 0 17 0 111054294 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 140723198309904 139727772397303 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
/proc/19146/statm: 2671640 2082094 3180 1 0 2661055 0
[pid=19146/tid=19148] ppid=19143 vsize=10686560 memory=-8774313645642428999 CPUtime=14.78 cores=1,3,5,7
/proc/19146/task/19148/stat : 19148 (java) S 19143 19146 4674 0 -1 1077944384 16165 0 0 0 1464 14 0 0 20 0 17 0 111054303 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727776637984 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19149] ppid=19143 vsize=10686560 memory=8328360 CPUtime=298.97 cores=1,3,5,7
/proc/19146/task/19149/stat : 19149 (java) S 19143 19146 4674 0 -1 1077944384 16711 0 0 0 29719 178 0 0 20 0 17 0 111054304 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727702817680 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19150] ppid=19143 vsize=10686560 memory=4148 CPUtime=298.56 cores=1,3,5,7
/proc/19146/task/19150/stat : 19150 (java) S 19143 19146 4674 0 -1 1077944384 16302 0 0 0 29684 172 0 0 20 0 17 0 111054304 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727382506256 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19151] ppid=19143 vsize=10686560 memory=53932 CPUtime=297.91 cores=1,3,5,7
/proc/19146/task/19151/stat : 19151 (java) S 19143 19146 4674 0 -1 1077944384 14391 0 0 0 29615 176 0 0 20 0 17 0 111054304 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727381453968 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19152] ppid=19143 vsize=10686560 memory=19192 CPUtime=298.4 cores=1,3,5,7
/proc/19146/task/19152/stat : 19152 (java) S 19143 19146 4674 0 -1 1077944384 13209 0 0 0 29673 167 0 0 20 0 17 0 111054304 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727380401168 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19153] ppid=19143 vsize=10686560 memory=140245447182961 CPUtime=23.97 cores=1,3,5,7
/proc/19146/task/19153/stat : 19153 (java) R 19143 19146 4674 0 -1 4202560 50185 0 0 0 2394 3 0 0 20 0 17 0 111054305 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727269007952 139727756854873 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19154] ppid=19143 vsize=10686560 memory=280490894373792 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19154/stat : 19154 (java) S 19143 19146 4674 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727267955552 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19155] ppid=19143 vsize=10686560 memory=117397249 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19155/stat : 19155 (java) S 19143 19146 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 111054306 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727266902272 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19156] ppid=19143 vsize=10686560 memory=3546217212815630912 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19156/stat : 19156 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727265851472 139727772415899 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19157] ppid=19143 vsize=10686560 memory=6944656592452807325 CPUtime=1.34 cores=1,3,5,7
/proc/19146/task/19157/stat : 19157 (java) S 19143 19146 4674 0 -1 1077944384 5996 0 0 0 134 0 0 0 20 0 17 0 111054308 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727264799440 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19158] ppid=19143 vsize=10686560 memory=6944656592455097440 CPUtime=1.62 cores=1,3,5,7
/proc/19146/task/19158/stat : 19158 (java) S 19143 19146 4674 0 -1 1077944384 9113 0 0 0 161 1 0 0 20 0 17 0 111054308 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727263746304 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19159] ppid=19143 vsize=10686560 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/19146/task/19159/stat : 19159 (java) S 19143 19146 4674 0 -1 1077944384 3531 0 0 0 49 1 0 0 20 0 17 0 111054308 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727262689632 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19160] ppid=19143 vsize=10686560 memory=673 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19160/stat : 19160 (java) S 19143 19146 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111054308 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727261641696 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19161] ppid=19143 vsize=10686560 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/19146/task/19161/stat : 19161 (java) S 19143 19146 4674 0 -1 1077944384 592 0 0 0 16 12 0 0 20 0 17 0 111054314 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727260588464 139727772408450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19251] ppid=19143 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19251/stat : 19251 (java) S 19143 19146 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727257435184 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
[pid=19146/tid=19252] ppid=19143 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19146/task/19252/stat : 19252 (java) S 19143 19146 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 111086419 10943037440 2082094 18446744073709551615 4194304 4196468 140723198327360 139727256382448 139727772407509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29544448 140723198333328 140723198333481 140723198333481 140723198336975 0
Current children cumulated CPU time: 1236.43 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8328376 KiB

Child status: 0
Real time (s): 340.492
CPU time (s): 1236.53
CPU user time (s): 1229.3
CPU system time (s): 7.23203
CPU usage (%): 363.16
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8328376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1229.3
system time used= 7.23203
maximum resident set size= 8328644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147920
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16361
involuntary context switches= 12929


# summary of solver processes directly reported to runsolver:
#   pid: 19146
#   total CPU time (s): 1236.53
#   total CPU user time (s): 1229.3
#   total CPU system time (s): 7.23203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95864 second user time and 3.62322 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:30:44
IDJOB=4263684
IDBENCH=138396
IDSOLVER=2651
FILE ID=node134/4263684-1502635479
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263684-1502635479/watcher-4263684-1502635479 -o /tmp/evaluation-result-4263684-1502635479/solver-4263684-1502635479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263684-1502635479.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=618804685

node134.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.43
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.43
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.43
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.43
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:        23547940 kB
MemAvailable:   23850692 kB
Buffers:          226752 kB
Cached:           370256 kB
SwapCached:            4 kB
Active:          8545132 kB
Inactive:         211640 kB
Active(anon):    8107144 kB
Inactive(anon):    94432 kB
Active(file):     437988 kB
Inactive(file):   117208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              2516 kB
Writeback:             4 kB
AnonPages:       8160016 kB
Mapped:            68944 kB
Shmem:             41564 kB
Slab:             153276 kB
SReclaimable:     126784 kB
SUnreclaim:        26492 kB
KernelStack:        3520 kB
PageTables:        21316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7925760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:36:25