Trace number 4298022

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29? (TO) 2520.08 2494.02

General information on the benchmark

NameColouredQueens/
ColouredQueens-12_c18.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
Bench CategoryCSP (decision 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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.05/2494.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 (13290 MiB free)
  memory of node 1: 16384 MiB (14006 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298022-1532741645/watcher-4298022-1532741645 -o /tmp/evaluation-result-4298022-1532741645/solver-4298022-1532741645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298022-1532741645.xml 

running on 4 cores: 1,3,5,7

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

solver pid=22400, runsolver pid=22397

[startup+0.102182 s]*
/proc/loadavg: 1.25 1.43 1.83 4/215 22415
/proc/meminfo: memFree=27933548/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661056 memory=27700 CPUtime=0.13 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 5320 0 0 0 13 0 0 0 20 0 15 0 91727712 10916921344 6925 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665264 6925 2897 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 3150 0 0 0 9 0 0 0 20 0 15 0 91727712 10916921344 6925 33554432000 4194304 4196468 140735934885296 140160843160304 140160838950294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661056 memory=5793855835963718073 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916921344 6925 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661056 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916921344 6925 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916921344 6925 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727713 10916921344 6925 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727714 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91727715 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91727715 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) R 22397 22400 21807 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 15 0 91727717 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) R 22397 22400 21807 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 91727717 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159868672752 140160818799033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661056 memory=140584953824896 CPUtime=0.02 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) R 22397 22400 21807 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 91727717 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159867619952 140160823018846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661056 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727718 10916921344 6925 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27700 KiB

[startup+0.210529 s]*
/proc/loadavg: 1.25 1.43 1.83 4/215 22415
/proc/meminfo: memFree=27919332/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661056 memory=40488 CPUtime=0.34 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 8206 0 0 0 32 2 0 0 20 0 15 0 91727712 10916921344 10122 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665264 10122 2950 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 5219 0 0 0 19 1 0 0 20 0 15 0 91727712 10916999168 10122 33554432000 4194304 4196468 140735934885296 140160843170672 140160795573221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=4211974311158615434 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 10122 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 10122 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 10122 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 10122 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727714 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 658 0 0 0 2 0 0 0 20 0 15 0 91727717 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) S 22397 22400 21807 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 15 0 91727717 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0.08 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 883 0 0 0 8 0 0 0 20 0 15 0 91727717 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727718 10916999168 10122 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40488 KiB

[startup+0.311328 s]*
/proc/loadavg: 1.25 1.43 1.83 4/215 22415
/proc/meminfo: memFree=27913252/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=46820 CPUtime=0.56 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 8788 0 0 0 54 2 0 0 20 0 15 0 91727712 10916999168 11705 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 11705 3042 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 5546 0 0 0 28 1 0 0 20 0 15 0 91727712 10916999168 11705 33554432000 4194304 4196468 140735934885296 140160843173040 140160838960285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=4211974311158615434 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 11705 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=140584953827253 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 11705 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=140584815818064 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 11705 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=140584815807951 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 11705 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=140584953846729 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91727714 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=140584815817135 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=281169631625104 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=281169631622800 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) R 22397 22400 21807 0 -1 4202560 702 0 0 0 4 0 0 0 20 0 15 0 91727717 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159869725552 140160823820048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) R 22397 22400 21807 0 -1 1077944384 168 0 0 0 4 0 0 0 20 0 15 0 91727717 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0.15 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) R 22397 22400 21807 0 -1 4202560 1006 0 0 0 15 0 0 0 20 0 15 0 91727717 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159867619952 140160831655511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=140584953824896 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727718 10916999168 11705 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46820 KiB

[startup+0.700788 s]
/proc/loadavg: 1.25 1.43 1.83 5/215 22415
/proc/meminfo: memFree=27879260/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=116400 CPUtime=1.67 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 13939 0 0 0 163 4 0 0 20 0 15 0 91727712 10916999168 29100 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 29100 3092 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=1228 CPUtime=0.68 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 5608 0 0 0 66 2 0 0 20 0 15 0 91727712 10916999168 29100 33554432000 4194304 4196468 140735934885296 140160843175672 140160438912903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 29100 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 29100 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 29100 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 29100 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=6370994028255662164 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91727714 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=78 CPUtime=0.37 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 3109 0 0 0 36 1 0 0 20 0 15 0 91727717 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=3 CPUtime=0.39 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) R 22397 22400 21807 0 -1 4202560 2347 0 0 0 39 0 0 0 20 0 15 0 91727717 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159868660320 140160818594032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=258 CPUtime=0.2 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 1504 0 0 0 20 0 0 0 20 0 15 0 91727717 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=281169631809008 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 91727718 10916999168 29100 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 116400 KiB

[startup+1.50077 s]
/proc/loadavg: 1.25 1.43 1.83 3/215 22415
/proc/meminfo: memFree=27767484/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=191224 CPUtime=2.78 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 14203 0 0 0 273 5 0 0 20 0 15 0 91727712 10916999168 47806 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 47806 3102 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 5647 0 0 0 144 2 0 0 20 0 15 0 91727712 10916999168 47806 33554432000 4194304 4196468 140735934885296 140160843177936 140160438914655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=4945970115979287168 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 47806 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=-6437993005638116454 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 47806 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=-6079718012894977833 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 47806 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 91727713 10916999168 47806 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=-6305716083497395328 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 91727714 10916999168 47806 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0

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

/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 25487 0 0 0 230302 28 0 0 20 0 15 0 91727712 10916999168 85697 33554432000 4194304 4196468 140735934885296 140160843177936 140160438910627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=342788 CPUtime=8.04 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 4547 0 0 0 741 63 0 0 20 0 15 0 91727713 10916999168 85697 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=342788 CPUtime=8.08 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 5500 0 0 0 742 66 0 0 20 0 15 0 91727713 10916999168 85697 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=342788 CPUtime=8.07 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 4915 0 0 0 743 64 0 0 20 0 15 0 91727713 10916999168 85697 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=342788 CPUtime=8.11 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 6085 0 0 0 755 56 0 0 20 0 15 0 91727713 10916999168 85697 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=342788 CPUtime=8 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 6689 0 0 0 739 61 0 0 20 0 15 0 91727714 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=342788 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=342788 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=342788 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=1296 CPUtime=0.53 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 3265 0 0 0 52 1 0 0 20 0 15 0 91727717 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=2412 CPUtime=0.55 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) S 22397 22400 21807 0 -1 1077944384 2472 0 0 0 54 1 0 0 20 0 15 0 91727717 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=340740 CPUtime=0.23 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 1631 0 0 0 22 1 0 0 20 0 15 0 91727717 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=340740 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=342788 CPUtime=1.21 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1190 0 0 0 59 62 0 0 20 0 15 0 91727718 10916999168 85697 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 2346.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 342788 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.27 1.37 3/216 22510
/proc/meminfo: memFree=27421804/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=346884 CPUtime=2406.97 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 64679 0 0 0 240375 322 0 0 20 0 15 0 91727712 10916999168 86721 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 86721 3129 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=346884 CPUtime=2362.71 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 26013 0 0 0 236243 28 0 0 20 0 15 0 91727712 10916999168 86721 33554432000 4194304 4196468 140735934885296 140160843177824 140160438915209 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=346884 CPUtime=8.31 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 4729 0 0 0 767 64 0 0 20 0 15 0 91727713 10916999168 86721 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=346884 CPUtime=8.36 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 5900 0 0 0 769 67 0 0 20 0 15 0 91727713 10916999168 86721 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=346884 CPUtime=8.35 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 5104 0 0 0 769 66 0 0 20 0 15 0 91727713 10916999168 86721 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=346884 CPUtime=8.39 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 6131 0 0 0 781 58 0 0 20 0 15 0 91727713 10916999168 86721 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=346884 CPUtime=8.22 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 6867 0 0 0 758 64 0 0 20 0 15 0 91727714 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=180 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=916 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=346884 CPUtime=0.53 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 3267 0 0 0 52 1 0 0 20 0 15 0 91727717 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=4140 CPUtime=0.55 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) S 22397 22400 21807 0 -1 1077944384 2475 0 0 0 54 1 0 0 20 0 15 0 91727717 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=6005096448879389802 CPUtime=0.23 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 1633 0 0 0 22 1 0 0 20 0 15 0 91727717 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=7235708345658857059 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=342788 CPUtime=1.24 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1198 0 0 0 60 64 0 0 20 0 15 0 91727718 10916999168 86721 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 2406.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 346884 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.29 1.38 3/216 22511
/proc/meminfo: memFree=27414064/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=350980 CPUtime=2467.72 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 66204 0 0 0 246445 327 0 0 20 0 15 0 91727712 10916999168 87745 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 87745 3129 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=348932 CPUtime=2422.17 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 26556 0 0 0 242188 29 0 0 20 0 15 0 91727712 10916999168 87745 33554432000 4194304 4196468 140735934885296 140160843177936 140160439029506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=348932 CPUtime=8.58 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 4926 0 0 0 793 65 0 0 20 0 15 0 91727713 10916999168 87745 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=348932 CPUtime=8.62 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 6036 0 0 0 794 68 0 0 20 0 15 0 91727713 10916999168 87745 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=348932 CPUtime=8.62 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 5442 0 0 0 795 67 0 0 20 0 15 0 91727713 10916999168 87745 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=350980 CPUtime=8.65 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 6248 0 0 0 806 59 0 0 20 0 15 0 91727713 10916999168 87745 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=350980 CPUtime=8.42 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 7046 0 0 0 777 65 0 0 20 0 15 0 91727714 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=350980 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=348932 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=348932 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=348932 CPUtime=0.53 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 3270 0 0 0 52 1 0 0 20 0 15 0 91727717 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=350980 CPUtime=0.55 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) S 22397 22400 21807 0 -1 1077944384 2477 0 0 0 54 1 0 0 20 0 15 0 91727717 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=4588 CPUtime=0.23 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 1636 0 0 0 22 1 0 0 20 0 15 0 91727717 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=350980 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=5752 CPUtime=1.27 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1205 0 0 0 62 65 0 0 20 0 15 0 91727718 10916999168 87745 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 2467.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 350980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2494 s]*
/proc/loadavg: 1.58 1.37 1.40 3/215 22589
/proc/meminfo: memFree=26454028/32770624 swapFree=67108436/67108860
[pid=22400] ppid=22397 vsize=10661132 memory=353028 CPUtime=2520.05 cores=1,3,5,7
/proc/22400/stat : 22400 (java) S 22397 22400 21807 0 -1 1077944320 67669 0 0 0 251673 332 0 0 20 0 15 0 91727712 10916999168 88257 33554432000 4194304 4196468 140735934885296 140735934867840 140160838938359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
/proc/22400/statm: 2665283 88257 3129 1 0 2627263 0
[pid=22400/tid=22402] ppid=22397 vsize=10661132 memory=6791534058613427641 CPUtime=2473.41 cores=1,3,5,7
/proc/22400/task/22402/stat : 22402 (java) R 22397 22400 21807 0 -1 4202560 27023 0 0 0 247311 30 0 0 20 0 15 0 91727712 10916999168 88257 33554432000 4194304 4196468 140735934885296 140160843177936 140160438915275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22403] ppid=22397 vsize=10661132 memory=1852 CPUtime=8.81 cores=1,3,5,7
/proc/22400/task/22403/stat : 22403 (java) S 22397 22400 21807 0 -1 1077944384 5062 0 0 0 815 66 0 0 20 0 15 0 91727713 10916999168 88257 33554432000 4194304 4196468 140735934885296 140160765013136 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22404] ppid=22397 vsize=10661132 memory=872 CPUtime=8.85 cores=1,3,5,7
/proc/22400/task/22404/stat : 22404 (java) S 22397 22400 21807 0 -1 1077944384 6222 0 0 0 816 69 0 0 20 0 15 0 91727713 10916999168 88257 33554432000 4194304 4196468 140735934885296 140160763960336 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22405] ppid=22397 vsize=10661132 memory=8068 CPUtime=8.83 cores=1,3,5,7
/proc/22400/task/22405/stat : 22405 (java) S 22397 22400 21807 0 -1 1077944384 5773 0 0 0 816 67 0 0 20 0 15 0 91727713 10916999168 88257 33554432000 4194304 4196468 140735934885296 140160762907536 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22406] ppid=22397 vsize=10661132 memory=-7003737579269690708 CPUtime=8.88 cores=1,3,5,7
/proc/22400/task/22406/stat : 22406 (java) S 22397 22400 21807 0 -1 1077944384 6397 0 0 0 828 60 0 0 20 0 15 0 91727713 10916999168 88257 33554432000 4194304 4196468 140735934885296 140160761854736 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22407] ppid=22397 vsize=10661132 memory=4588 CPUtime=8.58 cores=1,3,5,7
/proc/22400/task/22407/stat : 22407 (java) S 22397 22400 21807 0 -1 1077944384 7226 0 0 0 792 66 0 0 20 0 15 0 91727714 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159873935728 140160838949506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22408] ppid=22397 vsize=10661132 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22408/stat : 22408 (java) S 22397 22400 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159872881696 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22409] ppid=22397 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22409/stat : 22409 (java) S 22397 22400 21807 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 91727715 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159871828848 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22410] ppid=22397 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22410/stat : 22410 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159870777168 140160838956955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22411] ppid=22397 vsize=10661132 memory=872 CPUtime=0.53 cores=1,3,5,7
/proc/22400/task/22411/stat : 22411 (java) S 22397 22400 21807 0 -1 1077944384 3272 0 0 0 52 1 0 0 20 0 15 0 91727717 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159869725552 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22412] ppid=22397 vsize=10661132 memory=8068 CPUtime=0.55 cores=1,3,5,7
/proc/22400/task/22412/stat : 22412 (java) S 22397 22400 21807 0 -1 1077944384 2479 0 0 0 54 1 0 0 20 0 15 0 91727717 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159868672752 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22413] ppid=22397 vsize=10661132 memory=11648 CPUtime=0.23 cores=1,3,5,7
/proc/22400/task/22413/stat : 22413 (java) S 22397 22400 21807 0 -1 1077944384 1638 0 0 0 22 1 0 0 20 0 15 0 91727717 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159867619952 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22414] ppid=22397 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/22400/task/22414/stat : 22414 (java) S 22397 22400 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 91727717 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159866567392 140160838948565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
[pid=22400/tid=22415] ppid=22397 vsize=10661132 memory=1388 CPUtime=1.3 cores=1,3,5,7
/proc/22400/task/22415/stat : 22415 (java) S 22397 22400 21807 0 -1 1077944384 1215 0 0 0 63 67 0 0 20 0 15 0 91727718 10916999168 88257 33554432000 4194304 4196468 140735934885296 140159865514672 140160838949506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38363136 140735934891125 140735934891273 140735934891273 140735934894031 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 353028 KiB

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

[startup+2494.02 s]
# the end of solver process 22400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.75 s, system=3.32993 s

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

Child status: 143
Real time (s): 2494.02
CPU time (s): 2520.08
CPU user time (s): 2516.75
CPU system time (s): 3.32993
CPU usage (%): 101.045
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 353028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.75
system time used= 3.32992
maximum resident set size= 353548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303760
involuntary context switches= 6450


# summary of solver processes directly reported to runsolver:
#   pid: 22400
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.75
#   total CPU system time (s): 3.32993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8903 second user time and 24.3205 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 03:34:05
IDJOB=4298022
IDBENCH=141026
IDSOLVER=2762
FILE ID=node137/4298022-1532741645
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48156 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-12_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298022-1532741645/watcher-4298022-1532741645 -o /tmp/evaluation-result-4298022-1532741645/solver-4298022-1532741645 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298022-1532741645.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=861587575

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27951996 kB
MemAvailable:   31755100 kB
Buffers:          174644 kB
Cached:          3861956 kB
SwapCached:           32 kB
Active:          1965252 kB
Inactive:        2305108 kB
Active(anon):     181448 kB
Inactive(anon):    80060 kB
Active(file):    1783804 kB
Inactive(file):  2225048 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:        247620 kB
Mapped:            51944 kB
Shmem:             25052 kB
Slab:             247792 kB
SReclaimable:     220176 kB
SUnreclaim:        27616 kB
KernelStack:        3792 kB
PageTables:         5644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1176248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 04:15:40