Trace number 4311687

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 - Conflict Ordering with restarts 2018-08-17? (TO) 2520.03 2497.62

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.57	c version: 2018-08-17
0.67/0.57	c seed: 1055105305
0.67/0.57	c timeout: 2520
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.60	c Parsing instance...
8.89/3.80	c Parsing done, starting search...
2520.00/2497.60	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 (13978 MiB free)
  memory of node 1: 16384 MiB (9292 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311687-1534541042/watcher-4311687-1534541042 -o /tmp/evaluation-result-4311687-1534541042/solver-4311687-1534541042 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1855 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1055105305 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311687-1534541042.xml 

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

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
Current StackSize limit: 8192 KiB
solver pid=1879, runsolver pid=1872


[startup+0.100127 s]*
/proc/loadavg: 0.00 0.01 0.05 4/221 1914
/proc/meminfo: memFree=23799368/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14082736 memory=30740 CPUtime=0.1 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 6604 0 0 0 9 1 0 0 20 0 15 0 271667421 14420721664 7685 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3520684 7685 3154 1 0 3482761 0
[pid=1879/tid=1881] ppid=1872 vsize=14082736 memory=4627829660337606006 CPUtime=0.09 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 4739 0 0 0 8 1 0 0 20 0 15 0 271667422 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016474177800 140016454055262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667424 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016011072928 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016010020336 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0.01 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 7816 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30740 KiB

[startup+0.210825 s]*
/proc/loadavg: 0.00 0.01 0.05 6/221 1914
/proc/meminfo: memFree=23763796/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14082736 memory=47228 CPUtime=0.27 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 10420 0 0 0 25 2 0 0 20 0 15 0 271667421 14420721664 11807 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3520684 11807 3270 1 0 3482761 0
[pid=1879/tid=1881] ppid=1872 vsize=14082736 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 8248 0 0 0 18 1 0 0 20 0 15 0 271667422 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016474197744 140016454018405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14082736 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14082736 memory=3979130214020417184 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667424 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016011072928 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016010020336 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) R 1872 1879 1824 0 -1 4202560 431 0 0 0 1 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016007905296 140016451331792 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) R 1872 1879 1824 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016006863056 140016469984981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0.05 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) R 1872 1879 1824 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016005810416 140016469986710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14082736 memory=140332565137024 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 11807 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47228 KiB

[startup+0.310706 s]*
/proc/loadavg: 0.00 0.01 0.05 6/221 1914
/proc/meminfo: memFree=23755356/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14082736 memory=50888 CPUtime=0.43 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 10870 0 0 0 41 2 0 0 20 0 15 0 271667421 14420721664 12722 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3520684 12722 3409 1 0 3482761 0
[pid=1879/tid=1881] ppid=1872 vsize=14082736 memory=1398720917958146503 CPUtime=0.29 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 8544 0 0 0 28 1 0 0 20 0 15 0 271667422 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016474186288 140016447977651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14082736 memory=140332419361199 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667424 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14082736 memory=67 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016011072928 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14082736 memory=35 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016010020336 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14082736 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 476 0 0 0 3 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14082736 memory=140332419356623 CPUtime=0.02 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14082736 memory=140332565138880 CPUtime=0.08 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) R 1872 1879 1824 0 -1 4202560 316 0 0 0 8 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016005810416 140016469996122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14082736 memory=140332419356623 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14082736 memory=280664984500608 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667428 14420721664 12722 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50888 KiB

[startup+0.700714 s]
/proc/loadavg: 0.00 0.01 0.05 3/221 1914
/proc/meminfo: memFree=23726208/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14084804 memory=90780 CPUtime=0.98 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 17566 0 0 0 94 4 0 0 20 0 15 0 271667421 14422839296 22695 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3521201 22695 3499 1 0 3483273 0
[pid=1879/tid=1881] ppid=1872 vsize=14084804 memory=14892 CPUtime=0.67 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 14872 0 0 0 64 3 0 0 20 0 15 0 271667422 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016474185584 140016451545207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14084804 memory=13920 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14084804 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14084804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667423 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14084804 memory=140332419468128 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667424 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016011072928 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016010020336 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14084804 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 635 0 0 0 9 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14084804 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 287 0 0 0 6 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 390 0 0 0 15 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14084804 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667428 14422839296 22695 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90780 KiB

[startup+1.50142 s]
/proc/loadavg: 0.00 0.01 0.05 7/221 1914
/proc/meminfo: memFree=23627056/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14088900 memory=176912 CPUtime=3.39 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 26153 0 0 0 331 8 0 0 20 0 15 0 271667421 14427033600 44228 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3522225 44228 3550 1 0 3484297 0
[pid=1879/tid=1881] ppid=1872 vsize=14088900 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 18240 0 0 0 141 5 0 0 20 0 15 0 271667422 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016474208472 140016454085089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14088900 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14088900 memory=140332419468128 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667423 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667423 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 271667424 14427033600 44228 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0

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

/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 72308 0 0 0 231424 42 0 0 20 0 15 0 271667422 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016474212944 140016098416760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14092996 memory=2057804 CPUtime=4.8 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 19965 0 0 0 457 23 0 0 20 0 15 0 271667423 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14092996 memory=2057804 CPUtime=4.8 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 19863 0 0 0 457 23 0 0 20 0 15 0 271667423 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14092996 memory=2057804 CPUtime=4.77 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 18698 0 0 0 453 24 0 0 20 0 15 0 271667423 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14092996 memory=2055756 CPUtime=4.78 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 19124 0 0 0 456 22 0 0 20 0 15 0 271667423 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14092996 memory=2057804 CPUtime=1.95 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 17617 0 0 0 178 17 0 0 20 0 15 0 271667424 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14092996 memory=2057804 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016011072992 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14092996 memory=2057804 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016010020352 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14092996 memory=2057804 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14092996 memory=2057804 CPUtime=2.61 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 8091 0 0 0 259 2 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14092996 memory=2057804 CPUtime=2.88 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 12537 0 0 0 287 1 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14092996 memory=2057804 CPUtime=1.27 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 7848 0 0 0 125 2 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14092996 memory=2057804 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14092996 memory=2057804 CPUtime=0.67 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1602 0 0 0 31 36 0 0 20 0 15 0 271667428 14431227904 514451 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 2343.28 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2057804 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.44 1.36 3/219 2035
/proc/meminfo: memFree=19460676/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14092996 memory=2060872 CPUtime=2403.78 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 201773 0 0 0 240203 175 0 0 20 0 15 0 271667421 14431227904 515218 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3523249 515218 3603 1 0 3485321 0
[pid=1879/tid=1881] ppid=1872 vsize=14092996 memory=2060872 CPUtime=2374.41 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 73192 0 0 0 237399 42 0 0 20 0 15 0 271667422 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016474213056 140016098416743 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14092996 memory=2060872 CPUtime=4.96 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 20416 0 0 0 473 23 0 0 20 0 15 0 271667423 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14092996 memory=2060872 CPUtime=4.96 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 20232 0 0 0 473 23 0 0 20 0 15 0 271667423 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14092996 memory=2060872 CPUtime=4.93 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 18921 0 0 0 469 24 0 0 20 0 15 0 271667423 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14092996 memory=2060872 CPUtime=4.95 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 19406 0 0 0 473 22 0 0 20 0 15 0 271667423 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14092996 memory=2273 CPUtime=2.02 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 17953 0 0 0 184 18 0 0 20 0 15 0 271667424 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14092996 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016011072992 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14092996 memory=2060872 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016010020352 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14092996 memory=2060872 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14092996 memory=2060872 CPUtime=2.61 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 8095 0 0 0 259 2 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14092996 memory=2060872 CPUtime=2.88 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 12541 0 0 0 287 1 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14092996 memory=2060872 CPUtime=1.27 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 7952 0 0 0 125 2 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14092996 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14092996 memory=6524 CPUtime=0.69 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1628 0 0 0 32 37 0 0 20 0 15 0 271667428 14431227904 515218 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 2403.78 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2060872 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.48 1.38 3/220 2037
/proc/meminfo: memFree=19457152/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14092996 memory=2062920 CPUtime=2464.25 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 204384 0 0 0 246246 179 0 0 20 0 15 0 271667421 14431227904 515730 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3523249 515730 3603 1 0 3485321 0
[pid=1879/tid=1881] ppid=1872 vsize=14092996 memory=2062920 CPUtime=2434.16 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 74022 0 0 0 243374 42 0 0 20 0 15 0 271667422 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016474212800 140016099383977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14092996 memory=2062920 CPUtime=5.12 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 20834 0 0 0 488 24 0 0 20 0 15 0 271667423 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14092996 memory=2062920 CPUtime=5.13 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 20665 0 0 0 489 24 0 0 20 0 15 0 271667423 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14092996 memory=2062920 CPUtime=5.09 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 19231 0 0 0 484 25 0 0 20 0 15 0 271667423 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14092996 memory=2062920 CPUtime=5.1 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 19654 0 0 0 488 22 0 0 20 0 15 0 271667423 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14092996 memory=2062920 CPUtime=2.08 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 18287 0 0 0 190 18 0 0 20 0 15 0 271667424 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14092996 memory=2062920 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016011072992 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14092996 memory=2062920 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016010020352 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14092996 memory=6524 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14092996 memory=1100 CPUtime=2.61 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 8099 0 0 0 259 2 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14092996 memory=0 CPUtime=2.88 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 12545 0 0 0 287 1 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14092996 memory=3054156605268465310 CPUtime=1.27 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 7956 0 0 0 125 2 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14092996 memory=2062920 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14092996 memory=13920 CPUtime=0.71 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1654 0 0 0 33 38 0 0 20 0 15 0 271667428 14431227904 515730 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 2464.25 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2062920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 1.51 1.46 1.38 3/220 2038
/proc/meminfo: memFree=19453348/32770624 swapFree=67108852/67108860
[pid=1879] ppid=1872 vsize=14092996 memory=2064968 CPUtime=2520 cores=0,2,4,6
/proc/1879/stat : 1879 (java) S 1872 1879 1824 0 -1 1077944320 206319 0 0 0 251818 182 0 0 20 0 15 0 271667421 14431227904 516242 33554432000 4194304 4196468 140725787136432 140725787118976 140016469974775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
/proc/1879/statm: 3523249 516242 3603 1 0 3485321 0
[pid=1879/tid=1881] ppid=1872 vsize=14092996 memory=3708 CPUtime=2489.24 cores=0,2,4,6
/proc/1879/task/1881/stat : 1881 (java) R 1872 1879 1824 0 -1 4202560 74747 0 0 0 248881 43 0 0 20 0 15 0 271667422 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016474213040 140016098434518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1884] ppid=1872 vsize=14092996 memory=2064968 CPUtime=5.28 cores=0,2,4,6
/proc/1879/task/1884/stat : 1884 (java) S 1872 1879 1824 0 -1 1077944384 21006 0 0 0 503 25 0 0 20 0 15 0 271667423 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016407574800 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1885] ppid=1872 vsize=14092996 memory=2064968 CPUtime=5.28 cores=0,2,4,6
/proc/1879/task/1885/stat : 1885 (java) S 1872 1879 1824 0 -1 1077944384 20970 0 0 0 504 24 0 0 20 0 15 0 271667423 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016406522256 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1886] ppid=1872 vsize=14092996 memory=8112282956445269571 CPUtime=5.24 cores=0,2,4,6
/proc/1879/task/1886/stat : 1886 (java) S 1872 1879 1824 0 -1 1077944384 19587 0 0 0 498 26 0 0 20 0 15 0 271667423 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016405469712 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1887] ppid=1872 vsize=14092996 memory=3840 CPUtime=5.25 cores=0,2,4,6
/proc/1879/task/1887/stat : 1887 (java) S 1872 1879 1824 0 -1 1077944384 19825 0 0 0 502 23 0 0 20 0 15 0 271667423 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016062306960 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1893] ppid=1872 vsize=14092996 memory=1280 CPUtime=2.14 cores=0,2,4,6
/proc/1879/task/1893/stat : 1893 (java) S 1872 1879 1824 0 -1 1077944384 18465 0 0 0 196 18 0 0 20 0 15 0 271667424 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016012126704 140016469985922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1894] ppid=1872 vsize=14092996 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1894/stat : 1894 (java) S 1872 1879 1824 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016011072992 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1899] ppid=1872 vsize=14092996 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1899/stat : 1899 (java) S 1872 1879 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667425 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016010020352 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1903] ppid=1872 vsize=14092996 memory=928 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1903/stat : 1903 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016008968912 140016469993371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1904] ppid=1872 vsize=14092996 memory=2248 CPUtime=2.61 cores=0,2,4,6
/proc/1879/task/1904/stat : 1904 (java) S 1872 1879 1824 0 -1 1077944384 8103 0 0 0 259 2 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016007915504 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1905] ppid=1872 vsize=14092996 memory=1796 CPUtime=2.88 cores=0,2,4,6
/proc/1879/task/1905/stat : 1905 (java) S 1872 1879 1824 0 -1 1077944384 12549 0 0 0 287 1 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016006862960 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1906] ppid=1872 vsize=14092996 memory=3708 CPUtime=1.27 cores=0,2,4,6
/proc/1879/task/1906/stat : 1906 (java) S 1872 1879 1824 0 -1 1077944384 7961 0 0 0 125 2 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016005810416 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1907] ppid=1872 vsize=14092996 memory=6524 CPUtime=0 cores=0,2,4,6
/proc/1879/task/1907/stat : 1907 (java) S 1872 1879 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016004758112 140016469984981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
[pid=1879/tid=1908] ppid=1872 vsize=14092996 memory=1100 CPUtime=0.72 cores=0,2,4,6
/proc/1879/task/1908/stat : 1908 (java) S 1872 1879 1824 0 -1 1077944384 1669 0 0 0 33 39 0 0 20 0 15 0 271667428 14431227904 516242 33554432000 4194304 4196468 140725787136432 140016003705648 140016469985922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22024192 140725787145288 140725787145481 140725787145481 140725787148239 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2064968 KiB

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

[startup+2497.62 s]
# the end of solver process 1879 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.19 s, system=1.8339 s

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

Child status: 143
Real time (s): 2497.62
CPU time (s): 2520.03
CPU user time (s): 2518.19
CPU system time (s): 1.8339
CPU usage (%): 100.897
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2064968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.19
system time used= 1.8339
maximum resident set size= 2065524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111320
involuntary context switches= 6082


# summary of solver processes directly reported to runsolver:
#   pid: 1879
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2518.19
#   total CPU system time (s): 1.8339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9675 second user time and 23.5695 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-17 23:24:03
IDJOB=4311687
IDBENCH=141045
IDSOLVER=2799
FILE ID=node133/4311687-1534541042
RUNJOBID= node133-1534541042-1855
PBS_JOBID= 21038638
Free space on /tmp= 50424 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311687-1534541042/watcher-4311687-1534541042 -o /tmp/evaluation-result-4311687-1534541042/solver-4311687-1534541042 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1855 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1055105305 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311687-1534541042.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1055105305

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23830276 kB
MemAvailable:   31897292 kB
Buffers:          196244 kB
Cached:          8153464 kB
SwapCached:            4 kB
Active:          4719704 kB
Inactive:        3681168 kB
Active(anon):      32644 kB
Inactive(anon):    88488 kB
Active(file):    4687060 kB
Inactive(file):  3592680 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             72024 kB
Writeback:             0 kB
AnonPages:         59184 kB
Mapped:            19300 kB
Shmem:             66200 kB
Slab:             235012 kB
SReclaimable:     206220 kB
SUnreclaim:        28792 kB
KernelStack:        3264 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 50352 MiB
End job on node133 at 2018-08-18 00:05:40