Trace number 4263379

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1616.36 450.76501

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

1502.04/420.52	Aug 13, 2017 3:04:29 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1502.04/420.52	INFO: Runtime exception
1502.04/420.52	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1502.04/420.52		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1502.04/420.52		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1502.04/420.52		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1502.04/420.52		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1502.04/420.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1502.04/420.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1502.04/420.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1502.04/420.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1502.04/420.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1502.04/420.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1502.04/420.52		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1502.04/420.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1502.04/420.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1502.04/420.52		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1502.04/420.52		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1502.04/420.52		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1502.04/420.52		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1502.04/420.52		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1502.04/420.52		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1502.04/420.52		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1502.04/420.52	Caused by: java.lang.reflect.InvocationTargetException
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		... 22 more
1502.04/420.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1502.04/420.52		... 26 more
1502.04/420.52	Caused by: java.lang.reflect.InvocationTargetException
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		... 27 more
1502.04/420.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1502.04/420.52		... 31 more
1502.04/420.52	Caused by: java.lang.reflect.InvocationTargetException
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		... 32 more
1502.04/420.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1502.04/420.52		... 36 more
1502.04/420.52	Caused by: java.lang.reflect.InvocationTargetException
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		... 37 more
1502.04/420.52	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1502.04/420.52		... 41 more
1502.04/420.52	Caused by: java.lang.reflect.InvocationTargetException
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1502.04/420.52		... 41 more
1502.04/420.52	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1502.04/420.52		at org.sat4j.core.Vec.ensure(Vec.java:176)
1502.04/420.52		at org.sat4j.core.Vec.push(Vec.java:183)
1502.04/420.52		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1502.04/420.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:56)
1502.04/420.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
1502.04/420.52		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1502.04/420.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1502.04/420.52		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1502.04/420.52		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1502.04/420.52		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1502.04/420.52		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1502.04/420.52		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1502.04/420.52		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1502.04/420.52		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1502.04/420.52		at java.lang.reflect.Method.invoke(Method.java:498)
1502.04/420.52		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1502.04/420.52	
1616.29/450.72	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1616.29/450.72		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1616.29/450.72		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1616.29/450.72		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1616.29/450.72		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1616.29/450.72		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1616.29/450.72		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1616.29/450.72		at java.io.PrintWriter.flush(PrintWriter.java:320)
1616.29/450.72		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1616.29/450.72		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1616.29/450.72		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1616.29/450.72		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 (6746 MiB free)
  memory of node 1: 16384 MiB (14903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263379-1502629928/watcher-4263379-1502629928 -o /tmp/evaluation-result-4263379-1502629928/solver-4263379-1502629928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263379-1502629928.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=11814, runsolver pid=11811
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 2.30 3.43 3.08 4/215 11829
/proc/meminfo: memFree=22150408/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10555400 memory=30876 CPUtime=0.12 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 6759 0 0 0 11 1 0 0 20 0 15 0 96073973 10808729600 7719 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2638850 7719 2821 1 0 2627263 0
[pid=11814/tid=11816] ppid=11811 vsize=10555400 memory=-8773748148829982331 CPUtime=0.09 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) R 11811 11814 6758 0 -1 1077944384 4620 0 0 0 8 1 0 0 20 0 15 0 96073973 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894790100400 139894769956190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073975 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894345648752 139894785886850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96073976 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894344594720 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96073976 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0.02 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) R 11811 11814 6758 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 96073978 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894339332464 139894785887638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073979 10808729600 7719 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30876 KiB

[startup+0.210384 s]*
/proc/loadavg: 2.30 3.43 3.08 3/215 11829
/proc/meminfo: memFree=22141708/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10555400 memory=39724 CPUtime=0.29 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 7968 0 0 0 27 2 0 0 20 0 15 0 96073973 10808729600 9931 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2638850 9931 2934 1 0 2627263 0
[pid=11814/tid=11816] ppid=11811 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) R 11811 11814 6758 0 -1 4202560 5225 0 0 0 18 2 0 0 20 0 15 0 96073973 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894790107952 139894785887638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10555400 memory=140199476109754 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073974 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073975 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894345648752 139894785886850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96073976 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894344594720 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96073976 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 534 0 0 0 1 0 0 0 20 0 15 0 96073978 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 96073978 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0.06 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) R 11811 11814 6758 0 -1 4202560 750 0 0 0 6 0 0 0 20 0 15 0 96073978 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894339332464 139894785897050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10555400 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073979 10808729600 9931 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39724 KiB

[startup+0.310452 s]*
/proc/loadavg: 2.30 3.43 3.08 5/215 11829
/proc/meminfo: memFree=22134148/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10555476 memory=46816 CPUtime=0.53 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 8770 0 0 0 50 3 0 0 20 0 15 0 96073973 10808807424 11704 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2638869 11704 3051 1 0 2627263 0
[pid=11814/tid=11816] ppid=11811 vsize=10555476 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) S 11811 11814 6758 0 -1 1077944384 5592 0 0 0 28 2 0 0 20 0 15 0 96073973 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894790112064 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10555476 memory=304556144784048151 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10555476 memory=140199476111100 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073974 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073974 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10555476 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96073975 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894345648752 139894785886850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96073976 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894344594720 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96073976 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) R 11811 11814 6758 0 -1 1077944384 662 0 0 0 4 0 0 0 20 0 15 0 96073978 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) R 11811 11814 6758 0 -1 4202560 261 0 0 0 4 0 0 0 20 0 15 0 96073978 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894340384752 139894770164725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10555476 memory=140199475689088 CPUtime=0.13 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) R 11811 11814 6758 0 -1 4202560 895 0 0 0 13 0 0 0 20 0 15 0 96073978 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894339332464 139894778972547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10555476 memory=140199475689088 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073979 10808807424 11704 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46816 KiB

[startup+0.700815 s]
/proc/loadavg: 2.30 3.43 3.08 5/215 11829
/proc/meminfo: memFree=21994516/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10555476 memory=189468 CPUtime=1.66 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 10754 0 0 0 159 7 0 0 20 0 15 0 96073973 10808807424 47367 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2638869 47367 3097 1 0 2627263 0
[pid=11814/tid=11816] ppid=11811 vsize=10555476 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) R 11811 11814 6758 0 -1 4202560 5703 0 0 0 61 4 0 0 20 0 15 0 96073973 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894790113872 139894419213168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10555476 memory=1004 CPUtime=0.01 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 96073974 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10555476 memory=11040 CPUtime=0.01 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 15 0 96073974 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10555476 memory=5700 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 96073974 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10555476 memory=4616 CPUtime=0.01 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 96073974 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96073975 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894345648752 139894785886850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96073976 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894344594720 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10555476 memory=6296683634146759010 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96073976 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10555476 memory=7451579857426993517 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10555476 memory=5788647689011156329 CPUtime=0.35 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) R 11811 11814 6758 0 -1 4202560 1557 0 0 0 35 0 0 0 20 0 15 0 96073978 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894341423568 139894767398192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10555476 memory=-8412654363917126771 CPUtime=0.35 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) R 11811 11814 6758 0 -1 4202560 992 0 0 0 35 0 0 0 20 0 15 0 96073978 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894340384752 139894769778793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) S 11811 11814 6758 0 -1 1077944384 991 0 0 0 19 0 0 0 20 0 15 0 96073978 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894339332464 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96073978 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10555476 memory=31524 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96073979 10808807424 47367 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 189468 KiB

[startup+1.50078 s]
/proc/loadavg: 2.30 3.43 3.08 3/215 11829
/proc/meminfo: memFree=21991168/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10555476 memory=231456 CPUtime=2.64 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 11100 0 0 0 251 13 0 0 20 0 15 0 96073973 10808807424 57864 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2638869 57864 3108 1 0 2627263 0
[pid=11814/tid=11816] ppid=11811 vsize=10555476 memory=6791534058613427641 CPUtime=1.4 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) R 11811 11814 6758 0 -1 4202560 5704 0 0 0 136 4 0 0 20 0 15 0 96073973 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894790114496 139894419353736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10555476 memory=-9001734043636558696 CPUtime=0.06 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 105 0 0 0 4 2 0 0 20 0 15 0 96073974 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10555476 memory=-8130577827046002024 CPUtime=0.06 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 15 0 96073974 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10555476 memory=-6581303687383400389 CPUtime=0.05 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 105 0 0 0 4 1 0 0 20 0 15 0 96073974 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10555476 memory=-6517102902069810590 CPUtime=0.06 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 104 0 0 0 5 1 0 0 20 0 15 0 96073974 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10555476 memory=7016952788452204857 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96073975 10808807424 57864 33554432000 4194304 4196468 140720566175232 139894345648752 139894785886850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0

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

[pid=11814/tid=11817] ppid=11811 vsize=10688756 memory=8310160 CPUtime=389.41 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) R 11811 11814 6758 0 -1 4202560 25002 0 0 0 38730 211 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894738496088 139894770872339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10688756 memory=3180 CPUtime=388 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) R 11811 11814 6758 0 -1 4202560 24436 0 0 0 38562 238 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894737442976 139894770872104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10688756 memory=8309908 CPUtime=389.48 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) R 11811 11814 6758 0 -1 4202560 25129 0 0 0 38733 215 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894736391000 139894770872284 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10688756 memory=4140 CPUtime=390 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) R 11811 11814 6758 0 -1 4202560 28116 0 0 0 38801 199 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894389922520 139894770872256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10688756 memory=28044 CPUtime=24.23 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 85685 0 0 0 2418 5 0 0 20 0 17 0 96073975 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894345647296 139894785885909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10688756 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894344594784 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10688756 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10688756 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10688756 memory=16732 CPUtime=0.52 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 2554 0 0 0 52 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10688756 memory=1796 CPUtime=0.51 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10688756 memory=6791534058613427641 CPUtime=0.25 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) S 11811 11814 6758 0 -1 1077944384 3508 0 0 0 25 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894339332464 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10688756 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10688756 memory=1580 CPUtime=0.27 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 846 0 0 0 17 10 0 0 20 0 17 0 96073979 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11869] ppid=11811 vsize=10688756 memory=928 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11869/stat : 11869 (java) S 11811 11814 6758 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894336172032 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11870] ppid=11811 vsize=10688756 memory=11040 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11870/stat : 11870 (java) S 11811 11814 6758 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894335120016 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 1612.01 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8310160 KiB

[startup+450.401 s]
/proc/loadavg: 4.76 4.27 3.57 6/218 11870
/proc/meminfo: memFree=13853472/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10688756 memory=8310160 CPUtime=1615.19 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 216804 0 0 0 160631 888 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2672189 2077540 3183 1 0 2660545 0
[pid=11814/tid=11816] ppid=11811 vsize=10688756 memory=1728 CPUtime=29.24 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) S 11811 11814 6758 0 -1 1077944384 17984 0 0 0 2913 11 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894790116384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10688756 memory=1004 CPUtime=390.21 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) R 11811 11814 6758 0 -1 4202560 25002 0 0 0 38810 211 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894738495696 139894778503911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10688756 memory=11040 CPUtime=388.8 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) R 11811 11814 6758 0 -1 4202560 24436 0 0 0 38642 238 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894737442896 139894778503911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10688756 memory=5700 CPUtime=390.26 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) R 11811 11814 6758 0 -1 4202560 25129 0 0 0 38811 215 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894736391000 139894770872070 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10688756 memory=4616 CPUtime=390.8 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) R 11811 11814 6758 0 -1 4202560 28116 0 0 0 38881 199 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894389922128 139894778503911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10688756 memory=8310160 CPUtime=24.23 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 85685 0 0 0 2418 5 0 0 20 0 17 0 96073975 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894345647296 139894785885909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10688756 memory=3472328296227698269 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894344594784 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10688756 memory=280398686415520 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10688756 memory=3184097920075982113 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10688756 memory=3472328296227691645 CPUtime=0.52 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 2554 0 0 0 52 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10688756 memory=3471202396320846817 CPUtime=0.51 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10688756 memory=7800911206621529057 CPUtime=0.25 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) S 11811 11814 6758 0 -1 1077944384 3508 0 0 0 25 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894339332464 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10688756 memory=140199343326785 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10688756 memory=8388367118360672997 CPUtime=0.27 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 846 0 0 0 17 10 0 0 20 0 17 0 96073979 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11869] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11869/stat : 11869 (java) S 11811 11814 6758 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894336172032 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11870] ppid=11811 vsize=10688756 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11870/stat : 11870 (java) S 11811 11814 6758 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894335120016 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 1615.19 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8310160 KiB

[startup+450.601 s]
/proc/loadavg: 4.76 4.27 3.57 6/218 11870
/proc/meminfo: memFree=13853472/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10688756 memory=8310160 CPUtime=1615.96 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 216804 0 0 0 160708 888 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2672189 2077540 3183 1 0 2660545 0
[pid=11814/tid=11816] ppid=11811 vsize=10688756 memory=1424 CPUtime=29.24 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) S 11811 11814 6758 0 -1 1077944384 17984 0 0 0 2913 11 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894790116384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10688756 memory=1936 CPUtime=390.4 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) R 11811 11814 6758 0 -1 4202560 25002 0 0 0 38829 211 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894738495696 139894778503911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10688756 memory=6791534058613427641 CPUtime=388.99 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) R 11811 11814 6758 0 -1 4202560 24436 0 0 0 38661 238 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894737442896 139894778503911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10688756 memory=1716 CPUtime=390.46 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) R 11811 11814 6758 0 -1 4202560 25129 0 0 0 38831 215 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894736391000 139894770333336 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10688756 memory=10588 CPUtime=391 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) R 11811 11814 6758 0 -1 4202560 28116 0 0 0 38900 200 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894389922128 139894778503911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10688756 memory=8310152 CPUtime=24.23 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) S 11811 11814 6758 0 -1 1077944384 85685 0 0 0 2418 5 0 0 20 0 17 0 96073975 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894345647296 139894785885909 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10688756 memory=840 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894344594784 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10688756 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10688756 memory=916 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10688756 memory=3832 CPUtime=0.52 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 2554 0 0 0 52 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10688756 memory=3328 CPUtime=0.51 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10688756 memory=2856 CPUtime=0.25 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) S 11811 11814 6758 0 -1 1077944384 3508 0 0 0 25 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894339332464 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10688756 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10688756 memory=3180 CPUtime=0.27 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 846 0 0 0 17 10 0 0 20 0 17 0 96073979 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11869] ppid=11811 vsize=10688756 memory=5098956 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11869/stat : 11869 (java) S 11811 11814 6758 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894336172032 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11870] ppid=11811 vsize=10688756 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11870/stat : 11870 (java) S 11811 11814 6758 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894335120016 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 1615.96 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8310160 KiB

[startup+450.701 s]
/proc/loadavg: 4.76 4.27 3.57 6/218 11870
/proc/meminfo: memFree=13853472/32770624 swapFree=67108860/67108860
[pid=11814] ppid=11811 vsize=10688756 memory=8310160 CPUtime=1616.29 cores=1,3,5,7
/proc/11814/stat : 11814 (java) S 11811 11814 6758 0 -1 1077944320 216804 0 0 0 160741 888 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 140720566157776 139894785875703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
/proc/11814/statm: 2672189 2077540 3183 1 0 2660545 0
[pid=11814/tid=11816] ppid=11811 vsize=10688756 memory=636 CPUtime=29.24 cores=1,3,5,7
/proc/11814/task/11816/stat : 11816 (java) S 11811 11814 6758 0 -1 1077944384 17984 0 0 0 2913 11 0 0 20 0 17 0 96073973 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894790116384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11817] ppid=11811 vsize=10688756 memory=8310152 CPUtime=390.48 cores=1,3,5,7
/proc/11814/task/11817/stat : 11817 (java) S 11811 11814 6758 0 -1 1077944384 25002 0 0 0 38836 212 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894738495888 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11818] ppid=11811 vsize=10688756 memory=8310152 CPUtime=389.07 cores=1,3,5,7
/proc/11814/task/11818/stat : 11818 (java) S 11811 11814 6758 0 -1 1077944384 24436 0 0 0 38669 238 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894737443088 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11819] ppid=11811 vsize=10688756 memory=8309384 CPUtime=390.54 cores=1,3,5,7
/proc/11814/task/11819/stat : 11819 (java) S 11811 11814 6758 0 -1 1077944384 25129 0 0 0 38839 215 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894736390800 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11820] ppid=11811 vsize=10688756 memory=8309884 CPUtime=391.07 cores=1,3,5,7
/proc/11814/task/11820/stat : 11820 (java) S 11811 11814 6758 0 -1 1077944384 28116 0 0 0 38907 200 0 0 20 0 17 0 96073974 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894389922320 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11821] ppid=11811 vsize=10688756 memory=8309976 CPUtime=24.25 cores=1,3,5,7
/proc/11814/task/11821/stat : 11821 (java) R 11811 11814 6758 0 -1 4202560 85685 0 0 0 2420 5 0 0 20 0 17 0 96073975 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894345647296 139894764245883 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11822] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11822/stat : 11822 (java) S 11811 11814 6758 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894344594784 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11823] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11823/stat : 11823 (java) S 11811 11814 6758 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 17 0 96073976 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894343542384 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11824] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11824/stat : 11824 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894342490704 139894785894299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11825] ppid=11811 vsize=10688756 memory=8308972 CPUtime=0.52 cores=1,3,5,7
/proc/11814/task/11825/stat : 11825 (java) S 11811 11814 6758 0 -1 1077944384 2554 0 0 0 52 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894341437552 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11826] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0.51 cores=1,3,5,7
/proc/11814/task/11826/stat : 11826 (java) S 11811 11814 6758 0 -1 1077944384 1823 0 0 0 51 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894340384752 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11827] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0.25 cores=1,3,5,7
/proc/11814/task/11827/stat : 11827 (java) S 11811 11814 6758 0 -1 1077944384 3508 0 0 0 25 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894339332464 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11828] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11828/stat : 11828 (java) S 11811 11814 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96073978 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894338279904 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11829] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0.27 cores=1,3,5,7
/proc/11814/task/11829/stat : 11829 (java) S 11811 11814 6758 0 -1 1077944384 846 0 0 0 17 10 0 0 20 0 17 0 96073979 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894337227696 139894785886850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11869] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11869/stat : 11869 (java) S 11811 11814 6758 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894336172032 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
[pid=11814/tid=11870] ppid=11811 vsize=10688756 memory=8310160 CPUtime=0 cores=1,3,5,7
/proc/11814/task/11870/stat : 11870 (java) S 11811 11814 6758 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 96116026 10945286144 2077540 33554432000 4194304 4196468 140720566175232 139894335120016 139894785885909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11464704 140720566183046 140720566183199 140720566183199 140720566185935 0
Current children cumulated CPU time: 1616.29 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8310160 KiB

Child status: 0
Real time (s): 450.765
CPU time (s): 1616.36
CPU user time (s): 1607.44
CPU system time (s): 8.92058
CPU usage (%): 358.581
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8310160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1607.44
system time used= 8.92058
maximum resident set size= 8310160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216926
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30991
involuntary context switches= 17800


# summary of solver processes directly reported to runsolver:
#   pid: 11814
#   total CPU time (s): 1616.36
#   total CPU user time (s): 1607.44
#   total CPU system time (s): 8.92058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.60662 second user time and 4.57837 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 14:57:50
IDJOB=4263379
IDBENCH=133588
IDSOLVER=2651
FILE ID=node150/4263379-1502629928
RUNJOBID= node150-1502620602-10435
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263379-1502629928/watcher-4263379-1502629928 -o /tmp/evaluation-result-4263379-1502629928/solver-4263379-1502629928 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263379-1502629928.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1251542810

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22170032 kB
MemAvailable:   26883084 kB
Buffers:          234692 kB
Cached:          4756012 kB
SwapCached:            0 kB
Active:          5745180 kB
Inactive:        4386804 kB
Active(anon):    5144144 kB
Inactive(anon):    25068 kB
Active(file):     601036 kB
Inactive(file):  4361736 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       5147524 kB
Mapped:            55176 kB
Shmem:             25224 kB
Slab:             158880 kB
SReclaimable:     132228 kB
SUnreclaim:        26652 kB
KernelStack:        3504 kB
PageTables:        15112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7168552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4941824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 15:05:21