Trace number 4298118

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f01_c18.xml
MD5SUM53a02aff7efbe2bff3bf5161116f12ea
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark310.657
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size43
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":36,"count":336},{"size":43,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"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 arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298118-1532746641/watcher-4298118-1532746641 -o /tmp/evaluation-result-4298118-1532746641/solver-4298118-1532746641 -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-4298118-1532746641.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=22880, runsolver pid=22877

[startup+0.100849 s]*
/proc/loadavg: 1.38 1.27 1.35 3/215 22895
/proc/meminfo: memFree=26472828/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661056 memory=27556 CPUtime=0.12 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 5287 0 0 0 11 1 0 0 20 0 15 0 92227270 10916921344 6889 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665264 6889 2843 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 3173 0 0 0 8 1 0 0 20 0 15 0 92227270 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675902503008 139675882317157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661056 memory=5793855125643381177 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227272 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92227273 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675254408224 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92227273 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) R 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0.02 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) R 22877 22880 21807 0 -1 4202560 318 0 0 0 2 0 0 0 20 0 15 0 92227275 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675249146480 139675883439182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227276 10916921344 6889 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27556 KiB

[startup+0.210634 s]*
/proc/loadavg: 1.38 1.27 1.35 6/215 22895
/proc/meminfo: memFree=26450928/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661056 memory=40032 CPUtime=0.34 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 8085 0 0 0 31 3 0 0 20 0 15 0 92227270 10916921344 10008 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665264 10008 2983 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661056 memory=6735269665583770266 CPUtime=0.19 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 5128 0 0 0 18 1 0 0 20 0 15 0 92227270 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675902512368 139675507463777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661056 memory=4211973600838278538 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227271 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227272 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92227273 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675254408224 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92227273 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 505 0 0 0 2 0 0 0 20 0 15 0 92227275 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 92227275 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0.08 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) R 22877 22880 21807 0 -1 4202560 819 0 0 0 8 0 0 0 20 0 15 0 92227275 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675249142160 139675877231212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661056 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227276 10916921344 10008 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40032 KiB

[startup+0.310558 s]*
/proc/loadavg: 1.38 1.27 1.35 6/215 22895
/proc/meminfo: memFree=26425740/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=54820 CPUtime=0.64 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 10267 0 0 0 61 3 0 0 20 0 15 0 92227270 10916999168 13705 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 13705 3071 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 5572 0 0 0 27 2 0 0 20 0 15 0 92227270 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675902510688 139675898285462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=4211973600838278538 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=139874633490357 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=139874535604031 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=139874535591375 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=139874633509834 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92227272 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=139874535600559 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675254408224 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=279749071191952 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=279749071189648 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 1349 0 0 0 11 0 0 0 20 0 15 0 92227275 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 648 0 0 0 7 0 0 0 20 0 15 0 92227275 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=139874633488000 CPUtime=0.14 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) R 22877 22880 21807 0 -1 4202560 1328 0 0 0 14 0 0 0 20 0 15 0 92227275 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675249146480 139675882439306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=139874633488000 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227276 10916999168 13705 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 54820 KiB

[startup+0.701677 s]
/proc/loadavg: 1.38 1.27 1.35 5/215 22895
/proc/meminfo: memFree=26274756/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=188624 CPUtime=1.9 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 13629 0 0 0 183 7 0 0 20 0 15 0 92227270 10916999168 47156 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 47156 3124 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=1228 CPUtime=0.66 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 5785 0 0 0 63 3 0 0 20 0 15 0 92227270 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675902510592 139675511791868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 92227271 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92227272 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675254408224 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=78 CPUtime=0.42 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) R 22877 22880 21807 0 -1 4202560 1882 0 0 0 42 0 0 0 20 0 15 0 92227275 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675251235760 139675881772392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=3 CPUtime=0.36 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) R 22877 22880 21807 0 -1 4202560 1752 0 0 0 36 0 0 0 20 0 15 0 92227275 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675250199296 139675881767657 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=259 CPUtime=0.4 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) R 22877 22880 21807 0 -1 4202560 2731 0 0 0 39 1 0 0 20 0 15 0 92227275 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675249146480 139675879504628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=279749071375856 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92227276 10916999168 47156 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188624 KiB

[startup+1.50864 s]
/proc/loadavg: 1.38 1.27 1.35 4/215 22895
/proc/meminfo: memFree=26226996/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=658208 CPUtime=3.74 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 15100 0 0 0 347 27 0 0 20 0 15 0 92227270 10916999168 164552 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 164552 3155 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) S 22877 22880 21807 0 -1 1077944384 6035 0 0 0 128 9 0 0 20 0 15 0 92227270 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675902511664 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=4946811225211443840 CPUtime=0.08 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) R 22877 22880 21807 0 -1 4202560 134 0 0 0 5 3 0 0 20 0 15 0 92227271 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675834965136 139675883301374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=-6797999500851045478 CPUtime=0.08 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) R 22877 22880 21807 0 -1 4202560 135 0 0 0 5 3 0 0 20 0 15 0 92227271 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675833912336 139675883301374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=-6079718012894977833 CPUtime=0.08 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) R 22877 22880 21807 0 -1 4202560 109 0 0 0 5 3 0 0 20 0 15 0 92227271 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675832859424 139675883295648 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=-3472574513799858009 CPUtime=0.07 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) R 22877 22880 21807 0 -1 4202560 134 0 0 0 4 3 0 0 20 0 15 0 92227271 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675831806736 139675883301374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=-6305713910210389120 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 92227272 10916999168 164552 33554432000 4194304 4196468 140723406807248 139675255460768 139675898283733 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0

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

/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 87436 0 0 0 243651 46 0 0 20 0 15 0 92227270 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675902513008 139675514193152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=6791534058613427641 CPUtime=3.64 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 23136 0 0 0 335 29 0 0 20 0 15 0 92227271 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=2310036 CPUtime=3.65 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 22232 0 0 0 337 28 0 0 20 0 15 0 92227271 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=2310036 CPUtime=3.65 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 25230 0 0 0 336 29 0 0 20 0 15 0 92227271 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=2310036 CPUtime=3.67 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 24006 0 0 0 337 30 0 0 20 0 15 0 92227271 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=364 CPUtime=1.02 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 22792 0 0 0 90 12 0 0 20 0 15 0 92227272 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675254408288 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=2310036 CPUtime=1.79 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 9050 0 0 0 177 2 0 0 20 0 15 0 92227275 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=2310036 CPUtime=1.63 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 5679 0 0 0 162 1 0 0 20 0 15 0 92227275 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0.63 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) S 22877 22880 21807 0 -1 1077944384 3851 0 0 0 61 2 0 0 20 0 15 0 92227275 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675249146480 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0.85 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 1969 0 0 0 42 43 0 0 20 0 15 0 92227276 10916999168 577509 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 2457.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2310036 KiB

[startup+2502.3 s]
/proc/loadavg: 1.29 1.30 1.43 3/215 23070
/proc/meminfo: memFree=22780036/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2517.99 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 230979 0 0 0 251589 210 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 576611 3179 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2496.76 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 88104 0 0 0 249630 46 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675902512992 139675513851053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.78 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 23846 0 0 0 348 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 23057 0 0 0 350 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 26110 0 0 0 350 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.8 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 24570 0 0 0 350 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=2310036 CPUtime=1.06 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 23277 0 0 0 94 12 0 0 20 0 15 0 92227272 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=87 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675254408288 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=11648 CPUtime=1.79 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 9054 0 0 0 177 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=796 CPUtime=1.63 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 5685 0 0 0 162 1 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=1388 CPUtime=0.63 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) S 22877 22880 21807 0 -1 1077944384 3857 0 0 0 61 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675249146480 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=6504 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=1576 CPUtime=0.88 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 2016 0 0 0 43 45 0 0 20 0 15 0 92227276 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 2517.99 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2306444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.3 s]
/proc/loadavg: 1.35 1.31 1.44 3/215 23070
/proc/meminfo: memFree=22784756/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2520 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 232315 0 0 0 251790 210 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 576611 3179 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2498.75 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 88280 0 0 0 249829 46 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675902512880 139675514193728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 24065 0 0 0 349 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.8 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 23570 0 0 0 351 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 26235 0 0 0 350 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.81 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 24626 0 0 0 351 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.06 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 23519 0 0 0 94 12 0 0 20 0 15 0 92227272 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675254408288 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=87 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.79 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 9054 0 0 0 177 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.63 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 5685 0 0 0 162 1 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) S 22877 22880 21807 0 -1 1077944384 3857 0 0 0 61 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675249146480 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0.88 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 2021 0 0 0 43 45 0 0 20 0 15 0 92227276 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2306444 KiB

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

[startup+2504.32 s]
# the end of solver process 22880 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.92 s, system=2.11798 s

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

[startup+2504.3 s]
/proc/loadavg: 1.35 1.31 1.44 3/215 23070
/proc/meminfo: memFree=22784756/32770624 swapFree=67108436/67108860
[pid=22880] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2520 cores=1,3,5,7
/proc/22880/stat : 22880 (java) S 22877 22880 21807 0 -1 1077944320 232315 0 0 0 251790 210 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 140723406789792 139675898273527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
/proc/22880/statm: 2665283 576611 3179 1 0 2627263 0
[pid=22880/tid=22882] ppid=22877 vsize=10661132 memory=2306444 CPUtime=2498.75 cores=1,3,5,7
/proc/22880/task/22882/stat : 22882 (java) R 22877 22880 21807 0 -1 4202560 88280 0 0 0 249829 46 0 0 20 0 15 0 92227270 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675902512880 139675514193728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22883] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22883/stat : 22883 (java) S 22877 22880 21807 0 -1 1077944384 24065 0 0 0 349 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675834965136 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22884] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.8 cores=1,3,5,7
/proc/22880/task/22884/stat : 22884 (java) S 22877 22880 21807 0 -1 1077944384 23570 0 0 0 351 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675833912336 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22885] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.79 cores=1,3,5,7
/proc/22880/task/22885/stat : 22885 (java) S 22877 22880 21807 0 -1 1077944384 26235 0 0 0 350 29 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675832859536 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22886] ppid=22877 vsize=10661132 memory=2306444 CPUtime=3.81 cores=1,3,5,7
/proc/22880/task/22886/stat : 22886 (java) S 22877 22880 21807 0 -1 1077944384 24626 0 0 0 351 30 0 0 20 0 15 0 92227271 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675831806736 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22887] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.06 cores=1,3,5,7
/proc/22880/task/22887/stat : 22887 (java) S 22877 22880 21807 0 -1 1077944384 23519 0 0 0 94 12 0 0 20 0 15 0 92227272 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675255462256 139675898284674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22888] ppid=22877 vsize=10661132 memory=2310036 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22888/stat : 22888 (java) S 22877 22880 21807 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675254408288 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22889] ppid=22877 vsize=10661132 memory=87 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22889/stat : 22889 (java) S 22877 22880 21807 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 92227273 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675253355376 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22890] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22890/stat : 22890 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675252303696 139675898292123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22891] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.79 cores=1,3,5,7
/proc/22880/task/22891/stat : 22891 (java) S 22877 22880 21807 0 -1 1077944384 9054 0 0 0 177 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675251252080 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22892] ppid=22877 vsize=10661132 memory=2306444 CPUtime=1.63 cores=1,3,5,7
/proc/22880/task/22892/stat : 22892 (java) S 22877 22880 21807 0 -1 1077944384 5685 0 0 0 162 1 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675250199280 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22893] ppid=22877 vsize=10661132 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/22880/task/22893/stat : 22893 (java) S 22877 22880 21807 0 -1 1077944384 3857 0 0 0 61 2 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675249146480 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22894] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0 cores=1,3,5,7
/proc/22880/task/22894/stat : 22894 (java) S 22877 22880 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92227275 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675248093920 139675898283733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
[pid=22880/tid=22895] ppid=22877 vsize=10661132 memory=2306444 CPUtime=0.88 cores=1,3,5,7
/proc/22880/task/22895/stat : 22895 (java) S 22877 22880 21807 0 -1 1077944384 2021 0 0 0 43 45 0 0 20 0 15 0 92227276 10916999168 576611 33554432000 4194304 4196468 140723406807248 139675247041200 139675898284674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18817024 140723406812277 140723406812425 140723406812425 140723406815183 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2306444 KiB

Child status: 143
Real time (s): 2504.32
CPU time (s): 2520.03
CPU user time (s): 2517.92
CPU system time (s): 2.11798
CPU usage (%): 100.627
Max. virtual memory (cumulated for all children) (KiB): 10663056
Max. memory (cumulated for all children) (KiB): 2912988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.92
system time used= 2.11798
maximum resident set size= 2913136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82720
involuntary context switches= 2259


# summary of solver processes directly reported to runsolver:
#   pid: 22880
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2517.92
#   total CPU system time (s): 2.11798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0515 second user time and 23.2769 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 04:57:21
IDJOB=4298118
IDBENCH=141072
IDSOLVER=2762
FILE ID=node137/4298118-1532746641
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48156 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f01_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298118-1532746641/watcher-4298118-1532746641 -o /tmp/evaluation-result-4298118-1532746641/solver-4298118-1532746641 -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-4298118-1532746641.xml

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

MD5SUM BENCH= 53a02aff7efbe2bff3bf5161116f12ea
RANDOM SEED=1883842687

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:        26506068 kB
MemAvailable:   30312784 kB
Buffers:          176176 kB
Cached:          3863476 kB
SwapCached:           32 kB
Active:          3406276 kB
Inactive:        2306456 kB
Active(anon):    1620252 kB
Inactive(anon):    80060 kB
Active(file):    1786024 kB
Inactive(file):  2226396 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              2644 kB
Writeback:             0 kB
AnonPages:       1618552 kB
Mapped:            52156 kB
Shmem:             25052 kB
Slab:             247976 kB
SReclaimable:     220264 kB
SUnreclaim:        27712 kB
KernelStack:        3808 kB
PageTables:         8520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3228096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1486848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 05:39:05