Trace number 4311689

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.08 2502.94

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-17
0.66/0.56	c seed: 1825016940
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.57	c nbcore: 1
0.66/0.59	c Parsing instance...
6.78/2.88	c Parsing done, starting search...
2520.04/2502.80	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 (13973 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-4311689-1534541043/watcher-4311689-1534541043 -o /tmp/evaluation-result-4311689-1534541043/solver-4311689-1534541043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1856 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1825016940 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311689-1534541043.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=1890, runsolver pid=1883
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.00 0.01 0.05 4/221 1914
/proc/meminfo: memFree=23792420/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14082736 memory=31024 CPUtime=0.1 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 6201 0 0 0 9 1 0 0 20 0 15 0 271667423 14420721664 7756 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3520684 7756 3137 1 0 3482761 0
[pid=1890/tid=1892] ppid=1883 vsize=14082736 memory=4627829660337606006 CPUtime=0.09 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 4374 0 0 0 8 1 0 0 20 0 15 0 271667423 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126694889040 140126672248223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667426 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126162756384 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126161704048 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0.01 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 271667429 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 7888 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31024 KiB

[startup+0.210686 s]*
/proc/loadavg: 0.00 0.01 0.05 7/221 1914
/proc/meminfo: memFree=23761188/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14082736 memory=47528 CPUtime=0.28 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 9952 0 0 0 26 2 0 0 20 0 15 0 271667423 14420721664 11882 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3520684 11882 3323 1 0 3482761 0
[pid=1890/tid=1892] ppid=1883 vsize=14082736 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 7753 0 0 0 18 1 0 0 20 0 15 0 271667423 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126694907296 140126690696598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14082736 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14082736 memory=3979130019093513888 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667426 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126162756384 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126161704048 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) R 1883 1890 1824 0 -1 4202560 388 0 0 0 2 0 0 0 20 0 15 0 271667429 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126159600240 140126690696598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) R 1883 1890 1824 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0.05 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) R 1883 1890 1824 0 -1 4202560 294 0 0 0 5 0 0 0 20 0 15 0 271667429 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126157495152 140126690696598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14082736 memory=140137638233728 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 11882 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47528 KiB

[startup+0.310768 s]*
/proc/loadavg: 0.00 0.01 0.05 3/221 1914
/proc/meminfo: memFree=23754984/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14082736 memory=50920 CPUtime=0.44 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 10368 0 0 0 41 3 0 0 20 0 15 0 271667423 14420721664 12730 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3520684 12730 3373 1 0 3482761 0
[pid=1890/tid=1892] ppid=1883 vsize=14082736 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 8090 0 0 0 27 2 0 0 20 0 15 0 271667423 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126694896176 140126674765150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14082736 memory=140137535210959 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14082736 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14082736 memory=140137638287136 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667426 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14082736 memory=35 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126162756384 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667427 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126161704048 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14082736 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 461 0 0 0 3 0 0 0 20 0 15 0 271667429 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14082736 memory=140137535217935 CPUtime=0.01 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 271667429 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14082736 memory=140137638235607 CPUtime=0.08 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 308 0 0 0 8 0 0 0 20 0 15 0 271667429 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14082736 memory=140137535229391 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14082736 memory=280275173484512 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667430 14420721664 12730 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50920 KiB

[startup+0.700644 s]
/proc/loadavg: 0.00 0.01 0.05 3/221 1914
/proc/meminfo: memFree=23707980/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14084804 memory=88792 CPUtime=0.98 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 17090 0 0 0 94 4 0 0 20 0 15 0 271667423 14422839296 22198 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3521201 22198 3482 1 0 3483273 0
[pid=1890/tid=1892] ppid=1883 vsize=14084804 memory=14892 CPUtime=0.66 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 14411 0 0 0 63 3 0 0 20 0 15 0 271667423 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126694889456 140126674765150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14084804 memory=13920 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14084804 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14084804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14084804 memory=140137535327072 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271667426 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271667427 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126162756384 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271667427 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126161704048 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14084804 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 599 0 0 0 7 0 0 0 20 0 15 0 271667429 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 326 0 0 0 7 0 0 0 20 0 15 0 271667429 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) R 1883 1890 1824 0 -1 4202560 373 0 0 0 15 0 0 0 20 0 15 0 271667429 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126157495152 140126672094671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14084804 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14084804 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667430 14422839296 22198 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88792 KiB

[startup+1.50073 s]
/proc/loadavg: 0.00 0.01 0.05 7/221 1914
/proc/meminfo: memFree=23621968/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14088900 memory=169784 CPUtime=3.43 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 26836 0 0 0 336 7 0 0 20 0 15 0 271667423 14427033600 42446 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3522225 42446 3549 1 0 3484297 0
[pid=1890/tid=1892] ppid=1883 vsize=14088900 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 17484 0 0 0 142 4 0 0 20 0 15 0 271667423 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126694920528 140126672090952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14088900 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14088900 memory=140137535327072 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271667425 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271667425 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 271667426 14427033600 42446 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0

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

[pid=1890/tid=1898] ppid=1883 vsize=14092996 memory=280275071351808 CPUtime=3.49 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 24886 0 0 0 328 21 0 0 20 0 15 0 271667425 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14092996 memory=2322344 CPUtime=1.56 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 21844 0 0 0 142 14 0 0 20 0 15 0 271667426 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126162756448 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126161704064 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14092996 memory=280275072308896 CPUtime=2.83 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 15697 0 0 0 281 2 0 0 20 0 15 0 271667429 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14092996 memory=2322344 CPUtime=2.67 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 13563 0 0 0 266 1 0 0 20 0 15 0 271667429 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14092996 memory=2322344 CPUtime=1.25 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 13843 0 0 0 121 4 0 0 20 0 15 0 271667429 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14092996 memory=1172 CPUtime=0.58 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1867 0 0 0 27 31 0 0 20 0 15 0 271667430 14431227904 580586 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 2398.84 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2322344 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=1890] ppid=1883 vsize=14092996 memory=2324392 CPUtime=2459.19 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 282022 0 0 0 245743 176 0 0 20 0 15 0 271667423 14431227904 581098 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3523249 581098 3600 1 0 3485321 0
[pid=1890/tid=1892] ppid=1883 vsize=14092996 memory=14892 CPUtime=2435.64 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 106042 0 0 0 243512 52 0 0 20 0 15 0 271667423 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126694922752 140126288887792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.61 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 28556 0 0 0 339 22 0 0 20 0 15 0 271667425 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.61 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 24245 0 0 0 340 21 0 0 20 0 15 0 271667425 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.63 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 28077 0 0 0 341 22 0 0 20 0 15 0 271667425 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.63 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 26266 0 0 0 341 22 0 0 20 0 15 0 271667425 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14092996 memory=2324392 CPUtime=1.62 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 22395 0 0 0 148 14 0 0 20 0 15 0 271667426 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126162756448 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14092996 memory=280275071351808 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126161704064 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14092996 memory=2322344 CPUtime=2.83 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 15701 0 0 0 281 2 0 0 20 0 15 0 271667429 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14092996 memory=2322344 CPUtime=2.67 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 13569 0 0 0 266 1 0 0 20 0 15 0 271667429 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14092996 memory=2322344 CPUtime=1.25 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 13849 0 0 0 121 4 0 0 20 0 15 0 271667429 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14092996 memory=2322344 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14092996 memory=2324392 CPUtime=0.6 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1905 0 0 0 28 32 0 0 20 0 15 0 271667430 14431227904 581098 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 2459.19 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2324392 KiB

[startup+2502.3 s]
/proc/loadavg: 1.55 1.47 1.38 3/220 2117
/proc/meminfo: memFree=21297360/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14092996 memory=2326440 CPUtime=2519.53 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 287397 0 0 0 251774 179 0 0 20 0 15 0 271667423 14431227904 581610 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3523249 581610 3600 1 0 3485321 0
[pid=1890/tid=1892] ppid=1883 vsize=14092996 memory=2326440 CPUtime=2495.4 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 107161 0 0 0 249488 52 0 0 20 0 15 0 271667423 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126694922752 140126290164552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.75 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 29309 0 0 0 352 23 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14092996 memory=2324392 CPUtime=3.74 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 25024 0 0 0 352 22 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14092996 memory=2326440 CPUtime=3.76 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 28732 0 0 0 353 23 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14092996 memory=2326440 CPUtime=3.75 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 27710 0 0 0 353 22 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14092996 memory=2326440 CPUtime=1.68 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 22963 0 0 0 153 15 0 0 20 0 15 0 271667426 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14092996 memory=2326440 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126162756448 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14092996 memory=2326440 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126161704064 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14092996 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14092996 memory=8112282956445269571 CPUtime=2.83 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 15705 0 0 0 281 2 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14092996 memory=2326440 CPUtime=2.67 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 13575 0 0 0 266 1 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14092996 memory=2326440 CPUtime=1.25 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 13855 0 0 0 121 4 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14092996 memory=2326440 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14092996 memory=6524 CPUtime=0.61 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1946 0 0 0 28 33 0 0 20 0 15 0 271667430 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 2519.53 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2326440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.8 s]
/proc/loadavg: 1.55 1.47 1.38 3/220 2117
/proc/meminfo: memFree=21297360/32770624 swapFree=67108852/67108860
[pid=1890] ppid=1883 vsize=14092996 memory=2326440 CPUtime=2520.04 cores=1,3,5,7
/proc/1890/stat : 1890 (java) S 1883 1890 1824 0 -1 1077944320 287403 0 0 0 251825 179 0 0 20 0 15 0 271667423 14431227904 581610 33554432000 4194304 4196468 140730934329680 140730934312224 140126690684663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
/proc/1890/statm: 3523249 581610 3600 1 0 3485321 0
[pid=1890/tid=1892] ppid=1883 vsize=14092996 memory=1780 CPUtime=2495.9 cores=1,3,5,7
/proc/1890/task/1892/stat : 1892 (java) R 1883 1890 1824 0 -1 4202560 107162 0 0 0 249538 52 0 0 20 0 15 0 271667423 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126694922704 140126290864518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1895] ppid=1883 vsize=14092996 memory=752 CPUtime=3.75 cores=1,3,5,7
/proc/1890/task/1895/stat : 1895 (java) S 1883 1890 1824 0 -1 1077944384 29309 0 0 0 352 23 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126605753232 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1896] ppid=1883 vsize=14092996 memory=1616 CPUtime=3.74 cores=1,3,5,7
/proc/1890/task/1896/stat : 1896 (java) S 1883 1890 1824 0 -1 1077944384 25026 0 0 0 352 22 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126604700432 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1897] ppid=1883 vsize=14092996 memory=11584 CPUtime=3.76 cores=1,3,5,7
/proc/1890/task/1897/stat : 1897 (java) S 1883 1890 1824 0 -1 1077944384 28733 0 0 0 353 23 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126603648144 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1898] ppid=1883 vsize=14092996 memory=4960 CPUtime=3.75 cores=1,3,5,7
/proc/1890/task/1898/stat : 1898 (java) S 1883 1890 1824 0 -1 1077944384 27710 0 0 0 353 22 0 0 20 0 15 0 271667425 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126602595344 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1900] ppid=1883 vsize=14092996 memory=3840 CPUtime=1.68 cores=1,3,5,7
/proc/1890/task/1900/stat : 1900 (java) S 1883 1890 1824 0 -1 1077944384 22965 0 0 0 153 15 0 0 20 0 15 0 271667426 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126163810416 140126690695810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1901] ppid=1883 vsize=14092996 memory=1280 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1901/stat : 1901 (java) S 1883 1890 1824 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126162756448 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1902] ppid=1883 vsize=14092996 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1902/stat : 1902 (java) S 1883 1890 1824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 271667427 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126161704064 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1909] ppid=1883 vsize=14092996 memory=876 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1909/stat : 1909 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126160652368 140126690703259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1910] ppid=1883 vsize=14092996 memory=3340 CPUtime=2.83 cores=1,3,5,7
/proc/1890/task/1910/stat : 1910 (java) S 1883 1890 1824 0 -1 1077944384 15705 0 0 0 281 2 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126159600240 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1911] ppid=1883 vsize=14092996 memory=1172 CPUtime=2.67 cores=1,3,5,7
/proc/1890/task/1911/stat : 1911 (java) S 1883 1890 1824 0 -1 1077944384 13575 0 0 0 266 1 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126158547440 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1912] ppid=1883 vsize=14092996 memory=3584 CPUtime=1.25 cores=1,3,5,7
/proc/1890/task/1912/stat : 1912 (java) S 1883 1890 1824 0 -1 1077944384 13855 0 0 0 121 4 0 0 20 0 15 0 271667429 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126157495152 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1913] ppid=1883 vsize=14092996 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/1890/task/1913/stat : 1913 (java) S 1883 1890 1824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271667430 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126156442592 140126690694869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
[pid=1890/tid=1914] ppid=1883 vsize=14092996 memory=496 CPUtime=0.61 cores=1,3,5,7
/proc/1890/task/1914/stat : 1914 (java) S 1883 1890 1824 0 -1 1077944384 1946 0 0 0 28 33 0 0 20 0 15 0 271667430 14431227904 581610 33554432000 4194304 4196468 140730934329680 140126155389360 140126690695810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27942912 140730934334536 140730934334729 140730934334729 140730934337487 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 2326440 KiB

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

[startup+2502.94 s]
# the end of solver process 1890 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.26 s, system=1.81423 s

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

[startup+2502.91 s]*
/proc/loadavg: 1.55 1.47 1.38 2/207 2119
/proc/meminfo: memFree=23593524/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2502.94
CPU time (s): 2520.08
CPU user time (s): 2518.26
CPU system time (s): 1.81423
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2922688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.26
system time used= 1.81423
maximum resident set size= 2925932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99280
involuntary context switches= 3500


# summary of solver processes directly reported to runsolver:
#   pid: 1890
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.26
#   total CPU system time (s): 1.81423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4181 second user time and 21.5667 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-17 23:24:03
IDJOB=4311689
IDBENCH=141046
IDSOLVER=2799
FILE ID=node133/4311689-1534541043
RUNJOBID= node133-1534541042-1856
PBS_JOBID= 21038638
Free space on /tmp= 50404 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_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-4311689-1534541043/watcher-4311689-1534541043 -o /tmp/evaluation-result-4311689-1534541043/solver-4311689-1534541043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534541042-1856 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1825016940 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311689-1534541043.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=1825016940

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:        23829484 kB
MemAvailable:   31896500 kB
Buffers:          196244 kB
Cached:          8153464 kB
SwapCached:            4 kB
Active:          4728024 kB
Inactive:        3672848 kB
Active(anon):      32644 kB
Inactive(anon):    88488 kB
Active(file):    4695380 kB
Inactive(file):  3584360 kB
Unevictable:        7068 kB
Mlocked:            7068 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             72412 kB
Writeback:             0 kB
AnonPages:         59572 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:     368452 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:46