Trace number 4298234

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29? (TO) 2520.17 2495.09

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-11-opt_c18.xml
MD5SUM883afe48e037930c9e115af2d6f001fb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.10/0.14	c version: 2018-04-11
0.10/0.14	c seed: 1811631
0.10/0.14	c timeout: 2520
0.10/0.14	c memlimit: -1
0.10/0.14	c nbcore: -1
2520.07/2495.01	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298234-1532751864/watcher-4298234-1532751864 -o /tmp/evaluation-result-4298234-1532751864/solver-4298234-1532751864 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26337 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298234-1532751864.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=27787, runsolver pid=27784
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.40 2.07 2.06 6/217 27802
/proc/meminfo: memFree=23444252/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661056 memory=26988 CPUtime=0.1 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 5196 0 0 0 9 1 0 0 20 0 15 0 92749602 10916921344 6747 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665264 6747 2793 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661056 memory=-6584436843732056912 CPUtime=0.08 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 3135 0 0 0 7 1 0 0 20 0 15 0 92749603 10916921344 6747 33554432000 4194304 4196468 140733661978032 139942257401328 139942253194646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 6747 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 6747 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 6747 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 6747 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749605 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941743707040 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0.01 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 92749608 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749609 10916921344 6747 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26988 KiB

[startup+0.210508 s]*
/proc/loadavg: 2.40 2.07 2.06 2/198 27802
/proc/meminfo: memFree=23629028/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661056 memory=39708 CPUtime=0.32 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 8043 0 0 0 30 2 0 0 20 0 15 0 92749602 10916921344 9927 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665264 9927 2978 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661056 memory=7311146985107750967 CPUtime=0.19 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 5115 0 0 0 18 1 0 0 20 0 15 0 92749603 10916921344 9927 33554432000 4194304 4196468 140733661978032 139942257413952 139942253194646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661056 memory=9029 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 9927 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661056 memory=288370406971152000 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 9927 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 9927 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 9927 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749605 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941743707040 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 538 0 0 0 2 0 0 0 20 0 15 0 92749608 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 92749608 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0.07 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) R 27784 27787 26305 0 -1 4202560 765 0 0 0 7 0 0 0 20 0 15 0 92749608 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941738445680 139942231814012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661056 memory=140030819440256 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749609 10916921344 9927 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39708 KiB

[startup+0.311242 s]*
/proc/loadavg: 2.40 2.07 2.06 5/197 27805
/proc/meminfo: memFree=23590320/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661056 memory=80096 CPUtime=0.61 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 9925 0 0 0 58 3 0 0 20 0 15 0 92749602 10916921344 20024 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665264 20024 3041 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661056 memory=-7234089925344458687 CPUtime=0.29 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 5150 0 0 0 27 2 0 0 20 0 15 0 92749603 10916921344 20024 33554432000 4194304 4196468 140733661978032 139942257413952 139942253204637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661056 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 20024 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 20024 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 20024 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749604 10916921344 20024 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92749605 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941743707040 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92749606 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) R 27784 27787 26305 0 -1 4202560 1224 0 0 0 10 0 0 0 20 0 15 0 92749608 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941740541968 139942232459519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661056 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) R 27784 27787 26305 0 -1 4202560 1183 0 0 0 8 0 0 0 20 0 15 0 92749608 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941739479112 139942238078527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) R 27784 27787 26305 0 -1 1077944384 1001 0 0 0 12 0 0 0 20 0 15 0 92749608 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749609 10916921344 20024 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 80096 KiB

[startup+0.705226 s]
/proc/loadavg: 2.40 2.07 2.06 6/206 27839
/proc/meminfo: memFree=23544356/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661132 memory=228316 CPUtime=1.89 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 12269 0 0 0 179 10 0 0 20 0 15 0 92749602 10916999168 57079 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665283 57079 3092 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661132 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) S 27784 27787 26305 0 -1 1077944384 5538 0 0 0 61 4 0 0 20 0 15 0 92749603 10916999168 57079 33554432000 4194304 4196468 140733661978032 139942257419968 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=7013349724047108696 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) R 27784 27787 26305 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 15 0 92749604 10916999168 57079 33554432000 4194304 4196468 140733661978032 139942189871632 139942246282411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=6082789018702931303 CPUtime=0.01 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) R 27784 27787 26305 0 -1 4202560 26 0 0 0 0 1 0 0 20 0 15 0 92749604 10916999168 57079 33554432000 4194304 4196468 140733661978032 139942188821280 139942246285690 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=8226000167249466726 CPUtime=0.02 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) R 27784 27787 26305 0 -1 4202560 35 0 0 0 1 1 0 0 20 0 15 0 92749604 10916999168 57079 33554432000 4194304 4196468 140733661978032 139942187766824 139942246282411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) R 27784 27787 26305 0 -1 4202560 36 0 0 0 1 1 0 0 20 0 15 0 92749604 10916999168 57079 33554432000 4194304 4196468 140733661978032 139942186716504 139942246282411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=76516 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92749605 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941744759328 139942253192917 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941743707040 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661132 memory=6944656592455360604 CPUtime=0.45 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 2165 0 0 0 45 0 0 0 20 0 15 0 92749608 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941740530608 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661132 memory=6944656592455097440 CPUtime=0.43 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 1715 0 0 0 43 0 0 0 20 0 15 0 92749608 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941739483088 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661132 memory=4124 CPUtime=0.26 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 1365 0 0 0 26 0 0 0 20 0 15 0 92749608 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661132 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 57079 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661132 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92749609 10916999168 57591 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 228316 KiB

[startup+1.50072 s]
/proc/loadavg: 2.40 2.07 2.06 7/215 27848
/proc/meminfo: memFree=23309580/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661132 memory=438880 CPUtime=3.39 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 13612 0 0 0 313 26 0 0 20 0 15 0 92749602 10916999168 109720 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665283 109720 3137 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661132 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 5610 0 0 0 131 6 0 0 20 0 15 0 92749603 10916999168 109720 33554432000 4194304 4196468 140733661978032 139942257417632 139942235645697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 263 0 0 0 3 4 0 0 20 0 15 0 92749604 10916999168 109720 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=100284188 CPUtime=0.07 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 178 0 0 0 4 3 0 0 20 0 15 0 92749604 10916999168 109720 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 190 0 0 0 4 5 0 0 20 0 15 0 92749604 10916999168 109720 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=52 CPUtime=0.09 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 199 0 0 0 4 5 0 0 20 0 15 0 92749604 10916999168 109720 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=140030697938152 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92749605 10916999168 109720 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0

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

/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 3562394 0 0 0 231314 220 0 0 20 0 15 0 92749603 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942257423632 139941869230793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.35 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 189278 0 0 0 534 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.43 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 210251 0 0 0 542 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.38 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 210408 0 0 0 536 102 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.44 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 214026 0 0 0 540 104 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0.25 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 12520 0 0 0 13 12 0 0 20 0 15 0 92749605 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941743707104 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2.29 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 15664 0 0 0 228 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661132 memory=1228 CPUtime=1.96 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 13041 0 0 0 195 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0.63 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 7181 0 0 0 62 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661132 memory=5492048 CPUtime=1.12 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 2183 0 0 0 48 64 0 0 20 0 15 0 92749609 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 2347.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5492048 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 1.99 2.03 3/216 27944
/proc/meminfo: memFree=17573724/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2407.33 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 4534320 0 0 0 240025 708 0 0 20 0 15 0 92749602 10916999168 1373012 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665283 1373012 3195 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2375.33 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 3658312 0 0 0 237306 227 0 0 20 0 15 0 92749603 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942257423632 139941869230826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.35 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 189278 0 0 0 534 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.43 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 210251 0 0 0 542 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.38 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 210408 0 0 0 536 102 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.44 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 214026 0 0 0 540 104 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0.25 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 12525 0 0 0 13 12 0 0 20 0 15 0 92749605 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941743707104 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661132 memory=1200 CPUtime=2.29 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 15667 0 0 0 228 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661132 memory=15876 CPUtime=1.96 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 13043 0 0 0 195 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661132 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 7183 0 0 0 62 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661132 memory=3278 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661132 memory=5492048 CPUtime=1.15 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 2204 0 0 0 49 66 0 0 20 0 15 0 92749609 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 2407.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5492048 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/215 27945
/proc/meminfo: memFree=17573324/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2467.35 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 4627657 0 0 0 246020 715 0 0 20 0 15 0 92749602 10916999168 1373012 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665283 1373012 3195 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2435.32 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 3751564 0 0 0 243300 232 0 0 20 0 15 0 92749603 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942257423632 139941869230826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.35 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 189278 0 0 0 534 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.43 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 210251 0 0 0 542 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.38 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 210408 0 0 0 536 102 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=5492048 CPUtime=6.44 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 214026 0 0 0 540 104 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0.25 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 12537 0 0 0 13 12 0 0 20 0 15 0 92749605 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661132 memory=5492048 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941743707104 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661132 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661132 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661132 memory=644 CPUtime=2.29 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 15671 0 0 0 228 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661132 memory=6791534058613427641 CPUtime=1.96 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 13049 0 0 0 195 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661132 memory=1232 CPUtime=0.63 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 7187 0 0 0 62 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661132 memory=26876 CPUtime=1.18 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 2263 0 0 0 50 68 0 0 20 0 15 0 92749609 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 2467.35 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5492048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495 s]*
/proc/loadavg: 1.96 1.98 2.03 3/215 27946
/proc/meminfo: memFree=17573716/32770624 swapFree=67108404/67108860
[pid=27787] ppid=27784 vsize=10661132 memory=5492048 CPUtime=2520.07 cores=1,3,5,7
/proc/27787/stat : 27787 (java) S 27784 27787 26305 0 -1 1077944320 4746622 0 0 0 251284 723 0 0 20 0 15 0 92749602 10916999168 1373012 33554432000 4194304 4196468 140733661978032 140733661960576 139942253182711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
/proc/27787/statm: 2665283 1373012 3195 1 0 2627263 0
[pid=27787/tid=27789] ppid=27784 vsize=10661132 memory=6791534058613427641 CPUtime=2488.03 cores=1,3,5,7
/proc/27787/task/27789/stat : 27789 (java) R 27784 27787 26305 0 -1 4202560 3870546 0 0 0 248563 240 0 0 20 0 15 0 92749603 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942257423632 139941869427296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27790] ppid=27784 vsize=10661132 memory=4126316290023845779 CPUtime=6.35 cores=1,3,5,7
/proc/27787/task/27790/stat : 27790 (java) S 27784 27787 26305 0 -1 1077944384 189278 0 0 0 534 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942189873936 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27791] ppid=27784 vsize=10661132 memory=15876 CPUtime=6.43 cores=1,3,5,7
/proc/27787/task/27791/stat : 27791 (java) S 27784 27787 26305 0 -1 1077944384 210251 0 0 0 542 101 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942188821392 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27792] ppid=27784 vsize=10661132 memory=4044 CPUtime=6.38 cores=1,3,5,7
/proc/27787/task/27792/stat : 27792 (java) S 27784 27787 26305 0 -1 1077944384 210408 0 0 0 536 102 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942187768848 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27793] ppid=27784 vsize=10661132 memory=15556 CPUtime=6.44 cores=1,3,5,7
/proc/27787/task/27793/stat : 27793 (java) S 27784 27787 26305 0 -1 1077944384 214026 0 0 0 540 104 0 0 20 0 15 0 92749604 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139942186716304 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27794] ppid=27784 vsize=10661132 memory=1792 CPUtime=0.25 cores=1,3,5,7
/proc/27787/task/27794/stat : 27794 (java) S 27784 27787 26305 0 -1 1077944384 12544 0 0 0 13 12 0 0 20 0 15 0 92749605 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941744760816 139942253193858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27795] ppid=27784 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27795/stat : 27795 (java) S 27784 27787 26305 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941743707104 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27796] ppid=27784 vsize=10661132 memory=956 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27796/stat : 27796 (java) S 27784 27787 26305 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 92749606 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941742654448 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27797] ppid=27784 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27797/stat : 27797 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941741603024 139942253201307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27798] ppid=27784 vsize=10661132 memory=2336 CPUtime=2.29 cores=1,3,5,7
/proc/27787/task/27798/stat : 27798 (java) S 27784 27787 26305 0 -1 1077944384 15674 0 0 0 228 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941740550640 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27799] ppid=27784 vsize=10661132 memory=1580 CPUtime=1.96 cores=1,3,5,7
/proc/27787/task/27799/stat : 27799 (java) S 27784 27787 26305 0 -1 1077944384 13051 0 0 0 195 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941739498096 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27800] ppid=27784 vsize=10661132 memory=928 CPUtime=0.63 cores=1,3,5,7
/proc/27787/task/27800/stat : 27800 (java) S 27784 27787 26305 0 -1 1077944384 7189 0 0 0 62 1 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941738445552 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27801] ppid=27784 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/27787/task/27801/stat : 27801 (java) S 27784 27787 26305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92749608 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941737393248 139942253192917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
[pid=27787/tid=27802] ppid=27784 vsize=10661132 memory=4124 CPUtime=1.21 cores=1,3,5,7
/proc/27787/task/27802/stat : 27802 (java) S 27784 27787 26305 0 -1 1077944384 2295 0 0 0 52 69 0 0 20 0 15 0 92749609 10916999168 1373012 33554432000 4194304 4196468 140733661978032 139941736339760 139942253193858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13185024 140733661983900 140733661984009 140733661984009 140733661986767 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 5492048 KiB

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

[startup+2495.09 s]
# the end of solver process 27787 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.86 s, system=7.31691 s

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

Child status: 143
Real time (s): 2495.09
CPU time (s): 2520.17
CPU user time (s): 2512.86
CPU system time (s): 7.31691
CPU usage (%): 101.005
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 5492048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.86
system time used= 7.31691
maximum resident set size= 5492560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4746946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62895
involuntary context switches= 2124


# summary of solver processes directly reported to runsolver:
#   pid: 27787
#   total CPU time (s): 2520.17
#   total CPU user time (s): 2512.86
#   total CPU system time (s): 7.31691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3608 second user time and 22.4872 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 06:24:25
IDJOB=4298234
IDBENCH=141088
IDSOLVER=2765
FILE ID=node148/4298234-1532751864
RUNJOBID= node148-1532739340-26337
PBS_JOBID= 21022440
Free space on /tmp= 43236 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-11-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298234-1532751864/watcher-4298234-1532751864 -o /tmp/evaluation-result-4298234-1532751864/solver-4298234-1532751864 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532739340-26337 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298234-1532751864.xml --timelimit 2520

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

MD5SUM BENCH= 883afe48e037930c9e115af2d6f001fb
RANDOM SEED=1868946040

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23474764 kB
MemAvailable:   31752708 kB
Buffers:          216140 kB
Cached:          8196340 kB
SwapCached:          352 kB
Active:          2190660 kB
Inactive:        6455996 kB
Active(anon):     187652 kB
Inactive(anon):    74236 kB
Active(file):    2003008 kB
Inactive(file):  6381760 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             28096 kB
Writeback:             0 kB
AnonPages:        228388 kB
Mapped:            54052 kB
Shmem:             25016 kB
Slab:             349580 kB
SReclaimable:     321636 kB
SUnreclaim:        27944 kB
KernelStack:        3520 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1413616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43236 MiB
End job on node148 at 2018-07-28 07:06:00