Trace number 4263770

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) 1607.45 434.04999

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-9.xml
MD5SUMba339ff774c3e047171b8e15446c803f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark403
Best CPU time to get the best result obtained on this benchmark2520.1299
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size500
Distribution of domain sizes[{"size":6,"count":14},{"size":7,"count":84},{"size":500,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1458.27/394.65	Aug 13, 2017 6:27:19 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1458.27/394.65	INFO: Runtime exception
1458.27/394.65	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1458.27/394.65		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElementForceIndex(ConnectionCtrBuilder.java:298)
1458.27/394.65		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElement(ConnectionCtrBuilder.java:278)
1458.27/394.65		at org.sat4j.reader.XMLCSP3Reader.buildCtrElement(XMLCSP3Reader.java:847)
1458.27/394.65		at org.xcsp.parser.loaders.CtrLoaderInteger.element(CtrLoaderInteger.java:621)
1458.27/394.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:169)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1458.27/394.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1458.27/394.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1458.27/394.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1458.27/394.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1458.27/394.65		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1458.27/394.65		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1458.27/394.65		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1458.27/394.65		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1458.27/394.65		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1458.27/394.65		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1458.27/394.65		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		... 24 more
1458.27/394.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		... 28 more
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		... 29 more
1458.27/394.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		... 33 more
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		... 34 more
1458.27/394.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		... 38 more
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		... 39 more
1458.27/394.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		... 43 more
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		... 44 more
1458.27/394.65	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1458.27/394.65		... 48 more
1458.27/394.65	Caused by: java.lang.reflect.InvocationTargetException
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1458.27/394.65		... 48 more
1458.27/394.65	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1458.27/394.65		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1458.27/394.65		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1458.27/394.65		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1458.27/394.65		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1458.27/394.65		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1458.27/394.65		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1458.27/394.65		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1458.27/394.65		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1458.27/394.65		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1458.27/394.65		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1458.27/394.65		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1458.27/394.65		at java.lang.reflect.Method.invoke(Method.java:498)
1458.27/394.65	
1529.04/413.63	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1607.40/434.01		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1607.40/434.01		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1607.40/434.01		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1607.40/434.01		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1607.40/434.01		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1607.40/434.01		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1607.40/434.01		at java.io.PrintWriter.flush(PrintWriter.java:320)
1607.40/434.01		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1607.40/434.01		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1607.40/434.01		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1607.40/434.01		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 (12358 MiB free)
  memory of node 1: 16384 MiB (15590 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263770-1502598906/watcher-4263770-1502598906 -o /tmp/evaluation-result-4263770-1502598906/solver-4263770-1502598906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263770-1502598906.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=19823, runsolver pid=19820
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 4.81 4.61 3.75 2/207 19832
/proc/meminfo: memFree=28608096/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10417928 memory=21808 CPUtime=0.04 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 4325 0 0 0 4 0 0 0 20 0 13 0 62086001 10667958272 5387 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2604482 5452 2452 1 0 2593979 0
[pid=19823/tid=19825] ppid=19820 vsize=10418956 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) R 19820 19823 12560 0 -1 4202560 2642 0 0 0 4 0 0 0 20 0 14 0 62086007 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413907937632 140413903717533 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10418956 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 62086007 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413834115344 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10418956 memory=140250044913280 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 62086007 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413833062800 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 62086007 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10418956 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 62086007 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413830957712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 62086009 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413399677424 140413903706754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 62086009 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413398623648 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 62086009 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413397571056 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 62086012 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) R 19820 19823 12560 0 -1 4202560 298 0 0 0 0 0 0 0 20 0 14 0 62086012 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413395452744 140413884012473 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 62086012 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413394413376 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 14 0 62086012 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413393361136 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) R 19820 19823 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 14 0 62086012 10669010944 5518 18446744073709551615 4194304 4196468 140727562080960 140413392309216 140413903705813 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21808 KiB

[startup+0.210665 s]*
/proc/loadavg: 4.81 4.61 3.75 3/213 19838
/proc/meminfo: memFree=28602776/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10552180 memory=31396 CPUtime=0.11 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 6720 0 0 0 10 1 0 0 20 0 15 0 62086001 10805432320 7849 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2638045 7849 2790 1 0 2627517 0
[pid=19823/tid=19825] ppid=19820 vsize=10552180 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) R 19820 19823 12560 0 -1 4202560 4701 0 0 0 7 1 0 0 20 0 15 0 62086007 10805432320 7915 18446744073709551615 4194304 4196468 140727562080960 140413907883952 140413896375325 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10552180 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10805432320 7915 18446744073709551615 4194304 4196468 140727562080960 140413834115344 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10552180 memory=288370626196625024 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10805432320 7915 18446744073709551615 4194304 4196468 140727562080960 140413833062800 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10805432320 7703 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62086007 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413830957712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10551156 memory=140250044913280 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413399677424 140413903706754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413398623648 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413397571056 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19820 19823 12560 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 62086012 10804383744 7703 18446744073709551615 4194304 4196468 140727562080960 140413395466224 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086012 10805432320 7703 18446744073709551615 4194304 4196468 140727562080960 140413394413680 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10552180 memory=140250044913280 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 15 0 62086012 10805432320 7703 18446744073709551615 4194304 4196468 140727562080960 140413393361136 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10805432320 7703 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10552180 memory=140250044913280 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086019 10805432320 7768 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31396 KiB

[startup+0.316294 s]*
/proc/loadavg: 4.81 4.61 3.75 4/213 19838
/proc/meminfo: memFree=28593032/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10551156 memory=38360 CPUtime=0.27 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 8392 0 0 0 25 2 0 0 20 0 15 0 62086001 10804383744 9590 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2637789 9590 2903 1 0 2627261 0
[pid=19823/tid=19825] ppid=19820 vsize=10551156 memory=8316850467074736180 CPUtime=0.18 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) R 19820 19823 12560 0 -1 4202560 5637 0 0 0 17 1 0 0 20 0 15 0 62086007 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413907934912 140413903717533 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10551156 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413834115344 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10551156 memory=320860530369988992 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413833062800 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086007 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62086007 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413830957712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10551156 memory=3471342646365750960 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413399677424 140413903706754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10551156 memory=3834543754378045538 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413398623648 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62086009 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413397571056 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) R 19820 19823 12560 0 -1 4202560 591 0 0 0 1 0 0 0 20 0 15 0 62086012 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413395447240 140413888083136 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 15 0 62086012 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413394413680 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10551156 memory=140250044913280 CPUtime=0.05 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) R 19820 19823 12560 0 -1 4202560 770 0 0 0 5 0 0 0 20 0 15 0 62086012 10804383744 9656 18446744073709551615 4194304 4196468 140727562080960 140413393357048 140413882637158 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10804383744 9722 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10551156 memory=140250044913280 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086019 10804383744 9722 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38360 KiB

[startup+0.700776 s]
/proc/loadavg: 4.81 4.61 3.75 3/213 19838
/proc/meminfo: memFree=28574860/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10551232 memory=196068 CPUtime=1.19 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 12201 0 0 0 111 8 0 0 20 0 15 0 62086001 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2637808 49017 3074 1 0 2627261 0
[pid=19823/tid=19825] ppid=19820 vsize=10551232 memory=5808 CPUtime=0.53 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) R 19820 19823 12560 0 -1 4202560 6987 0 0 0 49 4 0 0 20 0 15 0 62086007 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413907926760 140413506402320 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10551232 memory=4612 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19820 19823 12560 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 62086007 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413834115344 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19820 19823 12560 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 62086007 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413833062800 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10551232 memory=21964 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19820 19823 12560 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 62086007 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10551232 memory=4048 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19820 19823 12560 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 62086007 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413830957712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 62086009 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413399677424 140413903706754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10551232 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 62086009 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413398623648 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 62086009 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413397571056 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10551232 memory=2240 CPUtime=0.18 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) R 19820 19823 12560 0 -1 4202560 1621 0 0 0 18 0 0 0 20 0 15 0 62086012 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413395447240 140413885216998 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10551232 memory=4088 CPUtime=0.17 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) R 19820 19823 12560 0 -1 4202560 808 0 0 0 17 0 0 0 20 0 15 0 62086012 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413394393232 140413881712616 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10551232 memory=1620 CPUtime=0.21 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 1263 0 0 0 21 0 0 0 20 0 15 0 62086012 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413393361136 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10551232 memory=920 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62086012 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62086019 10804461568 49017 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 196068 KiB

[startup+1.50527 s]
/proc/loadavg: 4.81 4.61 3.75 3/213 19838
/proc/meminfo: memFree=28338980/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10551232 memory=449508 CPUtime=3.28 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 14825 0 0 0 302 26 0 0 20 0 15 0 62086001 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2637808 112377 3094 1 0 2627261 0
[pid=19823/tid=19825] ppid=19820 vsize=10551232 memory=1292 CPUtime=1.17 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19820 19823 12560 0 -1 1077944384 7096 0 0 0 111 6 0 0 20 0 15 0 62086007 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413907930528 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10551232 memory=316728 CPUtime=0.16 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) R 19820 19823 12560 0 -1 4202560 171 0 0 0 12 4 0 0 20 0 15 0 62086007 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413834115544 140413888723481 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10551232 memory=53 CPUtime=0.16 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) R 19820 19823 12560 0 -1 4202560 149 0 0 0 12 4 0 0 20 0 15 0 62086007 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413833063000 140413888723481 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10551232 memory=1 CPUtime=0.15 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) R 19820 19823 12560 0 -1 4202560 152 0 0 0 12 3 0 0 20 0 15 0 62086007 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413888723481 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) R 19820 19823 12560 0 -1 4202560 142 0 0 0 12 4 0 0 20 0 15 0 62086007 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413830957912 140413888723481 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 62086009 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413399675936 140413903705813 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10551232 memory=7378420483867632750 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 62086009 10804461568 112377 18446744073709551615 4194304 4196468 140727562080960 140413398623712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0

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

[pid=19823/tid=19826] ppid=19820 vsize=10686560 memory=4126316290023845779 CPUtime=391.25 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) R 19820 19823 12560 0 -1 4202560 17760 0 0 0 38934 191 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413834115544 140413888646693 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10686560 memory=1688 CPUtime=390.08 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) R 19820 19823 12560 0 -1 4202560 21750 0 0 0 38815 193 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413833063000 140413888646618 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10686560 memory=5808 CPUtime=389.91 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) R 19820 19823 12560 0 -1 4202560 17524 0 0 0 38802 189 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413888646600 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10686560 memory=4612 CPUtime=389.25 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) R 19820 19823 12560 0 -1 4202560 23227 0 0 0 38752 173 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413830957912 140413888646616 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10686560 memory=1004 CPUtime=23.27 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 76390 0 0 0 2324 3 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413399675744 140413903705813 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413398623712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10686560 memory=8156764 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413397571072 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10686560 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10686560 memory=1156 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19820 19823 12560 0 -1 1077944384 5293 0 0 0 95 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413395466224 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10686560 memory=3264 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 7529 0 0 0 96 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413394413680 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10686560 memory=3135496 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 2483 0 0 0 30 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413393361136 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10686560 memory=3156 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 822 0 0 0 17 14 0 0 20 0 17 0 62086019 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19853] ppid=19820 vsize=10686560 memory=8156744 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19853/stat : 19853 (java) S 19820 19823 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413388103744 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19854] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19854/stat : 19854 (java) S 19820 19823 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413387051536 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 1599.64 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8156764 KiB

[startup+432.801 s]
/proc/loadavg: 4.63 4.66 4.08 6/212 19856
/proc/meminfo: memFree=20461936/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10686560 memory=8156764 CPUtime=1602.77 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 189940 0 0 0 159509 768 0 0 20 0 17 0 62086001 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2671640 2039191 3166 1 0 2661055 0
[pid=19823/tid=19825] ppid=19820 vsize=10686560 memory=1620 CPUtime=13.23 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19820 19823 12560 0 -1 1077944384 15621 0 0 0 1314 9 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413907936288 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=392.04 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) R 19820 19823 12560 0 -1 4202560 17760 0 0 0 39012 192 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413834115544 140413888692188 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10686560 memory=2384 CPUtime=390.87 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) R 19820 19823 12560 0 -1 4202560 21751 0 0 0 38893 194 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413833062688 140413888692031 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10686560 memory=1688 CPUtime=390.69 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) R 19820 19823 12560 0 -1 4202560 17524 0 0 0 38880 189 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413888692188 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10686560 memory=5808 CPUtime=390.03 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) R 19820 19823 12560 0 -1 4202560 23233 0 0 0 38830 173 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413830957912 140413888394352 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10686560 memory=4612 CPUtime=23.27 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 76394 0 0 0 2324 3 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413399675968 140413903705813 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413398623712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413397571072 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10686560 memory=15254835616287083 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10686560 memory=1620 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19820 19823 12560 0 -1 1077944384 5293 0 0 0 95 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413395466224 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10686560 memory=920 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 7529 0 0 0 96 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413394413680 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10686560 memory=2160 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 2483 0 0 0 30 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413393361136 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10686560 memory=8156764 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 822 0 0 0 17 14 0 0 20 0 17 0 62086019 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19853] ppid=19820 vsize=10686560 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19853/stat : 19853 (java) S 19820 19823 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413388103744 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19854] ppid=19820 vsize=10686560 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19854/stat : 19854 (java) S 19820 19823 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413387051536 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 1602.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8156764 KiB

[startup+433.601 s]
/proc/loadavg: 4.63 4.66 4.08 6/212 19856
/proc/meminfo: memFree=20461936/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10686560 memory=8156764 CPUtime=1605.94 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 189969 0 0 0 159826 768 0 0 20 0 17 0 62086001 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2671640 2039191 3166 1 0 2661055 0
[pid=19823/tid=19825] ppid=19820 vsize=10686560 memory=3264 CPUtime=13.23 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19820 19823 12560 0 -1 1077944384 15621 0 0 0 1314 9 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413907936288 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10686560 memory=3135496 CPUtime=392.84 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) R 19820 19823 12560 0 -1 4202560 17788 0 0 0 39092 192 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413834115544 140413888153240 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10686560 memory=1152 CPUtime=391.67 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) R 19820 19823 12560 0 -1 4202560 21751 0 0 0 38973 194 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413833062688 140413888692011 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10686560 memory=8156764 CPUtime=391.49 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) R 19820 19823 12560 0 -1 4202560 17524 0 0 0 38960 189 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413832010456 140413888692269 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10686560 memory=8156764 CPUtime=390.81 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) R 19820 19823 12560 0 -1 4202560 23233 0 0 0 38908 173 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413830957832 140413896323815 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10686560 memory=15254835616287083 CPUtime=23.27 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19820 19823 12560 0 -1 1077944384 76394 0 0 0 2324 3 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413399675968 140413903705813 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10686560 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413398623712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10686560 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413397571072 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10686560 memory=920 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10686560 memory=4144 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19820 19823 12560 0 -1 1077944384 5293 0 0 0 95 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413395466272 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10686560 memory=35428 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 7530 0 0 0 96 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413394413440 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10686560 memory=1292 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 2483 0 0 0 30 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413393361184 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10686560 memory=1688 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 822 0 0 0 17 14 0 0 20 0 17 0 62086019 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19853] ppid=19820 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19853/stat : 19853 (java) S 19820 19823 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413388103744 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19854] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19854/stat : 19854 (java) S 19820 19823 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413387051536 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 1605.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8156764 KiB

[startup+434.001 s]*
/proc/loadavg: 4.63 4.66 4.08 3/212 19856
/proc/meminfo: memFree=20461936/32770624 swapFree=67105588/67108860
[pid=19823] ppid=19820 vsize=10686560 memory=8156764 CPUtime=1607.4 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19820 19823 12560 0 -1 1077944320 189969 0 0 0 159972 768 0 0 20 0 17 0 62086001 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140727562063504 140413903695607 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
/proc/19823/statm: 2671640 2039191 3166 1 0 2661055 0
[pid=19823/tid=19825] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=13.23 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19820 19823 12560 0 -1 1077944384 15621 0 0 0 1314 9 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413907936288 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19826] ppid=19820 vsize=10686560 memory=4126316290023845779 CPUtime=393.19 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19820 19823 12560 0 -1 1077944384 17788 0 0 0 39127 192 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413834115344 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19827] ppid=19820 vsize=10686560 memory=288230617509003574 CPUtime=392.03 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19820 19823 12560 0 -1 1077944384 21751 0 0 0 39009 194 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413833062800 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19828] ppid=19820 vsize=10686560 memory=15254835616287083 CPUtime=391.84 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19820 19823 12560 0 -1 1077944384 17524 0 0 0 38995 189 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413832010256 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19829] ppid=19820 vsize=10686560 memory=3072 CPUtime=391.16 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19820 19823 12560 0 -1 1077944384 23233 0 0 0 38943 173 0 0 20 0 17 0 62086007 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413830957712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19830] ppid=19820 vsize=10686560 memory=8156616 CPUtime=23.32 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) R 19820 19823 12560 0 -1 4202560 76394 0 0 0 2329 3 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413399675968 140413882065787 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19831] ppid=19820 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19820 19823 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413398623712 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19832] ppid=19820 vsize=10686560 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19820 19823 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 62086009 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413397571072 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19833] ppid=19820 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413396519632 140413903714203 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19834] ppid=19820 vsize=10686560 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19820 19823 12560 0 -1 1077944384 5293 0 0 0 95 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413395466272 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19835] ppid=19820 vsize=10686560 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19820 19823 12560 0 -1 1077944384 7530 0 0 0 96 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413394413440 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19836] ppid=19820 vsize=10686560 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19820 19823 12560 0 -1 1077944384 2483 0 0 0 30 1 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413393361184 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19837] ppid=19820 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19820 19823 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62086012 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413392308832 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19838] ppid=19820 vsize=10686560 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19823/task/19838/stat : 19838 (java) S 19820 19823 12560 0 -1 1077944384 822 0 0 0 17 14 0 0 20 0 17 0 62086019 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413391256368 140413903706754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19853] ppid=19820 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19853/stat : 19853 (java) S 19820 19823 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413388103744 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
[pid=19823/tid=19854] ppid=19820 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19854/stat : 19854 (java) S 19820 19823 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 62125466 10943037440 2039191 18446744073709551615 4194304 4196468 140727562080960 140413387051536 140413903705813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140727562088848 140727562089001 140727562089001 140727562092495 0
Current children cumulated CPU time: 1607.4 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8156764 KiB

Child status: 0
Real time (s): 434.05
CPU time (s): 1607.45
CPU user time (s): 1599.73
CPU system time (s): 7.72333
CPU usage (%): 370.338
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8156764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1599.73
system time used= 7.72333
maximum resident set size= 8156924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190047
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= 24674
involuntary context switches= 17633


# summary of solver processes directly reported to runsolver:
#   pid: 19823
#   total CPU time (s): 1607.45
#   total CPU user time (s): 1599.73
#   total CPU system time (s): 7.72333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86472 second user time and 4.14557 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 06:21:04
IDJOB=4263770
IDBENCH=115855
IDSOLVER=2651
FILE ID=node126/4263770-1502598906
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263770-1502598906/watcher-4263770-1502598906 -o /tmp/evaluation-result-4263770-1502598906/solver-4263770-1502598906 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263770-1502598906.xml

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

MD5SUM BENCH= ba339ff774c3e047171b8e15446c803f
RANDOM SEED=2083823375

node126.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.81
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.81
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.81
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.81
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:        28619656 kB
MemAvailable:   28831064 kB
Buffers:          249948 kB
Cached:           228324 kB
SwapCached:          524 kB
Active:          3541876 kB
Inactive:         118692 kB
Active(anon):    3129712 kB
Inactive(anon):    85896 kB
Active(file):     412164 kB
Inactive(file):    32796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1668 kB
Writeback:             4 kB
AnonPages:       3181804 kB
Mapped:            58152 kB
Shmem:             33440 kB
Slab:             190612 kB
SReclaimable:     164568 kB
SUnreclaim:        26044 kB
KernelStack:        3488 kB
PageTables:        11980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4702432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3055616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 06:28:19