Trace number 4298197

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
GG's minicp 2018-04-29? (TO) 2520.03 2507.52

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-06-opt_c18.xml
MD5SUM2266009a6c131884c939a0d3a4b2f589
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 variables1422
Number of constraints1322
Number of domains7
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":1222},{"size":22,"count":2},{"size":36,"count":92},{"size":44,"count":106}]
Minimum variable degree1
Maximum variable degree44
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1225},{"degree":3,"count":9},{"degree":4,"count":5},{"degree":5,"count":12},{"degree":6,"count":11},{"degree":7,"count":15},{"degree":8,"count":5},{"degree":9,"count":12},{"degree":10,"count":17},{"degree":11,"count":9},{"degree":12,"count":7},{"degree":13,"count":15},{"degree":14,"count":1},{"degree":15,"count":18},{"degree":17,"count":11},{"degree":19,"count":8},{"degree":20,"count":3},{"degree":21,"count":2},{"degree":22,"count":1},{"degree":23,"count":6},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":27,"count":4},{"degree":28,"count":8},{"degree":30,"count":4},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":39,"count":1},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":1222}]
Number of extensional constraints1322
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1322}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.00/2507.50	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 (8930 MiB free)
  memory of node 1: 16384 MiB (10442 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298197-1532750741/watcher-4298197-1532750741 -o /tmp/evaluation-result-4298197-1532750741/solver-4298197-1532750741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298197-1532750741.xml 

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

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

solver pid=12773, runsolver pid=12770

[startup+0.100068 s]*
/proc/loadavg: 1.76 1.83 1.83 4/218 12788
/proc/meminfo: memFree=19822520/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661056 memory=27432 CPUtime=0.12 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 5277 0 0 0 11 1 0 0 20 0 15 0 92637252 10916921344 6858 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665264 6858 2865 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 3141 0 0 0 8 1 0 0 20 0 15 0 92637252 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168666283376 140168287748217 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661056 memory=5793855443772893625 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637254 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637255 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168220038816 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637255 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) R 12770 12773 11635 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 92637257 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) R 12770 12773 11635 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 15 0 92637257 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168215828848 140168645496529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0.01 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) R 12770 12773 11635 0 -1 4202560 338 0 0 0 1 0 0 0 20 0 15 0 92637257 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168214775792 140168646141278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637258 10916921344 6924 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27432 KiB

[startup+0.210917 s]*
/proc/loadavg: 1.76 1.83 1.83 4/218 12788
/proc/meminfo: memFree=19810908/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661056 memory=39620 CPUtime=0.33 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 8073 0 0 0 31 2 0 0 20 0 15 0 92637252 10916921344 9905 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665264 9905 2972 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 5089 0 0 0 19 1 0 0 20 0 15 0 92637252 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168666295776 140168662082717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661056 memory=4211973918967790986 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637254 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637255 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168220038816 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637255 10916921344 10037 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) R 12770 12773 11635 0 -1 4202560 432 0 0 0 2 0 0 0 20 0 15 0 92637257 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168216881392 140168648124024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) R 12770 12773 11635 0 -1 4202560 472 0 0 0 2 0 0 0 20 0 15 0 92637257 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168215828848 140168642761088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0.07 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) R 12770 12773 11635 0 -1 1077944384 792 0 0 0 7 0 0 0 20 0 15 0 92637257 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661056 memory=140192763000448 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637258 10916921344 10103 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39620 KiB

[startup+0.314599 s]*
/proc/loadavg: 1.76 1.83 1.83 7/218 12788
/proc/meminfo: memFree=19785564/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=66680 CPUtime=0.67 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 10175 0 0 0 63 4 0 0 20 0 15 0 92637252 10916999168 16670 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 16670 3077 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 5414 0 0 0 28 2 0 0 20 0 15 0 92637252 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168666297280 140168646141278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=4211973918967790986 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=280385394600320 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=280385263227392 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=140192631599887 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=280385394607232 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92637254 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=140192631604495 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168220038816 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=140192631618467 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=140192631621619 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 941 0 0 0 9 0 0 0 20 0 15 0 92637257 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) R 12770 12773 11635 0 -1 4202560 1361 0 0 0 10 0 0 0 20 0 15 0 92637257 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168215809864 140168645447595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=140192763000448 CPUtime=0.13 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) R 12770 12773 11635 0 -1 1077944384 1120 0 0 0 13 0 0 0 20 0 15 0 92637257 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=140192763027880 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 16670 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 66680 KiB

[startup+0.700751 s]
/proc/loadavg: 1.76 1.83 1.83 5/218 12788
/proc/meminfo: memFree=19739956/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=200640 CPUtime=1.79 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 12027 0 0 0 171 8 0 0 20 0 15 0 92637252 10916999168 50160 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 50160 3120 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=56 CPUtime=0.66 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 5533 0 0 0 62 4 0 0 20 0 15 0 92637252 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168666297824 140168290895101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92637253 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92637254 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168220038816 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=1200 CPUtime=0.38 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 1558 0 0 0 38 0 0 0 20 0 15 0 92637257 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=12136 CPUtime=0.41 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) S 12770 12773 11635 0 -1 1077944384 1629 0 0 0 41 0 0 0 20 0 15 0 92637257 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168215828848 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=1008 CPUtime=0.27 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) R 12770 12773 11635 0 -1 4202560 1802 0 0 0 27 0 0 0 20 0 15 0 92637257 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168214775792 140168641035345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 50160 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200640 KiB

[startup+1.5011 s]
/proc/loadavg: 1.76 1.83 1.83 6/218 12788
/proc/meminfo: memFree=19487808/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=585280 CPUtime=3.38 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 13994 0 0 0 312 26 0 0 20 0 15 0 92637252 10916999168 146320 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 146320 3142 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 6156 0 0 0 129 9 0 0 20 0 15 0 92637252 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168666295832 140168292717308 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 145 0 0 0 3 3 0 0 20 0 15 0 92637253 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 232 0 0 0 4 3 0 0 20 0 15 0 92637253 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 256 0 0 0 4 3 0 0 20 0 15 0 92637253 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 125 0 0 0 4 3 0 0 20 0 15 0 92637253 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92637254 10916999168 146320 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0

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

/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 102750 0 0 0 243849 51 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168666300192 140168294413054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=2453668 CPUtime=2.34 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 10854 0 0 0 201 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.32 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 10197 0 0 0 199 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.35 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 10407 0 0 0 203 32 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=2453668 CPUtime=2.35 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 11825 0 0 0 204 31 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.49 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 14297 0 0 0 34 15 0 0 20 0 15 0 92637254 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168220038880 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.55 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 8320 0 0 0 154 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.96 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) S 12770 12773 11635 0 -1 1077944384 9508 0 0 0 195 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168215828848 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.59 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) S 12770 12773 11635 0 -1 1077944384 5127 0 0 0 58 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=4552260 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.37 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1644 0 0 0 71 66 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 2454.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2455716 KiB

[startup+2502.3 s]
/proc/loadavg: 1.72 1.75 1.85 3/219 13017
/proc/meminfo: memFree=16678400/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2514.78 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 188187 0 0 0 251231 247 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 613929 3181 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2498.85 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 103746 0 0 0 249834 51 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168666300352 140168294285842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.45 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 11174 0 0 0 212 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=280385264802208 CPUtime=2.42 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 10282 0 0 0 209 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.46 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 10538 0 0 0 214 32 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.46 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 11918 0 0 0 215 31 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.51 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 14478 0 0 0 36 15 0 0 20 0 15 0 92637254 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168220038880 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.55 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 8322 0 0 0 154 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.96 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) S 12770 12773 11635 0 -1 1077944384 9510 0 0 0 195 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168215828848 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.59 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) S 12770 12773 11635 0 -1 1077944384 5130 0 0 0 58 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=15708 CPUtime=1.41 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1673 0 0 0 73 68 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 2514.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2455716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.5 s]
/proc/loadavg: 1.67 1.74 1.85 3/219 13017
/proc/meminfo: memFree=16678400/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2520 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 188877 0 0 0 251753 247 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 613929 3181 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2504.04 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 104104 0 0 0 250353 51 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168666300096 140168294086440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=280385264802208 CPUtime=2.45 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 11189 0 0 0 212 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.43 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 10294 0 0 0 210 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.47 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 10600 0 0 0 215 32 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.47 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 12138 0 0 0 216 31 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.52 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 14493 0 0 0 37 15 0 0 20 0 15 0 92637254 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168220038880 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.55 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 8324 0 0 0 154 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.96 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) S 12770 12773 11635 0 -1 1077944384 9512 0 0 0 195 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168215828848 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.59 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) S 12770 12773 11635 0 -1 1077944384 5132 0 0 0 58 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.41 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1675 0 0 0 73 68 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2455716 KiB

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

[startup+2507.52 s]
# the end of solver process 12773 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.48463 s

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

[startup+2507.5 s]
/proc/loadavg: 1.67 1.74 1.85 3/219 13017
/proc/meminfo: memFree=16678400/32770624 swapFree=67108860/67108860
[pid=12773] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2520 cores=0,2,4,6
/proc/12773/stat : 12773 (java) S 12770 12773 11635 0 -1 1077944320 188877 0 0 0 251753 247 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140728444191712 140168662060791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
/proc/12773/statm: 2665283 613929 3181 1 0 2627263 0
[pid=12773/tid=12775] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2504.04 cores=0,2,4,6
/proc/12773/task/12775/stat : 12775 (java) R 12770 12773 11635 0 -1 4202560 104104 0 0 0 250353 51 0 0 20 0 15 0 92637252 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168666300096 140168294086440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12776] ppid=12770 vsize=10661132 memory=280385264802208 CPUtime=2.45 cores=0,2,4,6
/proc/12773/task/12776/stat : 12776 (java) S 12770 12773 11635 0 -1 1077944384 11189 0 0 0 212 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168614681104 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12777] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.43 cores=0,2,4,6
/proc/12773/task/12777/stat : 12777 (java) S 12770 12773 11635 0 -1 1077944384 10294 0 0 0 210 33 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168613628560 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12778] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.47 cores=0,2,4,6
/proc/12773/task/12778/stat : 12778 (java) S 12770 12773 11635 0 -1 1077944384 10600 0 0 0 215 32 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168612575504 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12779] ppid=12770 vsize=10661132 memory=2455716 CPUtime=2.47 cores=0,2,4,6
/proc/12773/task/12779/stat : 12779 (java) S 12770 12773 11635 0 -1 1077944384 12138 0 0 0 216 31 0 0 20 0 15 0 92637253 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168611522960 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12780] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.52 cores=0,2,4,6
/proc/12773/task/12780/stat : 12780 (java) S 12770 12773 11635 0 -1 1077944384 14493 0 0 0 37 15 0 0 20 0 15 0 92637254 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168221092592 140168662071938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12781] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12781/stat : 12781 (java) S 12770 12773 11635 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168220038880 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12782] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12782/stat : 12782 (java) S 12770 12773 11635 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 92637255 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168218985712 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12783] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12783/stat : 12783 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168217934288 140168662079387 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12784] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.55 cores=0,2,4,6
/proc/12773/task/12784/stat : 12784 (java) S 12770 12773 11635 0 -1 1077944384 8324 0 0 0 154 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168216881392 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12785] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.96 cores=0,2,4,6
/proc/12773/task/12785/stat : 12785 (java) S 12770 12773 11635 0 -1 1077944384 9512 0 0 0 195 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168215828848 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12786] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0.59 cores=0,2,4,6
/proc/12773/task/12786/stat : 12786 (java) S 12770 12773 11635 0 -1 1077944384 5132 0 0 0 58 1 0 0 20 0 15 0 92637257 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168214775792 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12787] ppid=12770 vsize=10661132 memory=2455716 CPUtime=0 cores=0,2,4,6
/proc/12773/task/12787/stat : 12787 (java) S 12770 12773 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168213723488 140168662070997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
[pid=12773/tid=12788] ppid=12770 vsize=10661132 memory=2455716 CPUtime=1.41 cores=0,2,4,6
/proc/12773/task/12788/stat : 12788 (java) S 12770 12773 11635 0 -1 1077944384 1675 0 0 0 73 68 0 0 20 0 15 0 92637258 10916999168 613929 33554432000 4194304 4196468 140728444209168 140168212671536 140168662071938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21704704 140728444212341 140728444212489 140728444212489 140728444215247 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2455716 KiB

Child status: 143
Real time (s): 2507.52
CPU time (s): 2520.03
CPU user time (s): 2517.54
CPU system time (s): 2.48463
CPU usage (%): 100.499
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 3309304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.48463
maximum resident set size= 3311364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66120
involuntary context switches= 2648


# summary of solver processes directly reported to runsolver:
#   pid: 12773
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.48463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3 second user time and 23.8457 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 06:05:41
IDJOB=4298197
IDBENCH=141083
IDSOLVER=2762
FILE ID=node132/4298197-1532750741
RUNJOBID= node132-1532740752-11666
PBS_JOBID= 21022446
Free space on /tmp= 52016 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-scen-06-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298197-1532750741/watcher-4298197-1532750741 -o /tmp/evaluation-result-4298197-1532750741/solver-4298197-1532750741 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11666 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298197-1532750741.xml

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

MD5SUM BENCH= 2266009a6c131884c939a0d3a4b2f589
RANDOM SEED=1454011084

node132.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.65
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.65
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.65
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.65
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:        19837460 kB
MemAvailable:   28078672 kB
Buffers:          195432 kB
Cached:          8250988 kB
SwapCached:            0 kB
Active:          6453536 kB
Inactive:        5891640 kB
Active(anon):    3848064 kB
Inactive(anon):    77852 kB
Active(file):    2605472 kB
Inactive(file):  5813788 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8596 kB
Writeback:             0 kB
AnonPages:       3986536 kB
Mapped:            54516 kB
Shmem:             25248 kB
Slab:             278236 kB
SReclaimable:     250412 kB
SUnreclaim:        27824 kB
KernelStack:        3856 kB
PageTables:        13064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4728028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3862528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52004 MiB
End job on node132 at 2018-07-28 06:47:29