Trace number 4308531

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
OscaR - Hybrid 2018-08-14? (TO) 2520.11 2501.03

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9900
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.99/0.77	c seed: 1481064357
0.99/0.77	c timeout: 2520
0.99/0.77	c memlimit: 11000
0.99/0.77	c nbcore: 4
0.99/0.77	c Parsing instance...
6.45/2.71	c Parsing done, starting first complete search...
2520.08/2501.01	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 (5469 MiB free)
  memory of node 1: 16384 MiB (8890 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308531-1534275550/watcher-4308531-1534275550 -o /tmp/evaluation-result-4308531-1534275550/solver-4308531-1534275550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1481064357 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308531-1534275550.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=3185, runsolver pid=3182
Current StackSize limit: 8192 KiB


[startup+0.108149 s]*
/proc/loadavg: 1.54 1.37 1.41 3/215 3200
/proc/meminfo: memFree=14675868/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14082736 memory=32896 CPUtime=0.13 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 7166 0 0 0 12 1 0 0 20 0 15 0 245118148 14420721664 8224 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3520684 8224 3138 1 0 3482761 0
[pid=3185/tid=3187] ppid=3182 vsize=14082736 memory=8389772277269004345 CPUtime=0.1 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 5219 0 0 0 9 1 0 0 20 0 15 0 245118148 14420721664 8224 33554432000 4194304 4196468 140727901872144 140597485580272 140597481374877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 8224 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14082736 memory=139705476712986 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 8224 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 8224 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 8224 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118150 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596594570400 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596593517296 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) R 3182 3185 875 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) R 3182 3185 875 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596590361456 140597461229816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0.01 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) R 3182 3185 875 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 245118153 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596589308400 140597465433438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118154 14420721664 8224 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32896 KiB

[startup+0.210555 s]*
/proc/loadavg: 1.54 1.37 1.41 5/215 3200
/proc/meminfo: memFree=14657108/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14082736 memory=46788 CPUtime=0.31 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 10326 0 0 0 29 2 0 0 20 0 15 0 245118148 14420721664 11697 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3520684 11697 3365 1 0 3482761 0
[pid=3185/tid=3187] ppid=3182 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 8021 0 0 0 18 1 0 0 20 0 15 0 245118148 14420721664 11697 33554432000 4194304 4196468 140727901872144 140597485579080 140597473590078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 11697 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14082736 memory=139705476712786 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 11697 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 11697 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 11697 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245118150 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596594570400 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596593517296 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) R 3182 3185 875 0 -1 4202560 378 0 0 0 1 0 0 0 20 0 15 0 245118153 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596591414096 140597460609552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 15 0 245118153 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0.06 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) R 3182 3185 875 0 -1 4202560 319 0 0 0 6 0 0 0 20 0 15 0 245118153 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596589308400 140597481374298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118154 14420721664 11697 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46788 KiB

[startup+0.310465 s]*
/proc/loadavg: 1.54 1.37 1.41 3/215 3200
/proc/meminfo: memFree=14644216/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14082736 memory=50480 CPUtime=0.43 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 10722 0 0 0 41 2 0 0 20 0 15 0 245118148 14420721664 12620 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3520684 12620 3370 1 0 3482761 0
[pid=3185/tid=3187] ppid=3182 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 8395 0 0 0 27 2 0 0 20 0 15 0 245118148 14420721664 12620 33554432000 4194304 4196468 140727901872144 140597485544512 140597466518606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 12620 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14082736 memory=139705477540294 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 12620 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14082736 memory=9796 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 12620 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14420721664 12620 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14082736 memory=139705476329088 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245118150 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596594570400 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245118151 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596593517296 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 245118153 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14082736 memory=35 CPUtime=0.02 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 15 0 245118153 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14082736 memory=139705476321568 CPUtime=0.08 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 333 0 0 0 8 0 0 0 20 0 15 0 245118153 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14082736 memory=139705476314752 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118154 14420721664 12620 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50480 KiB

[startup+0.700737 s]
/proc/loadavg: 1.54 1.37 1.41 6/215 3200
/proc/meminfo: memFree=14583780/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14084804 memory=88760 CPUtime=0.99 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 17605 0 0 0 95 4 0 0 20 0 15 0 245118148 14422839296 22190 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3521201 22190 3498 1 0 3483273 0
[pid=3185/tid=3187] ppid=3182 vsize=14084804 memory=66520 CPUtime=0.67 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 14832 0 0 0 63 4 0 0 20 0 15 0 245118148 14422839296 22190 33554432000 4194304 4196468 140727901872144 140597485577984 140597465433438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118149 14422839296 22190 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14084804 memory=153414889778327 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14422839296 22190 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14422839296 22190 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14422839296 22190 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245118150 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14084804 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245118151 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596594570400 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245118151 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596593517296 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14084804 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14084804 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 550 0 0 0 7 0 0 0 20 0 15 0 245118153 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14084804 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 384 0 0 0 7 0 0 0 20 0 15 0 245118153 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14084804 memory=6944656592455097440 CPUtime=0.16 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 457 0 0 0 16 0 0 0 20 0 15 0 245118153 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14084804 memory=-2098775911743863648 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118154 14422839296 22190 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88760 KiB

[startup+1.50078 s]
/proc/loadavg: 1.54 1.37 1.41 5/215 3200
/proc/meminfo: memFree=14543816/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14088900 memory=164672 CPUtime=3.41 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 22686 0 0 0 334 7 0 0 20 0 15 0 245118148 14427033600 41168 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3522225 41168 3544 1 0 3484297 0
[pid=3185/tid=3187] ppid=3182 vsize=14088900 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 16235 0 0 0 141 5 0 0 20 0 15 0 245118148 14427033600 41168 33554432000 4194304 4196468 140727901872144 140597485588320 140597481364886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245118149 14427033600 41168 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14088900 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14427033600 41168 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14088900 memory=279410708550496 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14427033600 41168 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14088900 memory=2110055961358180 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245118149 14427033600 41168 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 245118150 14427033600 41168 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0

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

/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 54762 0 0 0 231469 24 0 0 20 0 15 0 245118148 14431227904 331631 33554432000 4194304 4196468 140727901872144 140597485591136 140597126415576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14092996 memory=1326524 CPUtime=4.11 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 11258 0 0 0 387 24 0 0 20 0 15 0 245118149 14431227904 331631 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14092996 memory=1326524 CPUtime=4.09 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 14745 0 0 0 387 22 0 0 20 0 15 0 245118149 14431227904 331631 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14092996 memory=1326524 CPUtime=4.11 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 17412 0 0 0 388 23 0 0 20 0 15 0 245118149 14431227904 331631 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14092996 memory=1616 CPUtime=4.09 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 12474 0 0 0 384 25 0 0 20 0 15 0 245118149 14431227904 331631 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14092996 memory=1326524 CPUtime=2.14 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 12569 0 0 0 196 18 0 0 20 0 15 0 245118150 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14092996 memory=1326524 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596594570464 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14092996 memory=1326524 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596593517312 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14092996 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14092996 memory=1168 CPUtime=2.35 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 11533 0 0 0 233 2 0 0 20 0 15 0 245118153 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14092996 memory=1326524 CPUtime=2.3 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 6998 0 0 0 228 2 0 0 20 0 15 0 245118153 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14092996 memory=7595416860269702249 CPUtime=1.22 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 10021 0 0 0 120 2 0 0 20 0 15 0 245118153 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14092996 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14092996 memory=1326524 CPUtime=0.63 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 977 0 0 0 26 37 0 0 20 0 15 0 245118154 14431227904 331631 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 2340.06 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1326524 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.35 1.39 3/215 3295
/proc/meminfo: memFree=11931224/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14092996 memory=1328572 CPUtime=2400.51 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 155858 0 0 0 239893 158 0 0 20 0 15 0 245118148 14431227904 332143 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3523249 332143 3598 1 0 3485321 0
[pid=3185/tid=3187] ppid=3182 vsize=14092996 memory=1328572 CPUtime=2374.63 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 55343 0 0 0 237439 24 0 0 20 0 15 0 245118148 14431227904 332143 33554432000 4194304 4196468 140727901872144 140597485591328 140597114522423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14092996 memory=0 CPUtime=4.26 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 11309 0 0 0 402 24 0 0 20 0 15 0 245118149 14431227904 332143 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14092996 memory=1326524 CPUtime=4.26 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 14901 0 0 0 403 23 0 0 20 0 15 0 245118149 14431227904 332143 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14092996 memory=1328572 CPUtime=4.27 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 17604 0 0 0 404 23 0 0 20 0 15 0 245118149 14431227904 332143 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14092996 memory=1328572 CPUtime=4.26 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 12889 0 0 0 400 26 0 0 20 0 15 0 245118149 14431227904 332143 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14092996 memory=1328572 CPUtime=2.22 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 12832 0 0 0 204 18 0 0 20 0 15 0 245118150 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14092996 memory=1328572 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596594570464 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14092996 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596593517312 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14092996 memory=1328572 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14092996 memory=1328572 CPUtime=2.35 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 11537 0 0 0 233 2 0 0 20 0 15 0 245118153 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14092996 memory=1328572 CPUtime=2.3 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 7003 0 0 0 228 2 0 0 20 0 15 0 245118153 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14092996 memory=1328572 CPUtime=1.22 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 10026 0 0 0 120 2 0 0 20 0 15 0 245118153 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14092996 memory=1328572 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14092996 memory=876 CPUtime=0.65 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 997 0 0 0 27 38 0 0 20 0 15 0 245118154 14431227904 332143 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 2400.51 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1328572 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.35 1.39 3/215 3296
/proc/meminfo: memFree=11928852/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14092996 memory=1330620 CPUtime=2460.94 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 158453 0 0 0 245932 162 0 0 20 0 15 0 245118148 14431227904 332655 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3523249 332655 3598 1 0 3485321 0
[pid=3185/tid=3187] ppid=3182 vsize=14092996 memory=1330620 CPUtime=2434.33 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 56135 0 0 0 243409 24 0 0 20 0 15 0 245118148 14431227904 332655 33554432000 4194304 4196468 140727901872144 140597485591008 140597114522423 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14092996 memory=1330620 CPUtime=4.42 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 11682 0 0 0 417 25 0 0 20 0 15 0 245118149 14431227904 332655 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14092996 memory=1330620 CPUtime=4.42 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 15273 0 0 0 418 24 0 0 20 0 15 0 245118149 14431227904 332655 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14092996 memory=1328572 CPUtime=4.43 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 17908 0 0 0 419 24 0 0 20 0 15 0 245118149 14431227904 332655 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14092996 memory=1328572 CPUtime=4.42 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 13120 0 0 0 416 26 0 0 20 0 15 0 245118149 14431227904 332655 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14092996 memory=1330620 CPUtime=2.29 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 13309 0 0 0 211 18 0 0 20 0 15 0 245118150 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14092996 memory=1330620 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596594570464 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14092996 memory=1330620 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596593517312 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14092996 memory=1330620 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14092996 memory=164 CPUtime=2.35 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 11539 0 0 0 233 2 0 0 20 0 15 0 245118153 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14092996 memory=1330620 CPUtime=2.3 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 7007 0 0 0 228 2 0 0 20 0 15 0 245118153 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14092996 memory=1330620 CPUtime=1.22 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 10030 0 0 0 120 2 0 0 20 0 15 0 245118153 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14092996 memory=1330620 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14092996 memory=66604 CPUtime=0.67 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1033 0 0 0 28 39 0 0 20 0 15 0 245118154 14431227904 332655 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 2460.94 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1330620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501 s]*
/proc/loadavg: 1.56 1.41 1.41 3/216 3461
/proc/meminfo: memFree=13922064/32770624 swapFree=67108504/67108860
[pid=3185] ppid=3182 vsize=14092996 memory=1339104 CPUtime=2520.08 cores=1,3,5,7
/proc/3185/stat : 3185 (java) S 3182 3185 875 0 -1 1077944320 160197 0 0 0 251843 165 0 0 20 0 15 0 245118148 14431227904 334776 33554432000 4194304 4196468 140727901872144 140727901854688 140597481352951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
/proc/3185/statm: 3523249 334776 3598 1 0 3485321 0
[pid=3185/tid=3187] ppid=3182 vsize=14092996 memory=8112282956445269571 CPUtime=2492.73 cores=1,3,5,7
/proc/3185/task/3187/stat : 3187 (java) R 3182 3185 875 0 -1 4202560 56783 0 0 0 249248 25 0 0 20 0 15 0 245118148 14431227904 334776 33554432000 4194304 4196468 140727901872144 140597485591088 140597117240912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3188] ppid=3182 vsize=14092996 memory=0 CPUtime=4.57 cores=1,3,5,7
/proc/3185/task/3188/stat : 3188 (java) S 3182 3185 875 0 -1 1077944384 11832 0 0 0 432 25 0 0 20 0 15 0 245118149 14431227904 334776 33554432000 4194304 4196468 140727901872144 140597433973776 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3189] ppid=3182 vsize=14092996 memory=0 CPUtime=4.57 cores=1,3,5,7
/proc/3185/task/3189/stat : 3189 (java) S 3182 3185 875 0 -1 1077944384 15492 0 0 0 433 24 0 0 20 0 15 0 245118149 14431227904 334776 33554432000 4194304 4196468 140727901872144 140597075831952 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3190] ppid=3182 vsize=14092996 memory=0 CPUtime=4.59 cores=1,3,5,7
/proc/3185/task/3190/stat : 3190 (java) S 3182 3185 875 0 -1 1077944384 17977 0 0 0 435 24 0 0 20 0 15 0 245118149 14431227904 334776 33554432000 4194304 4196468 140727901872144 140597074778896 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3191] ppid=3182 vsize=14092996 memory=0 CPUtime=4.58 cores=1,3,5,7
/proc/3185/task/3191/stat : 3191 (java) S 3182 3185 875 0 -1 1077944384 13497 0 0 0 431 27 0 0 20 0 15 0 245118149 14431227904 334776 33554432000 4194304 4196468 140727901872144 140597073726352 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3192] ppid=3182 vsize=14092996 memory=3684139421918768567 CPUtime=2.37 cores=1,3,5,7
/proc/3185/task/3192/stat : 3192 (java) S 3182 3185 875 0 -1 1077944384 13561 0 0 0 218 19 0 0 20 0 15 0 245118150 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596595624176 140597481364098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3193] ppid=3182 vsize=14092996 memory=2319389199166812447 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3193/stat : 3193 (java) S 3182 3185 875 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596594570464 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3194] ppid=3182 vsize=14092996 memory=4713745541279610410 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3194/stat : 3194 (java) S 3182 3185 875 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 245118151 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596593517312 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3195] ppid=3182 vsize=14092996 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3195/stat : 3195 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596592465872 140597481371547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3196] ppid=3182 vsize=14092996 memory=0 CPUtime=2.35 cores=1,3,5,7
/proc/3185/task/3196/stat : 3196 (java) S 3182 3185 875 0 -1 1077944384 11541 0 0 0 233 2 0 0 20 0 15 0 245118153 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596591414000 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3197] ppid=3182 vsize=14092996 memory=7311435031524761458 CPUtime=2.3 cores=1,3,5,7
/proc/3185/task/3197/stat : 3197 (java) S 3182 3185 875 0 -1 1077944384 7010 0 0 0 228 2 0 0 20 0 15 0 245118153 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596590361456 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3198] ppid=3182 vsize=14092996 memory=3472468001703995056 CPUtime=1.22 cores=1,3,5,7
/proc/3185/task/3198/stat : 3198 (java) S 3182 3185 875 0 -1 1077944384 10033 0 0 0 120 2 0 0 20 0 15 0 245118153 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596589308400 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3199] ppid=3182 vsize=14092996 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3185/task/3199/stat : 3199 (java) S 3182 3185 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245118153 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596588256096 140597481363157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
[pid=3185/tid=3200] ppid=3182 vsize=14092996 memory=3761829796846048949 CPUtime=0.7 cores=1,3,5,7
/proc/3185/task/3200/stat : 3200 (java) S 3182 3185 875 0 -1 1077944384 1054 0 0 0 30 40 0 0 20 0 15 0 245118154 14431227904 334776 33554432000 4194304 4196468 140727901872144 140596587203120 140597481364098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21106688 140727901877332 140727901877513 140727901877513 140727901880271 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1339104 KiB

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

[startup+2501.03 s]
# the end of solver process 3185 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.44 s, system=1.66794 s

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

Child status: 143
Real time (s): 2501.03
CPU time (s): 2520.11
CPU user time (s): 2518.44
CPU system time (s): 1.66794
CPU usage (%): 100.763
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1339104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.44
system time used= 1.66794
maximum resident set size= 1339652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117514
involuntary context switches= 3444


# summary of solver processes directly reported to runsolver:
#   pid: 3185
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.44
#   total CPU system time (s): 1.66794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8682 second user time and 21.8688 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-14 21:39:10
IDJOB=4308531
IDBENCH=141055
IDSOLVER=2792
FILE ID=node104/4308531-1534275550
RUNJOBID= node104-1534270607-2650
PBS_JOBID= 21038129
Free space on /tmp= 40048 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308531-1534275550/watcher-4308531-1534275550 -o /tmp/evaluation-result-4308531-1534275550/solver-4308531-1534275550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534270607-2650 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1481064357 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308531-1534275550.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1481064357

node104.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.11
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.11
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.11
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.11
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:        14704524 kB
MemAvailable:   31120512 kB
Buffers:          238540 kB
Cached:         16223232 kB
SwapCached:            8 kB
Active:          8561992 kB
Inactive:        8737920 kB
Active(anon):     788984 kB
Inactive(anon):   101108 kB
Active(file):    7773008 kB
Inactive(file):  8636812 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             35952 kB
Writeback:            16 kB
AnonPages:        826660 kB
Mapped:            68128 kB
Shmem:             49636 kB
Slab:             463380 kB
SReclaimable:     434628 kB
SUnreclaim:        28752 kB
KernelStack:        3520 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1938260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 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= 40016 MiB
End job on node104 at 2018-08-14 22:20:51