Trace number 4298094

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 NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29? (TO) 2520.05 2505.82

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f04_c18.xml
MD5SUM297c804b8c4092219cf99e305dde67fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.84628
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.02/2505.80	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298094-1532746223/watcher-4298094-1532746223 -o /tmp/evaluation-result-4298094-1532746223/solver-4298094-1532746223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26123 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298094-1532746223.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=26600, runsolver pid=26597
Current StackSize limit: 8192 KiB


[startup+0.100596 s]*
/proc/loadavg: 1.34 1.40 1.50 3/216 26615
/proc/meminfo: memFree=24751420/32770624 swapFree=67028060/67108860
[pid=26600] ppid=26597 vsize=10661056 memory=27908 CPUtime=0.13 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 5371 0 0 0 12 1 0 0 20 0 15 0 92185510 10916921344 6977 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665264 6977 2846 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661056 memory=-8269626465541068154 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 3256 0 0 0 9 0 0 0 20 0 15 0 92185511 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456690783024 140456664557803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92185513 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92185513 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456245330976 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92185514 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0.01 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) R 26597 26600 26091 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456240069232 140456664557712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 6977 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27908 KiB

[startup+0.210663 s]*
/proc/loadavg: 1.34 1.40 1.50 5/216 26615
/proc/meminfo: memFree=24740080/32770624 swapFree=67028060/67108860
[pid=26600] ppid=26597 vsize=10661056 memory=39844 CPUtime=0.33 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 8092 0 0 0 31 2 0 0 20 0 15 0 92185510 10916921344 9961 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665264 9961 2953 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) S 26597 26600 26091 0 -1 1077944384 5146 0 0 0 18 1 0 0 20 0 15 0 92185511 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456690792880 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661056 memory=342 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661056 memory=140128690888044 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92185512 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92185513 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92185513 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456245330976 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92185514 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 699 0 0 0 2 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) R 26597 26600 26091 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0.08 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) R 26597 26600 26091 0 -1 4202560 841 0 0 0 8 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456240069232 140456665146993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661056 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185516 10916921344 9961 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39844 KiB

[startup+0.311456 s]*
/proc/loadavg: 1.34 1.40 1.50 5/216 26615
/proc/meminfo: memFree=24726932/32770624 swapFree=67028060/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=57512 CPUtime=0.65 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 10418 0 0 0 62 3 0 0 20 0 15 0 92185510 10916999168 14378 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 14378 3071 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=7022364594140610616 CPUtime=0.28 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 5605 0 0 0 27 1 0 0 20 0 15 0 92185511 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456690791968 140456686566806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=140128690887977 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456245330976 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) R 26597 26600 26091 0 -1 1077944384 1150 0 0 0 9 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 999 0 0 0 9 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456241122128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=140128690861696 CPUtime=0.15 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) R 26597 26600 26091 0 -1 4202560 1296 0 0 0 15 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456240069232 140456670635358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=140128690861696 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 14378 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 57512 KiB

[startup+0.701366 s]
/proc/loadavg: 1.34 1.40 1.50 5/216 26615
/proc/meminfo: memFree=24595000/32770624 swapFree=67028060/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=189712 CPUtime=1.89 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 13846 0 0 0 184 5 0 0 20 0 15 0 92185510 10916999168 47428 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 47428 3106 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=254404737399630 CPUtime=0.66 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 5821 0 0 0 63 3 0 0 20 0 15 0 92185511 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456690790752 140456686566806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=288230376152200162 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 92185512 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456245330976 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) R 26597 26600 26091 0 -1 4202560 2082 0 0 0 37 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456242160928 140456671678906 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) R 26597 26600 26091 0 -1 4202560 1813 0 0 0 41 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456241107904 140456670868417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) S 26597 26600 26091 0 -1 1077944384 2717 0 0 0 40 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456240069232 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 47428 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 189712 KiB

[startup+1.50141 s]
/proc/loadavg: 1.34 1.40 1.50 4/216 26615
/proc/meminfo: memFree=24567948/32770624 swapFree=67028060/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=642708 CPUtime=3.7 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 15360 0 0 0 343 27 0 0 20 0 15 0 92185510 10916999168 160677 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 160677 3152 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=9169 CPUtime=1.36 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 6053 0 0 0 128 8 0 0 20 0 15 0 92185511 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456690791112 140456324495015 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 155 0 0 0 4 4 0 0 20 0 15 0 92185512 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 85 0 0 0 5 4 0 0 20 0 15 0 92185512 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 145 0 0 0 5 4 0 0 20 0 15 0 92185512 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 154 0 0 0 5 4 0 0 20 0 15 0 92185512 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 473 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 160677 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0

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

/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 69104 0 0 0 237670 45 0 0 20 0 15 0 92185511 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456690794064 140456325663503 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=2315404 CPUtime=3.18 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 15134 0 0 0 291 27 0 0 20 0 15 0 92185512 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=2315404 CPUtime=3.2 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 18557 0 0 0 292 28 0 0 20 0 15 0 92185512 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=2315404 CPUtime=3.21 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 17200 0 0 0 294 27 0 0 20 0 15 0 92185512 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=0 CPUtime=3.18 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 16146 0 0 0 288 30 0 0 20 0 15 0 92185512 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=2315404 CPUtime=1.01 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 14922 0 0 0 93 8 0 0 20 0 15 0 92185513 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456245331040 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=2315404 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=2315404 CPUtime=1.71 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 6513 0 0 0 169 2 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=2315404 CPUtime=1.55 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 5623 0 0 0 154 1 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=824 CPUtime=0.61 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) S 26597 26600 26091 0 -1 1077944384 3756 0 0 0 60 1 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456240069232 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=2315404 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1558 0 0 0 37 45 0 0 20 0 15 0 92185516 10916999168 578851 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 2395.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2315404 KiB

[startup+2442.3 s]
/proc/loadavg: 1.15 1.28 1.44 3/216 26791
/proc/meminfo: memFree=22365980/32770624 swapFree=67028084/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=2319500 CPUtime=2456.1 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 172791 0 0 0 245406 204 0 0 20 0 15 0 92185510 10916999168 579875 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 579875 3161 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=2319500 CPUtime=2436.89 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 69728 0 0 0 243644 45 0 0 20 0 15 0 92185511 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456690794224 140456325662742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=2319500 CPUtime=3.33 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 15499 0 0 0 306 27 0 0 20 0 15 0 92185512 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=2319500 CPUtime=3.35 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 19342 0 0 0 307 28 0 0 20 0 15 0 92185512 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=2319500 CPUtime=3.35 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 17807 0 0 0 308 27 0 0 20 0 15 0 92185512 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=2317452 CPUtime=3.32 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 16318 0 0 0 302 30 0 0 20 0 15 0 92185512 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=2317452 CPUtime=1.06 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 15203 0 0 0 98 8 0 0 20 0 15 0 92185513 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=2319500 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456245331040 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=2319500 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=2319500 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=2319500 CPUtime=1.71 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 6517 0 0 0 169 2 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=2317452 CPUtime=1.55 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 5627 0 0 0 154 1 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=7525916768997500010 CPUtime=0.61 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) S 26597 26600 26091 0 -1 1077944384 3760 0 0 0 60 1 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456240069232 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=23104 CPUtime=0.85 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1587 0 0 0 38 47 0 0 20 0 15 0 92185516 10916999168 579875 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 2456.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2319500 KiB

[startup+2502.3 s]
/proc/loadavg: 1.03 1.21 1.41 3/216 26792
/proc/meminfo: memFree=22363436/32770624 swapFree=67028084/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=2321548 CPUtime=2516.49 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 176615 0 0 0 251442 207 0 0 20 0 15 0 92185510 10916999168 580387 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 580387 3161 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=3544 CPUtime=2496.63 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 70495 0 0 0 249618 45 0 0 20 0 15 0 92185511 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456690794304 140456325661381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=2321548 CPUtime=3.46 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 16145 0 0 0 319 27 0 0 20 0 15 0 92185512 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=2321548 CPUtime=3.49 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 20172 0 0 0 320 29 0 0 20 0 15 0 92185512 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=2321548 CPUtime=3.49 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 18317 0 0 0 322 27 0 0 20 0 15 0 92185512 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=2321548 CPUtime=3.47 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 16947 0 0 0 316 31 0 0 20 0 15 0 92185512 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=2321548 CPUtime=1.11 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 15591 0 0 0 102 9 0 0 20 0 15 0 92185513 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=2321548 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456245331040 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=2321548 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=2321548 CPUtime=1.71 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 6523 0 0 0 169 2 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=2321548 CPUtime=1.55 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 5633 0 0 0 154 1 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=2321548 CPUtime=0.61 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) S 26597 26600 26091 0 -1 1077944384 3766 0 0 0 60 1 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456240069232 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=2321548 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=2321548 CPUtime=0.87 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1623 0 0 0 39 48 0 0 20 0 15 0 92185516 10916999168 580387 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 2516.49 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2321548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.8 s]
/proc/loadavg: 1.03 1.21 1.41 3/216 26792
/proc/meminfo: memFree=22361380/32770624 swapFree=67028084/67108860
[pid=26600] ppid=26597 vsize=10661132 memory=2323596 CPUtime=2520.02 cores=1,3,5,7
/proc/26600/stat : 26600 (java) S 26597 26600 26091 0 -1 1077944320 176657 0 0 0 251795 207 0 0 20 0 15 0 92185510 10916999168 580899 33554432000 4194304 4196468 140723245984816 140723245967360 140456686554871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
/proc/26600/statm: 2665283 580899 3161 1 0 2627263 0
[pid=26600/tid=26602] ppid=26597 vsize=10661132 memory=2321548 CPUtime=2500.12 cores=1,3,5,7
/proc/26600/task/26602/stat : 26602 (java) R 26597 26600 26091 0 -1 4202560 70500 0 0 0 249967 45 0 0 20 0 15 0 92185511 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456690794304 140456325737473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26603] ppid=26597 vsize=10661132 memory=3544 CPUtime=3.48 cores=1,3,5,7
/proc/26600/task/26603/stat : 26603 (java) S 26597 26600 26091 0 -1 1077944384 16165 0 0 0 320 28 0 0 20 0 15 0 92185512 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456639175824 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26604] ppid=26597 vsize=10661132 memory=5216 CPUtime=3.5 cores=1,3,5,7
/proc/26600/task/26604/stat : 26604 (java) S 26597 26600 26091 0 -1 1077944384 20176 0 0 0 321 29 0 0 20 0 15 0 92185512 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456292441104 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26605] ppid=26597 vsize=10661132 memory=12772 CPUtime=3.5 cores=1,3,5,7
/proc/26600/task/26605/stat : 26605 (java) S 26597 26600 26091 0 -1 1077944384 18325 0 0 0 323 27 0 0 20 0 15 0 92185512 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456291388304 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26606] ppid=26597 vsize=10661132 memory=1332 CPUtime=3.47 cores=1,3,5,7
/proc/26600/task/26606/stat : 26606 (java) S 26597 26600 26091 0 -1 1077944384 16949 0 0 0 316 31 0 0 20 0 15 0 92185512 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456290335504 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26607] ppid=26597 vsize=10661132 memory=1508 CPUtime=1.12 cores=1,3,5,7
/proc/26600/task/26607/stat : 26607 (java) S 26597 26600 26091 0 -1 1077944384 15594 0 0 0 103 9 0 0 20 0 15 0 92185513 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456246385008 140456686566018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26608] ppid=26597 vsize=10661132 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26608/stat : 26608 (java) S 26597 26600 26091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92185513 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456245331040 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26609] ppid=26597 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26609/stat : 26609 (java) S 26597 26600 26091 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92185514 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456244278128 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26610] ppid=26597 vsize=10661132 memory=12772 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26610/stat : 26610 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456243226448 140456686573467 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26611] ppid=26597 vsize=10661132 memory=1332 CPUtime=1.71 cores=1,3,5,7
/proc/26600/task/26611/stat : 26611 (java) S 26597 26600 26091 0 -1 1077944384 6523 0 0 0 169 2 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456242174832 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26612] ppid=26597 vsize=10661132 memory=1508 CPUtime=1.55 cores=1,3,5,7
/proc/26600/task/26612/stat : 26612 (java) S 26597 26600 26091 0 -1 1077944384 5633 0 0 0 154 1 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456241122032 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26613] ppid=26597 vsize=10661132 memory=3328 CPUtime=0.61 cores=1,3,5,7
/proc/26600/task/26613/stat : 26613 (java) S 26597 26600 26091 0 -1 1077944384 3766 0 0 0 60 1 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456240069232 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26614] ppid=26597 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26600/task/26614/stat : 26614 (java) S 26597 26600 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456239016672 140456686565077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
[pid=26600/tid=26615] ppid=26597 vsize=10661132 memory=1760 CPUtime=0.87 cores=1,3,5,7
/proc/26600/task/26615/stat : 26615 (java) S 26597 26600 26091 0 -1 1077944384 1623 0 0 0 39 48 0 0 20 0 15 0 92185516 10916999168 580899 33554432000 4194304 4196468 140723245984816 140456237963952 140456686566018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140723245986933 140723245987081 140723245987081 140723245989839 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2323596 KiB

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

[startup+2505.82 s]
# the end of solver process 26600 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.96 s, system=2.08701 s

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

Child status: 143
Real time (s): 2505.82
CPU time (s): 2520.05
CPU user time (s): 2517.96
CPU system time (s): 2.08701
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2856408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.96
system time used= 2.08701
maximum resident set size= 2858500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83956
involuntary context switches= 2551


# summary of solver processes directly reported to runsolver:
#   pid: 26600
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.96
#   total CPU system time (s): 2.08701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2684 second user time and 23.4041 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 04:50:23
IDJOB=4298094
IDBENCH=141069
IDSOLVER=2762
FILE ID=node102/4298094-1532746223
RUNJOBID= node102-1532741226-26123
PBS_JOBID= 21022452
Free space on /tmp= 52744 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f04_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298094-1532746223/watcher-4298094-1532746223 -o /tmp/evaluation-result-4298094-1532746223/solver-4298094-1532746223 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26123 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298094-1532746223.xml

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

MD5SUM BENCH= 297c804b8c4092219cf99e305dde67fa
RANDOM SEED=1495377894

node102.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.51
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.51
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.51
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.51
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:        24768188 kB
MemAvailable:   29879168 kB
Buffers:          204000 kB
Cached:          5161708 kB
SwapCached:        53608 kB
Active:          3245968 kB
Inactive:        4252908 kB
Active(anon):    2058204 kB
Inactive(anon):    98988 kB
Active(file):    1187764 kB
Inactive(file):  4153920 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028060 kB
Dirty:              1336 kB
Writeback:             0 kB
AnonPages:       2094204 kB
Mapped:            47192 kB
Shmem:             21840 kB
Slab:             198164 kB
SReclaimable:     170264 kB
SUnreclaim:        27900 kB
KernelStack:        3808 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2681020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2004992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52744 MiB
End job on node102 at 2018-07-28 05:32:09