Trace number 4290547

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.04 2369.41

General information on the benchmark

NameDubois/
Dubois-020_c18.xml
MD5SUM456a853e8f92228a7cc5dd61b0b89dd6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007457
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-07-02
0.67/0.56	c seed: 671252690
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.49/1.04	c Parsing done, starting search...
2400.02/2369.40	s UNKNOWN

Verifier Data


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 (13097 MiB free)
  memory of node 1: 16384 MiB (13184 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290547-1532250967/watcher-4290547-1532250967 -o /tmp/evaluation-result-4290547-1532250967/solver-4290547-1532250967 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1955 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 671252690 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290547-1532250967.xml 

running on 4 cores: 0,2,4,6

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=5144, runsolver pid=5141

[startup+0.100172 s]*
/proc/loadavg: 1.42 1.32 1.35 3/219 5159
/proc/meminfo: memFree=26894576/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14082740 memory=30200 CPUtime=0.12 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 6503 0 0 0 11 1 0 0 20 0 15 0 42659967 14420725760 7550 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3520685 7550 3150 1 0 3482761 0
[pid=5144/tid=5146] ppid=5141 vsize=14082740 memory=-8970432108864304320 CPUtime=0.09 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 4510 0 0 0 8 1 0 0 20 0 15 0 42659967 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710814688984 140710794569084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14082740 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659969 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710284026912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710282974064 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0.01 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 309 0 0 0 1 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 7550 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30200 KiB

[startup+0.211161 s]*
/proc/loadavg: 1.42 1.32 1.35 6/219 5159
/proc/meminfo: memFree=26879196/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14082740 memory=46288 CPUtime=0.3 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 10243 0 0 0 28 2 0 0 20 0 15 0 42659967 14420725760 11572 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3520685 11572 3374 1 0 3482761 0
[pid=5144/tid=5146] ppid=5141 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 7844 0 0 0 18 2 0 0 20 0 15 0 42659967 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710814718304 140710794532197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14082740 memory=345 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14082740 memory=140436257438551 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42659969 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710284026912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710282974064 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) R 5141 5144 1924 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) R 5141 5144 1924 0 -1 4202560 172 0 0 0 1 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710279817968 140710794045872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0.05 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) R 5141 5144 1924 0 -1 4202560 392 0 0 0 5 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710278763128 140710789865985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 11572 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46288 KiB

[startup+0.310529 s]*
/proc/loadavg: 1.42 1.32 1.35 3/219 5159
/proc/meminfo: memFree=26875412/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14082740 memory=50176 CPUtime=0.43 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 10643 0 0 0 41 2 0 0 20 0 15 0 42659967 14420725760 12544 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3520685 12544 3417 1 0 3482761 0
[pid=5144/tid=5146] ppid=5141 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 8178 0 0 0 28 2 0 0 20 0 15 0 42659967 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710814677840 140710794569054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14082740 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14082740 memory=140436257679565 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659968 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42659969 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710284026912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42659970 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710282974064 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 479 0 0 0 2 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0.07 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 428 0 0 0 7 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14082740 memory=140436257433216 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659972 14420725760 12544 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50176 KiB

[startup+0.70077 s]
/proc/loadavg: 1.42 1.32 1.35 3/219 5159
/proc/meminfo: memFree=26851848/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14084808 memory=88152 CPUtime=0.99 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 17405 0 0 0 94 5 0 0 20 0 15 0 42659967 14422843392 22038 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3521202 22038 3499 1 0 3483273 0
[pid=5144/tid=5146] ppid=5141 vsize=14084808 memory=1236 CPUtime=0.67 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 14499 0 0 0 63 4 0 0 20 0 15 0 42659967 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710814699440 140710810510493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14084808 memory=9044 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14084808 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14084808 memory=644 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14084808 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659968 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14084808 memory=956 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42659969 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42659970 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710284026912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14084808 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42659970 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710282974064 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14084808 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14084808 memory=7450757349647805273 CPUtime=0.08 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 638 0 0 0 8 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14084808 memory=6300092137356946789 CPUtime=0.06 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 333 0 0 0 6 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14084808 memory=4638778428681637968 CPUtime=0.14 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 554 0 0 0 14 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14084808 memory=7013061621801575013 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14084808 memory=10416 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659972 14422843392 22038 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88152 KiB

[startup+1.50473 s]
/proc/loadavg: 1.55 1.35 1.36 4/219 5159
/proc/meminfo: memFree=26816796/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14090952 memory=195888 CPUtime=2.62 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 24548 0 0 0 252 10 0 0 20 0 15 0 42659967 14429134848 48972 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3522738 48972 3534 1 0 3484809 0
[pid=5144/tid=5146] ppid=5141 vsize=14090952 memory=144664 CPUtime=1.48 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 18840 0 0 0 141 7 0 0 20 0 15 0 42659967 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710814726184 140710447192797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14090952 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42659968 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42659968 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42659969 14429134848 48972 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0

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

/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 58793 0 0 0 217551 50 0 0 20 0 15 0 42659967 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710814727376 140710451663870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14090952 memory=4096 CPUtime=9.7 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1651 0 0 0 865 105 0 0 20 0 15 0 42659968 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14090952 memory=365528 CPUtime=9.74 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 3655 0 0 0 873 101 0 0 20 0 15 0 42659968 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14090952 memory=365528 CPUtime=9.72 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 2273 0 0 0 870 102 0 0 20 0 15 0 42659968 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14090952 memory=365528 CPUtime=9.71 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 1543 0 0 0 868 103 0 0 20 0 15 0 42659968 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14090952 memory=365528 CPUtime=12.67 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5461 0 0 0 1185 82 0 0 20 0 15 0 42659969 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14090952 memory=365528 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710284026976 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14090952 memory=365528 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710282974080 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14090952 memory=365528 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14090952 memory=928 CPUtime=0.75 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 4661 0 0 0 74 1 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14090952 memory=365528 CPUtime=0.66 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 5116 0 0 0 65 1 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14090952 memory=365528 CPUtime=0.43 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 5136 0 0 0 42 1 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14090952 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14090952 memory=644 CPUtime=1.41 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1373 0 0 0 66 75 0 0 20 0 15 0 42659972 14429134848 91382 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 2230.89 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 365528 KiB

[startup+2262.3 s]
/proc/loadavg: 1.61 1.61 1.48 3/221 5315
/proc/meminfo: memFree=26841252/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14090952 memory=365540 CPUtime=2291.65 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 92094 0 0 0 228714 451 0 0 20 0 15 0 42659967 14429134848 91385 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3522738 91385 3578 1 0 3484809 0
[pid=5144/tid=5146] ppid=5141 vsize=14090952 memory=365540 CPUtime=2235.27 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 59568 0 0 0 223476 51 0 0 20 0 15 0 42659967 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710814727264 140710451664903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14090952 memory=24875 CPUtime=9.97 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1664 0 0 0 889 108 0 0 20 0 15 0 42659968 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14090952 memory=365540 CPUtime=10.02 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 3657 0 0 0 898 104 0 0 20 0 15 0 42659968 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14090952 memory=365540 CPUtime=9.98 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 2287 0 0 0 894 104 0 0 20 0 15 0 42659968 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14090952 memory=365540 CPUtime=9.99 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 1558 0 0 0 892 107 0 0 20 0 15 0 42659968 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14090952 memory=365540 CPUtime=13.02 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5633 0 0 0 1218 84 0 0 20 0 15 0 42659969 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14090952 memory=365540 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710284026976 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14090952 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710282974080 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14090952 memory=365540 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14090952 memory=365540 CPUtime=0.75 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 4663 0 0 0 74 1 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14090952 memory=365540 CPUtime=0.66 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 5118 0 0 0 65 1 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14090952 memory=365540 CPUtime=0.43 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 5138 0 0 0 42 1 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14090952 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14090952 memory=18476 CPUtime=1.45 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1388 0 0 0 68 77 0 0 20 0 15 0 42659972 14429134848 91385 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 2291.65 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 365540 KiB

[startup+2322.3 s]
/proc/loadavg: 1.56 1.59 1.48 3/221 5316
/proc/meminfo: memFree=26840740/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14090952 memory=365548 CPUtime=2352.31 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 93368 0 0 0 234769 462 0 0 20 0 15 0 42659967 14429134848 91387 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3522738 91387 3578 1 0 3484809 0
[pid=5144/tid=5146] ppid=5141 vsize=14090952 memory=365548 CPUtime=2294.61 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) R 5141 5144 1924 0 -1 4202560 60516 0 0 0 229409 52 0 0 20 0 15 0 42659967 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710814727072 140710452045506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14090952 memory=365548 CPUtime=10.22 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1691 0 0 0 911 111 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14090952 memory=0 CPUtime=10.26 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 3666 0 0 0 920 106 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14090952 memory=365548 CPUtime=10.24 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 2367 0 0 0 917 107 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14090952 memory=365548 CPUtime=10.22 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 1573 0 0 0 913 109 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14090952 memory=365548 CPUtime=13.33 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) S 5141 5144 1924 0 -1 1077944384 5806 0 0 0 1247 86 0 0 20 0 15 0 42659969 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710285080944 140710810499714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14090952 memory=365548 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710284026976 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14090952 memory=365548 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710282974080 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14090952 memory=365548 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14090952 memory=365548 CPUtime=0.75 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 4665 0 0 0 74 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14090952 memory=365548 CPUtime=0.66 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 5121 0 0 0 65 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14090952 memory=4096 CPUtime=0.43 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 5140 0 0 0 42 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14090952 memory=14784 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14090952 memory=365548 CPUtime=1.49 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1403 0 0 0 70 79 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 2352.31 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 365548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.4 s]
/proc/loadavg: 1.50 1.57 1.48 3/219 5318
/proc/meminfo: memFree=26841016/32770624 swapFree=67108860/67108860
[pid=5144] ppid=5141 vsize=14090952 memory=365548 CPUtime=2400.02 cores=0,2,4,6
/proc/5144/stat : 5144 (java) S 5141 5144 1924 0 -1 1077944320 94149 0 0 0 239530 472 0 0 20 0 15 0 42659967 14429134848 91387 33554432000 4194304 4196468 140723541631120 140723541613664 140710810488567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
/proc/5144/statm: 3522738 91387 3578 1 0 3484809 0
[pid=5144/tid=5146] ppid=5141 vsize=14090952 memory=6944656592455360604 CPUtime=2341.12 cores=0,2,4,6
/proc/5144/task/5146/stat : 5146 (java) S 5141 5144 1924 0 -1 1077944384 61200 0 0 0 234059 53 0 0 20 0 15 0 42659967 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710814727280 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5147] ppid=5141 vsize=14090952 memory=6944652177228980320 CPUtime=10.44 cores=0,2,4,6
/proc/5144/task/5147/stat : 5147 (java) S 5141 5144 1924 0 -1 1077944384 1694 0 0 0 931 113 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710780202128 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5148] ppid=5141 vsize=14090952 memory=6944656592455097440 CPUtime=10.48 cores=0,2,4,6
/proc/5144/task/5148/stat : 5148 (java) S 5141 5144 1924 0 -1 1077944384 3666 0 0 0 939 109 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710405610512 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5149] ppid=5141 vsize=14090952 memory=288230574492221466 CPUtime=10.45 cores=0,2,4,6
/proc/5144/task/5149/stat : 5149 (java) S 5141 5144 1924 0 -1 1077944384 2377 0 0 0 936 109 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710404557712 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5150] ppid=5141 vsize=14090952 memory=288230583166042426 CPUtime=10.44 cores=0,2,4,6
/proc/5144/task/5150/stat : 5150 (java) S 5141 5144 1924 0 -1 1077944384 1652 0 0 0 934 110 0 0 20 0 15 0 42659968 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710403504912 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5151] ppid=5141 vsize=14090952 memory=14133333739177381 CPUtime=13.62 cores=0,2,4,6
/proc/5144/task/5151/stat : 5151 (java) R 5141 5144 1924 0 -1 4202560 5809 0 0 0 1273 89 0 0 20 0 15 0 42659969 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710285079456 140710810509914 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5152] ppid=5141 vsize=14090952 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5152/stat : 5152 (java) S 5141 5144 1924 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710284026976 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5153] ppid=5141 vsize=14090952 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5153/stat : 5153 (java) S 5141 5144 1924 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42659970 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710282974080 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5154] ppid=5141 vsize=14090952 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5154/stat : 5154 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710281922384 140710810507163 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5155] ppid=5141 vsize=14090952 memory=365548 CPUtime=0.75 cores=0,2,4,6
/proc/5144/task/5155/stat : 5155 (java) S 5141 5144 1924 0 -1 1077944384 4665 0 0 0 74 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710280870768 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5156] ppid=5141 vsize=14090952 memory=1408 CPUtime=0.66 cores=0,2,4,6
/proc/5144/task/5156/stat : 5156 (java) S 5141 5144 1924 0 -1 1077944384 5121 0 0 0 65 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710279817968 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5157] ppid=5141 vsize=14090952 memory=3276 CPUtime=0.43 cores=0,2,4,6
/proc/5144/task/5157/stat : 5157 (java) S 5141 5144 1924 0 -1 1077944384 5140 0 0 0 42 1 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710278765168 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5158] ppid=5141 vsize=14090952 memory=340428 CPUtime=0 cores=0,2,4,6
/proc/5144/task/5158/stat : 5158 (java) S 5141 5144 1924 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710277712608 140710810498773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
[pid=5144/tid=5159] ppid=5141 vsize=14090952 memory=8112282956445269571 CPUtime=1.53 cores=0,2,4,6
/proc/5144/task/5159/stat : 5159 (java) S 5141 5144 1924 0 -1 1077944384 1405 0 0 0 71 82 0 0 20 0 15 0 42659972 14429134848 91387 33554432000 4194304 4196468 140723541631120 140710276659888 140710810499714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31133696 140723541636169 140723541636361 140723541636361 140723541639119 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 365548 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2369.41 s]
# the end of solver process 5144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.31 s, system=4.72928 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2369.41
CPU time (s): 2400.04
CPU user time (s): 2395.31
CPU system time (s): 4.72928
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 365548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.31
system time used= 4.72928
maximum resident set size= 366036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 436641
involuntary context switches= 8858


# summary of solver processes directly reported to runsolver:
#   pid: 5144
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2395.31
#   total CPU system time (s): 4.72928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0996 second user time and 22.2638 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 11:16:07
IDJOB=4290547
IDBENCH=141403
IDSOLVER=2743
FILE ID=node134/4290547-1532250967
RUNJOBID= node134-1532224835-1955
PBS_JOBID= 21018943
Free space on /tmp= 55960 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-020_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290547-1532250967/watcher-4290547-1532250967 -o /tmp/evaluation-result-4290547-1532250967/solver-4290547-1532250967 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532224835-1955 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 671252690 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290547-1532250967.xml

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

MD5SUM BENCH= 456a853e8f92228a7cc5dd61b0b89dd6
RANDOM SEED=671252690

node134.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.68
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.68
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.68
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.68
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:        26912544 kB
MemAvailable:   31368720 kB
Buffers:          157236 kB
Cached:          4564316 kB
SwapCached:            0 kB
Active:          2016344 kB
Inactive:        3371500 kB
Active(anon):     616084 kB
Inactive(anon):    70372 kB
Active(file):    1400260 kB
Inactive(file):  3301128 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35972 kB
Writeback:             0 kB
AnonPages:        674260 kB
Mapped:            48948 kB
Shmem:             17056 kB
Slab:             168704 kB
SReclaimable:     141244 kB
SUnreclaim:        27460 kB
KernelStack:        3616 kB
PageTables:         6552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1898320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55924 MiB
End job on node134 at 2018-07-22 11:55:37