Trace number 4298060

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
The dodo solver 2018-04-29? (TO) 2520.1 2481.21

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f03_c18.xml
MD5SUM53d1a842860889624135dc6778a8ba37
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 benchmark21.1636
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"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: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.07/2481.20	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 (8035 MiB free)
  memory of node 1: 16384 MiB (12679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298060-1532745015/watcher-4298060-1532745015 -o /tmp/evaluation-result-4298060-1532745015/solver-4298060-1532745015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298060-1532745015.xml --timelimit 2520 

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=20802, runsolver pid=20799
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.30 1.31 1.38 4/216 20817
/proc/meminfo: memFree=21196120/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10658972 memory=27652 CPUtime=0.13 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 5274 0 0 0 12 1 0 0 20 0 15 0 92064690 10914787328 6913 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2664743 6913 2836 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 3142 0 0 0 9 0 0 0 20 0 15 0 92064691 10914787328 6913 33554432000 4194304 4196468 140728560731056 140417285999984 140417265857916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10658972 memory=139924988409472 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92064691 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10658972 memory=139924988409472 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92064693 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92064693 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) R 20799 20802 25017 0 -1 4202560 426 0 0 0 0 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416313694832 140417274762441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) R 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10658972 memory=139924988409472 CPUtime=0.01 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) R 20799 20802 25017 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416311589744 140417281789334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10658972 memory=139924988409472 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) R 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064696 10914787328 6913 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27652 KiB

[startup+0.210518 s]*
/proc/loadavg: 1.30 1.31 1.38 4/216 20817
/proc/meminfo: memFree=21183608/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661056 memory=39884 CPUtime=0.34 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 8098 0 0 0 32 2 0 0 20 0 15 0 92064690 10916921344 9971 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665264 9971 2945 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 5152 0 0 0 19 1 0 0 20 0 15 0 92064691 10916921344 9971 33554432000 4194304 4196468 140728560731056 140417286015600 140416919683900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661056 memory=139924988979515 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92064691 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661056 memory=139924988409472 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92064693 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92064693 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) S 20799 20802 25017 0 -1 1077944384 721 0 0 0 3 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416313694832 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) S 20799 20802 25017 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661056 memory=139924988409472 CPUtime=0.08 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) R 20799 20802 25017 0 -1 4202560 819 0 0 0 8 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416311589744 140417260762111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661056 memory=139924988409472 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064696 10916921344 9971 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39884 KiB

[startup+0.311624 s]*
/proc/loadavg: 1.30 1.31 1.38 5/216 20817
/proc/meminfo: memFree=21166612/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=61140 CPUtime=0.67 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 10341 0 0 0 64 3 0 0 20 0 15 0 92064690 10916999168 15285 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 15285 3069 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 5600 0 0 0 28 1 0 0 20 0 15 0 92064691 10916999168 15285 33554432000 4194304 4196468 140728560731056 140417286015456 140416919631925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=139924988467488 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=139924988474400 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) R 20799 20802 25017 0 -1 4202560 1557 0 0 0 12 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416313675848 140417260190176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=139924867239439 CPUtime=0.07 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) R 20799 20802 25017 0 -1 1077944384 522 0 0 0 7 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=139924988430189 CPUtime=0.15 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) R 20799 20802 25017 0 -1 4202560 1296 0 0 0 15 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416311589744 140417281791248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=139924867243983 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=279849855670208 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 15285 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 61140 KiB

[startup+0.705577 s]
/proc/loadavg: 1.30 1.31 1.38 5/216 20817
/proc/meminfo: memFree=21038776/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=187408 CPUtime=1.97 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 13354 0 0 0 191 6 0 0 20 0 15 0 92064690 10916999168 46852 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 46852 3126 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 5830 0 0 0 64 3 0 0 20 0 15 0 92064691 10916999168 46852 33554432000 4194304 4196468 140728560731056 140417286013408 140417261799886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=7024 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=15044 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=20132 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) R 20799 20802 25017 0 -1 4202560 2057 0 0 0 43 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416313683632 140417266902766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) R 20799 20802 25017 0 -1 4202560 1657 0 0 0 39 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416312629344 140417281789334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) R 20799 20802 25017 0 -1 1077944384 2337 0 0 0 41 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416311581952 140417281787605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 46852 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 187408 KiB

[startup+1.50144 s]
/proc/loadavg: 1.30 1.31 1.38 5/216 20817
/proc/meminfo: memFree=21034684/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=231292 CPUtime=3.6 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 14237 0 0 0 352 8 0 0 20 0 15 0 92064690 10916999168 57823 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 57823 3166 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=3833188025637033578 CPUtime=1.44 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 5974 0 0 0 141 3 0 0 20 0 15 0 92064691 10916999168 57823 33554432000 4194304 4196468 140728560731056 140417286012696 140416925164020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=188652 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 57823 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=2241 CPUtime=0.01 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 15 0 92064691 10916999168 57823 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=7024 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 92064691 10916999168 57823 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=15044 CPUtime=0.01 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 15 0 92064691 10916999168 57823 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=20132 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 57823 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0

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

/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 65174 0 0 0 230699 64 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140417285979136 140416926316886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=1266800 CPUtime=10.5 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 18663 0 0 0 1011 39 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=1266800 CPUtime=10.5 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 19395 0 0 0 1011 39 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=1266800 CPUtime=10.48 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 21765 0 0 0 1011 37 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=1266800 CPUtime=10.47 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 20850 0 0 0 1008 39 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=1266800 CPUtime=2.99 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 10724 0 0 0 278 21 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=1266800 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=1266800 CPUtime=2.13 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) S 20799 20802 25017 0 -1 1077944384 9051 0 0 0 212 1 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416313694832 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=1266800 CPUtime=1.55 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) S 20799 20802 25017 0 -1 1077944384 4284 0 0 0 154 1 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=7373571448473935936 CPUtime=0.62 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) S 20799 20802 25017 0 -1 1077944384 4301 0 0 0 60 2 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416311589744 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=1266800 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=1120 CPUtime=1.13 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1405 0 0 0 55 58 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 2358.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1268848 KiB

[startup+2382.3 s]
/proc/loadavg: 1.38 1.33 1.38 3/215 20903
/proc/meminfo: memFree=19801524/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=1268848 CPUtime=2419.26 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 178316 0 0 0 241640 286 0 0 20 0 15 0 92064690 10916999168 317212 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 317212 3189 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=1268848 CPUtime=2367.1 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 65568 0 0 0 236644 66 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140417285982416 140416926316650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=1268848 CPUtime=10.88 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 18727 0 0 0 1048 40 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=1268848 CPUtime=10.88 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 19448 0 0 0 1048 40 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=1268848 CPUtime=10.87 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 22201 0 0 0 1049 38 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=1268848 CPUtime=10.86 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 21173 0 0 0 1046 40 0 0 20 0 15 0 92064691 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=1268848 CPUtime=3.11 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 10765 0 0 0 290 21 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=1268848 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=1268848 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=1268848 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=26512 CPUtime=2.13 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) S 20799 20802 25017 0 -1 1077944384 9053 0 0 0 212 1 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416313694832 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=1268848 CPUtime=1.55 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) S 20799 20802 25017 0 -1 1077944384 4286 0 0 0 154 1 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=792 CPUtime=0.62 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) S 20799 20802 25017 0 -1 1077944384 4303 0 0 0 60 2 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416311589744 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=26512 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=2088 CPUtime=1.17 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1431 0 0 0 57 60 0 0 20 0 15 0 92064696 10916999168 317212 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 2419.26 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1268848 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.40 1.41 3/215 20911
/proc/meminfo: memFree=19797068/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=1270896 CPUtime=2480.43 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 180308 0 0 0 247752 291 0 0 20 0 15 0 92064690 10916999168 317724 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 317724 3189 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=1270896 CPUtime=2426.54 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 66172 0 0 0 242587 67 0 0 20 0 15 0 92064691 10916999168 317724 33554432000 4194304 4196468 140728560731056 140417285977344 140416926315087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=1268848 CPUtime=11.27 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 18837 0 0 0 1087 40 0 0 20 0 15 0 92064691 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=1268848 CPUtime=11.28 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 19795 0 0 0 1087 41 0 0 20 0 15 0 92064691 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=1270896 CPUtime=11.26 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 22540 0 0 0 1088 38 0 0 20 0 15 0 92064691 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=1270896 CPUtime=11.25 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 21539 0 0 0 1084 41 0 0 20 0 15 0 92064691 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=229316021753852 CPUtime=3.24 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 10951 0 0 0 302 22 0 0 20 0 15 0 92064693 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=1270896 CPUtime=2.13 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) S 20799 20802 25017 0 -1 1077944384 9055 0 0 0 212 1 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416313694832 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=1270896 CPUtime=1.55 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) S 20799 20802 25017 0 -1 1077944384 4288 0 0 0 154 1 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0.62 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) S 20799 20802 25017 0 -1 1077944384 4305 0 0 0 60 2 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416311589744 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=1270896 CPUtime=1.19 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1465 0 0 0 58 61 0 0 20 0 15 0 92064696 10916999168 317724 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 2480.43 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1270896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.2 s]
/proc/loadavg: 1.68 1.45 1.42 3/215 20988
/proc/meminfo: memFree=19139496/32770624 swapFree=67108796/67108860
[pid=20802] ppid=20799 vsize=10661132 memory=1269868 CPUtime=2520.07 cores=1,3,5,7
/proc/20802/stat : 20802 (java) S 20799 20802 25017 0 -1 1077944320 181653 0 0 0 251711 296 0 0 20 0 15 0 92064690 10916999168 317467 33554432000 4194304 4196468 140728560731056 140728560713600 140417281777399 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
/proc/20802/statm: 2665283 317467 3189 1 0 2627263 0
[pid=20802/tid=20804] ppid=20799 vsize=10661132 memory=2580 CPUtime=2465.08 cores=1,3,5,7
/proc/20802/task/20804/stat : 20804 (java) R 20799 20802 25017 0 -1 4202560 66686 0 0 0 246439 69 0 0 20 0 15 0 92064691 10916999168 317467 33554432000 4194304 4196468 140728560731056 140417285981648 140416926033534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20805] ppid=20799 vsize=10661132 memory=6791534058613427641 CPUtime=11.53 cores=1,3,5,7
/proc/20802/task/20805/stat : 20805 (java) S 20799 20802 25017 0 -1 1077944384 18980 0 0 0 1112 41 0 0 20 0 15 0 92064691 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416889052048 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20806] ppid=20799 vsize=10661132 memory=288230583166042425 CPUtime=11.52 cores=1,3,5,7
/proc/20802/task/20806/stat : 20806 (java) S 20799 20802 25017 0 -1 1077944384 19885 0 0 0 1111 41 0 0 20 0 15 0 92064691 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416887999248 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20807] ppid=20799 vsize=10661132 memory=15539617717815893 CPUtime=11.51 cores=1,3,5,7
/proc/20802/task/20807/stat : 20807 (java) S 20799 20802 25017 0 -1 1077944384 22726 0 0 0 1112 39 0 0 20 0 15 0 92064691 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416886946960 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20808] ppid=20799 vsize=10661132 memory=1088 CPUtime=11.5 cores=1,3,5,7
/proc/20802/task/20808/stat : 20808 (java) S 20799 20802 25017 0 -1 1077944384 21774 0 0 0 1109 41 0 0 20 0 15 0 92064691 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416885894160 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20809] ppid=20799 vsize=10661132 memory=1800 CPUtime=3.32 cores=1,3,5,7
/proc/20802/task/20809/stat : 20809 (java) S 20799 20802 25017 0 -1 1077944384 11118 0 0 0 309 23 0 0 20 0 15 0 92064693 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416317905008 140417281788546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20810] ppid=20799 vsize=10661132 memory=1270896 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20810/stat : 20810 (java) S 20799 20802 25017 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416316850976 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20811] ppid=20799 vsize=10661132 memory=836 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20811/stat : 20811 (java) S 20799 20802 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92064693 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416315798640 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20812] ppid=20799 vsize=10661132 memory=4016 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20812/stat : 20812 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416314746960 140417281795995 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20813] ppid=20799 vsize=10661132 memory=644 CPUtime=2.13 cores=1,3,5,7
/proc/20802/task/20813/stat : 20813 (java) S 20799 20802 25017 0 -1 1077944384 9055 0 0 0 212 1 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416313694832 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20814] ppid=20799 vsize=10661132 memory=1676 CPUtime=1.55 cores=1,3,5,7
/proc/20802/task/20814/stat : 20814 (java) S 20799 20802 25017 0 -1 1077944384 4288 0 0 0 154 1 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416312642032 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20815] ppid=20799 vsize=10661132 memory=960 CPUtime=0.62 cores=1,3,5,7
/proc/20802/task/20815/stat : 20815 (java) S 20799 20802 25017 0 -1 1077944384 4305 0 0 0 60 2 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416311589744 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20816] ppid=20799 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/20802/task/20816/stat : 20816 (java) S 20799 20802 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416310537184 140417281787605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
[pid=20802/tid=20817] ppid=20799 vsize=10661132 memory=4068 CPUtime=1.22 cores=1,3,5,7
/proc/20802/task/20817/stat : 20817 (java) S 20799 20802 25017 0 -1 1077944384 1475 0 0 0 60 62 0 0 20 0 15 0 92064696 10916999168 317467 33554432000 4194304 4196468 140728560731056 140416309483952 140417281788546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140728560735352 140728560735497 140728560735497 140728560738255 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1269868 KiB

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

[startup+2481.21 s]
# the end of solver process 20802 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.13 s, system=2.97187 s

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

Child status: 143
Real time (s): 2481.21
CPU time (s): 2520.1
CPU user time (s): 2517.13
CPU system time (s): 2.97187
CPU usage (%): 101.567
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1270896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.13
system time used= 2.97187
maximum resident set size= 1270896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181873
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140293
involuntary context switches= 2931


# summary of solver processes directly reported to runsolver:
#   pid: 20802
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.13
#   total CPU system time (s): 2.97187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6446 second user time and 22.7707 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 04:30:15
IDJOB=4298060
IDBENCH=141064
IDSOLVER=2768
FILE ID=node138/4298060-1532745015
RUNJOBID= node138-1532740019-20129
PBS_JOBID= 21022442
Free space on /tmp= 53800 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f03_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298060-1532745015/watcher-4298060-1532745015 -o /tmp/evaluation-result-4298060-1532745015/solver-4298060-1532745015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298060-1532745015.xml --timelimit 2520

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

MD5SUM BENCH= 53d1a842860889624135dc6778a8ba37
RANDOM SEED=72506137

node138.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.71
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.71
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.71
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.71
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:        21212072 kB
MemAvailable:   30833924 kB
Buffers:          200756 kB
Cached:          9628628 kB
SwapCached:           44 kB
Active:          3564956 kB
Inactive:        7415020 kB
Active(anon):    1094556 kB
Inactive(anon):    83516 kB
Active(file):    2470400 kB
Inactive(file):  7331504 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1400 kB
Writeback:             0 kB
AnonPages:       1157244 kB
Mapped:            49120 kB
Shmem:             25164 kB
Slab:             276236 kB
SReclaimable:     248408 kB
SUnreclaim:        27828 kB
KernelStack:        3552 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2326016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1046528 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= 53780 MiB
End job on node138 at 2018-07-28 05:11:37