Trace number 4263535

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? 1453.58 398.47299

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0200-m1.xml
MD5SUMaa794b13577ab4fe7ac8dae6d6ffdfc7
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 benchmark12.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19901
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":200}]
Minimum variable degree200
Maximum variable degree200
Distribution of variable degrees[{"degree":200,"count":200}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":19900},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints19900
Distribution of constraint types[{"type":"intension","count":19900},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263535-1502636003/watcher-4263535-1502636003 -o /tmp/evaluation-result-4263535-1502636003/solver-4263535-1502636003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263535-1502636003.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=15137, runsolver pid=15134

[startup+0.100126 s]*
/proc/loadavg: 1.88 4.13 4.22 4/193 15152
/proc/meminfo: memFree=28882536/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10555400 memory=31308 CPUtime=0.12 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 6371 0 0 0 11 1 0 0 20 0 15 0 96681402 10808729600 7827 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2638850 7827 2818 1 0 2627263 0
[pid=15137/tid=15139] ppid=15134 vsize=10555400 memory=-6514852056039264611 CPUtime=0.09 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) R 15134 15137 6338 0 -1 4202560 4217 0 0 0 8 1 0 0 20 0 15 0 96681402 10808729600 7827 33554432000 4194304 4196468 140721830203552 140577251825584 140577231680869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10555400 memory=5767625391187114377 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 7827 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 7827 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 7827 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 7827 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681404 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576739494128 140577247648386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576738440352 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576737387248 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15134 15137 6338 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576735283952 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576734231408 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) R 15134 15137 6338 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576733178352 140577226246366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 7827 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31308 KiB

[startup+0.219745 s]*
/proc/loadavg: 1.88 4.13 4.22 5/193 15152
/proc/meminfo: memFree=28873656/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10555400 memory=43236 CPUtime=0.36 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 7943 0 0 0 34 2 0 0 20 0 15 0 96681402 10808729600 10809 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2638850 10809 2943 1 0 2627263 0
[pid=15137/tid=15139] ppid=15134 vsize=10555400 memory=7753398041610985626 CPUtime=0.2 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) R 15134 15137 6338 0 -1 4202560 4512 0 0 0 19 1 0 0 20 0 15 0 96681402 10808729600 10875 33554432000 4194304 4196468 140721830203552 140577251873328 140576848125220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10555400 memory=732370351722949605 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 10875 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 10875 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 10875 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 10875 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681404 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576739494128 140577247648386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576738440352 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576737387248 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10555400 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) R 15134 15137 6338 0 -1 4202560 923 0 0 0 4 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576735276584 140577226855838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) R 15134 15137 6338 0 -1 4202560 122 0 0 0 2 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576734212424 140577226053416 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0.07 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) R 15134 15137 6338 0 -1 4202560 1103 0 0 0 7 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576733175032 140577240734075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 10875 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43236 KiB

[startup+0.31078 s]*
/proc/loadavg: 1.88 4.13 4.22 4/193 15152
/proc/meminfo: memFree=28857652/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10555400 memory=56144 CPUtime=0.65 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 9767 0 0 0 62 3 0 0 20 0 15 0 96681402 10808729600 14036 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2638850 14036 3027 1 0 2627263 0
[pid=15137/tid=15139] ppid=15134 vsize=10555400 memory=4639341378635059280 CPUtime=0.3 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) R 15134 15137 6338 0 -1 4202560 4901 0 0 0 28 2 0 0 20 0 15 0 96681402 10808729600 14036 33554432000 4194304 4196468 140721830203552 140577251867152 140576846647357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10555400 memory=140213234007247 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 14036 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 14036 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10555400 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 14036 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681403 10808729600 14036 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681404 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576739494128 140577247648386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576738440352 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10555400 memory=280426468047216 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96681405 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576737387248 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10555400 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) R 15134 15137 6338 0 -1 4202560 1588 0 0 0 13 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576735275600 140577247658586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10555400 memory=140213234034943 CPUtime=0.1 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) R 15134 15137 6338 0 -1 4202560 585 0 0 0 10 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576734217376 140577232561618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10555400 memory=140213385496192 CPUtime=0.1 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) R 15134 15137 6338 0 -1 1077944384 1326 0 0 0 10 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576733178352 140577247648386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10555400 memory=140213234047007 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10555400 memory=140213482177594 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681407 10808729600 14036 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 56144 KiB

[startup+0.700829 s]
/proc/loadavg: 1.88 4.13 4.22 4/193 15152
/proc/meminfo: memFree=28838044/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10555476 memory=148416 CPUtime=1.79 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 10740 0 0 0 174 5 0 0 20 0 15 0 96681402 10808807424 37104 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2638869 37104 3087 1 0 2627263 0
[pid=15137/tid=15139] ppid=15134 vsize=10555476 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) R 15134 15137 6338 0 -1 4202560 5269 0 0 0 64 4 0 0 20 0 15 0 96681402 10808807424 37104 33554432000 4194304 4196468 140721830203552 140577251871408 140576849784817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808807424 37104 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808807424 37104 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10555476 memory=8751464017575818805 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681403 10808807424 37104 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10555476 memory=7445101470289385313 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96681403 10808807424 37104 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10555476 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96681404 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576739494128 140577247648386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10555476 memory=5796 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96681405 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576738440352 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96681405 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576737387248 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10555476 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10555476 memory=792 CPUtime=0.42 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) R 15134 15137 6338 0 -1 4202560 1661 0 0 0 42 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576735272472 140577228814976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10555476 memory=1204 CPUtime=0.43 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) R 15134 15137 6338 0 -1 4202560 811 0 0 0 43 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576734218192 140577226855831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10555476 memory=1716 CPUtime=0.23 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15134 15137 6338 0 -1 1077944384 1629 0 0 0 23 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576733178352 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10555476 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96681407 10808807424 37104 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 148416 KiB

[startup+1.51176 s]
/proc/loadavg: 1.88 4.13 4.22 5/193 15152
/proc/meminfo: memFree=28718460/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10555476 memory=212968 CPUtime=3.56 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 12706 0 0 0 345 11 0 0 20 0 15 0 96681402 10808807424 53242 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2638869 53242 3115 1 0 2627263 0
[pid=15137/tid=15139] ppid=15134 vsize=10555476 memory=196104 CPUtime=1.44 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15134 15137 6338 0 -1 1077944384 5348 0 0 0 140 4 0 0 20 0 15 0 96681402 10808807424 53242 33554432000 4194304 4196468 140721830203552 140577251876224 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10555476 memory=130128919164504 CPUtime=0.01 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) R 15134 15137 6338 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 15 0 96681403 10808807424 53242 33554432000 4194304 4196468 140721830203552 140577173712088 140577232085531 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) R 15134 15137 6338 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 15 0 96681403 10808807424 53242 33554432000 4194304 4196468 140721830203552 140577172659344 140577232664658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10555476 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) R 15134 15137 6338 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 96681403 10808807424 53242 33554432000 4194304 4196468 140721830203552 140577171606288 140577232659360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 6338 0 -1 4202560 147 0 0 0 1 1 0 0 20 0 15 0 96681403 10808807424 53242 33554432000 4194304 4196468 140721830203552 140577170553744 140577232664658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10555476 memory=1 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96681404 10808807424 53242 33554432000 4194304 4196468 140721830203552 140576739492640 140577247647445 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0

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

[pid=15137/tid=15140] ppid=15134 vsize=10756340 memory=8396432 CPUtime=351.13 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) R 15134 15137 6338 0 -1 4202560 48670 0 0 0 34933 180 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577173711696 140577240265447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10756340 memory=5796 CPUtime=350.37 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) R 15134 15137 6338 0 -1 4202560 23304 0 0 0 34838 199 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577172659464 140577240265447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10756340 memory=4096 CPUtime=350.77 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) R 15134 15137 6338 0 -1 4202560 19571 0 0 0 34914 163 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577171606488 140577232337280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10756340 memory=28432 CPUtime=351.16 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 6338 0 -1 4202560 30307 0 0 0 34945 171 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577170553864 140577240265447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10756340 memory=2428 CPUtime=23.13 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 75727 0 0 0 2309 4 0 0 20 0 17 0 96681404 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576739492672 140577247647445 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10756340 memory=65000035087953 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576738440416 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10756340 memory=65000035087968 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576737386624 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10756340 memory=65000035087969 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10756340 memory=6791534058613427641 CPUtime=1.7 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15134 15137 6338 0 -1 1077944384 12708 0 0 0 169 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576735283712 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10756340 memory=1728 CPUtime=1.49 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15134 15137 6338 0 -1 1077944384 6587 0 0 0 148 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576734231504 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10756340 memory=12064 CPUtime=0.48 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15134 15137 6338 0 -1 1077944384 4439 0 0 0 47 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576733178448 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10756340 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10756340 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 806 0 0 0 14 14 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15167] ppid=15134 vsize=10756340 memory=28432 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15167/stat : 15167 (java) S 15134 15137 6338 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576727920048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15168] ppid=15134 vsize=10756340 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15168/stat : 15168 (java) S 15134 15137 6338 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576726867104 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 1449.57 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8396604 KiB

[startup+397.601 s]
/proc/loadavg: 3.57 3.63 3.92 5/196 15168
/proc/meminfo: memFree=20500216/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10756340 memory=8396604 CPUtime=1452.66 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 239643 0 0 0 144526 740 0 0 20 0 17 0 96681402 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2689085 2099151 3195 1 0 2677441 0
[pid=15137/tid=15139] ppid=15134 vsize=10756340 memory=4096 CPUtime=18.96 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15134 15137 6338 0 -1 1077944384 15926 0 0 0 1883 13 0 0 20 0 17 0 96681402 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577251877920 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10756340 memory=6791534058613427641 CPUtime=351.9 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) R 15134 15137 6338 0 -1 4202560 48670 0 0 0 35010 180 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577173711696 140577240265447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10756340 memory=960 CPUtime=351.13 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) R 15134 15137 6338 0 -1 4202560 23304 0 0 0 34914 199 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577172659464 140577240265447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10756340 memory=2240 CPUtime=351.57 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) R 15134 15137 6338 0 -1 4202560 19571 0 0 0 34994 163 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577171606488 140577232337070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10756340 memory=2340 CPUtime=351.93 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 6338 0 -1 4202560 30307 0 0 0 35021 172 0 0 20 0 17 0 96681403 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140577170553552 140577240265447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10756340 memory=1728 CPUtime=23.13 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) S 15134 15137 6338 0 -1 1077944384 75727 0 0 0 2309 4 0 0 20 0 17 0 96681404 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576739492672 140577247647445 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10756340 memory=12064 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576738440416 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10756340 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576737386624 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10756340 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10756340 memory=1952 CPUtime=1.7 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15134 15137 6338 0 -1 1077944384 12708 0 0 0 169 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576735283712 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10756340 memory=5796 CPUtime=1.49 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15134 15137 6338 0 -1 1077944384 6587 0 0 0 148 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576734231504 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10756340 memory=4616 CPUtime=0.48 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15134 15137 6338 0 -1 1077944384 4439 0 0 0 47 1 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576733178448 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10756340 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10756340 memory=792 CPUtime=0.28 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 806 0 0 0 14 14 0 0 20 0 17 0 96681407 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15167] ppid=15134 vsize=10756340 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15167/stat : 15167 (java) S 15134 15137 6338 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576727920048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15168] ppid=15134 vsize=10756340 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15168/stat : 15168 (java) S 15134 15137 6338 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099151 33554432000 4194304 4196468 140721830203552 140576726867104 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 1452.66 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8396604 KiB

[startup+398.001 s]*
/proc/loadavg: 3.57 3.63 3.92 2/196 15168
/proc/meminfo: memFree=20500224/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10756340 memory=8396608 CPUtime=1453.11 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 239950 0 0 0 144571 740 0 0 20 0 17 0 96681402 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2689085 2099152 3195 1 0 2677441 0
[pid=15137/tid=15139] ppid=15134 vsize=10756340 memory=1398720917958146503 CPUtime=18.96 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15134 15137 6338 0 -1 1077944384 15926 0 0 0 1883 13 0 0 20 0 17 0 96681402 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577251877920 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10756340 memory=-7003737579269690708 CPUtime=351.92 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 48670 0 0 0 35012 180 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10756340 memory=1004 CPUtime=351.14 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 23304 0 0 0 34915 199 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10756340 memory=-7003737579269690708 CPUtime=351.58 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 19571 0 0 0 34995 163 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10756340 memory=1952 CPUtime=351.95 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 30307 0 0 0 35023 172 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10756340 memory=5796 CPUtime=23.52 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) R 15134 15137 6338 0 -1 4202560 76034 0 0 0 2348 4 0 0 20 0 17 0 96681404 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576739492560 140577232633643 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10756340 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576738440416 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10756340 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576737386624 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10756340 memory=792 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10756340 memory=1204 CPUtime=1.7 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15134 15137 6338 0 -1 1077944384 12708 0 0 0 169 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576735283712 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10756340 memory=1716 CPUtime=1.49 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15134 15137 6338 0 -1 1077944384 6587 0 0 0 148 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576734231504 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10756340 memory=1440 CPUtime=0.48 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15134 15137 6338 0 -1 1077944384 4439 0 0 0 47 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576733178448 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10756340 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10756340 memory=960 CPUtime=0.28 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 806 0 0 0 14 14 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15167] ppid=15134 vsize=10756340 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15167/stat : 15167 (java) S 15134 15137 6338 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576727920048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15168] ppid=15134 vsize=10756340 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15168/stat : 15168 (java) S 15134 15137 6338 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576726867104 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 1453.11 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8396608 KiB

[startup+398.401 s]
/proc/loadavg: 3.57 3.63 3.92 2/196 15168
/proc/meminfo: memFree=20500224/32770624 swapFree=67108860/67108860
[pid=15137] ppid=15134 vsize=10756340 memory=8396608 CPUtime=1453.5 cores=1,3,5,7
/proc/15137/stat : 15137 (java) S 15134 15137 6338 0 -1 1077944320 239950 0 0 0 144610 740 0 0 20 0 17 0 96681402 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140721830186096 140577247637239 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
/proc/15137/statm: 2689085 2099152 3195 1 0 2677441 0
[pid=15137/tid=15139] ppid=15134 vsize=10756340 memory=8396604 CPUtime=18.96 cores=1,3,5,7
/proc/15137/task/15139/stat : 15139 (java) S 15134 15137 6338 0 -1 1077944384 15926 0 0 0 1883 13 0 0 20 0 17 0 96681402 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577251877920 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15140] ppid=15134 vsize=10756340 memory=8396416 CPUtime=351.92 cores=1,3,5,7
/proc/15137/task/15140/stat : 15140 (java) S 15134 15137 6338 0 -1 1077944384 48670 0 0 0 35012 180 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577173711888 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15141] ppid=15134 vsize=10756340 memory=6791534058613427641 CPUtime=351.14 cores=1,3,5,7
/proc/15137/task/15141/stat : 15141 (java) S 15134 15137 6338 0 -1 1077944384 23304 0 0 0 34915 199 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577172659344 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15142] ppid=15134 vsize=10756340 memory=1692 CPUtime=351.58 cores=1,3,5,7
/proc/15137/task/15142/stat : 15142 (java) S 15134 15137 6338 0 -1 1077944384 19571 0 0 0 34995 163 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577171606288 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15143] ppid=15134 vsize=10756340 memory=6791534058613427641 CPUtime=351.95 cores=1,3,5,7
/proc/15137/task/15143/stat : 15143 (java) S 15134 15137 6338 0 -1 1077944384 30307 0 0 0 35023 172 0 0 20 0 17 0 96681403 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140577170553744 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15144] ppid=15134 vsize=10756340 memory=8396604 CPUtime=23.92 cores=1,3,5,7
/proc/15137/task/15144/stat : 15144 (java) R 15134 15137 6338 0 -1 4202560 76034 0 0 0 2388 4 0 0 20 0 17 0 96681404 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576739492560 140577226007414 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15145] ppid=15134 vsize=10756340 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15145/stat : 15145 (java) S 15134 15137 6338 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576738440416 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15146] ppid=15134 vsize=10756340 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15146/stat : 15146 (java) S 15134 15137 6338 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 96681405 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576737386624 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15147] ppid=15134 vsize=10756340 memory=8396604 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15147/stat : 15147 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576736335824 140577247655835 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15148] ppid=15134 vsize=10756340 memory=932 CPUtime=1.7 cores=1,3,5,7
/proc/15137/task/15148/stat : 15148 (java) S 15134 15137 6338 0 -1 1077944384 12708 0 0 0 169 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576735283712 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15149] ppid=15134 vsize=10756340 memory=1584 CPUtime=1.49 cores=1,3,5,7
/proc/15137/task/15149/stat : 15149 (java) S 15134 15137 6338 0 -1 1077944384 6587 0 0 0 148 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576734231504 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15150] ppid=15134 vsize=10756340 memory=8396428 CPUtime=0.48 cores=1,3,5,7
/proc/15137/task/15150/stat : 15150 (java) S 15134 15137 6338 0 -1 1077944384 4439 0 0 0 47 1 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576733178448 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15151] ppid=15134 vsize=10756340 memory=28432 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15151/stat : 15151 (java) S 15134 15137 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576732126048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15152] ppid=15134 vsize=10756340 memory=2428 CPUtime=0.28 cores=1,3,5,7
/proc/15137/task/15152/stat : 15152 (java) S 15134 15137 6338 0 -1 1077944384 806 0 0 0 14 14 0 0 20 0 17 0 96681407 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576731073072 140577247648386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15167] ppid=15134 vsize=10756340 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15167/stat : 15167 (java) S 15134 15137 6338 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576727920048 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
[pid=15137/tid=15168] ppid=15134 vsize=10756340 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15137/task/15168/stat : 15168 (java) S 15134 15137 6338 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 96718711 11014492160 2099152 33554432000 4194304 4196468 140721830203552 140576726867104 140577247647445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26157056 140721830208646 140721830208799 140721830208799 140721830211535 0
Current children cumulated CPU time: 1453.5 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8396608 KiB

Child status: 0
Real time (s): 398.473
CPU time (s): 1453.58
CPU user time (s): 1446.13
CPU system time (s): 7.44551
CPU usage (%): 364.788
Max. virtual memory (cumulated for all children) (KiB): 10756340
Max. memory (cumulated for all children) (KiB): 8396608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1446.13
system time used= 7.44551
maximum resident set size= 8396720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20240
involuntary context switches= 12793


# summary of solver processes directly reported to runsolver:
#   pid: 15137
#   total CPU time (s): 1453.58
#   total CPU user time (s): 1446.13
#   total CPU system time (s): 7.44551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55683 second user time and 3.84617 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 16:39:05
IDJOB=4263535
IDBENCH=138779
IDSOLVER=2651
FILE ID=node148/4263535-1502636003
RUNJOBID= node148-1502624014-12473
PBS_JOBID= 20628305
Free space on /tmp= 61616 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0200-m1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263535-1502636003/watcher-4263535-1502636003 -o /tmp/evaluation-result-4263535-1502636003/solver-4263535-1502636003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12473 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263535-1502636003.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=544782151

node148.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.19
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.19
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.19
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.19
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:        28902744 kB
MemAvailable:   31994020 kB
Buffers:          201940 kB
Cached:          3178632 kB
SwapCached:            0 kB
Active:           737892 kB
Inactive:        2693844 kB
Active(anon):       2296 kB
Inactive(anon):    76916 kB
Active(file):     735596 kB
Inactive(file):  2616928 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:         98212 kB
Mapped:            42872 kB
Shmem:             25224 kB
Slab:             136144 kB
SReclaimable:     109172 kB
SUnreclaim:        26972 kB
KernelStack:        3472 kB
PageTables:         4756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61616 MiB
End job on node148 at 2017-08-13 16:45:44