Trace number 4263771

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) 1524.87 412.82501

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark689
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263771-1502598235/watcher-4263771-1502598235 -o /tmp/evaluation-result-4263771-1502598235/solver-4263771-1502598235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263771-1502598235.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=13775, runsolver pid=13772
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 2.00 2.53 3.23 3/203 13781
/proc/meminfo: memFree=24719012/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10018544 memory=17540 CPUtime=0.02 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 3730 0 0 0 1 1 0 0 20 0 7 0 13706218 10258989056 4385 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2504636 4385 1985 1 0 2494133 0
[pid=13775/tid=13777] ppid=13772 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) R 13772 13775 7968 0 -1 4202560 2428 0 0 0 1 0 0 0 20 0 7 0 13706226 10258989056 4385 18446744073709551615 4194304 4196468 140724457744832 140264435813136 140264413130592 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13706227 10258989056 4451 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10018544 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13706227 10258989056 4451 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13706227 10258989056 4451 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10018544 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13706227 10258989056 4451 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10018544 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13706228 10258989056 4451 18446744073709551615 4194304 4196468 140724457744832 140263555004912 140264431581826 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 17540 KiB

[startup+0.209857 s]*
/proc/loadavg: 2.00 2.53 3.23 3/212 13790
/proc/meminfo: memFree=24713756/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10551156 memory=26516 CPUtime=0.08 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 5133 0 0 0 7 1 0 0 20 0 15 0 13706218 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2637789 6629 2742 1 0 2627261 0
[pid=13775/tid=13777] ppid=13772 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) R 13772 13775 7968 0 -1 4202560 3104 0 0 0 6 0 0 0 20 0 15 0 13706226 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140264435800032 140264414964016 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10551156 memory=140612215539426 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10551156 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13706228 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263555004912 140264431581826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13706229 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263553951136 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13706229 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263552898544 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) R 13772 13775 7968 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263550793712 140264431581826 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263549741168 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10551156 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) R 13772 13775 7968 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263548688624 140264431581826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706232 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10551156 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706237 10804383744 6629 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26516 KiB

[startup+0.310534 s]*
/proc/loadavg: 2.00 2.52 3.22 4/212 13790
/proc/meminfo: memFree=24701848/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10551156 memory=36056 CPUtime=0.23 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 8317 0 0 0 20 3 0 0 20 0 15 0 13706218 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2637789 9014 2851 1 0 2627261 0
[pid=13775/tid=13777] ppid=13772 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) R 13772 13775 7968 0 -1 4202560 5998 0 0 0 14 2 0 0 20 0 15 0 13706226 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140264435805856 140264415651166 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13706227 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13706228 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263555004912 140264431581826 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13706229 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263553951136 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13706229 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263552898544 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 13706231 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263550793712 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 13706231 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263549741168 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10551156 memory=140612215531136 CPUtime=0.04 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 13706231 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263548688624 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706232 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10551156 memory=140612215531136 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706237 10804383744 9014 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36056 KiB

[startup+0.7008 s]
/proc/loadavg: 2.00 2.52 3.22 7/212 13790
/proc/meminfo: memFree=24689332/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10551232 memory=212100 CPUtime=1.11 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 11569 0 0 0 100 11 0 0 20 0 15 0 13706218 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2637808 53025 3061 1 0 2627261 0
[pid=13775/tid=13777] ppid=13772 vsize=10551232 memory=93 CPUtime=0.5 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) R 13772 13775 7968 0 -1 4202560 7358 0 0 0 46 4 0 0 20 0 15 0 13706226 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140264435807504 140264417638804 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 88 0 0 0 2 1 0 0 20 0 15 0 13706227 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10551232 memory=4638778398333293412 CPUtime=0.03 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 99 0 0 0 2 1 0 0 20 0 15 0 13706227 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10551232 memory=281224123780816 CPUtime=0.03 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 95 0 0 0 2 1 0 0 20 0 15 0 13706227 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10551232 memory=217958184 CPUtime=0.03 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 101 0 0 0 2 1 0 0 20 0 15 0 13706227 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10551232 memory=6811895185499135200 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 13706228 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263555004912 140264431581826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10551232 memory=6082796732077994089 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 13706229 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263553951136 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10551232 memory=7524486278333819988 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13706229 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263552898544 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706231 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10551232 memory=288230613214036277 CPUtime=0.11 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 894 0 0 0 11 0 0 0 20 0 15 0 13706231 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263550793712 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10551232 memory=15822205074278351 CPUtime=0.1 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 324 0 0 0 10 0 0 0 20 0 15 0 13706231 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263549741168 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10551232 memory=16444 CPUtime=0.23 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 1166 0 0 0 23 0 0 0 20 0 15 0 13706231 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263548688624 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10551232 memory=7832 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706232 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10551232 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706237 10804461568 53025 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 212100 KiB

[startup+1.50075 s]
/proc/loadavg: 2.00 2.52 3.22 4/212 13790
/proc/meminfo: memFree=24381536/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10551232 memory=494028 CPUtime=2.98 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 13378 0 0 0 267 31 0 0 20 0 15 0 13706218 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2637808 123507 3085 1 0 2627261 0
[pid=13775/tid=13777] ppid=13772 vsize=10551232 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) R 13772 13775 7968 0 -1 4202560 7592 0 0 0 104 6 0 0 20 0 15 0 13706226 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140264435804224 140264055463208 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10551232 memory=56 CPUtime=0.21 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 237 0 0 0 16 5 0 0 20 0 15 0 13706227 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10551232 memory=11827 CPUtime=0.2 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 250 0 0 0 15 5 0 0 20 0 15 0 13706227 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10551232 memory=26184 CPUtime=0.21 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 239 0 0 0 16 5 0 0 20 0 15 0 13706227 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10551232 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 241 0 0 0 16 5 0 0 20 0 15 0 13706227 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10551232 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 13706228 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263555004912 140264431581826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 13706229 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263553951200 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13706229 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263552898560 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706231 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10551232 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 1248 0 0 0 36 0 0 0 20 0 15 0 13706231 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263550793712 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10551232 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 772 0 0 0 33 0 0 0 20 0 15 0 13706231 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263549741168 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 1229 0 0 0 26 0 0 0 20 0 15 0 13706231 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263548688624 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13706232 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13706237 10804461568 123507 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0

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

/proc/13775/task/13777/stat : 13777 (java) S 13772 13775 7968 0 -1 1077944384 18036 0 0 0 1372 15 0 0 20 0 16 0 13706226 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264435811360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10686560 memory=1700 CPUtime=368.87 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) R 13772 13775 7968 0 -1 4202560 110833 0 0 0 36696 191 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264372607056 140264424198887 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10686560 memory=1228 CPUtime=369.15 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) R 13772 13775 7968 0 -1 4202560 82053 0 0 0 36700 215 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264041474568 140264424198887 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10686560 memory=7199684 CPUtime=370.35 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) R 13772 13775 7968 0 -1 4202560 63092 0 0 0 36858 177 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264040422024 140264424198887 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10686560 memory=2424 CPUtime=369.48 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) R 13772 13775 7968 0 -1 4202560 91172 0 0 0 36749 199 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264039369560 140264416560322 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10686560 memory=1296 CPUtime=19.68 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 78854 0 0 0 1964 4 0 0 20 0 16 0 13706228 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263555003456 140264431580885 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10686560 memory=6673 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263553951200 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10686560 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263552898560 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10686560 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10686560 memory=11620 CPUtime=0.75 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 4359 0 0 0 75 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263550793760 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10686560 memory=2424 CPUtime=1.34 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 11300 0 0 0 132 2 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263549740928 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10686560 memory=1296 CPUtime=0.36 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 3346 0 0 0 36 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263548684000 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706232 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10686560 memory=201 CPUtime=0.27 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 350 0 0 0 14 13 0 0 20 0 16 0 13706237 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13832] ppid=13772 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13832/stat : 13832 (java) S 13772 13775 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13744354 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263542378720 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 1514.23 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8027708 KiB

[startup+411.201 s]
/proc/loadavg: 4.76 4.20 3.75 6/213 13832
/proc/meminfo: memFree=16065080/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10686560 memory=8027708 CPUtime=1520.41 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 465388 0 0 0 151229 812 0 0 20 0 16 0 13706218 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2671640 2006927 3159 1 0 2661055 0
[pid=13775/tid=13777] ppid=13772 vsize=10686560 memory=1296 CPUtime=13.87 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) S 13772 13775 7968 0 -1 1077944384 18036 0 0 0 1372 15 0 0 20 0 16 0 13706226 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264435811360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10686560 memory=1732 CPUtime=370.4 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) R 13772 13775 7968 0 -1 4202560 110833 0 0 0 36849 191 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264372607056 140264424198887 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10686560 memory=1700 CPUtime=370.69 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) R 13772 13775 7968 0 -1 4202560 82053 0 0 0 36854 215 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264041474256 140264424198887 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10686560 memory=4612 CPUtime=371.86 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) R 13772 13775 7968 0 -1 4202560 63092 0 0 0 37009 177 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264040422024 140264424198887 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10686560 memory=792 CPUtime=371.09 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) R 13772 13775 7968 0 -1 4202560 91701 0 0 0 36909 200 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264039369560 140264416271687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10686560 memory=8676 CPUtime=19.68 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 78854 0 0 0 1964 4 0 0 20 0 16 0 13706228 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263555003456 140264431580885 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10686560 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263553951200 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263552898560 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10686560 memory=2012 CPUtime=0.75 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 4359 0 0 0 75 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263550793760 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10686560 memory=5520 CPUtime=1.34 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 11300 0 0 0 132 2 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263549740928 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10686560 memory=4612 CPUtime=0.36 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 3346 0 0 0 36 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263548684000 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706232 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10686560 memory=8676 CPUtime=0.27 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 350 0 0 0 14 13 0 0 20 0 16 0 13706237 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13832] ppid=13772 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13832/stat : 13832 (java) S 13772 13775 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13744354 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263542378720 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 1520.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8027708 KiB

[startup+412.001 s]*
/proc/loadavg: 4.76 4.20 3.75 6/213 13832
/proc/meminfo: memFree=16065080/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10686560 memory=8027708 CPUtime=1523.54 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 465656 0 0 0 151541 813 0 0 20 0 16 0 13706218 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2671640 2006927 3159 1 0 2661055 0
[pid=13775/tid=13777] ppid=13772 vsize=10686560 memory=4612 CPUtime=13.87 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) S 13772 13775 7968 0 -1 1077944384 18036 0 0 0 1372 15 0 0 20 0 16 0 13706226 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264435811360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10686560 memory=4126316290023845779 CPUtime=371.19 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) R 13772 13775 7968 0 -1 4202560 110833 0 0 0 36927 192 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264372607056 140264414953712 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10686560 memory=1732 CPUtime=371.47 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) R 13772 13775 7968 0 -1 4202560 82053 0 0 0 36931 216 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264041474256 140264414953712 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10686560 memory=1700 CPUtime=372.63 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) R 13772 13775 7968 0 -1 4202560 63092 0 0 0 37085 178 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264040422024 140264424198887 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10686560 memory=1228 CPUtime=371.9 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) R 13772 13775 7968 0 -1 4202560 91969 0 0 0 36990 200 0 0 20 0 16 0 13706227 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140264039369560 140264416567105 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10686560 memory=1000 CPUtime=19.68 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) S 13772 13775 7968 0 -1 1077944384 78854 0 0 0 1964 4 0 0 20 0 16 0 13706228 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263555003456 140264431580885 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263553951200 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10686560 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263552898560 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10686560 memory=16444 CPUtime=0.75 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 4359 0 0 0 75 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263550793760 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10686560 memory=7840 CPUtime=1.34 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 11300 0 0 0 132 2 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263549740928 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10686560 memory=1236 CPUtime=0.36 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 3346 0 0 0 36 0 0 0 20 0 16 0 13706231 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263548684000 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706232 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10686560 memory=1792 CPUtime=0.27 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 350 0 0 0 14 13 0 0 20 0 16 0 13706237 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13832] ppid=13772 vsize=10686560 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13832/stat : 13832 (java) S 13772 13775 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13744354 10943037440 2006927 18446744073709551615 4194304 4196468 140724457744832 140263542378720 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 1523.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8027708 KiB

[startup+412.401 s]
/proc/loadavg: 4.76 4.20 3.75 6/213 13832
/proc/meminfo: memFree=16065080/32770624 swapFree=67108860/67108860
[pid=13775] ppid=13772 vsize=10686560 memory=8027712 CPUtime=1524.43 cores=1,3,5,7
/proc/13775/stat : 13775 (java) S 13772 13775 7968 0 -1 1077944320 466986 0 0 0 151630 813 0 0 20 0 16 0 13706218 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140724457727376 140264431570679 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
/proc/13775/statm: 2671640 2006928 3159 1 0 2661055 0
[pid=13775/tid=13777] ppid=13772 vsize=10686560 memory=2248 CPUtime=13.87 cores=1,3,5,7
/proc/13775/task/13777/stat : 13777 (java) S 13772 13775 7968 0 -1 1077944384 18036 0 0 0 1372 15 0 0 20 0 16 0 13706226 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140264435811360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13778] ppid=13772 vsize=10686560 memory=4304 CPUtime=371.35 cores=1,3,5,7
/proc/13775/task/13778/stat : 13778 (java) S 13772 13775 7968 0 -1 1077944384 110833 0 0 0 36943 192 0 0 20 0 16 0 13706227 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140264372607248 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13779] ppid=13772 vsize=10686560 memory=8027708 CPUtime=371.64 cores=1,3,5,7
/proc/13775/task/13779/stat : 13779 (java) S 13772 13775 7968 0 -1 1077944384 82053 0 0 0 36948 216 0 0 20 0 16 0 13706227 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140264041474448 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13780] ppid=13772 vsize=10686560 memory=-8774313645642428999 CPUtime=372.79 cores=1,3,5,7
/proc/13775/task/13780/stat : 13780 (java) S 13772 13775 7968 0 -1 1077944384 63092 0 0 0 37101 178 0 0 20 0 16 0 13706227 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140264040421904 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13781] ppid=13772 vsize=10686560 memory=3224 CPUtime=372.07 cores=1,3,5,7
/proc/13775/task/13781/stat : 13781 (java) S 13772 13775 7968 0 -1 1077944384 92035 0 0 0 37007 200 0 0 20 0 16 0 13706227 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140264039369360 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13782] ppid=13772 vsize=10686560 memory=8027708 CPUtime=19.89 cores=1,3,5,7
/proc/13775/task/13782/stat : 13782 (java) R 13772 13775 7968 0 -1 4202560 80118 0 0 0 1985 4 0 0 20 0 16 0 13706228 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263555003456 140264416028282 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13783] ppid=13772 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13783/stat : 13783 (java) S 13772 13775 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263553951200 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13784] ppid=13772 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13784/stat : 13784 (java) S 13772 13775 7968 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 13706229 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263552898560 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13785] ppid=13772 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13785/stat : 13785 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706231 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263551847120 140264431589275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13786] ppid=13772 vsize=10686560 memory=-8774313645642428999 CPUtime=0.75 cores=1,3,5,7
/proc/13775/task/13786/stat : 13786 (java) S 13772 13775 7968 0 -1 1077944384 4359 0 0 0 75 0 0 0 20 0 16 0 13706231 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263550793760 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13787] ppid=13772 vsize=10686560 memory=2424 CPUtime=1.34 cores=1,3,5,7
/proc/13775/task/13787/stat : 13787 (java) S 13772 13775 7968 0 -1 1077944384 11300 0 0 0 132 2 0 0 20 0 16 0 13706231 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263549740928 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13788] ppid=13772 vsize=10686560 memory=1296 CPUtime=0.36 cores=1,3,5,7
/proc/13775/task/13788/stat : 13788 (java) S 13772 13775 7968 0 -1 1077944384 3346 0 0 0 36 0 0 0 20 0 16 0 13706231 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263548684000 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13789] ppid=13772 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13789/stat : 13789 (java) S 13772 13775 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13706232 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263547636320 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13790] ppid=13772 vsize=10686560 memory=1700 CPUtime=0.27 cores=1,3,5,7
/proc/13775/task/13790/stat : 13790 (java) S 13772 13775 7968 0 -1 1077944384 350 0 0 0 14 13 0 0 20 0 16 0 13706237 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263546583856 140264431581826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
[pid=13775/tid=13832] ppid=13772 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/13775/task/13832/stat : 13832 (java) S 13772 13775 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 13744354 10943037440 2006928 18446744073709551615 4194304 4196468 140724457744832 140263542378720 140264431580885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140724457746833 140724457746986 140724457746986 140724457750479 0
Current children cumulated CPU time: 1524.43 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8027712 KiB

[startup+412.801 s]*
/proc/loadavg: 4.76 4.20 3.75 3/199 13832
/proc/meminfo: memFree=18592700/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 412.825
CPU time (s): 1524.87
CPU user time (s): 1516.69
CPU system time (s): 8.17991
CPU usage (%): 369.374
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8027712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1516.69
system time used= 8.17991
maximum resident set size= 8027932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469920
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29256
involuntary context switches= 17024


# summary of solver processes directly reported to runsolver:
#   pid: 13775
#   total CPU time (s): 1524.87
#   total CPU user time (s): 1516.69
#   total CPU system time (s): 8.17991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49223 second user time and 4.18673 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 06:09:59
IDJOB=4263771
IDBENCH=115851
IDSOLVER=2651
FILE ID=node128/4263771-1502598235
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-0.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263771-1502598235/watcher-4263771-1502598235 -o /tmp/evaluation-result-4263771-1502598235/solver-4263771-1502598235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263771-1502598235.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=2002891294

node128.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.94
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.94
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.94
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.94
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:        24727160 kB
MemAvailable:   25243328 kB
Buffers:          113484 kB
Cached:           691292 kB
SwapCached:            0 kB
Active:          7000752 kB
Inactive:         623000 kB
Active(anon):    6819184 kB
Inactive(anon):    16764 kB
Active(file):     181568 kB
Inactive(file):   606236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       6818456 kB
Mapped:            43740 kB
Shmem:             17116 kB
Slab:             112804 kB
SReclaimable:      88400 kB
SUnreclaim:        24404 kB
KernelStack:        3440 kB
PageTables:        18628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8595500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6678528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 06:16:51