Trace number 4263719

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) 1453.7 395.45499

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-09-11.xml
MD5SUM40f8709457985e2479c772f6dd1ec4a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints1981
Number of domains1
Minimum domain size99
Maximum domain size99
Distribution of domain sizes[{"size":99,"count":99}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":99}]
Minimum constraint arity4
Maximum constraint arity99
Distribution of constraint arities[{"arity":4,"count":1980},{"arity":99,"count":1}]
Number of extensional constraints0
Number of intensional constraints1980
Distribution of constraint types[{"type":"intension","count":1980},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1325.27/360.94	Aug 13, 2017 5:17:29 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1325.27/360.94	INFO: Runtime exception
1325.27/360.94	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1325.27/360.94		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1325.27/360.94		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1325.27/360.94		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1325.27/360.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1325.27/360.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1325.27/360.94		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1325.27/360.94		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1325.27/360.94		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1325.27/360.94		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1325.27/360.94		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1325.27/360.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1325.27/360.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1325.27/360.94		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1325.27/360.94		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1325.27/360.94		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1325.27/360.94		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1325.27/360.94		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1325.27/360.94		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1325.27/360.94		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1325.27/360.94	Caused by: java.lang.reflect.InvocationTargetException
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		... 21 more
1325.27/360.94	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		... 25 more
1325.27/360.94	Caused by: java.lang.reflect.InvocationTargetException
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		... 26 more
1325.27/360.94	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		... 30 more
1325.27/360.94	Caused by: java.lang.reflect.InvocationTargetException
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		... 31 more
1325.27/360.94	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		... 35 more
1325.27/360.94	Caused by: java.lang.reflect.InvocationTargetException
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		... 36 more
1325.27/360.94	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1325.27/360.94		... 40 more
1325.27/360.94	Caused by: java.lang.reflect.InvocationTargetException
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1325.27/360.94		... 40 more
1325.27/360.94	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1325.27/360.94		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1325.27/360.94		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1325.27/360.94		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1325.27/360.94		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1325.27/360.94		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1325.27/360.94		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1325.27/360.94		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1325.27/360.94		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1325.27/360.94		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1325.27/360.94		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1325.27/360.94		at java.lang.reflect.Method.invoke(Method.java:498)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1325.27/360.94		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1325.27/360.94		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1325.27/360.94	
1453.46/395.39	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1453.46/395.39		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1453.46/395.39		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1453.46/395.39		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1453.46/395.39		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1453.46/395.39		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1453.46/395.39		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1453.46/395.39		at java.io.PrintWriter.flush(PrintWriter.java:320)
1453.46/395.39		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1453.46/395.39		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1453.46/395.39		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1453.46/395.39		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 (12538 MiB free)
  memory of node 1: 16384 MiB (15536 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263719-1502637965/watcher-4263719-1502637965 -o /tmp/evaluation-result-4263719-1502637965/solver-4263719-1502637965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7818 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263719-1502637965.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=9635, runsolver pid=9632
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 3.76 4.25 3.30 4/217 9650
/proc/meminfo: memFree=28729424/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10555400 memory=30532 CPUtime=0.12 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 6669 0 0 0 11 1 0 0 20 0 15 0 96884257 10808729600 7633 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2638850 7633 2821 1 0 2627263 0
[pid=9635/tid=9637] ppid=9632 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) R 9632 9635 29331 0 -1 4202560 4537 0 0 0 8 1 0 0 20 0 15 0 96884258 10808729600 7633 33554432000 4194304 4196468 140734655293872 139812267152016 139811872648320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10555400 memory=-7737605734073681312 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 7633 33554432000 4194304 4196468 140734655293872 139812199619344 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 7633 33554432000 4194304 4196468 140734655293872 139812198566800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 7633 33554432000 4194304 4196468 140734655293872 139812197514256 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 7633 33554432000 4194304 4196468 140734655293872 139812196461712 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811753838576 139812262939266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811752784800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811751732208 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9632 9635 29331 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811749628400 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9632 9635 29331 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811748575856 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0.02 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811747523312 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 7633 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30532 KiB

[startup+0.211949 s]*
/proc/loadavg: 3.76 4.25 3.30 8/217 9650
/proc/meminfo: memFree=28720604/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10555400 memory=41292 CPUtime=0.33 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 8013 0 0 0 31 2 0 0 20 0 15 0 96884257 10808729600 10323 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2638850 10323 2994 1 0 2627263 0
[pid=9635/tid=9637] ppid=9632 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) R 9632 9635 29331 0 -1 4202560 5044 0 0 0 19 1 0 0 20 0 15 0 96884258 10808729600 11097 33554432000 4194304 4196468 140734655293872 139812267152192 139812247008606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 11097 33554432000 4194304 4196468 140734655293872 139812199619344 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10555400 memory=4051188323782276768 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 11097 33554432000 4194304 4196468 140734655293872 139812198566800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 11097 33554432000 4194304 4196468 140734655293872 139812197514256 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884258 10808729600 11097 33554432000 4194304 4196468 140734655293872 139812196461712 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811753838576 139812262939266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811752784800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96884260 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811751732208 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9632 9635 29331 0 -1 4202560 606 0 0 0 3 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811749614520 139812247608419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9632 9635 29331 0 -1 4202560 278 0 0 0 2 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811748565368 139812255217501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0.06 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) R 9632 9635 29331 0 -1 4202560 814 0 0 0 6 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811747520568 139812256033821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10555400 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884263 10808729600 11097 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41292 KiB

[startup+0.319009 s]*
/proc/loadavg: 3.76 4.25 3.30 5/217 9650
/proc/meminfo: memFree=28704912/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10555476 memory=55104 CPUtime=0.67 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 10414 0 0 0 64 3 0 0 20 0 15 0 96884257 10808807424 13776 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2638869 13776 3056 1 0 2627263 0
[pid=9635/tid=9637] ppid=9632 vsize=10555476 memory=93309961 CPUtime=0.3 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) R 9632 9635 29331 0 -1 4202560 5544 0 0 0 28 2 0 0 20 0 15 0 96884258 10808807424 13776 33554432000 4194304 4196468 140734655293872 139812267163424 139812262940054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 13776 33554432000 4194304 4196468 140734655293872 139812199619344 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10555476 memory=139765819217871 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 13776 33554432000 4194304 4196468 140734655293872 139812198566800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10555476 memory=279531638433424 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 13776 33554432000 4194304 4196468 140734655293872 139812197514256 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 13776 33554432000 4194304 4196468 140734655293872 139812196461712 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10555476 memory=279531776534848 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811753838576 139812262939266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10555476 memory=139765819113607 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811752784800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10555476 memory=279531638342952 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811751732208 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10555476 memory=2110116426356644 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9632 9635 29331 0 -1 4202560 1100 0 0 0 11 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811749628400 139812246414183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10555476 memory=2272 CPUtime=0.1 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9632 9635 29331 0 -1 1077944384 961 0 0 0 10 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811748575856 139812262939266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10555476 memory=139770252277375 CPUtime=0.14 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) R 9632 9635 29331 0 -1 4202560 1442 0 0 0 14 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811747523312 139812241529043 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10555476 memory=139765957310080 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 13776 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55104 KiB

[startup+0.700806 s]
/proc/loadavg: 3.76 4.25 3.30 5/217 9650
/proc/meminfo: memFree=28668176/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10555476 memory=146164 CPUtime=1.88 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 11744 0 0 0 183 5 0 0 20 0 15 0 96884257 10808807424 36541 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2638869 36541 3089 1 0 2627263 0
[pid=9635/tid=9637] ppid=9632 vsize=10555476 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) R 9632 9635 29331 0 -1 4202560 5971 0 0 0 64 3 0 0 20 0 15 0 96884258 10808807424 36541 33554432000 4194304 4196468 140734655293872 139812267164064 139811876114563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10555476 memory=139765819247760 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 36541 33554432000 4194304 4196468 140734655293872 139812199619344 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 36541 33554432000 4194304 4196468 140734655293872 139812198566800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10555476 memory=181177893796105 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 36541 33554432000 4194304 4196468 140734655293872 139812197514256 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10555476 memory=402927 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9632 9635 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96884258 10808807424 36541 33554432000 4194304 4196468 140734655293872 139812196461712 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811753838576 139812262939266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811752784800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10555476 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811751732208 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10555476 memory=-3472574513799858009 CPUtime=0.45 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) R 9632 9635 29331 0 -1 4202560 1618 0 0 0 45 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811749628400 139812248053506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10555476 memory=6656426216303648864 CPUtime=0.44 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) R 9632 9635 29331 0 -1 4202560 1045 0 0 0 44 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811748575856 139812246314904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10555476 memory=6944656592455097440 CPUtime=0.28 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 1740 0 0 0 28 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811747523312 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10555476 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96884263 10808807424 36541 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 146164 KiB

[startup+1.50099 s]
/proc/loadavg: 3.76 4.25 3.30 6/217 9650
/proc/meminfo: memFree=28512220/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10555476 memory=486764 CPUtime=3.76 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 12949 0 0 0 343 33 0 0 20 0 15 0 96884257 10808807424 121691 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2638869 121691 3117 1 0 2627263 0
[pid=9635/tid=9637] ppid=9632 vsize=10555476 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9632 9635 29331 0 -1 1077944384 6086 0 0 0 118 5 0 0 20 0 15 0 96884258 10808807424 121691 33554432000 4194304 4196468 140734655293872 139812267163136 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) R 9632 9635 29331 0 -1 4202560 188 0 0 0 17 6 0 0 20 0 15 0 96884258 10808807424 121691 33554432000 4194304 4196468 140734655293872 139812199619544 139812247950312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10555476 memory=4529 CPUtime=0.22 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) R 9632 9635 29331 0 -1 4202560 120 0 0 0 16 6 0 0 20 0 15 0 96884258 10808807424 121691 33554432000 4194304 4196468 140734655293872 139812198567000 139812247955993 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10555476 memory=15816716207125657 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) R 9632 9635 29331 0 -1 4202560 196 0 0 0 17 6 0 0 20 0 15 0 96884258 10808807424 121691 33554432000 4194304 4196468 140734655293872 139812197514256 139812247955538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10555476 memory=139765819391760 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) R 9632 9635 29331 0 -1 4202560 197 0 0 0 17 6 0 0 20 0 15 0 96884258 10808807424 121691 33554432000 4194304 4196468 140734655293872 139812196461712 139812247955242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10555476 memory=279531638764784 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96884260 10808807424 121691 33554432000 4194304 4196468 140734655293872 139811753837088 139812262938325 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0

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

/proc/meminfo: memFree=15060804/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10690804 memory=8310160 CPUtime=1446.73 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 649232 0 0 0 143892 781 0 0 20 0 17 0 96884257 10947383296 2077540 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2672701 2077540 3201 1 0 2661057 0
[pid=9635/tid=9637] ppid=9632 vsize=10690804 memory=3160 CPUtime=13.2 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9632 9635 29331 0 -1 1077944384 15348 0 0 0 1305 15 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812267168800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10690804 memory=8310160 CPUtime=350.5 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) R 9632 9635 29331 0 -1 4202560 134356 0 0 0 34852 198 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812199619544 139812247913415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10690804 memory=8310152 CPUtime=352.52 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) R 9632 9635 29331 0 -1 4202560 179825 0 0 0 35075 177 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812198567000 139812247879112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10690804 memory=2408 CPUtime=351.5 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) R 9632 9635 29331 0 -1 4202560 116655 0 0 0 34966 184 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812197514144 139812247879128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=350.44 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) R 9632 9635 29331 0 -1 4202560 100245 0 0 0 34851 193 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812196461912 139812247879112 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10690804 memory=836 CPUtime=25.01 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 77406 0 0 0 2496 5 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811753836896 139812262938325 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10690804 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811752784864 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10690804 memory=2556 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811751732224 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10690804 memory=7450467128283783232 CPUtime=1.78 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9632 9635 29331 0 -1 1077944384 12880 0 0 0 177 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811749628400 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10690804 memory=3547253554148238933 CPUtime=1 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9632 9635 29331 0 -1 1077944384 7171 0 0 0 99 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811748575856 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10690804 memory=3475195960264453745 CPUtime=0.46 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 3209 0 0 0 45 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811747523312 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10690804 memory=6944656592455348282 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 692 0 0 0 11 12 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9733] ppid=9632 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9733/stat : 9733 (java) S 9632 9635 29331 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811742256272 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9734] ppid=9632 vsize=10690804 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9734/stat : 9734 (java) S 9632 9635 29331 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811741212688 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 1446.73 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8310160 KiB

[startup+394.401 s]
/proc/loadavg: 6.89 5.55 4.14 9/217 9734
/proc/meminfo: memFree=15060796/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10690804 memory=8310160 CPUtime=1449.89 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 649233 0 0 0 144208 781 0 0 20 0 17 0 96884257 10947383296 2077540 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2672701 2077540 3201 1 0 2661057 0
[pid=9635/tid=9637] ppid=9632 vsize=10690804 memory=16596 CPUtime=13.2 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9632 9635 29331 0 -1 1077944384 15348 0 0 0 1305 15 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812267168800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10690804 memory=4132 CPUtime=351.3 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) R 9632 9635 29331 0 -1 4202560 134356 0 0 0 34932 198 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812199619344 139812247924688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10690804 memory=27928 CPUtime=353.32 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) R 9632 9635 29331 0 -1 4202560 179825 0 0 0 35155 177 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812198566688 139812247385717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=352.3 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) R 9632 9635 29331 0 -1 4202560 116655 0 0 0 35046 184 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812197514256 139812247924755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=351.22 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) R 9632 9635 29331 0 -1 4202560 100245 0 0 0 34929 193 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812196461912 139812247924526 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10690804 memory=1788 CPUtime=25.01 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 77407 0 0 0 2496 5 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811753837120 139812262938325 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10690804 memory=640 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811752784864 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10690804 memory=952 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811751732224 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10690804 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10690804 memory=4384 CPUtime=1.78 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9632 9635 29331 0 -1 1077944384 12880 0 0 0 177 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811749628400 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=1 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9632 9635 29331 0 -1 1077944384 7171 0 0 0 99 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811748575856 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10690804 memory=2408 CPUtime=0.46 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 3209 0 0 0 45 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811747523312 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10690804 memory=1720 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 692 0 0 0 11 12 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9733] ppid=9632 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9733/stat : 9733 (java) S 9632 9635 29331 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811742256272 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9734] ppid=9632 vsize=10690804 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9734/stat : 9734 (java) S 9632 9635 29331 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811741212688 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 1449.89 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8310160 KiB

[startup+395.201 s]
/proc/loadavg: 6.89 5.55 4.14 9/217 9734
/proc/meminfo: memFree=15060804/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10690804 memory=8310160 CPUtime=1453.08 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 650135 0 0 0 144526 782 0 0 20 0 17 0 96884257 10947383296 2077540 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2672701 2077540 3201 1 0 2661057 0
[pid=9635/tid=9637] ppid=9632 vsize=10690804 memory=2408 CPUtime=13.2 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9632 9635 29331 0 -1 1077944384 15348 0 0 0 1305 15 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812267168800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10690804 memory=1728 CPUtime=352.09 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) R 9632 9635 29331 0 -1 4202560 134767 0 0 0 35011 198 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812199619152 139812255556327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10690804 memory=4132 CPUtime=354.11 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) R 9632 9635 29331 0 -1 4202560 180273 0 0 0 35234 177 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812198566688 139812247924516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10690804 memory=27928 CPUtime=353.09 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) R 9632 9635 29331 0 -1 4202560 116655 0 0 0 35125 184 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812197514064 139812255556327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10690804 memory=1296 CPUtime=352 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) R 9632 9635 29331 0 -1 4202560 100285 0 0 0 35007 193 0 0 20 0 17 0 96884258 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139812196461912 139812247924711 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10690804 memory=8112282956445269571 CPUtime=25.01 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 77407 0 0 0 2496 5 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811753837120 139812262938325 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811752784864 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10690804 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96884260 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811751732224 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811750680784 139812262946715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10690804 memory=1928 CPUtime=1.78 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9632 9635 29331 0 -1 1077944384 12881 0 0 0 177 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811749628160 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10690804 memory=288230574492221466 CPUtime=1 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9632 9635 29331 0 -1 1077944384 7171 0 0 0 99 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811748575904 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10690804 memory=288230583166042425 CPUtime=0.46 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 3209 0 0 0 45 1 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811747523360 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10690804 memory=16098169624726079 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9650] ppid=9632 vsize=10690804 memory=6508 CPUtime=0.23 cores=1,3,5,7
/proc/9635/task/9650/stat : 9650 (java) S 9632 9635 29331 0 -1 1077944384 694 0 0 0 11 12 0 0 20 0 17 0 96884263 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811745417520 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9733] ppid=9632 vsize=10690804 memory=836 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9733/stat : 9733 (java) S 9632 9635 29331 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811742256272 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9734] ppid=9632 vsize=10690804 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9734/stat : 9734 (java) S 9632 9635 29331 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 96920352 10947383296 2077540 33554432000 4194304 4196468 140734655293872 139811741212688 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 1453.08 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8310160 KiB

[startup+395.401 s]
/proc/loadavg: 6.89 5.55 4.14 9/217 9734
/proc/meminfo: memFree=15060804/32770624 swapFree=67108860/67108860
[pid=9635] ppid=9632 vsize=10690804 memory=8310224 CPUtime=1453.64 cores=1,3,5,7
/proc/9635/stat : 9635 (java) S 9632 9635 29331 0 -1 1077944320 650167 0 0 0 144582 782 0 0 20 0 14 0 96884257 10947383296 2077556 33554432000 4194304 4196468 140734655293872 140734655276416 139812262928119 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
/proc/9635/statm: 2672701 2077556 3202 1 0 2661057 0
[pid=9635/tid=9637] ppid=9632 vsize=10690804 memory=1008 CPUtime=13.2 cores=1,3,5,7
/proc/9635/task/9637/stat : 9637 (java) S 9632 9635 29331 0 -1 1077944384 15348 0 0 0 1305 15 0 0 20 0 14 0 96884258 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139812267170960 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9638] ppid=9632 vsize=10690804 memory=1928 CPUtime=352.22 cores=1,3,5,7
/proc/9635/task/9638/stat : 9638 (java) S 9632 9635 29331 0 -1 1077944384 134767 0 0 0 35024 198 0 0 20 0 14 0 96884258 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139812199619344 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9639] ppid=9632 vsize=10690804 memory=1200 CPUtime=354.24 cores=1,3,5,7
/proc/9635/task/9639/stat : 9639 (java) S 9632 9635 29331 0 -1 1077944384 180273 0 0 0 35247 177 0 0 20 0 14 0 96884258 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139812198566800 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9640] ppid=9632 vsize=10690804 memory=8564 CPUtime=353.22 cores=1,3,5,7
/proc/9635/task/9640/stat : 9640 (java) S 9632 9635 29331 0 -1 1077944384 116655 0 0 0 35138 184 0 0 20 0 14 0 96884258 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139812197514256 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9641] ppid=9632 vsize=10690804 memory=5664 CPUtime=352.13 cores=1,3,5,7
/proc/9635/task/9641/stat : 9641 (java) S 9632 9635 29331 0 -1 1077944384 100285 0 0 0 35020 193 0 0 20 0 14 0 96884258 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139812196461712 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9642] ppid=9632 vsize=10690804 memory=4616 CPUtime=25.08 cores=1,3,5,7
/proc/9635/task/9642/stat : 9642 (java) S 9632 9635 29331 0 -1 1077944384 77409 0 0 0 2503 5 0 0 20 0 14 0 96884260 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811753838784 139812262939266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9643] ppid=9632 vsize=10690804 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9643/stat : 9643 (java) S 9632 9635 29331 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 14 0 96884260 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811752784864 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9644] ppid=9632 vsize=10690804 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9644/stat : 9644 (java) S 9632 9635 29331 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 14 0 96884260 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811751732224 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9645] ppid=9632 vsize=10690804 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9645/stat : 9645 (java) S 9632 9635 29331 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 96884263 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811750679552 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9646] ppid=9632 vsize=10690804 memory=0 CPUtime=1.78 cores=1,3,5,7
/proc/9635/task/9646/stat : 9646 (java) S 9632 9635 29331 0 -1 1077944384 12881 0 0 0 177 1 0 0 20 0 14 0 96884263 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811749628400 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9647] ppid=9632 vsize=10690804 memory=10 CPUtime=1 cores=1,3,5,7
/proc/9635/task/9647/stat : 9647 (java) S 9632 9635 29331 0 -1 1077944384 7171 0 0 0 99 1 0 0 20 0 14 0 96884263 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811748575856 139812262939266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9648] ppid=9632 vsize=10690804 memory=-3535470213243961690 CPUtime=0.46 cores=1,3,5,7
/proc/9635/task/9648/stat : 9648 (java) S 9632 9635 29331 0 -1 1077944384 3210 0 0 0 45 1 0 0 20 0 14 0 96884263 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811747519184 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
[pid=9635/tid=9649] ppid=9632 vsize=10690804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/9635/task/9649/stat : 9649 (java) S 9632 9635 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 96884263 10947383296 2077556 33554432000 4194304 4196468 140734655293872 139811746471008 139812262938325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6451200 140734655296646 140734655296799 140734655296799 140734655299535 0
Current children cumulated CPU time: 1453.64 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8310224 KiB

Child status: 0
Real time (s): 395.455
CPU time (s): 1453.7
CPU user time (s): 1445.83
CPU system time (s): 7.87151
CPU usage (%): 367.602
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8310224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1445.83
system time used= 7.87151
maximum resident set size= 8310488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 650188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21518
involuntary context switches= 24620


# summary of solver processes directly reported to runsolver:
#   pid: 9635
#   total CPU time (s): 1453.7
#   total CPU user time (s): 1445.83
#   total CPU system time (s): 7.87151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.42462 second user time and 4.00007 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 17:11:47
IDJOB=4263719
IDBENCH=139746
IDSOLVER=2651
FILE ID=node115/4263719-1502637965
RUNJOBID= node115-1502624021-7818
PBS_JOBID= 20628301
Free space on /tmp= 61812 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-09-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263719-1502637965/watcher-4263719-1502637965 -o /tmp/evaluation-result-4263719-1502637965/solver-4263719-1502637965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7818 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263719-1502637965.xml

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

MD5SUM BENCH= 40f8709457985e2479c772f6dd1ec4a8
RANDOM SEED=524908329

node115.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.69
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.69
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.69
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.69
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:        28748824 kB
MemAvailable:   29076852 kB
Buffers:          124840 kB
Cached:           489732 kB
SwapCached:            0 kB
Active:          3372096 kB
Inactive:         204424 kB
Active(anon):    2910596 kB
Inactive(anon):    79404 kB
Active(file):     461500 kB
Inactive(file):   125020 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1848 kB
Writeback:             0 kB
AnonPages:       2972148 kB
Mapped:            55340 kB
Shmem:             25224 kB
Slab:             140712 kB
SReclaimable:     114684 kB
SUnreclaim:        26028 kB
KernelStack:        3824 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4522936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2834432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61804 MiB
End job on node115 at 2017-08-13 17:18:22