Trace number 4298253

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.07 2504.24

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-12-opt_c18.xml
MD5SUMb24da30490b9aa9e9d31246895b0c77d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark34807
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables4691
Number of constraints4527
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":4011},{"size":6,"count":48},{"size":22,"count":40},{"size":24,"count":24},{"size":36,"count":134},{"size":42,"count":50},{"size":44,"count":384}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":4011},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":6},{"degree":8,"count":15},{"degree":9,"count":39},{"degree":10,"count":66},{"degree":11,"count":85},{"degree":12,"count":119},{"degree":13,"count":112},{"degree":14,"count":103},{"degree":15,"count":59},{"degree":16,"count":45},{"degree":17,"count":21},{"degree":18,"count":4},{"degree":19,"count":1},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":176},{"arity":2,"count":674},{"arity":3,"count":3677}]
Number of extensional constraints4351
Number of intensional constraints176
Distribution of constraint types[{"type":"extension","count":4351},{"type":"intension","count":176}]
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.03/2504.21	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 (11203 MiB free)
  memory of node 1: 16384 MiB (13980 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=23548, runsolver pid=23545

[startup+0.100887 s]*
/proc/loadavg: 2.01 1.87 1.89 5/215 23563
/proc/meminfo: memFree=25772924/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661056 memory=27548 CPUtime=0.12 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 5250 0 0 0 11 1 0 0 20 0 15 0 92729681 10916921344 6887 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665264 6887 2844 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 3168 0 0 0 9 0 0 0 20 0 15 0 92729681 10916921344 6887 33554432000 4194304 4196468 140737457918624 139935010308672 139935006088598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661056 memory=5793855525044406713 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729683 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934495950368 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) R 23545 23548 21807 0 -1 4202560 456 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934492784704 139934990893165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934491740400 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0.01 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) R 23545 23548 21807 0 -1 4202560 288 0 0 0 1 0 0 0 20 0 15 0 92729687 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934490687600 139934984445332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 6887 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27548 KiB

[startup+0.210546 s]*
/proc/loadavg: 2.01 1.87 1.89 4/215 23563
/proc/meminfo: memFree=25760744/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661056 memory=40248 CPUtime=0.34 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 8158 0 0 0 32 2 0 0 20 0 15 0 92729681 10916921344 10062 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665264 10062 2992 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 5124 0 0 0 19 1 0 0 20 0 15 0 92729681 10916921344 10062 33554432000 4194304 4196468 140737457918624 139935010314960 139935006098589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661056 memory=4211974000239304074 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729683 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934495950368 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) R 23545 23548 21807 0 -1 1077944384 705 0 0 0 1 0 0 0 20 0 15 0 92729687 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934492793296 139935006086869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) R 23545 23548 21807 0 -1 4202560 176 0 0 0 2 0 0 0 20 0 15 0 92729687 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934491730512 139934998313790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0.08 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) R 23545 23548 21807 0 -1 4202560 808 0 0 0 8 0 0 0 20 0 15 0 92729687 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934490687600 139934985018129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 10062 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40248 KiB

[startup+0.311552 s]*
/proc/loadavg: 2.01 1.87 1.89 5/215 23563
/proc/meminfo: memFree=25723700/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661056 memory=81212 CPUtime=0.65 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 9712 0 0 0 62 3 0 0 20 0 15 0 92729681 10916921344 20303 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665264 20303 3037 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661056 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 5153 0 0 0 28 2 0 0 20 0 15 0 92729681 10916921344 20303 33554432000 4194304 4196468 140737457918624 139935010314960 139934615020294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661056 memory=4211974000239304074 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 20303 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661056 memory=140274034515893 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 20303 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661056 memory=140273900453695 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 20303 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661056 memory=140273900441039 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729682 10916921344 20303 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661056 memory=140274034535370 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729683 10916921344 20303 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661056 memory=140273900450223 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934495950368 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661056 memory=280547800891280 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729684 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661056 memory=280547800888976 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661056 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) R 23545 23548 21807 0 -1 4202560 1172 0 0 0 10 0 0 0 20 0 15 0 92729687 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934492786272 139934985315120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661056 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) R 23545 23548 21807 0 -1 4202560 1036 0 0 0 12 0 0 0 20 0 15 0 92729687 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934491721416 139934989463979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0.11 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) R 23545 23548 21807 0 -1 1077944384 983 0 0 0 11 0 0 0 20 0 15 0 92729687 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661056 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661056 memory=140274034513536 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729687 10916921344 20815 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 81212 KiB

[startup+0.701524 s]
/proc/loadavg: 2.01 1.87 1.89 5/215 23563
/proc/meminfo: memFree=25688020/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661132 memory=205452 CPUtime=1.87 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 12231 0 0 0 178 9 0 0 20 0 15 0 92729681 10916999168 51363 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665283 51363 3104 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661132 memory=1228 CPUtime=0.66 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) S 23545 23548 21807 0 -1 1077944384 5583 0 0 0 62 4 0 0 20 0 15 0 92729681 10916999168 51363 33554432000 4194304 4196468 140737457918624 139935010313664 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) R 23545 23548 21807 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 92729682 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934942767760 139934991104528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) R 23545 23548 21807 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 92729682 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934941715160 139934999176323 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=7307747153392788800 CPUtime=0.01 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) R 23545 23548 21807 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 15 0 92729682 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934940662160 139934999179726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) R 23545 23548 21807 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 92729682 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934939607168 139934991104546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 92729683 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934497002912 139935006086869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934495950368 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661132 memory=79 CPUtime=0.41 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) R 23545 23548 21807 0 -1 4202560 2099 0 0 0 41 0 0 0 20 0 15 0 92729687 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934492785688 139934986776967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661132 memory=3 CPUtime=0.41 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 1430 0 0 0 41 0 0 0 20 0 15 0 92729687 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934491737600 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661132 memory=261 CPUtime=0.29 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) S 23545 23548 21807 0 -1 1077944384 1665 0 0 0 29 0 0 0 20 0 15 0 92729687 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661132 memory=280547801075184 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 51363 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 205452 KiB

[startup+1.50156 s]
/proc/loadavg: 2.01 1.87 1.89 3/215 23563
/proc/meminfo: memFree=25525552/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661132 memory=431628 CPUtime=3.36 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 13379 0 0 0 311 25 0 0 20 0 15 0 92729681 10916999168 107907 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665283 107907 3136 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661132 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 5646 0 0 0 131 6 0 0 20 0 15 0 92729681 10916999168 107907 33554432000 4194304 4196468 140737457918624 139935010313288 139934617939904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=4945966830346082944 CPUtime=0.09 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 137 0 0 0 5 4 0 0 20 0 15 0 92729682 10916999168 107907 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=-6437711530661405286 CPUtime=0.1 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 263 0 0 0 6 4 0 0 20 0 15 0 92729682 10916999168 107907 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=-6007660418857049897 CPUtime=0.08 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 171 0 0 0 5 3 0 0 20 0 15 0 92729682 10916999168 107907 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=-3472574513799858009 CPUtime=0.09 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 260 0 0 0 5 4 0 0 20 0 15 0 92729682 10916999168 107907 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=-6305711724038481024 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 92729683 10916999168 107907 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0

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

/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 81657 0 0 0 243808 41 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139935010316096 139934621979324 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=15823295995971307 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 7805 0 0 0 275 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=1780 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 7619 0 0 0 277 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=1236 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 7746 0 0 0 276 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=960 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 7826 0 0 0 276 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=6504 CPUtime=0.17 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 11046 0 0 0 10 7 0 0 20 0 15 0 92729683 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661132 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934495950432 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661132 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661132 memory=4132 CPUtime=2.36 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) S 23545 23548 21807 0 -1 1077944384 10191 0 0 0 234 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934492793200 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661132 memory=2200 CPUtime=2.53 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 7862 0 0 0 252 1 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934491740400 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661132 memory=7532 CPUtime=0.63 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) S 23545 23548 21807 0 -1 1077944384 5799 0 0 0 62 1 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661132 memory=840 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0.52 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 2656 0 0 0 24 28 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 2458.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4365700 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 1.79 1.85 3/215 23740
/proc/meminfo: memFree=23544996/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661132 memory=4365700 CPUtime=2518.12 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 153383 0 0 0 251501 311 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665283 1091425 3188 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661132 memory=11814 CPUtime=2498.48 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 83318 0 0 0 249807 41 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139935010316096 139934621981013 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=3689635808714967939 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 7805 0 0 0 275 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=-7966001967256141664 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 7619 0 0 0 277 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=8128038100524242582 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 7746 0 0 0 276 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=-8990767739041718176 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 7826 0 0 0 276 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=-2541025644916727904 CPUtime=0.17 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 11072 0 0 0 10 7 0 0 20 0 15 0 92729683 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934495950432 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661132 memory=6656426216303648864 CPUtime=2.36 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) S 23545 23548 21807 0 -1 1077944384 10197 0 0 0 234 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934492793200 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661132 memory=-1161699032756084576 CPUtime=2.53 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 7878 0 0 0 252 1 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934491740400 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661132 memory=7710184965148731728 CPUtime=0.64 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) S 23545 23548 21807 0 -1 1077944384 5807 0 0 0 62 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661132 memory=3472468552140001406 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661132 memory=3184097920075968559 CPUtime=0.54 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 2708 0 0 0 25 29 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 2518.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4365700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.21 s]
/proc/loadavg: 2.01 1.79 1.85 3/215 23740
/proc/meminfo: memFree=23545980/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661132 memory=4365700 CPUtime=2520.03 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 153413 0 0 0 251692 311 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665283 1091425 3188 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661132 memory=4365700 CPUtime=2500.39 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 83348 0 0 0 249998 41 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139935010316096 139934621979221 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 7805 0 0 0 275 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 7619 0 0 0 277 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 7746 0 0 0 276 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 7826 0 0 0 276 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0.17 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 11072 0 0 0 10 7 0 0 20 0 15 0 92729683 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934495950432 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661132 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661132 memory=4588 CPUtime=2.36 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) S 23545 23548 21807 0 -1 1077944384 10197 0 0 0 234 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934492793200 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661132 memory=4140 CPUtime=2.53 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 7878 0 0 0 252 1 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934491740400 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661132 memory=26896 CPUtime=0.64 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) S 23545 23548 21807 0 -1 1077944384 5807 0 0 0 62 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661132 memory=26896 CPUtime=0.54 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 2708 0 0 0 25 29 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4365700 KiB

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

[startup+2504.24 s]
# the end of solver process 23548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.93 s, system=3.14125 s

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

[startup+2504.21 s]
/proc/loadavg: 2.01 1.79 1.85 3/215 23740
/proc/meminfo: memFree=23545980/32770624 swapFree=67108436/67108860
[pid=23548] ppid=23545 vsize=10661132 memory=4365700 CPUtime=2520.03 cores=1,3,5,7
/proc/23548/stat : 23548 (java) S 23545 23548 21807 0 -1 1077944320 153413 0 0 0 251692 311 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 140737457901168 139935006076663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
/proc/23548/statm: 2665283 1091425 3188 1 0 2627263 0
[pid=23548/tid=23550] ppid=23545 vsize=10661132 memory=4365700 CPUtime=2500.39 cores=1,3,5,7
/proc/23548/task/23550/stat : 23550 (java) R 23545 23548 21807 0 -1 4202560 83348 0 0 0 249998 41 0 0 20 0 15 0 92729681 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139935010316096 139934621979221 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23551] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23551/stat : 23551 (java) S 23545 23548 21807 0 -1 1077944384 7805 0 0 0 275 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934942767760 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23552] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23552/stat : 23552 (java) S 23545 23548 21807 0 -1 1077944384 7619 0 0 0 277 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934941714960 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23553] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.33 cores=1,3,5,7
/proc/23548/task/23553/stat : 23553 (java) S 23545 23548 21807 0 -1 1077944384 7746 0 0 0 276 57 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934940662160 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23554] ppid=23545 vsize=10661132 memory=4365700 CPUtime=3.34 cores=1,3,5,7
/proc/23548/task/23554/stat : 23554 (java) S 23545 23548 21807 0 -1 1077944384 7826 0 0 0 276 58 0 0 20 0 15 0 92729682 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934939609360 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23555] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0.17 cores=1,3,5,7
/proc/23548/task/23555/stat : 23555 (java) S 23545 23548 21807 0 -1 1077944384 11072 0 0 0 10 7 0 0 20 0 15 0 92729683 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934497004400 139935006087810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23556] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23556/stat : 23556 (java) S 23545 23548 21807 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934495950432 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23557] ppid=23545 vsize=10661132 memory=4365700 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23557/stat : 23557 (java) S 23545 23548 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92729684 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934494897520 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23558] ppid=23545 vsize=10661132 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23558/stat : 23558 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729686 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934493845840 139935006095259 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23559] ppid=23545 vsize=10661132 memory=4588 CPUtime=2.36 cores=1,3,5,7
/proc/23548/task/23559/stat : 23559 (java) S 23545 23548 21807 0 -1 1077944384 10197 0 0 0 234 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934492793200 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23560] ppid=23545 vsize=10661132 memory=4140 CPUtime=2.53 cores=1,3,5,7
/proc/23548/task/23560/stat : 23560 (java) S 23545 23548 21807 0 -1 1077944384 7878 0 0 0 252 1 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934491740400 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23561] ppid=23545 vsize=10661132 memory=26896 CPUtime=0.64 cores=1,3,5,7
/proc/23548/task/23561/stat : 23561 (java) S 23545 23548 21807 0 -1 1077944384 5807 0 0 0 62 2 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934490687600 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23562] ppid=23545 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/23548/task/23562/stat : 23562 (java) S 23545 23548 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934489635040 139935006086869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
[pid=23548/tid=23563] ppid=23545 vsize=10661132 memory=26896 CPUtime=0.54 cores=1,3,5,7
/proc/23548/task/23563/stat : 23563 (java) S 23545 23548 21807 0 -1 1077944384 2708 0 0 0 25 29 0 0 20 0 15 0 92729687 10916999168 1091425 33554432000 4194304 4196468 140737457918624 139934488583344 139935006087810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 34861056 140737457923189 140737457923337 140737457923337 140737457926095 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 4365700 KiB

Child status: 143
Real time (s): 2504.24
CPU time (s): 2520.07
CPU user time (s): 2516.93
CPU system time (s): 3.14125
CPU usage (%): 100.632
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 4365700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.93
system time used= 3.14125
maximum resident set size= 4366232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57534
involuntary context switches= 1021


# summary of solver processes directly reported to runsolver:
#   pid: 23548
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.93
#   total CPU system time (s): 3.14125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4972 second user time and 22.7928 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 06:21:05
IDJOB=4298253
IDBENCH=141091
IDSOLVER=2762
FILE ID=node137/4298253-1532751665
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48136 MiB

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

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

MD5SUM BENCH= b24da30490b9aa9e9d31246895b0c77d
RANDOM SEED=1479079547

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25789192 kB
MemAvailable:   29624452 kB
Buffers:          178416 kB
Cached:          3889748 kB
SwapCached:           32 kB
Active:          4119900 kB
Inactive:        2309948 kB
Active(anon):    2308868 kB
Inactive(anon):    80060 kB
Active(file):    1811032 kB
Inactive(file):  2229888 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             24332 kB
Writeback:             0 kB
AnonPages:       2228752 kB
Mapped:            51828 kB
Shmem:             25052 kB
Slab:             248332 kB
SReclaimable:     220352 kB
SUnreclaim:        27980 kB
KernelStack:        3808 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3668320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2117632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48132 MiB
End job on node137 at 2018-07-28 07:02:49