Trace number 4289849

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 2018-07-11? (problem) 1448.71 395.719

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-02_c18.xml
MD5SUM9e298a48575be159e0b6ad4a2fcf836a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark166.12
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size642
Distribution of domain sizes[{"size":1,"count":1},{"size":642,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":34},{"degree":5,"count":42},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":22,"count":1},{"arity":27,"count":1},{"arity":31,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1339.98/367.01	Jul 22, 2018 2:41:46 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1339.98/367.01	INFO: Runtime exception
1339.98/367.01	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1339.98/367.01		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
1339.98/367.01		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:892)
1339.98/367.01		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:541)
1339.98/367.01		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:218)
1339.98/367.01		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1339.98/367.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1339.98/367.01		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1339.98/367.01		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1339.98/367.01		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1339.98/367.01		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1339.98/367.01		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1339.98/367.01		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1339.98/367.01		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1339.98/367.01		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 16 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 20 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 21 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 25 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 26 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 30 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 31 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 35 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 36 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 40 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 41 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 45 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 46 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 50 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 51 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		... 55 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		... 56 more
1339.98/367.01	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1339.98/367.01		... 60 more
1339.98/367.01	Caused by: java.lang.reflect.InvocationTargetException
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1339.98/367.01		... 60 more
1339.98/367.01	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:538)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:327)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1339.98/367.01		at java.lang.reflect.Method.invoke(Method.java:498)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1339.98/367.01		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1339.98/367.01		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1339.98/367.01	
1429.50/390.80	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1448.56/395.67		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1448.56/395.67		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1448.56/395.67		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1448.56/395.67		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1448.56/395.67		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1448.56/395.67		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1448.56/395.67		at java.io.PrintWriter.flush(PrintWriter.java:320)
1448.56/395.67		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1448.56/395.67		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1448.56/395.67		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1448.56/395.67		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 (7503 MiB free)
  memory of node 1: 16384 MiB (8951 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289849-1532219761/watcher-4289849-1532219761 -o /tmp/evaluation-result-4289849-1532219761/solver-4289849-1532219761 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289849-1532219761.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB
solver pid=29709, runsolver pid=29706


[startup+0.100106 s]*
/proc/loadavg: 2.01 2.02 2.13 3/221 29724
/proc/meminfo: memFree=16832728/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10659012 memory=30068 CPUtime=0.13 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 6614 0 0 0 12 1 0 0 20 0 15 0 39539222 10914828288 7517 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2664753 7517 2842 1 0 2627263 0
[pid=29709/tid=29711] ppid=29706 vsize=10659012 memory=-8773748148830244483 CPUtime=0.09 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) R 29706 29709 26255 0 -1 4202560 4427 0 0 0 8 1 0 0 20 0 15 0 39539222 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712454580160 140712434439518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712392362512 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712391309968 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712054937872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712053885328 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712009984752 140712450370178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712008930976 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712007877872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539227 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 39539227 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712005773552 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39539227 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712004721008 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0.02 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) R 29706 29709 26255 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 39539227 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712003667952 140712450380378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539228 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539228 10914828288 7517 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30068 KiB

[startup+0.210861 s]*
/proc/loadavg: 2.01 2.02 2.13 5/221 29724
/proc/meminfo: memFree=16821348/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10659012 memory=42292 CPUtime=0.33 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 8143 0 0 0 31 2 0 0 20 0 15 0 39539222 10914828288 10573 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2664753 10573 3007 1 0 2627263 0
[pid=29709/tid=29711] ppid=29706 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) R 29706 29709 26255 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 39539222 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712454595296 140712450380957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712392362512 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10659012 memory=3977437702335461024 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712391309968 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712054937872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539223 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712053885328 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712009984752 140712450370178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712008930976 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39539225 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712007877872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539227 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 39539227 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712005773552 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 15 0 39539227 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712004721008 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0.07 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 755 0 0 0 7 0 0 0 20 0 15 0 39539227 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539228 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10659012 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539228 10914828288 10573 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42292 KiB

[startup+0.310866 s]*
/proc/loadavg: 2.01 2.02 2.13 5/221 29724
/proc/meminfo: memFree=16814648/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10659088 memory=47384 CPUtime=0.53 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 8952 0 0 0 50 3 0 0 20 0 15 0 39539222 10914906112 11846 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2664772 11846 3039 1 0 2627263 0
[pid=29709/tid=29711] ppid=29706 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) R 29706 29709 26255 0 -1 4202560 5613 0 0 0 28 1 0 0 20 0 15 0 39539222 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712454595504 140712434402661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712392362512 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10659088 memory=3691176551509096096 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712391309968 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539223 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712054937872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539223 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712053885328 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10659088 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712009984752 140712450370178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712008930976 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712007877872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539227 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) R 29706 29709 26255 0 -1 1077944384 751 0 0 0 4 0 0 0 20 0 15 0 39539227 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712005773552 140712450370178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) R 29706 29709 26255 0 -1 4202560 389 0 0 0 4 0 0 0 20 0 15 0 39539227 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712004711392 140712429613792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10659088 memory=139973553518208 CPUtime=0.12 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) R 29706 29709 26255 0 -1 4202560 832 0 0 0 12 0 0 0 20 0 15 0 39539227 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712003667952 140712432258734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539228 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10659088 memory=139973553518208 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539228 10914906112 11846 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47384 KiB

[startup+0.701096 s]
/proc/loadavg: 2.01 2.02 2.13 4/221 29724
/proc/meminfo: memFree=16708908/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10659088 memory=207380 CPUtime=1.58 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 11901 0 0 0 148 10 0 0 20 0 15 0 39539222 10914906112 51845 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2664772 51845 3113 1 0 2627263 0
[pid=29709/tid=29711] ppid=29706 vsize=10659088 memory=1844 CPUtime=0.64 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) R 29706 29709 26255 0 -1 4202560 6020 0 0 0 60 4 0 0 20 0 15 0 39539222 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712454594984 140712074064040 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10659088 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) S 29706 29709 26255 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 15 0 39539223 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712392362512 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10659088 memory=1700 CPUtime=0.01 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) S 29706 29709 26255 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 39539223 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712391309968 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10659088 memory=12984 CPUtime=0.02 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) S 29706 29709 26255 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 39539223 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712054937872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10659088 memory=5664 CPUtime=0.01 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) S 29706 29709 26255 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 39539223 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712053885328 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10659088 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712009984752 140712450370178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712008930976 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712007877872 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539227 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10659088 memory=7739276948478455658 CPUtime=0.28 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) R 29706 29709 26255 0 -1 4202560 1786 0 0 0 28 0 0 0 20 0 15 0 39539227 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712005757744 140712433770089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10659088 memory=7440061282865139792 CPUtime=0.27 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) R 29706 29709 26255 0 -1 4202560 1390 0 0 0 27 0 0 0 20 0 15 0 39539227 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712004706120 140712430014225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 1168 0 0 0 23 0 0 0 20 0 15 0 39539227 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39539228 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39539228 10914906112 51845 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 207380 KiB

[startup+1.5011 s]
/proc/loadavg: 2.01 2.02 2.13 3/221 29724
/proc/meminfo: memFree=16561524/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10659088 memory=587412 CPUtime=3.73 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 13496 0 0 0 329 44 0 0 20 0 15 0 39539222 10914906112 146853 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2664772 146853 3136 1 0 2627263 0
[pid=29709/tid=29711] ppid=29706 vsize=10659088 memory=6791534058613427641 CPUtime=1.05 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) S 29706 29709 26255 0 -1 1077944384 6130 0 0 0 100 5 0 0 20 0 15 0 39539222 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712454594400 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10659088 memory=-6951259422114956437 CPUtime=0.4 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) R 29706 29709 26255 0 -1 4202560 319 0 0 0 32 8 0 0 20 0 15 0 39539223 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712392362712 140712435310158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10659088 memory=-6509546260019855295 CPUtime=0.41 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) R 29706 29709 26255 0 -1 4202560 242 0 0 0 32 9 0 0 20 0 15 0 39539223 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712391309856 140712435344327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10659088 memory=-7390251449858225344 CPUtime=0.41 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) R 29706 29709 26255 0 -1 4202560 383 0 0 0 32 9 0 0 20 0 15 0 39539223 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712054938072 140712431956042 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10659088 memory=4134692831991786133 CPUtime=0.41 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) R 29706 29709 26255 0 -1 4202560 436 0 0 0 33 8 0 0 20 0 15 0 39539223 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712053885528 140712431955573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39539225 10914906112 146853 33554432000 4194304 4196468 140729088089712 140712009983072 140712450369237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0

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

/proc/29709/task/29715/stat : 29715 (java) R 29706 29709 26255 0 -1 4202560 42747 0 0 0 34704 184 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712053885528 140712435310042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10794416 memory=399072 CPUtime=24.57 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 75444 0 0 0 2454 3 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712009983072 140712450369237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712008931040 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712007877888 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10794416 memory=1956 CPUtime=1.03 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 8028 0 0 0 102 1 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712005773312 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10794416 memory=1204 CPUtime=0.68 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 3831 0 0 0 68 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712004721056 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10794416 memory=14072 CPUtime=0.39 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 3451 0 0 0 39 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10794416 memory=2324 CPUtime=0.28 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 687 0 0 0 18 10 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29740] ppid=29706 vsize=10794416 memory=1844 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29740/stat : 29740 (java) S 29706 29709 26255 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711998411952 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29741] ppid=29706 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29741/stat : 29741 (java) S 29706 29709 26255 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711997358352 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 1440.65 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8111336 KiB

[startup+394.401 s]
/proc/loadavg: 4.67 3.93 2.97 6/222 29741
/proc/meminfo: memFree=8686472/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10794416 memory=8111336 CPUtime=1443.79 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 255263 0 0 0 143671 708 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2698604 2027834 3206 1 0 2661057 0
[pid=29709/tid=29711] ppid=29706 vsize=10794416 memory=25124 CPUtime=14.13 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) S 29706 29709 26255 0 -1 1077944384 16843 0 0 0 1403 10 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712454599712 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10794416 memory=6791534058613427641 CPUtime=351.49 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) R 29706 29709 26255 0 -1 4202560 49396 0 0 0 34987 162 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712392362712 140712434816664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10794416 memory=3192 CPUtime=350.26 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) R 29706 29709 26255 0 -1 4202560 22319 0 0 0 34854 172 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712391309968 140712435355432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10794416 memory=8111336 CPUtime=351.18 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) R 29706 29709 26255 0 -1 4202560 30912 0 0 0 34949 169 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712054938072 140712431968697 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10794416 memory=6791534058613427641 CPUtime=349.67 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) R 29706 29709 26255 0 -1 4202560 42753 0 0 0 34782 185 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712053885328 140712435058416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10794416 memory=4126316290023845779 CPUtime=24.58 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 75445 0 0 0 2455 3 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712009983296 140712450369237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10794416 memory=8111336 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712008931040 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10794416 memory=956 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712007877888 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10794416 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10794416 memory=8111248 CPUtime=1.03 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 8028 0 0 0 102 1 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712005773312 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10794416 memory=4036 CPUtime=0.68 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 3831 0 0 0 68 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712004721056 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10794416 memory=1424 CPUtime=0.39 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 3451 0 0 0 39 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10794416 memory=1012 CPUtime=0.28 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) R 29706 29709 26255 0 -1 1077944384 687 0 0 0 18 10 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29740] ppid=29706 vsize=10794416 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29740/stat : 29740 (java) S 29706 29709 26255 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711998411952 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29741] ppid=29706 vsize=10794416 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29741/stat : 29741 (java) S 29706 29709 26255 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711997358352 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 1443.79 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8111336 KiB

[startup+395.201 s]
/proc/loadavg: 4.67 3.93 2.97 6/222 29741
/proc/meminfo: memFree=8686472/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10794416 memory=8111336 CPUtime=1446.96 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 264106 0 0 0 143988 708 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2698604 2027834 3206 1 0 2661057 0
[pid=29709/tid=29711] ppid=29706 vsize=10794416 memory=4036 CPUtime=14.13 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) S 29706 29709 26255 0 -1 1077944384 16843 0 0 0 1403 10 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712454599712 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10794416 memory=14072 CPUtime=352.29 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) R 29706 29709 26255 0 -1 4202560 49450 0 0 0 35067 162 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712392362712 140712435355383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10794416 memory=1296 CPUtime=351.05 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) R 29706 29709 26255 0 -1 4202560 31083 0 0 0 34933 172 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712391309968 140712434816629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10794416 memory=2324 CPUtime=351.96 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) R 29706 29709 26255 0 -1 4202560 30937 0 0 0 35027 169 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712054938072 140712431968802 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10794416 memory=1844 CPUtime=350.47 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) R 29706 29709 26255 0 -1 4202560 42753 0 0 0 34862 185 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712053885328 140712434816651 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10794416 memory=8111336 CPUtime=24.58 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 75445 0 0 0 2455 3 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712009983296 140712450369237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10794416 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712008931040 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712007877888 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10794416 memory=3264 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10794416 memory=8111336 CPUtime=1.03 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 8028 0 0 0 102 1 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712005773312 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10794416 memory=8111336 CPUtime=0.68 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 3831 0 0 0 68 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712004721056 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10794416 memory=8111336 CPUtime=0.39 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 3451 0 0 0 39 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10794416 memory=8111336 CPUtime=0.28 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 687 0 0 0 18 10 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29740] ppid=29706 vsize=10794416 memory=14072 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29740/stat : 29740 (java) S 29706 29709 26255 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711998411952 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29741] ppid=29706 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29741/stat : 29741 (java) S 29706 29709 26255 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711997358352 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 1446.96 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8111336 KiB

[startup+395.601 s]
/proc/loadavg: 4.67 3.93 2.97 6/222 29741
/proc/meminfo: memFree=8686472/32770624 swapFree=67108860/67108860
[pid=29709] ppid=29706 vsize=10794416 memory=8111336 CPUtime=1448.56 cores=1,3,5,7
/proc/29709/stat : 29709 (java) S 29706 29709 26255 0 -1 1077944320 264106 0 0 0 144147 709 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140729088072256 140712450359031 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
/proc/29709/statm: 2698604 2027834 3206 1 0 2661057 0
[pid=29709/tid=29711] ppid=29706 vsize=10794416 memory=14072 CPUtime=14.13 cores=1,3,5,7
/proc/29709/task/29711/stat : 29711 (java) S 29706 29709 26255 0 -1 1077944384 16843 0 0 0 1403 10 0 0 20 0 17 0 39539222 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712454599712 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29712] ppid=29706 vsize=10794416 memory=1296 CPUtime=352.69 cores=1,3,5,7
/proc/29709/task/29712/stat : 29712 (java) R 29706 29709 26255 0 -1 4202560 49450 0 0 0 35107 162 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712392362712 140712434816662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29713] ppid=29706 vsize=10794416 memory=6791534058613427641 CPUtime=351.45 cores=1,3,5,7
/proc/29709/task/29713/stat : 29713 (java) R 29706 29709 26255 0 -1 4202560 31083 0 0 0 34973 172 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712391309776 140712442987239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29714] ppid=29706 vsize=10794416 memory=2336 CPUtime=352.36 cores=1,3,5,7
/proc/29709/task/29714/stat : 29714 (java) R 29706 29709 26255 0 -1 4202560 30937 0 0 0 35067 169 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712054937992 140712442987239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29715] ppid=29706 vsize=10794416 memory=1572 CPUtime=350.87 cores=1,3,5,7
/proc/29709/task/29715/stat : 29715 (java) R 29706 29709 26255 0 -1 4202560 42753 0 0 0 34902 185 0 0 20 0 17 0 39539223 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712053885136 140712442987239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29716] ppid=29706 vsize=10794416 memory=928 CPUtime=24.58 cores=1,3,5,7
/proc/29709/task/29716/stat : 29716 (java) S 29706 29709 26255 0 -1 1077944384 75445 0 0 0 2455 3 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712009983296 140712450369237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29717] ppid=29706 vsize=10794416 memory=8111336 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29717/stat : 29717 (java) S 29706 29709 26255 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712008931040 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29718] ppid=29706 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29718/stat : 29718 (java) S 29706 29709 26255 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 17 0 39539225 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712007877888 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29719] ppid=29706 vsize=10794416 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29719/stat : 29719 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712006826448 140712450377627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29720] ppid=29706 vsize=10794416 memory=12984 CPUtime=1.03 cores=1,3,5,7
/proc/29709/task/29720/stat : 29720 (java) S 29706 29709 26255 0 -1 1077944384 8028 0 0 0 102 1 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712005773312 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29721] ppid=29706 vsize=10794416 memory=5664 CPUtime=0.68 cores=1,3,5,7
/proc/29709/task/29721/stat : 29721 (java) S 29706 29709 26255 0 -1 1077944384 3831 0 0 0 68 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712004721056 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29722] ppid=29706 vsize=10794416 memory=4620 CPUtime=0.39 cores=1,3,5,7
/proc/29709/task/29722/stat : 29722 (java) S 29706 29709 26255 0 -1 1077944384 3451 0 0 0 39 0 0 0 20 0 17 0 39539227 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712003667952 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29723] ppid=29706 vsize=10794416 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29723/stat : 29723 (java) S 29706 29709 26255 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712002615648 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29724] ppid=29706 vsize=10794416 memory=1232 CPUtime=0.28 cores=1,3,5,7
/proc/29709/task/29724/stat : 29724 (java) S 29706 29709 26255 0 -1 1077944384 687 0 0 0 18 10 0 0 20 0 17 0 39539228 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140712001563696 140712450370178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29740] ppid=29706 vsize=10794416 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29740/stat : 29740 (java) S 29706 29709 26255 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711998411952 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
[pid=29709/tid=29741] ppid=29706 vsize=10794416 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/29709/task/29741/stat : 29741 (java) S 29706 29709 26255 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 39575923 11053481984 2027834 33554432000 4194304 4196468 140729088089712 140711997358352 140712450369237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26734592 140729088095345 140729088095497 140729088095497 140729088098255 0
Current children cumulated CPU time: 1448.56 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8111336 KiB

[startup+395.709 s]*
/proc/loadavg: 4.67 3.93 2.97 3/207 29741
/proc/meminfo: memFree=16728084/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): 395.719
CPU time (s): 1448.71
CPU user time (s): 1441.58
CPU system time (s): 7.12648
CPU usage (%): 366.094
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8119344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1441.58
system time used= 7.12648
maximum resident set size= 8119344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24047
involuntary context switches= 14564


# summary of solver processes directly reported to runsolver:
#   pid: 29709
#   total CPU time (s): 1448.71
#   total CPU user time (s): 1441.58
#   total CPU system time (s): 7.12648

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4252 second user time and 4.14764 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 02:36:01
IDJOB=4289849
IDBENCH=141471
IDSOLVER=2742
FILE ID=node133/4289849-1532219761
RUNJOBID= node133-1532209713-28359
PBS_JOBID= 21018934
Free space on /tmp= 52648 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289849-1532219761/watcher-4289849-1532219761 -o /tmp/evaluation-result-4289849-1532219761/solver-4289849-1532219761 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532209713-28359 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289849-1532219761.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=885660262

node133.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.24
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.24
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.24
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.24
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:        16850244 kB
MemAvailable:   31601012 kB
Buffers:          219404 kB
Cached:         14611616 kB
SwapCached:            0 kB
Active:          1500808 kB
Inactive:       13723484 kB
Active(anon):     396212 kB
Inactive(anon):    17024 kB
Active(file):    1104596 kB
Inactive(file): 13706460 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:        400184 kB
Mapped:            46964 kB
Shmem:             17056 kB
Slab:             395484 kB
SReclaimable:     368172 kB
SUnreclaim:        27312 kB
KernelStack:        3760 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1227632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52644 MiB
End job on node133 at 2018-07-22 02:42:37