Trace number 4263393

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? 1775.11 484.961

General information on the benchmark

NameMagicSequence/MagicSequence-count-s1/
MagicSequence-600-co.xml
MD5SUMc8310886daa61c46dd98a045c4929b4c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.4116702
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints602
Number of domains1
Minimum domain size600
Maximum domain size600
Distribution of domain sizes[{"size":600,"count":600}]
Minimum variable degree602
Maximum variable degree602
Distribution of variable degrees[{"degree":602,"count":600}]
Minimum constraint arity600
Maximum constraint arity600
Distribution of constraint arities[{"arity":600,"count":602}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2},{"type":"count","count":600}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263393-1502621697/watcher-4263393-1502621697 -o /tmp/evaluation-result-4263393-1502621697/solver-4263393-1502621697 -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-4263393-1502621697.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=15160, runsolver pid=15157

[startup+0.10022 s]*
/proc/loadavg: 1.98 2.04 1.91 3/211 15169
/proc/meminfo: memFree=30605456/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10484492 memory=22856 CPUtime=0.05 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 4662 0 0 0 4 1 0 0 20 0 14 0 109676120 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2621123 5714 2557 1 0 2610620 0
[pid=15160/tid=15162] ppid=15157 vsize=10484492 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) R 15157 15160 4674 0 -1 4202560 2786 0 0 0 3 1 0 0 20 0 14 0 109676125 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140627012773696 140627008558237 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 109676126 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10484492 memory=139879325894272 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 109676126 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 109676126 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10484492 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 109676126 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 109676127 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626572695920 140627008547458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 109676128 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626571641888 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 109676128 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626570589040 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109676130 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 109676130 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626568485744 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 275 0 0 0 0 0 0 0 20 0 14 0 109676130 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626567432944 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 109676130 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626566380144 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109676130 10736119808 5714 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.211515 s]*
/proc/loadavg: 1.98 2.04 1.91 3/217 15175
/proc/meminfo: memFree=30601776/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10552180 memory=29992 CPUtime=0.11 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 7214 0 0 0 9 2 0 0 20 0 15 0 109676120 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2638045 7498 2733 1 0 2627517 0
[pid=15160/tid=15162] ppid=15157 vsize=10552180 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) R 15157 15160 4674 0 -1 4202560 5239 0 0 0 7 2 0 0 20 0 15 0 109676125 10805432320 7366 18446744073709551615 4194304 4196468 140728191540768 140627012724656 140627001216029 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10552180 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10805432320 7366 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10552180 memory=139879325909254 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10805432320 7432 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10805432320 7432 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109676126 10805432320 7432 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10552180 memory=139879325894272 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109676127 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626572695920 140627008547458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109676128 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626571641888 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109676128 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626570589040 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 109676130 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626568485744 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 394 0 0 0 0 0 0 0 20 0 15 0 109676130 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626567432944 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10552180 memory=139879325894272 CPUtime=0.01 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 293 0 0 0 1 0 0 0 20 0 15 0 109676130 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626566380144 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10552180 memory=139879325894272 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676137 10805432320 7498 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29992 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.98 2.04 1.91 4/217 15175
/proc/meminfo: memFree=30591640/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10551156 memory=36924 CPUtime=0.26 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 8510 0 0 0 23 3 0 0 20 0 15 0 109676120 10804383744 9231 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2637789 9231 2874 1 0 2627261 0
[pid=15160/tid=15162] ppid=15157 vsize=10551156 memory=8316850467074736180 CPUtime=0.18 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) R 15157 15160 4674 0 -1 4202560 6138 0 0 0 16 2 0 0 20 0 15 0 109676125 10804383744 9231 18446744073709551615 4194304 4196468 140728191540768 140627012772688 140627008548246 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10551156 memory=139879325909254 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109676126 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10551156 memory=3472468175553312432 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109676127 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626572695920 140627008547458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10551156 memory=6879655668675933547 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109676128 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626571641888 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109676128 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626570589040 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 109676130 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626568485744 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 109676130 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626567432944 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10551156 memory=139879325894272 CPUtime=0.04 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) R 15157 15160 4674 0 -1 4202560 409 0 0 0 4 0 0 0 20 0 15 0 109676130 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626566380144 140626992616798 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10551156 memory=139879325894272 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676137 10804383744 9242 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36924 KiB

[startup+0.70115 s]
/proc/loadavg: 1.98 2.04 1.91 5/217 15175
/proc/meminfo: memFree=30568808/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10551232 memory=90804 CPUtime=1.44 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 12709 0 0 0 139 5 0 0 20 0 15 0 109676120 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2637808 22701 3063 1 0 2627261 0
[pid=15160/tid=15162] ppid=15157 vsize=10551232 memory=2012 CPUtime=0.56 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) R 15157 15160 4674 0 -1 4202560 6745 0 0 0 53 3 0 0 20 0 15 0 109676125 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140627012769952 140626644562742 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10551232 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109676126 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10551232 memory=31684 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109676126 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 109676127 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626572695920 140627008547458 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109676128 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626571641888 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10551232 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109676128 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626570589040 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10551232 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) R 15157 15160 4674 0 -1 4202560 1109 0 0 0 24 0 0 0 20 0 15 0 109676130 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626568467312 140626993445215 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10551232 memory=4288 CPUtime=0.33 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) R 15157 15160 4674 0 -1 4202560 1793 0 0 0 33 0 0 0 20 0 15 0 109676130 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626567419168 140626990080424 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10551232 memory=1608 CPUtime=0.26 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 1690 0 0 0 26 0 0 0 20 0 15 0 109676130 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626566380144 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676130 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109676137 10804461568 22701 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 90804 KiB

[startup+1.50115 s]
/proc/loadavg: 1.98 2.04 1.91 3/217 15175
/proc/meminfo: memFree=30251160/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10551232 memory=699596 CPUtime=3.43 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 16025 0 0 0 310 33 0 0 20 0 15 0 109676120 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2637808 174899 3100 1 0 2627261 0
[pid=15160/tid=15162] ppid=15157 vsize=10551232 memory=1296 CPUtime=1.17 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) R 15157 15160 4674 0 -1 4202560 8304 0 0 0 107 10 0 0 20 0 15 0 109676125 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140627012756280 140626645419674 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10551232 memory=696688 CPUtime=0.17 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 244 0 0 0 12 5 0 0 20 0 15 0 109676126 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10551232 memory=56 CPUtime=0.17 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 241 0 0 0 12 5 0 0 20 0 15 0 109676126 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 230 0 0 0 13 4 0 0 20 0 15 0 109676126 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 235 0 0 0 12 5 0 0 20 0 15 0 109676126 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 109676127 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626572695920 140627008547458 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10551232 memory=7522533528369194342 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 109676128 10804461568 174899 18446744073709551615 4194304 4196468 140728191540768 140626571641888 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0

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

[pid=15160/tid=15163] ppid=15157 vsize=10686560 memory=4872558044660077418 CPUtime=431.06 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) R 15157 15160 4674 0 -1 4202560 129060 0 0 0 42910 196 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626965503240 140627001164519 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10686560 memory=0 CPUtime=431.33 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) R 15157 15160 4674 0 -1 4202560 254070 0 0 0 42939 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626964450128 140627001164519 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10686560 memory=0 CPUtime=430.09 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) R 15157 15160 4674 0 -1 4202560 221915 0 0 0 42809 200 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626963397720 140626993236999 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10686560 memory=0 CPUtime=429.85 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 197215 0 0 0 42791 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626962344528 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10686560 memory=0 CPUtime=21.2 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) S 15157 15160 4674 0 -1 1077944384 79488 0 0 0 2116 4 0 0 20 0 17 0 109676127 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626572694464 140627008546517 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10686560 memory=139879166543652 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626571641952 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10686560 memory=3156 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626570588160 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10686560 memory=-8774313645642428999 CPUtime=1.36 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 6442 0 0 0 135 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626568485504 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10686560 memory=4872558044660077418 CPUtime=1.45 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 4787 0 0 0 144 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626567432992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10686560 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 3867 0 0 0 41 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626566375520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10686560 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1433 0 0 0 18 18 0 0 20 0 17 0 109676137 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15193] ppid=15157 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15193/stat : 15193 (java) S 15157 15160 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626561121584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15194] ppid=15157 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15194/stat : 15194 (java) S 15157 15160 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626560069552 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 1773.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8269868 KiB

[startup+484.401 s]
/proc/loadavg: 4.86 4.25 3.05 6/216 15195
/proc/meminfo: memFree=21577608/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10686560 memory=8269868 CPUtime=1774.54 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 942648 0 2 0 176626 828 0 0 20 0 17 0 109676120 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2671640 2067467 3179 1 0 2661055 0
[pid=15160/tid=15162] ppid=15157 vsize=10686560 memory=13564886244395551 CPUtime=26.3 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) S 15157 15160 4674 0 -1 1077944384 42803 0 2 0 2602 28 0 0 20 0 17 0 109676125 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140627012776992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10686560 memory=-8774313645642428999 CPUtime=431.26 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 129060 0 0 0 42930 196 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10686560 memory=1728 CPUtime=431.53 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 254070 0 0 0 42959 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10686560 memory=4572 CPUtime=430.31 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 221970 0 0 0 42830 201 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10686560 memory=1444 CPUtime=430.05 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 197215 0 0 0 42811 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10686560 memory=12304 CPUtime=21.38 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) R 15157 15160 4674 0 -1 4202560 79488 0 0 0 2134 4 0 0 20 0 17 0 109676127 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626572694464 140626993532678 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626571641952 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10686560 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626570588160 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10686560 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10686560 memory=2012 CPUtime=1.36 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 6442 0 0 0 135 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626568485504 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10686560 memory=8269868 CPUtime=1.45 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 4787 0 0 0 144 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626567432992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10686560 memory=31684 CPUtime=0.41 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 3867 0 0 0 41 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626566375520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10686560 memory=644 CPUtime=0.36 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1433 0 0 0 18 18 0 0 20 0 17 0 109676137 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15193] ppid=15157 vsize=10686560 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15193/stat : 15193 (java) S 15157 15160 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626561121584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15194] ppid=15157 vsize=10686560 memory=956 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15194/stat : 15194 (java) S 15157 15160 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626560069552 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 1774.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8269868 KiB

[startup+484.801 s]
/proc/loadavg: 4.86 4.25 3.05 6/216 15195
/proc/meminfo: memFree=21577608/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10686560 memory=8269868 CPUtime=1774.94 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 942648 0 2 0 176666 828 0 0 20 0 17 0 109676120 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2671640 2067467 3179 1 0 2661055 0
[pid=15160/tid=15162] ppid=15157 vsize=10686560 memory=8269868 CPUtime=26.3 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) S 15157 15160 4674 0 -1 1077944384 42803 0 2 0 2602 28 0 0 20 0 17 0 109676125 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140627012776992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10686560 memory=8269868 CPUtime=431.26 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 129060 0 0 0 42930 196 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10686560 memory=-8774313645642428999 CPUtime=431.53 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 254070 0 0 0 42959 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10686560 memory=1228 CPUtime=430.31 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 221970 0 0 0 42830 201 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10686560 memory=5712 CPUtime=430.05 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 197215 0 0 0 42811 194 0 0 20 0 17 0 109676126 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10686560 memory=796 CPUtime=21.78 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) R 15157 15160 4674 0 -1 4202560 79488 0 0 0 2174 4 0 0 20 0 17 0 109676127 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626572694464 140626993532721 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626571641952 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10686560 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626570588160 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10686560 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10686560 memory=2012 CPUtime=1.36 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 6442 0 0 0 135 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626568485504 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10686560 memory=11020 CPUtime=1.45 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 4787 0 0 0 144 1 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626567432992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10686560 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 3867 0 0 0 41 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626566375520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10686560 memory=-8774313645642428999 CPUtime=0.36 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1433 0 0 0 18 18 0 0 20 0 17 0 109676137 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15193] ppid=15157 vsize=10686560 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15193/stat : 15193 (java) S 15157 15160 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626561121584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15194] ppid=15157 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15194/stat : 15194 (java) S 15157 15160 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067467 18446744073709551615 4194304 4196468 140728191540768 140626560069552 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 1774.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8269868 KiB

[startup+484.901 s]
/proc/loadavg: 4.86 4.25 3.05 6/216 15195
/proc/meminfo: memFree=21577608/32770624 swapFree=67108764/67108860
[pid=15160] ppid=15157 vsize=10686560 memory=8269884 CPUtime=1775.03 cores=1,3,5,7
/proc/15160/stat : 15160 (java) S 15157 15160 4674 0 -1 1077944320 943082 0 2 0 176675 828 0 0 20 0 17 0 109676120 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140728191523312 140627008536311 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
/proc/15160/statm: 2671640 2067471 3179 1 0 2661055 0
[pid=15160/tid=15162] ppid=15157 vsize=10686560 memory=8269868 CPUtime=26.3 cores=1,3,5,7
/proc/15160/task/15162/stat : 15162 (java) S 15157 15160 4674 0 -1 1077944384 42803 0 2 0 2602 28 0 0 20 0 17 0 109676125 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140627012776992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15163] ppid=15157 vsize=10686560 memory=8269868 CPUtime=431.26 cores=1,3,5,7
/proc/15160/task/15163/stat : 15163 (java) S 15157 15160 4674 0 -1 1077944384 129060 0 0 0 42930 196 0 0 20 0 17 0 109676126 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626965503120 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15164] ppid=15157 vsize=10686560 memory=8269868 CPUtime=431.53 cores=1,3,5,7
/proc/15160/task/15164/stat : 15164 (java) S 15157 15160 4674 0 -1 1077944384 254070 0 0 0 42959 194 0 0 20 0 17 0 109676126 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626964450320 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15165] ppid=15157 vsize=10686560 memory=8269868 CPUtime=430.31 cores=1,3,5,7
/proc/15160/task/15165/stat : 15165 (java) S 15157 15160 4674 0 -1 1077944384 221970 0 0 0 42830 201 0 0 20 0 17 0 109676126 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626963397520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15166] ppid=15157 vsize=10686560 memory=644 CPUtime=430.05 cores=1,3,5,7
/proc/15160/task/15166/stat : 15166 (java) S 15157 15160 4674 0 -1 1077944384 197215 0 0 0 42811 194 0 0 20 0 17 0 109676126 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626962344720 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15167] ppid=15157 vsize=10686560 memory=8269852 CPUtime=21.88 cores=1,3,5,7
/proc/15160/task/15167/stat : 15167 (java) R 15157 15160 4674 0 -1 4202560 79922 0 0 0 2184 4 0 0 20 0 17 0 109676127 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626572694464 140626986906486 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15168] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15168/stat : 15168 (java) S 15157 15160 4674 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626571641952 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15169] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15169/stat : 15169 (java) S 15157 15160 4674 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 109676128 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626570588160 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15170] ppid=15157 vsize=10686560 memory=8269852 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15170/stat : 15170 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626569537360 140627008554907 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15171] ppid=15157 vsize=10686560 memory=8269868 CPUtime=1.36 cores=1,3,5,7
/proc/15160/task/15171/stat : 15171 (java) S 15157 15160 4674 0 -1 1077944384 6442 0 0 0 135 1 0 0 20 0 17 0 109676130 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626568485504 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15172] ppid=15157 vsize=10686560 memory=8269868 CPUtime=1.45 cores=1,3,5,7
/proc/15160/task/15172/stat : 15172 (java) S 15157 15160 4674 0 -1 1077944384 4787 0 0 0 144 1 0 0 20 0 17 0 109676130 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626567432992 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15173] ppid=15157 vsize=10686560 memory=8269868 CPUtime=0.41 cores=1,3,5,7
/proc/15160/task/15173/stat : 15173 (java) S 15157 15160 4674 0 -1 1077944384 3867 0 0 0 41 0 0 0 20 0 17 0 109676130 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626566375520 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15174] ppid=15157 vsize=10686560 memory=56 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15174/stat : 15174 (java) S 15157 15160 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 109676130 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626565327584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15175] ppid=15157 vsize=10686560 memory=12846 CPUtime=0.36 cores=1,3,5,7
/proc/15160/task/15175/stat : 15175 (java) S 15157 15160 4674 0 -1 1077944384 1433 0 0 0 18 18 0 0 20 0 17 0 109676137 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626564274864 140627008547458 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15193] ppid=15157 vsize=10686560 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15193/stat : 15193 (java) S 15157 15160 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626561121584 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
[pid=15160/tid=15194] ppid=15157 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/15160/task/15194/stat : 15194 (java) S 15157 15160 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 109721871 10943037440 2067471 18446744073709551615 4194304 4196468 140728191540768 140626560069552 140627008546517 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18108416 140728191545744 140728191545897 140728191545897 140728191549391 0
Current children cumulated CPU time: 1775.03 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8269884 KiB

Child status: 0
Real time (s): 484.961
CPU time (s): 1775.11
CPU user time (s): 1766.77
CPU system time (s): 8.34222
CPU usage (%): 366.031
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8269884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.77
system time used= 8.34222
maximum resident set size= 8270132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943130
page faults= 2
swaps= 0
block input operations= 10904
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28084
involuntary context switches= 18516


# summary of solver processes directly reported to runsolver:
#   pid: 15160
#   total CPU time (s): 1775.11
#   total CPU user time (s): 1766.77
#   total CPU system time (s): 8.34222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.91504 second user time and 4.92099 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:41:03
IDJOB=4263393
IDBENCH=123205
IDSOLVER=2651
FILE ID=node134/4263393-1502621697
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicSequence/MagicSequence-count-s1/MagicSequence-600-co.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263393-1502621697/watcher-4263393-1502621697 -o /tmp/evaluation-result-4263393-1502621697/solver-4263393-1502621697 -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-4263393-1502621697.xml

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

MD5SUM BENCH= c8310886daa61c46dd98a045c4929b4c
RANDOM SEED=1194661759

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:        30617664 kB
MemAvailable:   30819012 kB
Buffers:          221148 kB
Cached:           273556 kB
SwapCached:            4 kB
Active:          1501416 kB
Inactive:         199220 kB
Active(anon):    1152796 kB
Inactive(anon):    94440 kB
Active(file):     348620 kB
Inactive(file):   104780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1876 kB
Writeback:             0 kB
AnonPages:       1203372 kB
Mapped:            68584 kB
Shmem:             41564 kB
Slab:             154308 kB
SReclaimable:     127564 kB
SUnreclaim:        26744 kB
KernelStack:        3568 kB
PageTables:         7944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2640980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 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 12:49:08