Trace number 4298134

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.1 2492.93

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-08-opt_c18.xml
MD5SUM7a3b1dc099110b279ec20e4730d450e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints5744
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5744}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
2520.06/2492.90	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 (7021 MiB free)
  memory of node 1: 16384 MiB (14206 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298134-1532748256/watcher-4298134-1532748256 -o /tmp/evaluation-result-4298134-1532748256/solver-4298134-1532748256 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298134-1532748256.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=12519, runsolver pid=12516

[startup+0.105961 s]*
/proc/loadavg: 1.55 1.51 1.50 4/219 12534
/proc/meminfo: memFree=21721344/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661056 memory=27816 CPUtime=0.14 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 5432 0 0 0 13 1 0 0 20 0 15 0 92388817 10916921344 6954 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665264 6954 2839 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661056 memory=-7254949987974015097 CPUtime=0.1 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 3243 0 0 0 9 1 0 0 20 0 15 0 92388817 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372981390064 140372961211749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661056 memory=5793855913780189625 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388819 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372467447200 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) R 12516 12519 11635 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 92388822 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372464289872 140372977178325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) S 12516 12519 11635 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 92388822 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372463237232 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0.02 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) R 12516 12519 11635 0 -1 4202560 330 0 0 0 2 0 0 0 20 0 15 0 92388822 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372462180448 140372961343973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 6954 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27816 KiB

[startup+0.210631 s]*
/proc/loadavg: 1.55 1.51 1.50 5/219 12534
/proc/meminfo: memFree=21710164/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661056 memory=41868 CPUtime=0.34 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 8584 0 0 0 32 2 0 0 20 0 15 0 92388817 10916921344 10467 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665264 10467 2979 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661056 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 5139 0 0 0 18 1 0 0 20 0 15 0 92388817 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372981399840 140372567162112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661056 memory=4211974388975086986 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388819 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372467447200 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) R 12516 12519 11635 0 -1 1077944384 642 0 0 0 2 0 0 0 20 0 15 0 92388822 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372464289776 140372977179266 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) R 12516 12519 11635 0 -1 4202560 411 0 0 0 2 0 0 0 20 0 15 0 92388822 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372463218248 140372977189466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0.08 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) R 12516 12519 11635 0 -1 4202560 1047 0 0 0 8 0 0 0 20 0 15 0 92388822 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372462180840 140372977189466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 10467 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 41868 KiB

[startup+0.315643 s]*
/proc/loadavg: 1.55 1.51 1.50 5/219 12534
/proc/meminfo: memFree=21667288/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661056 memory=87360 CPUtime=0.69 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 10192 0 0 0 65 4 0 0 20 0 15 0 92388817 10916921344 21840 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665264 21840 3053 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 5163 0 0 0 27 3 0 0 20 0 15 0 92388817 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372981404864 140372977190045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661056 memory=4211974388975086986 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661056 memory=281325432379776 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661056 memory=281325324194304 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661056 memory=140662662083343 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388818 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661056 memory=281325432388992 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92388819 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661056 memory=140662662087951 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372467447200 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661056 memory=140662662101923 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92388820 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661056 memory=140662662104400 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) R 12516 12519 11635 0 -1 4202560 1589 0 0 0 12 0 0 0 20 0 15 0 92388822 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372464275880 140372958711842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661056 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) R 12516 12519 11635 0 -1 4202560 946 0 0 0 12 0 0 0 20 0 15 0 92388822 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372463218248 140372956861160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661056 memory=140662770296448 CPUtime=0.11 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 1208 0 0 0 11 0 0 0 20 0 15 0 92388822 10916921344 21972 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 22484 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661056 memory=140662770324264 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388823 10916921344 22484 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 87360 KiB

[startup+0.701266 s]
/proc/loadavg: 1.55 1.51 1.50 5/219 12534
/proc/meminfo: memFree=21632168/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661132 memory=223356 CPUtime=1.95 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 12097 0 0 0 186 9 0 0 20 0 15 0 92388817 10916999168 55839 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665283 55839 3117 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661132 memory=56 CPUtime=0.63 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 5562 0 0 0 59 4 0 0 20 0 15 0 92388817 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372981406152 140372567466782 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 92388818 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 92388818 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92388818 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 92388818 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92388819 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372467447200 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661132 memory=1200 CPUtime=0.48 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) R 12516 12519 11635 0 -1 4202560 1981 0 0 0 48 0 0 0 20 0 15 0 92388822 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372464274768 140372977189466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661132 memory=12136 CPUtime=0.47 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) R 12516 12519 11635 0 -1 4202560 1501 0 0 0 47 0 0 0 20 0 15 0 92388822 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372463226496 140372963200170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661132 memory=1008 CPUtime=0.25 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 1526 0 0 0 25 0 0 0 20 0 15 0 92388822 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 55839 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 223356 KiB

[startup+1.50073 s]
/proc/loadavg: 1.55 1.51 1.50 5/219 12534
/proc/meminfo: memFree=21467852/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661132 memory=419892 CPUtime=3.41 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 13405 0 0 0 319 22 0 0 20 0 15 0 92388817 10916999168 104973 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665283 104973 3135 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661132 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 5628 0 0 0 130 6 0 0 20 0 15 0 92388817 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372981404352 140372570551360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 244 0 0 0 5 3 0 0 20 0 15 0 92388818 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 133 0 0 0 4 3 0 0 20 0 15 0 92388818 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 187 0 0 0 4 3 0 0 20 0 15 0 92388818 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 215 0 0 0 4 3 0 0 20 0 15 0 92388818 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 92388819 10916999168 104973 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0

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

/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 151872 0 0 0 237479 62 0 0 20 0 15 0 92388817 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372981407392 140372574263532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.56 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 13302 0 0 0 595 61 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.54 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 16791 0 0 0 596 58 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.56 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 17059 0 0 0 597 59 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 12768 0 0 0 598 59 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0.24 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 16341 0 0 0 15 9 0 0 20 0 15 0 92388819 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661132 memory=4004932 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372467447264 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661132 memory=3929552 CPUtime=2.76 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) S 12516 12519 11635 0 -1 1077944384 12593 0 0 0 273 3 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372464289776 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661132 memory=18276 CPUtime=2.64 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) S 12516 12519 11635 0 -1 1077944384 13490 0 0 0 262 2 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372463237232 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0.66 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 4214 0 0 0 64 2 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661132 memory=3929552 CPUtime=1.35 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1911 0 0 0 62 73 0 0 20 0 15 0 92388823 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 2409.37 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3929552 KiB

[startup+2442.3 s]
/proc/loadavg: 1.79 1.84 1.83 3/218 12634
/proc/meminfo: memFree=17538284/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661132 memory=3929552 CPUtime=2469.4 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 265649 0 0 0 246564 376 0 0 20 0 15 0 92388817 10916999168 982388 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665283 982388 3191 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661132 memory=3929552 CPUtime=2435.42 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 155727 0 0 0 243479 63 0 0 20 0 15 0 92388817 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372981407392 140372574263532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.56 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 13302 0 0 0 595 61 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.54 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 16791 0 0 0 596 58 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.56 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 17059 0 0 0 597 59 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=3929552 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 12768 0 0 0 598 59 0 0 20 0 15 0 92388818 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0.24 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 16350 0 0 0 15 9 0 0 20 0 15 0 92388819 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372467447264 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661132 memory=3929552 CPUtime=2.76 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) S 12516 12519 11635 0 -1 1077944384 12597 0 0 0 273 3 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372464289776 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661132 memory=648 CPUtime=2.64 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) S 12516 12519 11635 0 -1 1077944384 13493 0 0 0 262 2 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372463237232 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661132 memory=956 CPUtime=0.66 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 4222 0 0 0 64 2 0 0 20 0 15 0 92388822 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661132 memory=3929552 CPUtime=1.38 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1942 0 0 0 63 75 0 0 20 0 15 0 92388823 10916999168 982388 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 2469.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3929552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2492.9 s]
/proc/loadavg: 1.78 1.83 1.83 3/218 12788
/proc/meminfo: memFree=16812132/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661132 memory=3855220 CPUtime=2520.06 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 271113 0 0 0 251628 378 0 0 20 0 15 0 92388817 10916999168 963805 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665283 963805 3191 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661132 memory=3855220 CPUtime=2486 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 158879 0 0 0 248537 63 0 0 20 0 15 0 92388817 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372981407392 140372574263611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 13695 0 0 0 596 61 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.55 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 17309 0 0 0 597 58 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 17838 0 0 0 598 59 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.58 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 13114 0 0 0 599 59 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0.24 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 16580 0 0 0 15 9 0 0 20 0 15 0 92388819 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372467447264 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661132 memory=4004932 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661132 memory=3855220 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661132 memory=1716 CPUtime=2.76 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) S 12516 12519 11635 0 -1 1077944384 12601 0 0 0 273 3 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372464289776 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661132 memory=-7003737579269690708 CPUtime=2.64 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) S 12516 12519 11635 0 -1 1077944384 13496 0 0 0 262 2 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372463237232 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661132 memory=3855220 CPUtime=0.66 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 4230 0 0 0 64 2 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661132 memory=3855220 CPUtime=1.41 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1973 0 0 0 65 76 0 0 20 0 15 0 92388823 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3855220 KiB

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

[startup+2492.93 s]
# the end of solver process 12519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.80363 s

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

[startup+2492.9 s]
/proc/loadavg: 1.78 1.83 1.83 3/218 12788
/proc/meminfo: memFree=16812132/32770624 swapFree=67108860/67108860
[pid=12519] ppid=12516 vsize=10661132 memory=3855220 CPUtime=2520.06 cores=1,3,5,7
/proc/12519/stat : 12519 (java) S 12516 12519 11635 0 -1 1077944320 271113 0 0 0 251628 378 0 0 20 0 15 0 92388817 10916999168 963805 33554432000 4194304 4196468 140730405877440 140730405859984 140372977168119 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
/proc/12519/statm: 2665283 963805 3191 1 0 2627263 0
[pid=12519/tid=12521] ppid=12516 vsize=10661132 memory=3855220 CPUtime=2486 cores=1,3,5,7
/proc/12519/task/12521/stat : 12521 (java) R 12516 12519 11635 0 -1 4202560 158879 0 0 0 248537 63 0 0 20 0 15 0 92388817 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372981407392 140372574263611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12522] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12522/stat : 12522 (java) S 12516 12519 11635 0 -1 1077944384 13695 0 0 0 596 61 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372903242000 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12523] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.55 cores=1,3,5,7
/proc/12519/task/12523/stat : 12523 (java) S 12516 12519 11635 0 -1 1077944384 17309 0 0 0 597 58 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372902189456 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12524] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.57 cores=1,3,5,7
/proc/12519/task/12524/stat : 12524 (java) S 12516 12519 11635 0 -1 1077944384 17838 0 0 0 598 59 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372901136912 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12525] ppid=12516 vsize=10661132 memory=3855220 CPUtime=6.58 cores=1,3,5,7
/proc/12519/task/12525/stat : 12525 (java) S 12516 12519 11635 0 -1 1077944384 13114 0 0 0 599 59 0 0 20 0 15 0 92388818 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372900084368 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12526] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0.24 cores=1,3,5,7
/proc/12519/task/12526/stat : 12526 (java) S 12516 12519 11635 0 -1 1077944384 16580 0 0 0 15 9 0 0 20 0 15 0 92388819 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372468500976 140372977179266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12527] ppid=12516 vsize=10661132 memory=3929552 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12527/stat : 12527 (java) S 12516 12519 11635 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372467447264 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12528] ppid=12516 vsize=10661132 memory=4004932 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12528/stat : 12528 (java) S 12516 12519 11635 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 92388820 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372466394608 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12529] ppid=12516 vsize=10661132 memory=3855220 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12529/stat : 12529 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372465343184 140372977186715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12530] ppid=12516 vsize=10661132 memory=1716 CPUtime=2.76 cores=1,3,5,7
/proc/12519/task/12530/stat : 12530 (java) S 12516 12519 11635 0 -1 1077944384 12601 0 0 0 273 3 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372464289776 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12531] ppid=12516 vsize=10661132 memory=-7003737579269690708 CPUtime=2.64 cores=1,3,5,7
/proc/12519/task/12531/stat : 12531 (java) S 12516 12519 11635 0 -1 1077944384 13496 0 0 0 262 2 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372463237232 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12532] ppid=12516 vsize=10661132 memory=3855220 CPUtime=0.66 cores=1,3,5,7
/proc/12519/task/12532/stat : 12532 (java) S 12516 12519 11635 0 -1 1077944384 4230 0 0 0 64 2 0 0 20 0 15 0 92388822 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372462184688 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12533] ppid=12516 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/12519/task/12533/stat : 12533 (java) S 12516 12519 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92388823 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372461132384 140372977178325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
[pid=12519/tid=12534] ppid=12516 vsize=10661132 memory=3855220 CPUtime=1.41 cores=1,3,5,7
/proc/12519/task/12534/stat : 12534 (java) S 12516 12519 11635 0 -1 1077944384 1973 0 0 0 65 76 0 0 20 0 15 0 92388823 10916999168 963805 33554432000 4194304 4196468 140730405877440 140372460079920 140372977179266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140730405880949 140730405881097 140730405881097 140730405883855 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 3855220 KiB

Child status: 143
Real time (s): 2492.93
CPU time (s): 2520.1
CPU user time (s): 2516.3
CPU system time (s): 3.80363
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 4594684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.80363
maximum resident set size= 4602876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57906
involuntary context switches= 1997


# summary of solver processes directly reported to runsolver:
#   pid: 12519
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.80363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9131 second user time and 18.7978 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 05:24:16
IDJOB=4298134
IDBENCH=141074
IDSOLVER=2762
FILE ID=node132/4298134-1532748256
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52024 MiB

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

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

MD5SUM BENCH= 7a3b1dc099110b279ec20e4730d450e3
RANDOM SEED=377616054

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21738136 kB
MemAvailable:   29969280 kB
Buffers:          194380 kB
Cached:          8243068 kB
SwapCached:            0 kB
Active:          4560472 kB
Inactive:        5890664 kB
Active(anon):    1964080 kB
Inactive(anon):    77852 kB
Active(file):    2596392 kB
Inactive(file):  5812812 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19596 kB
Writeback:             0 kB
AnonPages:       2053624 kB
Mapped:            54360 kB
Shmem:             25248 kB
Slab:             278324 kB
SReclaimable:     250400 kB
SUnreclaim:        27924 kB
KernelStack:        3872 kB
PageTables:         8976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3669104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1945600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52016 MiB
End job on node132 at 2018-07-28 06:05:50