Trace number 4309242

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 - Parallel with EPS 2018-08-14? (TO) 2527.15 2520.02

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-11-opt_c18.xml
MD5SUM7994f0224337b533c2c19d764e718377
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark20071.3
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":26},{"degree":5,"count":13},{"degree":6,"count":86},{"degree":7,"count":20},{"degree":8,"count":89},{"degree":9,"count":12},{"degree":10,"count":87},{"degree":11,"count":28},{"degree":12,"count":42},{"degree":13,"count":25},{"degree":14,"count":40},{"degree":15,"count":14},{"degree":16,"count":40},{"degree":17,"count":8},{"degree":18,"count":29},{"degree":19,"count":6},{"degree":20,"count":18},{"degree":21,"count":13},{"degree":22,"count":11},{"degree":23,"count":7},{"degree":24,"count":7},{"degree":25,"count":8},{"degree":26,"count":8},{"degree":28,"count":9},{"degree":29,"count":8},{"degree":30,"count":2},{"degree":31,"count":6},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 1643391708
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
4.22/1.56	c Parsing done, starting search...
2527.12/2520.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13427 MiB free)
  memory of node 1: 16384 MiB (10545 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309242-1534364423/watcher-4309242-1534364423 -o /tmp/evaluation-result-4309242-1534364423/solver-4309242-1534364423 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534361781-454 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1643391708 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309242-1534364423.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=880, runsolver pid=877

[startup+0.10014 s]*
/proc/loadavg: 5.60 7.12 7.77 2/199 905
/proc/meminfo: memFree=24532496/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26103420 memory=29168 CPUtime=0.11 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 6773 0 0 0 10 1 0 0 20 0 20 0 254005528 26729902080 7292 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6525855 7292 3136 1 0 6487932 0
[pid=880/tid=882] ppid=877 vsize=26103420 memory=8318255677412212789 CPUtime=0.09 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 5346 0 0 0 9 0 0 0 20 0 20 0 254005529 26729902080 7820 33554432000 4194304 4196468 140728607681280 140007020804512 140006996847440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26103420 memory=330 CPUtime=0 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7820 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26103420 memory=140571174271415 CPUtime=0 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7820 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7820 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7820 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005531 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006277482016 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006276429168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 7886 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/880/task/903/stat : 903 (java) S 877 880 424 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 254005534 26729902080 7952 33554432000 4194304 4196468 140728607681280 140006203058160 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 7952 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005535 26729902080 7952 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 29168 KiB

[startup+0.210073 s]*
/proc/loadavg: 5.60 7.12 7.77 3/199 905
/proc/meminfo: memFree=24518768/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26103420 memory=42792 CPUtime=0.29 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 10409 0 0 0 27 2 0 0 20 0 20 0 254005528 26729902080 10698 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6525855 10698 3307 1 0 6487932 0
[pid=880/tid=882] ppid=877 vsize=26103420 memory=7882827048052850738 CPUtime=0.19 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 8178 0 0 0 18 1 0 0 20 0 20 0 254005529 26729902080 10698 33554432000 4194304 4196468 140728607681280 140007020798576 140007000614245 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26103420 memory=326 CPUtime=0 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26103420 memory=140571174261498 CPUtime=0 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 254005531 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006277482016 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006276429168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26103420 memory=-1 CPUtime=0.06 cores=0-7
/proc/880/task/903/stat : 903 (java) R 877 880 424 0 -1 4202560 308 0 0 0 6 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006203053840 140006996035003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005535 26729902080 10698 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42792 KiB

[startup+0.309275 s]*
/proc/loadavg: 5.60 7.12 7.77 3/199 905
/proc/meminfo: memFree=24515232/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26103420 memory=46568 CPUtime=0.43 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 10859 0 0 0 40 3 0 0 20 0 20 0 254005528 26729902080 11642 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6525855 11642 3379 1 0 6487932 0
[pid=880/tid=882] ppid=877 vsize=26103420 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 8525 0 0 0 28 1 0 0 20 0 20 0 254005529 26729902080 11642 33554432000 4194304 4196468 140728607681280 140007020732352 140006998134167 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26103420 memory=4294969536 CPUtime=0 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26103420 memory=140571058470159 CPUtime=0 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26103420 memory=281142116870880 CPUtime=0 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 254005531 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26103420 memory=7207 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006277482016 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26103420 memory=1563 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254005532 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006276429168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26103420 memory=409 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26103420 memory=1 CPUtime=0 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26103420 memory=762 CPUtime=0.01 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26103420 memory=161 CPUtime=0.01 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26103420 memory=180 CPUtime=0.08 cores=0-7
/proc/880/task/903/stat : 903 (java) S 877 880 424 0 -1 1077944384 327 0 0 0 8 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006203058160 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26103420 memory=2320255618924949536 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26103420 memory=3617551817894998559 CPUtime=0 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005535 26729902080 11642 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46568 KiB

[startup+0.700832 s]
/proc/loadavg: 5.60 7.12 7.77 2/199 905
/proc/meminfo: memFree=24491988/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26105488 memory=87240 CPUtime=0.98 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 17776 0 0 0 92 6 0 0 20 0 20 0 254005528 26732019712 21810 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6526372 21810 3480 1 0 6488444 0
[pid=880/tid=882] ppid=877 vsize=26105488 memory=281142116784912 CPUtime=0.67 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 15034 0 0 0 63 4 0 0 20 0 20 0 254005529 26732019712 21810 33554432000 4194304 4196468 140728607681280 140007020793920 140007000651102 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26105488 memory=1796 CPUtime=0 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26105488 memory=2148 CPUtime=0 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26105488 memory=1196 CPUtime=0 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005530 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26105488 memory=2404 CPUtime=0 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 254005531 26732019712 21810 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0

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


[startup+2442.3 s]
/proc/loadavg: 1.00 1.04 1.52 2/199 964
/proc/meminfo: memFree=24227616/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26111632 memory=337980 CPUtime=2449.38 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 93278 0 0 0 244867 71 0 0 20 0 20 0 254005528 26738311168 84495 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6527908 84495 3590 1 0 6489980 0
[pid=880/tid=882] ppid=877 vsize=26111632 memory=337980 CPUtime=2442.19 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 38259 0 0 0 244210 9 0 0 20 0 20 0 254005529 26738311168 84495 33554432000 4194304 4196468 140728607681280 140007020799408 140006632358495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26111632 memory=337980 CPUtime=0.05 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1045 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26111632 memory=337980 CPUtime=0.05 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 721 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26111632 memory=337980 CPUtime=0.05 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 175 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26111632 memory=337980 CPUtime=0.06 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 390 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26111632 memory=337980 CPUtime=0.06 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 426 0 0 0 4 2 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26111632 memory=337980 CPUtime=0.06 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 201 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26111632 memory=337980 CPUtime=0.05 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 229 0 0 0 5 0 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26111632 memory=337980 CPUtime=0.07 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1302 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26111632 memory=337980 CPUtime=0.06 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 2081 0 0 0 4 2 0 0 20 0 20 0 254005531 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26111632 memory=3752 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006277482080 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26111632 memory=337980 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006276429184 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26111632 memory=337980 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26111632 memory=3752 CPUtime=1.33 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 7727 0 0 0 131 2 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26111632 memory=69368 CPUtime=1.72 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 11079 0 0 0 170 2 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26111632 memory=2528 CPUtime=1.82 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 11334 0 0 0 180 2 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26111632 memory=1880 CPUtime=0.91 cores=0-7
/proc/880/task/903/stat : 903 (java) S 877 880 424 0 -1 1077944384 15541 0 0 0 89 2 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006203058160 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26111632 memory=337980 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26111632 memory=1500 CPUtime=0.77 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1332 0 0 0 30 47 0 0 20 0 20 0 254005535 26738311168 84495 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 2449.38 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 337980 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.03 1.49 2/199 964
/proc/meminfo: memFree=24225992/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26111632 memory=340028 CPUtime=2509.41 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 94189 0 0 0 250868 73 0 0 20 0 20 0 254005528 26738311168 85007 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6527908 85007 3590 1 0 6489980 0
[pid=880/tid=882] ppid=877 vsize=26111632 memory=340028 CPUtime=2502.19 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 38769 0 0 0 250210 9 0 0 20 0 20 0 254005529 26738311168 85007 33554432000 4194304 4196468 140728607681280 140007020806272 140006632357961 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26111632 memory=340028 CPUtime=0.07 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1049 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26111632 memory=340028 CPUtime=0.05 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 726 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26111632 memory=340028 CPUtime=0.05 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 207 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26111632 memory=340028 CPUtime=0.06 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 393 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26111632 memory=340028 CPUtime=0.07 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 449 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26111632 memory=340028 CPUtime=0.06 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 282 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26111632 memory=340028 CPUtime=0.06 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 281 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26111632 memory=340028 CPUtime=0.07 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1309 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26111632 memory=340028 CPUtime=0.06 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 2212 0 0 0 4 2 0 0 20 0 20 0 254005531 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26111632 memory=3752 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006277482080 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26111632 memory=340028 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006276429184 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26111632 memory=756 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26111632 memory=6947385649911455296 CPUtime=1.33 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 7729 0 0 0 131 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26111632 memory=12552 CPUtime=1.72 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 11081 0 0 0 170 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26111632 memory=5 CPUtime=1.82 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 11336 0 0 0 180 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26111632 memory=5 CPUtime=0.91 cores=0-7
/proc/880/task/903/stat : 903 (java) S 877 880 424 0 -1 1077944384 15544 0 0 0 89 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006203058160 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26111632 memory=69404 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26111632 memory=1796 CPUtime=0.79 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1386 0 0 0 31 48 0 0 20 0 20 0 254005535 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 2509.41 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 340028 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.00 1.03 1.48 2/199 964
/proc/meminfo: memFree=24225992/32770624 swapFree=67108172/67108860
[pid=880] ppid=877 vsize=26111632 memory=340028 CPUtime=2527.12 cores=0-7
/proc/880/stat : 880 (java) S 877 880 424 0 -1 1077944320 94199 0 0 0 252639 73 0 0 20 0 20 0 254005528 26738311168 85007 33554432000 4194304 4196468 140728607681280 140728607663824 140007016570615 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
/proc/880/statm: 6527908 85007 3590 1 0 6489980 0
[pid=880/tid=882] ppid=877 vsize=26111632 memory=1399051139730258233 CPUtime=2519.89 cores=0-7
/proc/880/task/882/stat : 882 (java) R 877 880 424 0 -1 4202560 38773 0 0 0 251980 9 0 0 20 0 20 0 254005529 26738311168 85007 33554432000 4194304 4196468 140728607681280 140007020806272 140006632358622 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=883] ppid=877 vsize=26111632 memory=4126316290023845779 CPUtime=0.07 cores=0-7
/proc/880/task/883/stat : 883 (java) S 877 880 424 0 -1 1077944384 1049 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006969191568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=884] ppid=877 vsize=26111632 memory=1828 CPUtime=0.05 cores=0-7
/proc/880/task/884/stat : 884 (java) S 877 880 424 0 -1 1077944384 726 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006968138768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=885] ppid=877 vsize=26111632 memory=7235710553273362768 CPUtime=0.05 cores=0-7
/proc/880/task/885/stat : 885 (java) S 877 880 424 0 -1 1077944384 207 0 0 0 4 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006967085968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=886] ppid=877 vsize=26111632 memory=6003408702859143019 CPUtime=0.06 cores=0-7
/proc/880/task/886/stat : 886 (java) S 877 880 424 0 -1 1077944384 393 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006966033168 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=890] ppid=877 vsize=26111632 memory=6947385649911455296 CPUtime=0.07 cores=0-7
/proc/880/task/890/stat : 890 (java) S 877 880 424 0 -1 1077944384 449 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006964980368 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=891] ppid=877 vsize=26111632 memory=5672 CPUtime=0.06 cores=0-7
/proc/880/task/891/stat : 891 (java) S 877 880 424 0 -1 1077944384 282 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006963927568 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=892] ppid=877 vsize=26111632 memory=756 CPUtime=0.06 cores=0-7
/proc/880/task/892/stat : 892 (java) S 877 880 424 0 -1 1077944384 281 0 0 0 5 1 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006962874768 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=893] ppid=877 vsize=26111632 memory=13940 CPUtime=0.07 cores=0-7
/proc/880/task/893/stat : 893 (java) S 877 880 424 0 -1 1077944384 1309 0 0 0 5 2 0 0 20 0 20 0 254005530 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006961821968 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=894] ppid=877 vsize=26111632 memory=4108 CPUtime=0.06 cores=0-7
/proc/880/task/894/stat : 894 (java) S 877 880 424 0 -1 1077944384 2212 0 0 0 4 2 0 0 20 0 20 0 254005531 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006278536048 140007016581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=897] ppid=877 vsize=26111632 memory=1408 CPUtime=0 cores=0-7
/proc/880/task/897/stat : 897 (java) S 877 880 424 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006277482080 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=898] ppid=877 vsize=26111632 memory=3408 CPUtime=0 cores=0-7
/proc/880/task/898/stat : 898 (java) S 877 880 424 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 254005532 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006276429184 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=899] ppid=877 vsize=26111632 memory=1828 CPUtime=0 cores=0-7
/proc/880/task/899/stat : 899 (java) S 877 880 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006275377488 140007016589211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=900] ppid=877 vsize=26111632 memory=1020 CPUtime=1.33 cores=0-7
/proc/880/task/900/stat : 900 (java) S 877 880 424 0 -1 1077944384 7729 0 0 0 131 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006274324848 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=901] ppid=877 vsize=26111632 memory=5672 CPUtime=1.72 cores=0-7
/proc/880/task/901/stat : 901 (java) S 877 880 424 0 -1 1077944384 11081 0 0 0 170 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006273272048 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=902] ppid=877 vsize=26111632 memory=756 CPUtime=1.82 cores=0-7
/proc/880/task/902/stat : 902 (java) S 877 880 424 0 -1 1077944384 11336 0 0 0 180 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006272219248 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=903] ppid=877 vsize=26111632 memory=13940 CPUtime=0.91 cores=0-7
/proc/880/task/903/stat : 903 (java) S 877 880 424 0 -1 1077944384 15544 0 0 0 89 2 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006203058160 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=904] ppid=877 vsize=26111632 memory=1408 CPUtime=0 cores=0-7
/proc/880/task/904/stat : 904 (java) S 877 880 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254005534 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006202006624 140007016580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
[pid=880/tid=905] ppid=877 vsize=26111632 memory=3408 CPUtime=0.79 cores=0-7
/proc/880/task/905/stat : 905 (java) S 877 880 424 0 -1 1077944384 1392 0 0 0 31 48 0 0 20 0 20 0 254005535 26738311168 85007 33554432000 4194304 4196468 140728607681280 140006200953904 140007016581762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 29052928 140728607687757 140728607687941 140728607687941 140728607690703 0
Current children cumulated CPU time: 2527.12 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 340028 KiB

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

[startup+2520.02 s]
# the end of solver process 880 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2526.41 s, system=0.741094 s

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

Child status: 143
Real time (s): 2520.02
CPU time (s): 2527.15
CPU user time (s): 2526.41
CPU system time (s): 0.741094
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 340028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2526.41
system time used= 0.741094
maximum resident set size= 340528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59381
involuntary context switches= 788


# summary of solver processes directly reported to runsolver:
#   pid: 880
#   total CPU time (s): 2527.15
#   total CPU user time (s): 2526.41
#   total CPU system time (s): 0.741094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9028 second user time and 21.7902 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 22:20:23
IDJOB=4309242
IDBENCH=141192
IDSOLVER=2793
FILE ID=node136/4309242-1534364423
RUNJOBID= node136-1534361781-454
PBS_JOBID= 21038264
Free space on /tmp= 46332 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-11-opt_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309242-1534364423/watcher-4309242-1534364423 -o /tmp/evaluation-result-4309242-1534364423/solver-4309242-1534364423 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534361781-454 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1643391708 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309242-1534364423.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7994f0224337b533c2c19d764e718377
RANDOM SEED=1643391708

node136.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.50
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.50
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.50
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.50
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:        24549788 kB
MemAvailable:   31893620 kB
Buffers:          150640 kB
Cached:          7440404 kB
SwapCached:           16 kB
Active:          3949340 kB
Inactive:        3695016 kB
Active(anon):       5048 kB
Inactive(anon):   108728 kB
Active(file):    3944292 kB
Inactive(file):  3586288 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             35948 kB
Writeback:             0 kB
AnonPages:        119092 kB
Mapped:            55840 kB
Shmem:             57768 kB
Slab:             269724 kB
SReclaimable:     241712 kB
SUnreclaim:        28012 kB
KernelStack:        3536 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46296 MiB
End job on node136 at 2018-08-15 23:02:24