Trace number 4298302

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.13 2487.14

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-10-opt_c18.xml
MD5SUMd97bf760713e7741c92fd1268dd09e15
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark647980
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4749
Number of constraints4689
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4069},{"size":6,"count":2},{"size":22,"count":10},{"size":24,"count":4},{"size":36,"count":336},{"size":44,"count":328}]
Minimum variable degree2
Maximum variable degree63
Distribution of variable degrees[{"degree":2,"count":4070},{"degree":3,"count":1},{"degree":4,"count":27},{"degree":5,"count":22},{"degree":6,"count":78},{"degree":7,"count":29},{"degree":8,"count":79},{"degree":9,"count":23},{"degree":10,"count":77},{"degree":11,"count":29},{"degree":12,"count":39},{"degree":13,"count":29},{"degree":14,"count":40},{"degree":15,"count":18},{"degree":16,"count":32},{"degree":17,"count":15},{"degree":18,"count":21},{"degree":19,"count":8},{"degree":20,"count":16},{"degree":21,"count":14},{"degree":22,"count":10},{"degree":23,"count":9},{"degree":24,"count":6},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":3},{"degree":28,"count":8},{"degree":29,"count":6},{"degree":30,"count":3},{"degree":31,"count":5},{"degree":32,"count":1},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":1},{"degree":48,"count":1},{"degree":56,"count":1},{"degree":63,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":280},{"arity":2,"count":646},{"arity":3,"count":3763}]
Number of extensional constraints4409
Number of intensional constraints280
Distribution of constraint types[{"type":"extension","count":4409},{"type":"intension","count":280}]
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.09/2487.11	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 (6744 MiB free)
  memory of node 1: 16384 MiB (15790 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298302-1532753727/watcher-4298302-1532753727 -o /tmp/evaluation-result-4298302-1532753727/solver-4298302-1532753727 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532741226-26123 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298302-1532753727.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
solver pid=27567, runsolver pid=27564
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 2.36 2.12 2.01 4/215 27582
/proc/meminfo: memFree=23060316/32770624 swapFree=67028120/67108860
[pid=27567] ppid=27564 vsize=10661056 memory=27648 CPUtime=0.12 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 5280 0 0 0 11 1 0 0 20 0 15 0 92935855 10916921344 6912 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665264 6912 2840 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661056 memory=-8269626465541067133 CPUtime=0.09 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 3133 0 0 0 8 1 0 0 20 0 15 0 92935856 10916921344 6912 33554432000 4194304 4196468 140728587110592 140036626236576 140036622015894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 6912 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 6912 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 6912 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 6912 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035723589024 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92935859 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) S 27564 27567 26091 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035719379056 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0.02 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) R 27564 27567 26091 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035718326512 140036606084446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 6912 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27648 KiB

[startup+0.210623 s]*
/proc/loadavg: 2.36 2.12 2.01 5/215 27582
/proc/meminfo: memFree=23048436/32770624 swapFree=67028120/67108860
[pid=27567] ppid=27564 vsize=10661056 memory=39640 CPUtime=0.34 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 8078 0 0 0 32 2 0 0 20 0 15 0 92935855 10916921344 9910 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665264 9910 2948 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 5108 0 0 0 18 2 0 0 20 0 15 0 92935856 10916921344 9910 33554432000 4194304 4196468 140728587110592 140036626240176 140036622025885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661056 memory=342 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 9910 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661056 memory=139910385409414 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 9910 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 9910 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 9910 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035723589024 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92935859 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) R 27564 27567 26091 0 -1 1077944384 584 0 0 0 2 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) R 27564 27567 26091 0 -1 4202560 190 0 0 0 2 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035719379056 140036614241086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0.08 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) R 27564 27567 26091 0 -1 4202560 830 0 0 0 8 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035718326512 140036606084446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 9910 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39640 KiB

[startup+0.315833 s]*
/proc/loadavg: 2.36 2.12 2.01 5/215 27582
/proc/meminfo: memFree=23005560/32770624 swapFree=67028120/67108860
[pid=27567] ppid=27564 vsize=10661056 memory=83180 CPUtime=0.67 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 10206 0 0 0 63 4 0 0 20 0 15 0 92935855 10916921344 20795 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665264 20795 3050 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661056 memory=7022364594140610616 CPUtime=0.31 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) D 27564 27567 26091 0 -1 1077944384 5225 0 0 0 28 3 0 0 20 0 15 0 92935856 10916921344 20795 33554432000 4194304 4196468 140728587110592 140036626236272 140036622027837 0 4 0 16800975 18446744072101764644 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661056 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 20795 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661056 memory=139910385409388 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 20795 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 20795 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935857 10916921344 20795 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 20795 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92935858 10916921344 20795 33554432000 4194304 4196468 140728587110592 140035723589024 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92935859 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) R 27564 27567 26091 0 -1 4202560 1230 0 0 0 11 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035720424792 140036606883526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661056 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) R 27564 27567 26091 0 -1 4202560 1301 0 0 0 11 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035719360072 140036603547682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0.12 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 1162 0 0 0 12 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661056 memory=139910385383040 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935861 10916921344 20861 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 83180 KiB

[startup+0.700874 s]
/proc/loadavg: 2.36 2.12 2.01 5/215 27582
/proc/meminfo: memFree=22973604/32770624 swapFree=67028120/67108860
[pid=27567] ppid=27564 vsize=10661132 memory=216180 CPUtime=1.93 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 11836 0 0 0 186 7 0 0 20 0 15 0 92935855 10916999168 54045 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665283 54045 3111 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661132 memory=258339665641237 CPUtime=0.65 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 5497 0 0 0 61 4 0 0 20 0 15 0 92935856 10916999168 54045 33554432000 4194304 4196468 140728587110592 140036626237880 140036220692315 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=288230376152200162 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 92935857 10916999168 54045 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 92935857 10916999168 54045 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 92935857 10916999168 54045 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92935857 10916999168 54045 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035723589024 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 92935859 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661132 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) R 27564 27567 26091 0 -1 4202560 1688 0 0 0 46 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035720421984 140036603523968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661132 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) R 27564 27567 26091 0 -1 4202560 1597 0 0 0 47 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035719368848 140036603550684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661132 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 1532 0 0 0 27 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661132 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 54045 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 216180 KiB

[startup+1.50077 s]
/proc/loadavg: 2.36 2.12 2.01 3/215 27582
/proc/meminfo: memFree=22799832/32770624 swapFree=67028120/67108860
[pid=27567] ppid=27564 vsize=10661132 memory=417028 CPUtime=3.5 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 13253 0 0 0 330 20 0 0 20 0 15 0 92935855 10916999168 104257 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665283 104257 3132 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661132 memory=9169 CPUtime=1.38 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 5560 0 0 0 133 5 0 0 20 0 15 0 92935856 10916999168 104257 33554432000 4194304 4196468 140728587110592 140036626238448 140036220941410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 214 0 0 0 3 2 0 0 20 0 15 0 92935857 10916999168 104257 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 164 0 0 0 4 3 0 0 20 0 15 0 92935857 10916999168 104257 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 195 0 0 0 4 3 0 0 20 0 15 0 92935857 10916999168 104257 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 194 0 0 0 4 3 0 0 20 0 15 0 92935857 10916999168 104257 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 104257 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0

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

/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 90138 0 0 0 237148 38 0 0 20 0 15 0 92935856 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140036626243312 140036225113178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.65 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 9027 0 0 0 805 60 0 0 20 0 15 0 92935857 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.65 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 10888 0 0 0 802 63 0 0 20 0 15 0 92935857 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.69 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 15970 0 0 0 807 62 0 0 20 0 15 0 92935857 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.69 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 19063 0 0 0 806 63 0 0 20 0 15 0 92935857 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=4793064 CPUtime=1.65 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 10836 0 0 0 161 4 0 0 20 0 15 0 92935858 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661132 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035723589088 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661132 memory=4793064 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92935859 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661132 memory=164 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661132 memory=4793064 CPUtime=2.99 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) S 27564 27567 26091 0 -1 1077944384 11166 0 0 0 297 2 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661132 memory=0 CPUtime=2.47 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) S 27564 27567 26091 0 -1 1077944384 9498 0 0 0 246 1 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035719379056 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661132 memory=4793064 CPUtime=0.72 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 5539 0 0 0 71 1 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661132 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661132 memory=4793064 CPUtime=0.56 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1509 0 0 0 23 33 0 0 20 0 15 0 92935861 10916999168 1198266 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 2415.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4793064 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.75 1.80 3/215 27756
/proc/meminfo: memFree=21635932/32770624 swapFree=67028128/67108860
[pid=27567] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2475.27 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 189825 0 0 0 247200 327 0 0 20 0 15 0 92935855 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665283 1204424 3187 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2431.78 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 91635 0 0 0 243140 38 0 0 20 0 15 0 92935856 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036626243280 140036225365197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.73 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 10949 0 0 0 812 61 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.72 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 11622 0 0 0 809 63 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.76 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 16109 0 0 0 814 62 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.77 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 19276 0 0 0 813 64 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=4793064 CPUtime=1.65 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 11077 0 0 0 161 4 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035723589088 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661132 memory=4793064 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92935859 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661132 memory=4793064 CPUtime=2.99 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) S 27564 27567 26091 0 -1 1077944384 11170 0 0 0 297 2 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2.47 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) S 27564 27567 26091 0 -1 1077944384 9501 0 0 0 246 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035719379056 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0.72 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 5547 0 0 0 71 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661132 memory=1664 CPUtime=0.58 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1540 0 0 0 24 34 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 2475.27 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4817696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487.11 s]
/proc/loadavg: 1.74 1.75 1.80 3/215 27833
/proc/meminfo: memFree=21800028/32770624 swapFree=67028128/67108860
[pid=27567] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2520.09 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 191078 0 0 0 251681 328 0 0 20 0 15 0 92935855 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665283 1204424 3187 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2476.59 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 92832 0 0 0 247620 39 0 0 20 0 15 0 92935856 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036626243280 140036225113192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.73 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 10949 0 0 0 812 61 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.72 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 11622 0 0 0 809 63 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.76 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 16109 0 0 0 814 62 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.77 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 19276 0 0 0 813 64 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=4817696 CPUtime=1.65 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 11086 0 0 0 161 4 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035723589088 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661132 memory=279820476481408 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92935859 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2.99 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) S 27564 27567 26091 0 -1 1077944384 11174 0 0 0 297 2 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661132 memory=6768 CPUtime=2.47 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) S 27564 27567 26091 0 -1 1077944384 9504 0 0 0 246 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035719379056 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0.72 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 5555 0 0 0 71 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0.58 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1572 0 0 0 24 34 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4817696 KiB

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

[startup+2487.14 s]
# the end of solver process 27567 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.82 s, system=3.30131 s

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

[startup+2487.11 s]
/proc/loadavg: 1.74 1.75 1.80 3/215 27833
/proc/meminfo: memFree=21800028/32770624 swapFree=67028128/67108860
[pid=27567] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2520.09 cores=1,3,5,7
/proc/27567/stat : 27567 (java) S 27564 27567 26091 0 -1 1077944320 191078 0 0 0 251681 328 0 0 20 0 15 0 92935855 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140728587093136 140036622003959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
/proc/27567/statm: 2665283 1204424 3187 1 0 2627263 0
[pid=27567/tid=27569] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2476.59 cores=1,3,5,7
/proc/27567/task/27569/stat : 27569 (java) R 27564 27567 26091 0 -1 4202560 92832 0 0 0 247620 39 0 0 20 0 15 0 92935856 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036626243280 140036225113192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27570] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.73 cores=1,3,5,7
/proc/27567/task/27570/stat : 27570 (java) S 27564 27567 26091 0 -1 1077944384 10949 0 0 0 812 61 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036548077840 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27571] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.72 cores=1,3,5,7
/proc/27567/task/27571/stat : 27571 (java) S 27564 27567 26091 0 -1 1077944384 11622 0 0 0 809 63 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036547025296 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27572] ppid=27564 vsize=10661132 memory=4793064 CPUtime=8.76 cores=1,3,5,7
/proc/27567/task/27572/stat : 27572 (java) S 27564 27567 26091 0 -1 1077944384 16109 0 0 0 814 62 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036545972752 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27573] ppid=27564 vsize=10661132 memory=4817696 CPUtime=8.77 cores=1,3,5,7
/proc/27567/task/27573/stat : 27573 (java) S 27564 27567 26091 0 -1 1077944384 19276 0 0 0 813 64 0 0 20 0 15 0 92935857 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140036544920208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27574] ppid=27564 vsize=10661132 memory=4817696 CPUtime=1.65 cores=1,3,5,7
/proc/27567/task/27574/stat : 27574 (java) S 27564 27567 26091 0 -1 1077944384 11086 0 0 0 161 4 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035724642800 140036622015106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27575] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27575/stat : 27575 (java) S 27564 27567 26091 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 92935858 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035723589088 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27576] ppid=27564 vsize=10661132 memory=279820476481408 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27576/stat : 27576 (java) S 27564 27567 26091 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92935859 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035722536432 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27577] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27577/stat : 27577 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035721485008 140036622022555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27578] ppid=27564 vsize=10661132 memory=4817696 CPUtime=2.99 cores=1,3,5,7
/proc/27567/task/27578/stat : 27578 (java) S 27564 27567 26091 0 -1 1077944384 11174 0 0 0 297 2 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035720431600 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27579] ppid=27564 vsize=10661132 memory=6768 CPUtime=2.47 cores=1,3,5,7
/proc/27567/task/27579/stat : 27579 (java) S 27564 27567 26091 0 -1 1077944384 9504 0 0 0 246 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035719379056 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27580] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0.72 cores=1,3,5,7
/proc/27567/task/27580/stat : 27580 (java) S 27564 27567 26091 0 -1 1077944384 5555 0 0 0 71 1 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035718326512 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27581] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0 cores=1,3,5,7
/proc/27567/task/27581/stat : 27581 (java) S 27564 27567 26091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035717274208 140036622014165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
[pid=27567/tid=27582] ppid=27564 vsize=10661132 memory=4817696 CPUtime=0.58 cores=1,3,5,7
/proc/27567/task/27582/stat : 27582 (java) S 27564 27567 26091 0 -1 1077944384 1572 0 0 0 24 34 0 0 20 0 15 0 92935861 10916999168 1204424 33554432000 4194304 4196468 140728587110592 140035716221744 140036622015106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11845632 140728587113589 140728587113737 140728587113737 140728587116495 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4817696 KiB

Child status: 143
Real time (s): 2487.14
CPU time (s): 2520.13
CPU user time (s): 2516.82
CPU system time (s): 3.30131
CPU usage (%): 101.326
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 4817696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.82
system time used= 3.30131
maximum resident set size= 4818244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57651
involuntary context switches= 1506


# summary of solver processes directly reported to runsolver:
#   pid: 27567
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.82
#   total CPU system time (s): 3.30131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9755 second user time and 22.2463 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 06:55:27
IDJOB=4298302
IDBENCH=141098
IDSOLVER=2762
FILE ID=node102/4298302-1532753727
RUNJOBID= node102-1532741226-26123
PBS_JOBID= 21022452
Free space on /tmp= 52704 MiB

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

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

MD5SUM BENCH= d97bf760713e7741c92fd1268dd09e15
RANDOM SEED=452402292

node102.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.51
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.51
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.51
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.51
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:        23077024 kB
MemAvailable:   28234972 kB
Buffers:          205952 kB
Cached:          5207052 kB
SwapCached:        53580 kB
Active:          4928844 kB
Inactive:        4256564 kB
Active(anon):    3697732 kB
Inactive(anon):    99020 kB
Active(file):    1231112 kB
Inactive(file):  4157544 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028120 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:       3760572 kB
Mapped:            47456 kB
Shmem:             21900 kB
Slab:             198484 kB
SReclaimable:     170252 kB
SUnreclaim:        28232 kB
KernelStack:        3808 kB
PageTables:        12232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4539656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3655680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52728 MiB
End job on node102 at 2018-07-28 07:36:54