Trace number 4308345

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-14? (TO) 2520.09 2499.53

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-02-0250_c18.xml
MD5SUM9ab3e648243ddfeac66c66819bd63413
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40498440
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables4758
Number of constraints3055
Number of domains59
Minimum domain size1
Maximum domain size105
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1667},{"size":11,"count":1419},{"size":12,"count":1},{"size":21,"count":41},{"size":23,"count":11},{"size":32,"count":14},{"size":39,"count":42},{"size":41,"count":3},{"size":42,"count":5},{"size":47,"count":7},{"size":48,"count":8},{"size":49,"count":5},{"size":51,"count":12},{"size":53,"count":32},{"size":54,"count":10},{"size":55,"count":22},{"size":56,"count":8},{"size":57,"count":35},{"size":58,"count":37},{"size":59,"count":5},{"size":60,"count":10},{"size":61,"count":1},{"size":62,"count":14},{"size":63,"count":56},{"size":64,"count":19},{"size":65,"count":18},{"size":67,"count":34},{"size":69,"count":56},{"size":70,"count":15},{"size":71,"count":22},{"size":73,"count":14},{"size":76,"count":3},{"size":77,"count":19},{"size":82,"count":34},{"size":83,"count":32},{"size":84,"count":22},{"size":89,"count":29},{"size":90,"count":74},{"size":92,"count":126},{"size":95,"count":73},{"size":96,"count":86},{"size":97,"count":47},{"size":99,"count":20},{"size":102,"count":70},{"size":105,"count":478}]
Minimum variable degree2
Maximum variable degree1420
Distribution of variable degrees[{"degree":2,"count":4257},{"degree":3,"count":3},{"degree":4,"count":4},{"degree":5,"count":7},{"degree":6,"count":19},{"degree":7,"count":25},{"degree":8,"count":23},{"degree":9,"count":30},{"degree":10,"count":39},{"degree":11,"count":41},{"degree":12,"count":49},{"degree":13,"count":55},{"degree":14,"count":52},{"degree":15,"count":51},{"degree":16,"count":64},{"degree":17,"count":38},{"degree":1420,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":217},{"arity":3,"count":1419},{"arity":6,"count":1419}]
Number of extensional constraints1419
Number of intensional constraints1636
Distribution of constraint types[{"type":"extension","count":1419},{"type":"intension","count":1636}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 935247336
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
27.56/15.50	c Parsing done, starting search...
2520.05/2499.50	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 (11228 MiB free)
  memory of node 1: 16384 MiB (10970 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308345-1534288092/watcher-4308345-1534288092 -o /tmp/evaluation-result-4308345-1534288092/solver-4308345-1534288092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13936 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 935247336 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308345-1534288092.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=15820, runsolver pid=15817
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 1.22 1.26 1.34 3/215 15835
/proc/meminfo: memFree=22713004/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14082736 memory=31528 CPUtime=0.12 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 6795 0 0 0 11 1 0 0 20 0 15 0 246372415 14420721664 7882 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3520684 7882 3152 1 0 3482761 0
[pid=15820/tid=15822] ppid=15817 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 4840 0 0 0 8 1 0 0 20 0 15 0 246372415 14420721664 7882 33554432000 4194304 4196468 140735228190688 140234165913584 140234145760606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14082736 memory=5793855336929192377 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 7882 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 7882 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 7882 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 7882 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246372417 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233140602400 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233139549552 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 246372420 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0.01 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 246372420 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 7882 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31528 KiB

[startup+0.211323 s]*
/proc/loadavg: 1.22 1.26 1.34 7/215 15835
/proc/meminfo: memFree=22697624/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14082736 memory=47328 CPUtime=0.3 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 10458 0 0 0 28 2 0 0 20 0 15 0 246372415 14420721664 11832 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3520684 11832 3369 1 0 3482761 0
[pid=15820/tid=15822] ppid=15817 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 8168 0 0 0 18 2 0 0 20 0 15 0 246372415 14420721664 11832 33554432000 4194304 4196468 140735228190688 140234165902928 140234145723749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14082736 memory=4211973812124089738 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 11832 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 11832 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 11832 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 11832 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246372417 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233140602400 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233139549552 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 540 0 0 0 2 0 0 0 20 0 15 0 246372420 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 15 0 246372420 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0.05 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) R 15817 15820 12120 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 15 0 246372420 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233135336568 140234143243694 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 11832 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47328 KiB

[startup+0.310438 s]*
/proc/loadavg: 1.22 1.26 1.34 3/215 15835
/proc/meminfo: memFree=22694460/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14082736 memory=50916 CPUtime=0.43 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 10816 0 0 0 41 2 0 0 20 0 15 0 246372415 14420721664 12729 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3520684 12729 3408 1 0 3482761 0
[pid=15820/tid=15822] ppid=15817 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 8499 0 0 0 28 2 0 0 20 0 15 0 246372415 14420721664 12729 33554432000 4194304 4196468 140735228190688 140234165869392 140234143243663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14082736 memory=4211973812124089738 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 12729 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14082736 memory=140085919301565 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 12729 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14082736 memory=140085794298216 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 12729 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14082736 memory=140085794295247 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246372416 14420721664 12729 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14082736 memory=140085919311347 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246372417 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14082736 memory=140085794304431 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233140602400 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14082736 memory=280171588599696 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246372418 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233139549552 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14082736 memory=280171588597392 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 545 0 0 0 2 0 0 0 20 0 15 0 246372420 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 246372420 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0.07 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 311 0 0 0 7 0 0 0 20 0 15 0 246372420 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14082736 memory=140085919299200 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372421 14420721664 12729 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50916 KiB

[startup+0.700772 s]
/proc/loadavg: 1.22 1.26 1.34 5/215 15835
/proc/meminfo: memFree=22670028/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14084804 memory=88952 CPUtime=0.99 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 17638 0 0 0 95 4 0 0 20 0 15 0 246372415 14422839296 22238 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3521201 22238 3496 1 0 3483273 0
[pid=15820/tid=15822] ppid=15817 vsize=14084804 memory=1120 CPUtime=0.68 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 14933 0 0 0 64 4 0 0 20 0 15 0 246372415 14422839296 22238 33554432000 4194304 4196468 140735228190688 140234165904224 140234145760606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14084804 memory=6064 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14422839296 22238 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14422839296 22238 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372416 14422839296 22238 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246372416 14422839296 22238 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246372417 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233140602400 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246372418 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233139549552 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14084804 memory=220 CPUtime=0.07 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 690 0 0 0 7 0 0 0 20 0 15 0 246372420 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 239 0 0 0 7 0 0 0 20 0 15 0 246372420 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14084804 memory=698 CPUtime=0.15 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 393 0 0 0 15 0 0 0 20 0 15 0 246372420 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14084804 memory=280171588783600 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246372421 14422839296 22238 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88952 KiB

[startup+1.50084 s]
/proc/loadavg: 1.22 1.26 1.34 3/215 15835
/proc/meminfo: memFree=22430480/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14086852 memory=381720 CPUtime=3.27 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 20610 0 0 0 299 28 0 0 20 0 15 0 246372415 14424936448 95430 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3521713 95430 3562 1 0 3483785 0
[pid=15820/tid=15822] ppid=15817 vsize=14086852 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 15407 0 0 0 130 8 0 0 20 0 15 0 246372415 14424936448 95430 33554432000 4194304 4196468 140735228190688 140234165916032 140233790368406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14086852 memory=-6585528546044026665 CPUtime=0.08 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 130 0 0 0 4 4 0 0 20 0 15 0 246372416 14424936448 95430 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14086852 memory=-6007061419333935973 CPUtime=0.06 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 15 0 246372416 14424936448 95430 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14086852 memory=-7665519475289969198 CPUtime=0.07 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 204 0 0 0 3 4 0 0 20 0 15 0 246372416 14424936448 95430 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14086852 memory=4946530875449645952 CPUtime=0.08 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 124 0 0 0 4 4 0 0 20 0 15 0 246372416 14424936448 95430 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14086852 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 246372417 14424936448 95430 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0

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

/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 426035 0 0 0 237748 104 0 0 20 0 15 0 246372415 14429130752 568831 33554432000 4194304 4196468 140735228190688 140234165918048 140233788470207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14090948 memory=2276352 CPUtime=3.41 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 54562 0 0 0 289 52 0 0 20 0 15 0 246372416 14429130752 568831 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14090948 memory=2276348 CPUtime=3.42 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 50971 0 0 0 290 52 0 0 20 0 15 0 246372416 14429130752 568831 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14090948 memory=2276868 CPUtime=3.41 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 57565 0 0 0 289 52 0 0 20 0 15 0 246372416 14429130752 568831 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14090948 memory=2275324 CPUtime=3.41 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 52413 0 0 0 288 53 0 0 20 0 15 0 246372416 14429130752 568831 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14090948 memory=2275324 CPUtime=0.31 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 17153 0 0 0 22 9 0 0 20 0 15 0 246372417 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14090948 memory=2275324 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233140602464 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14090948 memory=2276348 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233139549568 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14090948 memory=2275324 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14090948 memory=6068 CPUtime=3.29 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 13720 0 0 0 327 2 0 0 20 0 15 0 246372420 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14090948 memory=2280972 CPUtime=3.35 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 11832 0 0 0 334 1 0 0 20 0 15 0 246372420 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14090948 memory=2275324 CPUtime=1.22 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 10059 0 0 0 119 3 0 0 20 0 15 0 246372420 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14090948 memory=1088 CPUtime=1.38 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 2384 0 0 0 55 83 0 0 20 0 15 0 246372421 14429130752 568831 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 2401.82 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2275324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.66 1.78 3/215 15929
/proc/meminfo: memFree=19879228/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14090948 memory=2241460 CPUtime=2462.38 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 713593 0 0 0 245832 406 0 0 20 0 15 0 246372415 14429130752 560365 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3522737 560365 3607 1 0 3484809 0
[pid=15820/tid=15822] ppid=15817 vsize=14090948 memory=2243512 CPUtime=2438.28 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 433508 0 0 0 243723 105 0 0 20 0 15 0 246372415 14429130752 560365 33554432000 4194304 4196468 140735228190688 140234165918272 140233788470861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14090948 memory=2245052 CPUtime=3.59 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 56451 0 0 0 307 52 0 0 20 0 15 0 246372416 14429130752 560365 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14090948 memory=2246592 CPUtime=3.59 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 53137 0 0 0 307 52 0 0 20 0 15 0 246372416 14429130752 560365 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14090948 memory=2269164 CPUtime=3.58 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 59433 0 0 0 306 52 0 0 20 0 15 0 246372416 14429130752 560365 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14090948 memory=2246592 CPUtime=3.6 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 53936 0 0 0 306 54 0 0 20 0 15 0 246372416 14429130752 560365 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14090948 memory=2245564 CPUtime=0.35 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 17680 0 0 0 25 10 0 0 20 0 15 0 246372417 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14090948 memory=2245052 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233140602464 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14090948 memory=2242488 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233139549568 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14090948 memory=2242488 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14090948 memory=2242488 CPUtime=3.29 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 13726 0 0 0 327 2 0 0 20 0 15 0 246372420 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14090948 memory=2242488 CPUtime=3.35 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 11836 0 0 0 334 1 0 0 20 0 15 0 246372420 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14090948 memory=2242488 CPUtime=1.22 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 10065 0 0 0 119 3 0 0 20 0 15 0 246372420 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14090948 memory=2242488 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14090948 memory=66924 CPUtime=1.41 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 2423 0 0 0 56 85 0 0 20 0 15 0 246372421 14429130752 560365 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 2462.38 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2241460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.5 s]
/proc/loadavg: 1.59 1.67 1.78 3/214 15961
/proc/meminfo: memFree=19657584/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14090948 memory=2236328 CPUtime=2520.05 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 733721 0 0 0 251596 409 0 0 20 0 15 0 246372415 14429130752 559082 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3522737 559082 3607 1 0 3484809 0
[pid=15820/tid=15822] ppid=15817 vsize=14090948 memory=2237352 CPUtime=2495.28 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 446071 0 0 0 249422 106 0 0 20 0 15 0 246372415 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234165918272 140233799192726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14090948 memory=2238380 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 57899 0 0 0 322 52 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14090948 memory=2236840 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 54970 0 0 0 322 52 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14090948 memory=2236328 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 61924 0 0 0 321 53 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14090948 memory=752 CPUtime=3.75 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 55425 0 0 0 321 54 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0.38 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 17955 0 0 0 28 10 0 0 20 0 15 0 246372417 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233140602464 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233139549568 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14090948 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14090948 memory=372 CPUtime=3.29 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 13729 0 0 0 327 2 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14090948 memory=373 CPUtime=3.35 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 11838 0 0 0 334 1 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14090948 memory=2236840 CPUtime=1.22 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 10068 0 0 0 119 3 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14090948 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14090948 memory=2236840 CPUtime=1.45 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 2444 0 0 0 58 87 0 0 20 0 15 0 246372421 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2236328 KiB

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

[startup+2499.53 s]
# the end of solver process 15820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.97 s, system=4.12191 s

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

[startup+2499.5 s]
/proc/loadavg: 1.59 1.67 1.78 3/214 15961
/proc/meminfo: memFree=19657584/32770624 swapFree=67108524/67108860
[pid=15820] ppid=15817 vsize=14090948 memory=2236328 CPUtime=2520.05 cores=1,3,5,7
/proc/15820/stat : 15820 (java) S 15817 15820 12120 0 -1 1077944320 733721 0 0 0 251596 409 0 0 20 0 15 0 246372415 14429130752 559082 33554432000 4194304 4196468 140735228190688 140735228173232 140234161680119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
/proc/15820/statm: 3522737 559082 3607 1 0 3484809 0
[pid=15820/tid=15822] ppid=15817 vsize=14090948 memory=2237352 CPUtime=2495.28 cores=1,3,5,7
/proc/15820/task/15822/stat : 15822 (java) R 15817 15820 12120 0 -1 4202560 446071 0 0 0 249422 106 0 0 20 0 15 0 246372415 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234165918272 140233799192726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15823] ppid=15817 vsize=14090948 memory=2238380 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15823/stat : 15823 (java) S 15817 15820 12120 0 -1 1077944384 57899 0 0 0 322 52 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234114300560 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15824] ppid=15817 vsize=14090948 memory=2236840 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15824/stat : 15824 (java) S 15817 15820 12120 0 -1 1077944384 54970 0 0 0 322 52 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234113247760 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15825] ppid=15817 vsize=14090948 memory=2236328 CPUtime=3.74 cores=1,3,5,7
/proc/15820/task/15825/stat : 15825 (java) S 15817 15820 12120 0 -1 1077944384 61924 0 0 0 321 53 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234112194960 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15826] ppid=15817 vsize=14090948 memory=752 CPUtime=3.75 cores=1,3,5,7
/proc/15820/task/15826/stat : 15826 (java) S 15817 15820 12120 0 -1 1077944384 55425 0 0 0 321 54 0 0 20 0 15 0 246372416 14429130752 559082 33554432000 4194304 4196468 140735228190688 140234111142160 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15827] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0.38 cores=1,3,5,7
/proc/15820/task/15827/stat : 15827 (java) S 15817 15820 12120 0 -1 1077944384 17955 0 0 0 28 10 0 0 20 0 15 0 246372417 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233141656432 140234161691266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15828] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15828/stat : 15828 (java) S 15817 15820 12120 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233140602464 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15829] ppid=15817 vsize=14090948 memory=2236840 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15829/stat : 15829 (java) S 15817 15820 12120 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 246372418 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233139549568 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15830] ppid=15817 vsize=14090948 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15830/stat : 15830 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233138497872 140234161698715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15831] ppid=15817 vsize=14090948 memory=372 CPUtime=3.29 cores=1,3,5,7
/proc/15820/task/15831/stat : 15831 (java) S 15817 15820 12120 0 -1 1077944384 13729 0 0 0 327 2 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233137445232 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15832] ppid=15817 vsize=14090948 memory=373 CPUtime=3.35 cores=1,3,5,7
/proc/15820/task/15832/stat : 15832 (java) S 15817 15820 12120 0 -1 1077944384 11838 0 0 0 334 1 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233136392432 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15833] ppid=15817 vsize=14090948 memory=2236840 CPUtime=1.22 cores=1,3,5,7
/proc/15820/task/15833/stat : 15833 (java) S 15817 15820 12120 0 -1 1077944384 10068 0 0 0 119 3 0 0 20 0 15 0 246372420 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233135339632 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15834] ppid=15817 vsize=14090948 memory=3712 CPUtime=0 cores=1,3,5,7
/proc/15820/task/15834/stat : 15834 (java) S 15817 15820 12120 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246372421 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233134287072 140234161690325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
[pid=15820/tid=15835] ppid=15817 vsize=14090948 memory=2236840 CPUtime=1.45 cores=1,3,5,7
/proc/15820/task/15835/stat : 15835 (java) S 15817 15820 12120 0 -1 1077944384 2444 0 0 0 58 87 0 0 20 0 15 0 246372421 14429130752 559082 33554432000 4194304 4196468 140735228190688 140233133235376 140234161691266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140735228191817 140735228192009 140735228192009 140735228194767 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2236328 KiB

Child status: 143
Real time (s): 2499.53
CPU time (s): 2520.09
CPU user time (s): 2515.97
CPU system time (s): 4.12191
CPU usage (%): 100.823
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 4530708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.97
system time used= 4.12191
maximum resident set size= 4530776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 734296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63148
involuntary context switches= 1336


# summary of solver processes directly reported to runsolver:
#   pid: 15820
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.97
#   total CPU system time (s): 4.12191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9865 second user time and 21.9838 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 01:08:12
IDJOB=4308345
IDBENCH=141264
IDSOLVER=2791
FILE ID=node107/4308345-1534288092
RUNJOBID= node107-1534270595-13936
PBS_JOBID= 21038126
Free space on /tmp= 42136 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-02-0250_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308345-1534288092/watcher-4308345-1534288092 -o /tmp/evaluation-result-4308345-1534288092/solver-4308345-1534288092 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534270595-13936 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 935247336 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308345-1534288092.xml

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

MD5SUM BENCH= 9ab3e648243ddfeac66c66819bd63413
RANDOM SEED=935247336

node107.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.40
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.40
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.40
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.40
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:        22731608 kB
MemAvailable:   29997960 kB
Buffers:          193560 kB
Cached:          7293528 kB
SwapCached:           20 kB
Active:          5968064 kB
Inactive:        3478672 kB
Active(anon):    1908680 kB
Inactive(anon):   103184 kB
Active(file):    4059384 kB
Inactive(file):  3375488 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:            103904 kB
Writeback:             0 kB
AnonPages:       1966516 kB
Mapped:            67752 kB
Shmem:             49632 kB
Slab:             288320 kB
SReclaimable:     259940 kB
SUnreclaim:        28380 kB
KernelStack:        3520 kB
PageTables:         9324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3451748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1841152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42100 MiB
End job on node107 at 2018-08-15 01:49:52