Trace number 4300508

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.06 2509.92

General information on the benchmark

NameEternity/
Eternity-15-15_c18.xml
MD5SUM07f6a500cdb84e44b97e5b2e1697edff
Bench CategoryCSP (decision 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 variables705
Number of constraints286
Number of domains2
Minimum domain size22
Maximum domain size225
Distribution of domain sizes[{"size":22,"count":480},{"size":225,"count":225}]
Minimum variable degree1
Maximum variable degree16
Distribution of variable degrees[{"degree":1,"count":14},{"degree":2,"count":690},{"degree":16,"count":1}]
Minimum constraint arity1
Maximum constraint arity225
Distribution of constraint arities[{"arity":1,"count":60},{"arity":5,"count":225},{"arity":225,"count":1}]
Number of extensional constraints225
Number of intensional constraints60
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":60},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.11/0.14	c version: 2018-04-11
0.11/0.14	c seed: 1811631
0.11/0.14	c timeout: -1
0.11/0.14	c memlimit: -1
0.11/0.14	c nbcore: -1
2520.03/2509.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 (9685 MiB free)
  memory of node 1: 16384 MiB (10259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300508-1532882865/watcher-4300508-1532882865 -o /tmp/evaluation-result-4300508-1532882865/solver-4300508-1532882865 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532882865-8427 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300508-1532882865.xml 

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

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

solver pid=8451, runsolver pid=8448

[startup+0.100164 s]*
/proc/loadavg: 1.15 1.38 1.52 3/215 8486
/proc/meminfo: memFree=20393156/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661056 memory=26160 CPUtime=0.11 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 5460 0 0 0 10 1 0 0 20 0 15 0 105849679 10916921344 6540 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665264 6540 2833 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661056 memory=-3103912127665269909 CPUtime=0.09 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 3378 0 0 0 8 1 0 0 20 0 15 0 105849679 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117841356480 140117837135254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661056 memory=4211973798033522058 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117327967136 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0.01 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) R 8448 8451 8396 0 -1 4202560 283 0 0 0 1 0 0 0 20 0 15 0 105849685 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117322705648 140117818360880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849686 10916921344 6540 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26160 KiB

[startup+0.210635 s]*
/proc/loadavg: 1.15 1.38 1.52 5/215 8486
/proc/meminfo: memFree=20368484/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661056 memory=38616 CPUtime=0.31 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 8252 0 0 0 29 2 0 0 20 0 15 0 105849679 10916921344 9654 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665264 9654 2955 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661056 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 5215 0 0 0 18 2 0 0 20 0 15 0 105849679 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117841355040 140117837145245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661056 memory=4211973798033522058 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117327967136 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105849682 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 105849685 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 15 0 105849685 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0.07 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) R 8448 8451 8396 0 -1 4202560 870 0 0 0 7 0 0 0 20 0 15 0 105849685 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117322705648 140117821203806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661056 memory=140071828731520 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849686 10916921344 9654 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38616 KiB

[startup+0.310852 s]*
/proc/loadavg: 1.15 1.38 1.52 7/215 8486
/proc/meminfo: memFree=20347872/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=51436 CPUtime=0.58 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 9393 0 0 0 55 3 0 0 20 0 15 0 105849679 10916999168 12859 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 12859 3065 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=93310431 CPUtime=0.29 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 5541 0 0 0 27 2 0 0 20 0 15 0 105849679 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117841359968 140117821203806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=280143530151552 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=280143402874656 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=140071701420047 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=280143530158464 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=140071701424655 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117327967136 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=140071701435356 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=140071701437686 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 604 0 0 0 5 0 0 0 20 0 15 0 105849685 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 693 0 0 0 7 0 0 0 20 0 15 0 105849685 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=140071828731520 CPUtime=0.14 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) R 8448 8451 8396 0 -1 4202560 1187 0 0 0 14 0 0 0 20 0 15 0 105849685 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117322705648 140117830226961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=140071828757680 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849686 10916999168 12859 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 51436 KiB

[startup+0.700851 s]
/proc/loadavg: 1.15 1.38 1.52 7/215 8486
/proc/meminfo: memFree=20223956/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=188348 CPUtime=1.71 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 11534 0 0 0 164 7 0 0 20 0 15 0 105849679 10916999168 47087 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 47087 3115 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 5619 0 0 0 62 4 0 0 20 0 15 0 105849679 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117841359888 140117476074604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=8319106358720345909 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=6219840938997469778 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 105849680 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=5792825802846453857 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=2867664571609120 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117327967136 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=1716 CPUtime=0.34 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 1462 0 0 0 34 0 0 0 20 0 15 0 105849685 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=1952 CPUtime=0.38 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 1458 0 0 0 38 0 0 0 20 0 15 0 105849685 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=8584 CPUtime=0.26 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) S 8448 8451 8396 0 -1 1077944384 1506 0 0 0 26 0 0 0 20 0 15 0 105849685 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117322705648 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105849686 10916999168 47087 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 188348 KiB

[startup+1.50083 s]
/proc/loadavg: 1.15 1.38 1.52 6/215 8486
/proc/meminfo: memFree=19897148/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=388644 CPUtime=3.83 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 14299 0 0 0 367 16 0 0 20 0 15 0 105849679 10916999168 97161 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 97161 3148 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 5922 0 0 0 135 6 0 0 20 0 15 0 105849679 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117841362496 140117478374397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=265600 CPUtime=0.02 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 15 0 105849680 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 163 0 0 0 3 2 0 0 20 0 15 0 105849680 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=280143402918496 CPUtime=0.04 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 105849680 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 130 0 0 0 3 2 0 0 20 0 15 0 105849680 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=1 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 97161 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0

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

/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 59884 0 0 0 243787 48 0 0 20 0 15 0 105849679 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117841362496 140117478375995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=2474916 CPUtime=2.16 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 13380 0 0 0 204 12 0 0 20 0 15 0 105849680 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=2474916 CPUtime=2.17 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 11944 0 0 0 206 11 0 0 20 0 15 0 105849680 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=2474916 CPUtime=2.17 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 13157 0 0 0 204 13 0 0 20 0 15 0 105849680 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=2474916 CPUtime=2.2 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 14062 0 0 0 207 13 0 0 20 0 15 0 105849680 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=2476964 CPUtime=1.2 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 18874 0 0 0 109 11 0 0 20 0 15 0 105849682 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=2476964 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117327967200 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=2476964 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=2474916 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=2474916 CPUtime=1.05 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 4687 0 0 0 104 1 0 0 20 0 15 0 105849685 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=2476964 CPUtime=1.02 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 5440 0 0 0 101 1 0 0 20 0 15 0 105849685 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=2476964 CPUtime=0.48 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) S 8448 8451 8396 0 -1 1077944384 3149 0 0 0 47 1 0 0 20 0 15 0 105849685 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117322705648 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=2476964 CPUtime=1.22 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 2168 0 0 0 65 57 0 0 20 0 15 0 105849686 10916999168 619241 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 2452.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2476964 KiB

[startup+2502.3 s]
/proc/loadavg: 1.21 1.34 1.43 3/215 8584
/proc/meminfo: memFree=17664396/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2512.39 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 150328 0 0 0 251084 155 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 620265 3154 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2498.19 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 60368 0 0 0 249771 48 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117841362784 140117478374392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.25 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 13956 0 0 0 212 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.26 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 12282 0 0 0 214 12 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.26 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 13343 0 0 0 213 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.29 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 14347 0 0 0 216 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.25 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 19141 0 0 0 114 11 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117327967200 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.05 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 4691 0 0 0 104 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.02 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 5444 0 0 0 101 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=2481060 CPUtime=0.48 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) S 8448 8451 8396 0 -1 1077944384 3153 0 0 0 47 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117322705648 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.25 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 2198 0 0 0 67 58 0 0 20 0 15 0 105849686 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 2512.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2481060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.9 s]
/proc/loadavg: 1.19 1.34 1.43 3/215 8584
/proc/meminfo: memFree=17664396/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2520.03 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 150728 0 0 0 251848 155 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 620265 3154 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2505.77 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 60494 0 0 0 250529 48 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117841362624 140117478532030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=4140 CPUtime=2.26 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 13994 0 0 0 213 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.28 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 12374 0 0 0 216 12 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.28 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 13351 0 0 0 214 14 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2.3 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 14352 0 0 0 217 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=2481060 CPUtime=1.26 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 19253 0 0 0 115 11 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117327967200 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=2481060 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.05 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 4693 0 0 0 104 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=2481060 CPUtime=1.02 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 5446 0 0 0 101 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=4140 CPUtime=0.48 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) S 8448 8451 8396 0 -1 1077944384 3155 0 0 0 47 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117322705648 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=65 CPUtime=1.25 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 2211 0 0 0 67 58 0 0 20 0 15 0 105849686 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2481060 KiB

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

[startup+2509.92 s]
# the end of solver process 8451 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.49 s, system=1.56696 s

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

[startup+2509.9 s]
/proc/loadavg: 1.19 1.34 1.43 3/215 8584
/proc/meminfo: memFree=17664396/32770624 swapFree=67108860/67108860
[pid=8451] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2520.03 cores=0,2,4,6
/proc/8451/stat : 8451 (java) S 8448 8451 8396 0 -1 1077944320 150728 0 0 0 251848 155 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140722518177232 140117837123319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
/proc/8451/statm: 2665283 620265 3154 1 0 2627263 0
[pid=8451/tid=8459] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2505.77 cores=0,2,4,6
/proc/8451/task/8459/stat : 8459 (java) R 8448 8451 8396 0 -1 4202560 60494 0 0 0 250529 48 0 0 20 0 15 0 105849679 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117841362624 140117478532030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8461] ppid=8448 vsize=10661132 memory=4140 CPUtime=2.26 cores=0,2,4,6
/proc/8451/task/8461/stat : 8461 (java) S 8448 8451 8396 0 -1 1077944384 13994 0 0 0 213 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117806836496 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8462] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.28 cores=0,2,4,6
/proc/8451/task/8462/stat : 8462 (java) S 8448 8451 8396 0 -1 1077944384 12374 0 0 0 216 12 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117442694032 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8463] ppid=8448 vsize=10661132 memory=2479012 CPUtime=2.28 cores=0,2,4,6
/proc/8451/task/8463/stat : 8463 (java) S 8448 8451 8396 0 -1 1077944384 13351 0 0 0 214 14 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117441641488 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8464] ppid=8448 vsize=10661132 memory=2481060 CPUtime=2.3 cores=0,2,4,6
/proc/8451/task/8464/stat : 8464 (java) S 8448 8451 8396 0 -1 1077944384 14352 0 0 0 217 13 0 0 20 0 15 0 105849680 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117440588944 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8469] ppid=8448 vsize=10661132 memory=2481060 CPUtime=1.26 cores=0,2,4,6
/proc/8451/task/8469/stat : 8469 (java) S 8448 8451 8396 0 -1 1077944384 19253 0 0 0 115 11 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117329020912 140117837134466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8471] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8471/stat : 8471 (java) S 8448 8451 8396 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117327967200 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8473] ppid=8448 vsize=10661132 memory=2481060 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8473/stat : 8473 (java) S 8448 8451 8396 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 105849682 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117326914544 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8478] ppid=8448 vsize=10661132 memory=2479012 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8478/stat : 8478 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117325863120 140117837141915 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8480] ppid=8448 vsize=10661132 memory=2479012 CPUtime=1.05 cores=0,2,4,6
/proc/8451/task/8480/stat : 8480 (java) S 8448 8451 8396 0 -1 1077944384 4693 0 0 0 104 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117324810736 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8481] ppid=8448 vsize=10661132 memory=2481060 CPUtime=1.02 cores=0,2,4,6
/proc/8451/task/8481/stat : 8481 (java) S 8448 8451 8396 0 -1 1077944384 5446 0 0 0 101 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117323758192 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8482] ppid=8448 vsize=10661132 memory=4140 CPUtime=0.48 cores=0,2,4,6
/proc/8451/task/8482/stat : 8482 (java) S 8448 8451 8396 0 -1 1077944384 3155 0 0 0 47 1 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117322705648 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8484] ppid=8448 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/8451/task/8484/stat : 8484 (java) S 8448 8451 8396 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105849685 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117321653344 140117837133525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
[pid=8451/tid=8486] ppid=8448 vsize=10661132 memory=65 CPUtime=1.25 cores=0,2,4,6
/proc/8451/task/8486/stat : 8486 (java) S 8448 8451 8396 0 -1 1077944384 2211 0 0 0 67 58 0 0 20 0 15 0 105849686 10916999168 620265 33554432000 4194304 4196468 140722518194688 140117320599856 140117837134466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 23629824 140722518201461 140722518201609 140722518201609 140722518204367 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2481060 KiB

Child status: 143
Real time (s): 2509.92
CPU time (s): 2520.06
CPU user time (s): 2518.49
CPU system time (s): 1.56696
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2673304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.49
system time used= 1.56696
maximum resident set size= 2675400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88937
involuntary context switches= 3305


# summary of solver processes directly reported to runsolver:
#   pid: 8451
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.49
#   total CPU system time (s): 1.56696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5804 second user time and 23.9357 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 18:47:45
IDJOB=4300508
IDBENCH=141653
IDSOLVER=2762
FILE ID=node103/4300508-1532882865
RUNJOBID= node103-1532882865-8427
PBS_JOBID= 21022525
Free space on /tmp= 56784 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Eternity/Eternity-15-15_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300508-1532882865/watcher-4300508-1532882865 -o /tmp/evaluation-result-4300508-1532882865/solver-4300508-1532882865 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532882865-8427 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300508-1532882865.xml

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

MD5SUM BENCH= 07f6a500cdb84e44b97e5b2e1697edff
RANDOM SEED=1067405673

node103.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.48
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.48
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.48
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.48
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:        20424968 kB
MemAvailable:   31928292 kB
Buffers:          307868 kB
Cached:         11384288 kB
SwapCached:            0 kB
Active:          3793136 kB
Inactive:        7952164 kB
Active(anon):      55944 kB
Inactive(anon):    25184 kB
Active(file):    3737192 kB
Inactive(file):  7926980 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5196 kB
Writeback:             4 kB
AnonPages:         60096 kB
Mapped:            44696 kB
Shmem:             25228 kB
Slab:             295444 kB
SReclaimable:     267612 kB
SUnreclaim:        27832 kB
KernelStack:        3168 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56780 MiB
End job on node103 at 2018-07-29 19:29:35