Trace number 4298052

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.11 2482.22

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f05_c18.xml
MD5SUM152c1c116c7c33e0f11bd5a793b9b1e6
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 benchmark1.3796
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"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.08/2482.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 (9102 MiB free)
  memory of node 1: 16384 MiB (12282 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 0,2,4,6

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


[startup+0.101515 s]*
/proc/loadavg: 1.06 1.27 1.36 3/215 20732
/proc/meminfo: memFree=21881544/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10658972 memory=28240 CPUtime=0.13 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 5423 0 0 0 12 1 0 0 20 0 15 0 92062116 10914787328 7060 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2664743 7060 2841 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 3292 0 0 0 9 0 0 0 20 0 15 0 92062117 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419835652192 140419815466341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10658972 memory=140330376607360 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10658972 memory=140330376607360 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062119 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92062120 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) R 20714 20717 25017 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419318909168 140419809284288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) R 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10658972 memory=140330376607360 CPUtime=0.02 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10658972 memory=140330376607360 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) R 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062122 10914787328 7060 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28240 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.06 1.27 1.36 4/215 20732
/proc/meminfo: memFree=21871364/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661056 memory=39976 CPUtime=0.34 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 8075 0 0 0 32 2 0 0 20 0 15 0 92062116 10916921344 9994 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665264 9994 2978 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 5188 0 0 0 19 1 0 0 20 0 15 0 92062117 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419835660896 140419467574542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661056 memory=345 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661056 memory=140330377179073 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661056 memory=140330376607360 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062119 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92062120 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) S 20714 20717 25017 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661056 memory=140330376607360 CPUtime=0.08 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) R 20714 20717 25017 0 -1 4202560 807 0 0 0 8 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419316803568 140419823659838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661056 memory=140330376607360 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062122 10916921344 9994 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39976 KiB

[startup+0.31073 s]*
/proc/loadavg: 1.06 1.27 1.36 5/215 20732
/proc/meminfo: memFree=21855812/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=59420 CPUtime=0.65 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 10383 0 0 0 62 3 0 0 20 0 15 0 92062116 10916999168 14855 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 14855 3068 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 5642 0 0 0 28 1 0 0 20 0 15 0 92062117 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419835659968 140419831434646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=140330376665376 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=140330376672288 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 1050 0 0 0 8 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=140330271891407 CPUtime=0.1 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) R 20714 20717 25017 0 -1 4202560 1000 0 0 0 10 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419317842504 140419816532277 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=140330376627938 CPUtime=0.14 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) R 20714 20717 25017 0 -1 4202560 1321 0 0 0 14 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419316803568 140419815503198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=140330271891407 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=280660648515520 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 14855 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 59420 KiB

[startup+0.700718 s]
/proc/loadavg: 1.06 1.27 1.36 5/215 20732
/proc/meminfo: memFree=21724812/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=187992 CPUtime=1.93 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 13477 0 0 0 187 6 0 0 20 0 15 0 92062116 10916999168 46998 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 46998 3122 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 5857 0 0 0 63 3 0 0 20 0 15 0 92062117 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419835657936 140419467636601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=6872598998417432672 CPUtime=0.01 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 92062117 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=7024 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=15044 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=20132 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92062117 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) R 20714 20717 25017 0 -1 4202560 2023 0 0 0 40 1 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419318908352 140419831436593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) R 20714 20717 25017 0 -1 4202560 1693 0 0 0 42 0 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419317846416 140419810669464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 2424 0 0 0 38 1 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 46998 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 187992 KiB

[startup+1.50071 s]
/proc/loadavg: 1.06 1.27 1.36 7/215 20732
/proc/meminfo: memFree=21697480/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=252364 CPUtime=3.56 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 14317 0 0 0 348 8 0 0 20 0 15 0 92062116 10916999168 63091 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 63091 3167 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=3688511012702281809 CPUtime=1.43 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 6017 0 0 0 139 4 0 0 20 0 15 0 92062117 10916999168 63091 33554432000 4194304 4196468 140727510260112 140419835658056 140419472932591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=189260 CPUtime=0.01 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 15 0 92062117 10916999168 63091 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=2241 CPUtime=0.01 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 92062117 10916999168 63091 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=7024 CPUtime=0.02 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 15 0 92062117 10916999168 63091 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=15044 CPUtime=0.02 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 81 0 0 0 2 0 0 0 20 0 15 0 92062117 10916999168 63105 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=20132 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 63105 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0

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

/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 55211 0 0 0 230603 65 0 0 20 0 15 0 92062117 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419835623984 140419474039931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=1242028 CPUtime=10.38 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 12265 0 0 0 999 39 0 0 20 0 15 0 92062117 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=1244076 CPUtime=10.38 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 14671 0 0 0 999 39 0 0 20 0 15 0 92062117 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=2257 CPUtime=10.42 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 18956 0 0 0 1001 41 0 0 20 0 15 0 92062117 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=1244076 CPUtime=10.4 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 12720 0 0 0 1002 38 0 0 20 0 15 0 92062117 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=1244076 CPUtime=2.9 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 7292 0 0 0 270 20 0 0 20 0 15 0 92062119 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=1244076 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=1408 CPUtime=1.62 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 6346 0 0 0 160 2 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=1244076 CPUtime=2.34 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) S 20714 20717 25017 0 -1 1077944384 12939 0 0 0 232 2 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=1244076 CPUtime=0.58 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 3806 0 0 0 57 1 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=26512 CPUtime=1.35 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 1325 0 0 0 74 61 0 0 20 0 15 0 92062122 10916999168 311019 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 2357.16 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1244076 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.32 1.38 3/215 20903
/proc/meminfo: memFree=19803236/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=1246124 CPUtime=2418.28 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 148824 0 0 0 241543 285 0 0 20 0 15 0 92062116 10916999168 311531 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 311531 3190 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=1246124 CPUtime=2366.06 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 55815 0 0 0 236540 66 0 0 20 0 15 0 92062117 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419835620448 140419474039215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=1246124 CPUtime=10.77 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 12344 0 0 0 1037 40 0 0 20 0 15 0 92062117 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=1244076 CPUtime=10.77 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 15211 0 0 0 1038 39 0 0 20 0 15 0 92062117 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=1246124 CPUtime=10.81 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 19471 0 0 0 1040 41 0 0 20 0 15 0 92062117 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=1246124 CPUtime=10.79 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 12780 0 0 0 1041 38 0 0 20 0 15 0 92062117 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=1246124 CPUtime=3.03 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 7388 0 0 0 282 21 0 0 20 0 15 0 92062119 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=1246124 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=1246124 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=1246124 CPUtime=1.62 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 6348 0 0 0 160 2 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=1246124 CPUtime=2.34 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) S 20714 20717 25017 0 -1 1077944384 12942 0 0 0 232 2 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=1088 CPUtime=0.58 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 3808 0 0 0 57 1 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=7024 CPUtime=1.38 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 1356 0 0 0 76 62 0 0 20 0 15 0 92062122 10916999168 311531 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 2418.28 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1246124 KiB

[startup+2442.3 s]
/proc/loadavg: 1.55 1.37 1.39 3/215 20911
/proc/meminfo: memFree=19798992/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=1248172 CPUtime=2479.43 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 150774 0 0 0 247653 290 0 0 20 0 15 0 92062116 10916999168 312043 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 312043 3190 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=1246124 CPUtime=2425.49 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 56426 0 0 0 242481 68 0 0 20 0 15 0 92062117 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419835622448 140419474039267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=1246124 CPUtime=11.16 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 12548 0 0 0 1076 40 0 0 20 0 15 0 92062117 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=1248172 CPUtime=11.17 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 15420 0 0 0 1077 40 0 0 20 0 15 0 92062117 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=1248172 CPUtime=11.2 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 19912 0 0 0 1078 42 0 0 20 0 15 0 92062117 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=1248172 CPUtime=11.19 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 13145 0 0 0 1080 39 0 0 20 0 15 0 92062117 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=1248172 CPUtime=3.15 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 7482 0 0 0 293 22 0 0 20 0 15 0 92062119 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=1248172 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=1248172 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=1248172 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=1248172 CPUtime=1.62 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 6350 0 0 0 160 2 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=1248172 CPUtime=2.34 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) S 20714 20717 25017 0 -1 1077944384 12944 0 0 0 232 2 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=1248172 CPUtime=0.58 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 3810 0 0 0 57 1 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=832 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=1248172 CPUtime=1.41 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 1376 0 0 0 78 63 0 0 20 0 15 0 92062122 10916999168 312043 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 2479.43 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1248172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.2 s]
/proc/loadavg: 1.54 1.40 1.41 3/215 20911
/proc/meminfo: memFree=19797192/32770624 swapFree=67108796/67108860
[pid=20717] ppid=20714 vsize=10661132 memory=1250220 CPUtime=2520.08 cores=0,2,4,6
/proc/20717/stat : 20717 (java) S 20714 20717 25017 0 -1 1077944320 152193 0 0 0 251714 294 0 0 20 0 15 0 92062116 10916999168 312555 33554432000 4194304 4196468 140727510260112 140727510242656 140419831422711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
/proc/20717/statm: 2665283 312555 3190 1 0 2627263 0
[pid=20717/tid=20719] ppid=20714 vsize=10661132 memory=304556131815260473 CPUtime=2464.98 cores=0,2,4,6
/proc/20717/task/20719/stat : 20719 (java) R 20714 20717 25017 0 -1 4202560 56918 0 0 0 246429 69 0 0 20 0 15 0 92062117 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419835622192 140419474039898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20720] ppid=20714 vsize=10661132 memory=15539617717815893 CPUtime=11.43 cores=0,2,4,6
/proc/20717/task/20720/stat : 20720 (java) S 20714 20717 25017 0 -1 1077944384 12660 0 0 0 1102 41 0 0 20 0 15 0 92062117 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419796703760 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20721] ppid=20714 vsize=10661132 memory=1796 CPUtime=11.43 cores=0,2,4,6
/proc/20717/task/20721/stat : 20721 (java) S 20714 20717 25017 0 -1 1077944384 15690 0 0 0 1103 40 0 0 20 0 15 0 92062117 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419437013648 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20722] ppid=20714 vsize=10661132 memory=916 CPUtime=11.46 cores=0,2,4,6
/proc/20717/task/20722/stat : 20722 (java) S 20714 20717 25017 0 -1 1077944384 20202 0 0 0 1104 42 0 0 20 0 15 0 92062117 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419435960592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20723] ppid=20714 vsize=10661132 memory=3848 CPUtime=11.46 cores=0,2,4,6
/proc/20717/task/20723/stat : 20723 (java) S 20714 20717 25017 0 -1 1077944384 13332 0 0 0 1106 40 0 0 20 0 15 0 92062117 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419434908048 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20724] ppid=20714 vsize=10661132 memory=6935054825532540783 CPUtime=3.23 cores=0,2,4,6
/proc/20717/task/20724/stat : 20724 (java) S 20714 20717 25017 0 -1 1077944384 7540 0 0 0 301 22 0 0 20 0 15 0 92062119 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419323120368 140419831433858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20725] ppid=20714 vsize=10661132 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20725/stat : 20725 (java) S 20714 20717 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92062119 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419322066592 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20726] ppid=20714 vsize=10661132 memory=836 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20726/stat : 20726 (java) S 20714 20717 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92062120 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419321013488 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20727] ppid=20714 vsize=10661132 memory=1088 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20727/stat : 20727 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419319962064 140419831441307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20728] ppid=20714 vsize=10661132 memory=1800 CPUtime=1.62 cores=0,2,4,6
/proc/20717/task/20728/stat : 20728 (java) S 20714 20717 25017 0 -1 1077944384 6350 0 0 0 160 2 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419318909168 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20729] ppid=20714 vsize=10661132 memory=7024 CPUtime=2.34 cores=0,2,4,6
/proc/20717/task/20729/stat : 20729 (java) S 20714 20717 25017 0 -1 1077944384 12944 0 0 0 232 2 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419317856624 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20730] ppid=20714 vsize=10661132 memory=15044 CPUtime=0.58 cores=0,2,4,6
/proc/20717/task/20730/stat : 20730 (java) S 20714 20717 25017 0 -1 1077944384 3810 0 0 0 57 1 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419316803568 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20731] ppid=20714 vsize=10661132 memory=20168 CPUtime=0 cores=0,2,4,6
/proc/20717/task/20731/stat : 20731 (java) S 20714 20717 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419315751264 140419831432917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
[pid=20717/tid=20732] ppid=20714 vsize=10661132 memory=144 CPUtime=1.44 cores=0,2,4,6
/proc/20717/task/20732/stat : 20732 (java) S 20714 20717 25017 0 -1 1077944384 1386 0 0 0 79 65 0 0 20 0 15 0 92062122 10916999168 312555 33554432000 4194304 4196468 140727510260112 140419314699312 140419831433858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 6791168 140727510267000 140727510267145 140727510267145 140727510269903 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1250220 KiB

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

[startup+2482.22 s]
# the end of solver process 20717 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.16 s, system=2.94777 s

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

Child status: 143
Real time (s): 2482.22
CPU time (s): 2520.11
CPU user time (s): 2517.16
CPU system time (s): 2.94777
CPU usage (%): 101.526
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 1250220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.16
system time used= 2.94776
maximum resident set size= 1250720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138687
involuntary context switches= 6132


# summary of solver processes directly reported to runsolver:
#   pid: 20717
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.16
#   total CPU system time (s): 2.94777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2871 second user time and 21.2148 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 04:29:49
IDJOB=4298052
IDBENCH=141063
IDSOLVER=2768
FILE ID=node138/4298052-1532744989
RUNJOBID= node138-1532740019-20128
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-f05_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298052-1532744989/watcher-4298052-1532744989 -o /tmp/evaluation-result-4298052-1532744989/solver-4298052-1532744989 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20128 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298052-1532744989.xml --timelimit 2520

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

MD5SUM BENCH= 152c1c116c7c33e0f11bd5a793b9b1e6
RANDOM SEED=856366881

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:        21898952 kB
MemAvailable:   31520600 kB
Buffers:          200752 kB
Cached:          9628696 kB
SwapCached:           44 kB
Active:          2878120 kB
Inactive:        7415028 kB
Active(anon):     407916 kB
Inactive(anon):    83516 kB
Active(file):    2470204 kB
Inactive(file):  7331512 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:        472632 kB
Mapped:            48896 kB
Shmem:             25164 kB
Slab:             276332 kB
SReclaimable:     248392 kB
SUnreclaim:        27940 kB
KernelStack:        3648 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 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= 53800 MiB
End job on node138 at 2018-07-28 05:11:12