Trace number 4262934

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1302.3101 363.17999

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

Verifier Data

One s line expected

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 (10446 MiB free)
  memory of node 1: 16384 MiB (15430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262934-1502625596/watcher-4262934-1502625596 -o /tmp/evaluation-result-4262934-1502625596/solver-4262934-1502625596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262934-1502625596.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
solver pid=28852, runsolver pid=28849
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 4.11 2.95 2.36 4/209 28866
/proc/meminfo: memFree=26485144/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10484492 memory=22856 CPUtime=0.05 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 4677 0 0 0 4 1 0 0 20 0 14 0 64780258 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2621123 5714 2578 1 0 2610620 0
[pid=28852/tid=28854] ppid=28849 vsize=10484492 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) D 28849 28852 897 0 -1 4202560 2779 0 0 0 4 0 0 0 20 0 14 0 64780263 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140612315953056 140612311737597 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10484492 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64780263 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10484492 memory=288370359833003648 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64780263 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64780263 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64780263 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10484492 memory=139983681291904 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64780265 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611875855216 140612311726722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64780265 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611874801184 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64780266 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611873748336 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64780268 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 14 0 64780268 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611871644016 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64780268 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611870591216 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10484492 memory=139983681291904 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 64780268 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611869538416 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64780268 10736119808 5714 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.210122 s]*
/proc/loadavg: 4.11 2.95 2.36 3/210 28867
/proc/meminfo: memFree=26476308/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10551156 memory=30292 CPUtime=0.17 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 7902 0 0 0 15 2 0 0 20 0 15 0 64780258 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2637789 7573 2791 1 0 2627261 0
[pid=28852/tid=28854] ppid=28849 vsize=10551156 memory=8318255677412212789 CPUtime=0.11 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) R 28849 28852 897 0 -1 4202560 5664 0 0 0 10 1 0 0 20 0 15 0 64780263 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140612315947792 140612295796062 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10551156 memory=288370359833003648 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10551156 memory=139983681291904 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780265 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611875855216 140612311726722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64780265 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611874801184 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64780266 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611873748336 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 64780268 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611871644016 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 64780268 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611870591216 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10551156 memory=139983681291904 CPUtime=0.02 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 373 0 0 0 2 0 0 0 20 0 15 0 64780268 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611869538416 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10551156 memory=139983681291904 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780272 10804383744 7573 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30292 KiB

[startup+0.311196 s]*
/proc/loadavg: 4.11 2.95 2.36 6/210 28867
/proc/meminfo: memFree=26467028/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10551156 memory=43408 CPUtime=0.37 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 9582 0 0 0 35 2 0 0 20 0 15 0 64780258 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2637789 10852 2980 1 0 2627261 0
[pid=28852/tid=28854] ppid=28849 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) R 28849 28852 897 0 -1 4202560 6139 0 0 0 20 1 0 0 20 0 15 0 64780263 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140612315946416 140611944551611 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780265 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611875855216 140612311726722 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64780265 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611874801184 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64780266 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611873748336 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) R 28849 28852 897 0 -1 4202560 672 0 0 0 3 0 0 0 20 0 15 0 64780268 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611871630040 140612304432727 0 4 1 16800974 18446744071582151463 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) R 28849 28852 897 0 -1 4202560 403 0 0 0 3 0 0 0 20 0 15 0 64780268 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611870582376 140612296109451 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10551156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) R 28849 28852 897 0 -1 4202560 1021 0 0 0 7 0 0 0 20 0 15 0 64780268 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611869535176 140612290761044 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780272 10804383744 10852 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 43408 KiB

[startup+0.701022 s]
/proc/loadavg: 4.11 2.95 2.36 5/210 28867
/proc/meminfo: memFree=26450148/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10551232 memory=115860 CPUtime=1.52 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 12984 0 0 0 148 4 0 0 20 0 15 0 64780258 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2637808 28965 3061 1 0 2627261 0
[pid=28852/tid=28854] ppid=28849 vsize=10551232 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) R 28849 28852 897 0 -1 4202560 7321 0 0 0 56 3 0 0 20 0 15 0 64780263 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140612315952752 140611947336973 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10551232 memory=139985869078959 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780263 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10551232 memory=139985869078961 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64780263 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64780265 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611875855216 140612311726722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64780265 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611874801184 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64780266 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611873748336 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10551232 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10551232 memory=4616 CPUtime=0.34 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) R 28849 28852 897 0 -1 4202560 1551 0 0 0 34 0 0 0 20 0 15 0 64780268 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611871630040 140612295482208 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10551232 memory=1012 CPUtime=0.33 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) R 28849 28852 897 0 -1 4202560 1138 0 0 0 33 0 0 0 20 0 15 0 64780268 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611870579744 140612296616081 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10551232 memory=10164 CPUtime=0.23 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 1605 0 0 0 23 0 0 0 20 0 15 0 64780268 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611869538416 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10551232 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64780268 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10551232 memory=2000 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64780272 10804461568 28965 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 115860 KiB

[startup+1.50082 s]
/proc/loadavg: 4.11 2.95 2.36 5/210 28867
/proc/meminfo: memFree=26306980/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10551232 memory=316356 CPUtime=3.64 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 14607 0 0 0 343 21 0 0 20 0 15 0 64780258 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2637808 79089 3096 1 0 2627261 0
[pid=28852/tid=28854] ppid=28849 vsize=10551232 memory=293704 CPUtime=1.26 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) R 28849 28852 897 0 -1 4202560 7875 0 0 0 121 5 0 0 20 0 15 0 64780263 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140612315946816 140611948611917 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10551232 memory=4116 CPUtime=0.11 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 130 0 0 0 8 3 0 0 20 0 15 0 64780263 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10551232 memory=36588 CPUtime=0.12 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 132 0 0 0 9 3 0 0 20 0 15 0 64780263 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10551232 memory=1292 CPUtime=0.13 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 126 0 0 0 9 4 0 0 20 0 15 0 64780263 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10551232 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 183 0 0 0 9 3 0 0 20 0 15 0 64780263 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64780265 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140611875855216 140612311726722 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10551232 memory=-8029775829737353339 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64780265 10804461568 79089 18446744073709551615 4194304 4196468 140733567239392 140611874801184 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0

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

[pid=28852/tid=28855] ppid=28849 vsize=10686560 memory=1624 CPUtime=312.3 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) R 28849 28852 897 0 -1 4202560 221429 0 0 0 31042 188 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612268681760 140612296173178 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10686560 memory=8369712 CPUtime=312.42 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) R 28849 28852 897 0 -1 4202560 308434 0 0 0 31057 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612267629272 140612296173208 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10686560 memory=1228 CPUtime=313.19 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) R 28849 28852 897 0 -1 4202560 116410 0 0 0 31147 172 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612266576472 140612296712237 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10686560 memory=796 CPUtime=313.48 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) R 28849 28852 897 0 -1 4202560 279547 0 0 0 31163 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612265523672 140612296711976 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10686560 memory=-8774313645642428999 CPUtime=31.71 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 71353 0 0 0 3168 3 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611875853760 140612311725781 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611874801248 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64780266 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611873748352 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10686560 memory=8368812 CPUtime=0.83 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 2985 0 0 0 83 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611871644016 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10686560 memory=4116 CPUtime=0.84 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 1933 0 0 0 84 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611870591216 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10686560 memory=2428 CPUtime=0.38 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 4410 0 0 0 38 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611869534816 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10686560 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10686560 memory=1156 CPUtime=0.3 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 333 0 0 0 19 11 0 0 20 0 17 0 64780272 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28893] ppid=28849 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28893/stat : 28893 (java) S 28849 28852 897 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611864280528 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28894] ppid=28849 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28894/stat : 28894 (java) S 28849 28852 897 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611863228848 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 1299.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8369712 KiB

[startup+362.801 s]
/proc/loadavg: 4.46 4.05 3.04 6/213 28896
/proc/meminfo: memFree=18121680/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10686560 memory=8369712 CPUtime=1301.55 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 1035806 0 0 0 129404 751 0 0 20 0 17 0 64780258 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2671640 2092428 3164 1 0 2661055 0
[pid=28852/tid=28854] ppid=28849 vsize=10686560 memory=2428 CPUtime=14.42 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) S 28849 28852 897 0 -1 1077944384 27517 0 0 0 1430 12 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612315956256 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10686560 memory=2752 CPUtime=312.7 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) R 28849 28852 897 0 -1 4202560 221429 0 0 0 31082 188 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612268681760 140612296711979 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10686560 memory=1156 CPUtime=312.82 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) R 28849 28852 897 0 -1 4202560 308434 0 0 0 31097 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612267629272 140612304343783 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10686560 memory=3208 CPUtime=313.58 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 116410 0 0 0 31186 172 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612266576080 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10686560 memory=4655740 CPUtime=313.88 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) R 28849 28852 897 0 -1 4202560 279547 0 0 0 31203 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612265523280 140612304343783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10686560 memory=1156 CPUtime=31.71 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) S 28849 28852 897 0 -1 1077944384 71353 0 0 0 3168 3 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611875853760 140612311725781 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10686560 memory=3212 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611874801248 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64780266 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611873748352 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10686560 memory=4872558044660077418 CPUtime=0.83 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 2987 0 0 0 83 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611871644064 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10686560 memory=1624 CPUtime=0.84 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 1939 0 0 0 84 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611870590976 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10686560 memory=928 CPUtime=0.38 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 4410 0 0 0 38 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611869534816 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10686560 memory=840 CPUtime=0.3 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 333 0 0 0 19 11 0 0 20 0 17 0 64780272 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28893] ppid=28849 vsize=10686560 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28893/stat : 28893 (java) S 28849 28852 897 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611864280528 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28894] ppid=28849 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28894/stat : 28894 (java) S 28849 28852 897 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611863228848 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 1301.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8369712 KiB

[startup+363.001 s]*
/proc/loadavg: 4.34 4.03 3.04 3/213 28896
/proc/meminfo: memFree=18121680/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10686560 memory=8369712 CPUtime=1302.12 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 1035806 0 0 0 129461 751 0 0 20 0 17 0 64780258 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2671640 2092428 3164 1 0 2661055 0
[pid=28852/tid=28854] ppid=28849 vsize=10686560 memory=-8774313645642428999 CPUtime=14.42 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) S 28849 28852 897 0 -1 1077944384 27517 0 0 0 1430 12 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612315956256 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10686560 memory=4872558044660077418 CPUtime=312.82 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 221429 0 0 0 31094 188 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10686560 memory=7079779974590322784 CPUtime=312.94 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 308434 0 0 0 31109 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10686560 memory=4638778398333032547 CPUtime=313.71 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 116410 0 0 0 31199 172 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10686560 memory=7595998505947850323 CPUtime=314 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 279547 0 0 0 31215 185 0 0 20 0 17 0 64780263 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10686560 memory=297377790855343583 CPUtime=31.78 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) R 28849 28852 897 0 -1 4202560 71353 0 0 0 3175 3 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611875853648 140612296712084 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10686560 memory=13564886227639729 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64780265 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611874801248 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10686560 memory=297237808157045042 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64780266 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611873748352 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10686560 memory=13564886227639729 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10686560 memory=7084532003648266853 CPUtime=0.83 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 2987 0 0 0 83 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611871644064 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10686560 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 1939 0 0 0 84 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611870590976 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10686560 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 4410 0 0 0 38 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611869534816 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10686560 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 333 0 0 0 19 11 0 0 20 0 17 0 64780272 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28893] ppid=28849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28893/stat : 28893 (java) S 28849 28852 897 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611864280528 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28894] ppid=28849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28894/stat : 28894 (java) S 28849 28852 897 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092428 18446744073709551615 4194304 4196468 140733567239392 140611863228848 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 1302.12 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8369712 KiB

[startup+363.11 s]
/proc/loadavg: 4.34 4.03 3.04 3/213 28896
/proc/meminfo: memFree=18121680/32770624 swapFree=67108860/67108860
[pid=28852] ppid=28849 vsize=10686560 memory=8369716 CPUtime=1302.22 cores=1,3,5,7
/proc/28852/stat : 28852 (java) S 28849 28852 897 0 -1 1077944320 1035939 0 0 0 129471 751 0 0 20 0 17 0 64780258 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140733567221936 140612311715575 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
/proc/28852/statm: 2671640 2092429 3164 1 0 2661055 0
[pid=28852/tid=28854] ppid=28849 vsize=10686560 memory=8369712 CPUtime=14.42 cores=1,3,5,7
/proc/28852/task/28854/stat : 28854 (java) S 28849 28852 897 0 -1 1077944384 27517 0 0 0 1430 12 0 0 20 0 17 0 64780263 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140612315956256 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28855] ppid=28849 vsize=10686560 memory=8369708 CPUtime=312.82 cores=1,3,5,7
/proc/28852/task/28855/stat : 28855 (java) S 28849 28852 897 0 -1 1077944384 221429 0 0 0 31094 188 0 0 20 0 17 0 64780263 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140612268681872 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28856] ppid=28849 vsize=10686560 memory=33 CPUtime=312.94 cores=1,3,5,7
/proc/28852/task/28856/stat : 28856 (java) S 28849 28852 897 0 -1 1077944384 308434 0 0 0 31109 185 0 0 20 0 17 0 64780263 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140612267629072 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28857] ppid=28849 vsize=10686560 memory=8369704 CPUtime=313.71 cores=1,3,5,7
/proc/28852/task/28857/stat : 28857 (java) S 28849 28852 897 0 -1 1077944384 116410 0 0 0 31199 172 0 0 20 0 17 0 64780263 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140612266576272 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28858] ppid=28849 vsize=10686560 memory=8369704 CPUtime=314 cores=1,3,5,7
/proc/28852/task/28858/stat : 28858 (java) S 28849 28852 897 0 -1 1077944384 279547 0 0 0 31215 185 0 0 20 0 17 0 64780263 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140612265523472 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28859] ppid=28849 vsize=10686560 memory=8369704 CPUtime=31.89 cores=1,3,5,7
/proc/28852/task/28859/stat : 28859 (java) R 28849 28852 897 0 -1 4202560 71486 0 0 0 3186 3 0 0 20 0 17 0 64780265 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611875853648 140612290085736 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28860] ppid=28849 vsize=10686560 memory=8369704 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28860/stat : 28860 (java) S 28849 28852 897 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64780265 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611874801248 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28861] ppid=28849 vsize=10686560 memory=8369708 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28861/stat : 28861 (java) S 28849 28852 897 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64780266 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611873748352 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28862] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28862/stat : 28862 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611872696656 140612311734171 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28863] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0.83 cores=1,3,5,7
/proc/28852/task/28863/stat : 28863 (java) S 28849 28852 897 0 -1 1077944384 2987 0 0 0 83 0 0 0 20 0 17 0 64780268 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611871644064 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28864] ppid=28849 vsize=10686560 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/28852/task/28864/stat : 28864 (java) S 28849 28852 897 0 -1 1077944384 1939 0 0 0 84 0 0 0 20 0 17 0 64780268 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611870590976 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28865] ppid=28849 vsize=10686560 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/28852/task/28865/stat : 28865 (java) S 28849 28852 897 0 -1 1077944384 4410 0 0 0 38 0 0 0 20 0 17 0 64780268 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611869534816 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28866] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28866/stat : 28866 (java) S 28849 28852 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64780268 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611868485856 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28867] ppid=28849 vsize=10686560 memory=8369712 CPUtime=0.3 cores=1,3,5,7
/proc/28852/task/28867/stat : 28867 (java) S 28849 28852 897 0 -1 1077944384 333 0 0 0 19 11 0 0 20 0 17 0 64780272 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611867434160 140612311726722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28893] ppid=28849 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28893/stat : 28893 (java) S 28849 28852 897 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611864280528 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
[pid=28852/tid=28894] ppid=28849 vsize=10686560 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/28852/task/28894/stat : 28894 (java) S 28849 28852 897 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 64812921 10943037440 2092429 18446744073709551615 4194304 4196468 140733567239392 140611863228848 140612311725781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32235520 140733567246736 140733567246889 140733567246889 140733567250383 0
Current children cumulated CPU time: 1302.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8369716 KiB

Child status: 0
Real time (s): 363.18
CPU time (s): 1302.31
CPU user time (s): 1294.72
CPU system time (s): 7.58433
CPU usage (%): 358.585
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8369716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1294.72
system time used= 7.58433
maximum resident set size= 8369992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1038734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19707
involuntary context switches= 12079


# summary of solver processes directly reported to runsolver:
#   pid: 28852
#   total CPU time (s): 1302.31
#   total CPU user time (s): 1294.72
#   total CPU system time (s): 7.58433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.23789 second user time and 3.6737 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 13:45:50
IDJOB=4262934
IDBENCH=126233
IDSOLVER=2651
FILE ID=node125/4262934-1502625596
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-18-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262934-1502625596/watcher-4262934-1502625596 -o /tmp/evaluation-result-4262934-1502625596/solver-4262934-1502625596 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262934-1502625596.xml

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=305835281

node125.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.07
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.07
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.07
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.07
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:        26497012 kB
MemAvailable:   27341808 kB
Buffers:          283588 kB
Cached:           857036 kB
SwapCached:            0 kB
Active:          5256736 kB
Inactive:         582044 kB
Active(anon):    4698528 kB
Inactive(anon):    33100 kB
Active(file):     558208 kB
Inactive(file):   548944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2064 kB
Writeback:             0 kB
AnonPages:       4698180 kB
Mapped:            58428 kB
Shmem:             33444 kB
Slab:             132732 kB
SReclaimable:     106960 kB
SUnreclaim:        25772 kB
KernelStack:        3504 kB
PageTables:        13856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6134300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4546560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 13:51:53