Trace number 4270931

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
choco-solver 4.0.5 par (2017-08-09)? (TO) 20024.801 2520.2

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
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 variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270931-1502822978.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4270931-1502822978.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
39.20/7.24	c solve instance...
20023.87/2520.09	s UNKNOWN
20023.87/2520.09	c Unexpected resolution interruption!

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 (15198 MiB free)
  memory of node 1: 16384 MiB (15632 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270931-1502822978/watcher-4270931-1502822978 -o /tmp/evaluation-result-4270931-1502822978/solver-4270931-1502822978 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502816965-14707 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 538949165 HOME/instance-4270931-1502822978.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15318, runsolver pid=15315
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 8.88 9.01 8.87 2/199 15339
/proc/meminfo: memFree=31554964/32770624 swapFree=67108860/67108860
[pid=15318] ppid=15315 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15318/stat : 15318 (xcsp3-exec) S 15315 15318 14680 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115385573 9740288 346 33554432000 4194304 5098028 140728551178896 140728551177000 140451909612156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11202560 140728551183461 140728551183671 140728551183671 140728551186411 0
/proc/15318/statm: 2378 346 289 221 0 87 0
[pid=15320] ppid=15318 vsize=25999808 memory=26972 CPUtime=0.11 cores=0-7
/proc/15320/stat : 15320 (java) S 15318 15318 14680 0 -1 1077944320 5602 0 0 0 10 1 0 0 20 0 20 0 115385573 26623803392 6743 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6499952 6743 2878 1 0 6488269 0
[pid=15320/tid=15321] ppid=15318 vsize=25999808 memory=7897513229686839705 CPUtime=0.09 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) R 15318 15318 14680 0 -1 4202560 3619 0 0 0 8 1 0 0 20 0 20 0 115385573 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571468772144 140571075300176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15318 vsize=25999808 memory=732369873564314597 CPUtime=0 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15318 vsize=25999808 memory=139735226861184 CPUtime=0 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15325] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15325/stat : 15325 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571414002448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15326] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15326/stat : 15326 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571412949648 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15327] ppid=15318 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15320/task/15327/stat : 15327 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571411896848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15328] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15328/stat : 15328 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571410844048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15329] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15329/stat : 15329 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385574 26623803392 6743 33554432000 4194304 4196468 140729115968240 140571409791248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15330] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15330/stat : 15330 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385576 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569736838000 140571464551042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15331] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15331/stat : 15331 (java) S 15318 15318 14680 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115385576 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569735783968 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15332] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15332/stat : 15332 (java) S 15318 15318 14680 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115385576 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569734731120 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15333] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15333/stat : 15333 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569733679440 140571464558491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15334] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15334/stat : 15334 (java) S 15318 15318 14680 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569732626800 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15335] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15335/stat : 15335 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569731574000 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15336] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15336/stat : 15336 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569730521200 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15337] ppid=15318 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15320/task/15337/stat : 15337 (java) R 15318 15318 14680 0 -1 4202560 253 0 0 0 1 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569729468400 140571464551830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15338] ppid=15318 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15338/stat : 15338 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569728416864 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15339] ppid=15318 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15320/task/15339/stat : 15339 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26623803392 6743 33554432000 4194304 4196468 140729115968240 140569727364144 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28356 KiB

[startup+0.210478 s]*
/proc/loadavg: 8.88 9.01 8.87 2/199 15339
/proc/meminfo: memFree=31544668/32770624 swapFree=67108860/67108860
[pid=15318] ppid=15315 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15318/stat : 15318 (xcsp3-exec) S 15315 15318 14680 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115385573 9740288 346 33554432000 4194304 5098028 140728551178896 140728551177000 140451909612156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11202560 140728551183461 140728551183671 140728551183671 140728551186411 0
/proc/15318/statm: 2378 346 289 221 0 87 0
[pid=15320] ppid=15318 vsize=26004064 memory=38964 CPUtime=0.32 cores=0-7
/proc/15320/stat : 15320 (java) S 15318 15318 14680 0 -1 1077944320 8269 0 0 0 30 2 0 0 20 0 20 0 115385573 26628161536 9741 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6501016 9741 3046 1 0 6488269 0
[pid=15320/tid=15321] ppid=15318 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) R 15318 15318 14680 0 -1 4202560 5424 0 0 0 18 1 0 0 20 0 20 0 115385573 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571468762800 140571464561821 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15318 vsize=26004064 memory=279470310115064 CPUtime=0 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15318 vsize=26004064 memory=139735226861184 CPUtime=0 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15325] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15325/stat : 15325 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571414002448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15326] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15326/stat : 15326 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571412949648 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15327] ppid=15318 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15320/task/15327/stat : 15327 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571411896848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15328] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15328/stat : 15328 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571410844048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15329] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15329/stat : 15329 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 9741 33554432000 4194304 4196468 140729115968240 140571409791248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15330] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15330/stat : 15330 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569736838000 140571464551042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15331] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15331/stat : 15331 (java) S 15318 15318 14680 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569735783968 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15332] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15332/stat : 15332 (java) S 15318 15318 14680 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569734731120 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15333] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15333/stat : 15333 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569733679440 140571464558491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15334] ppid=15318 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/15320/task/15334/stat : 15334 (java) S 15318 15318 14680 0 -1 1077944384 661 0 0 0 3 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569732626800 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15335] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15335/stat : 15335 (java) S 15318 15318 14680 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569731574000 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15336] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15336/stat : 15336 (java) S 15318 15318 14680 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569730521200 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15337] ppid=15318 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/15320/task/15337/stat : 15337 (java) R 15318 15318 14680 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569729468400 140571464561242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15338] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15338/stat : 15338 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569728416864 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15339] ppid=15318 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15320/task/15339/stat : 15339 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 9741 33554432000 4194304 4196468 140729115968240 140569727364144 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40348 KiB

[startup+0.310421 s]*
/proc/loadavg: 8.88 9.01 8.87 4/199 15339
/proc/meminfo: memFree=31539148/32770624 swapFree=67108860/67108860
[pid=15318] ppid=15315 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15318/stat : 15318 (xcsp3-exec) S 15315 15318 14680 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115385573 9740288 346 33554432000 4194304 5098028 140728551178896 140728551177000 140451909612156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11202560 140728551183461 140728551183671 140728551183671 140728551186411 0
/proc/15318/statm: 2378 346 289 221 0 87 0
[pid=15320] ppid=15318 vsize=26004064 memory=44172 CPUtime=0.5 cores=0-7
/proc/15320/stat : 15320 (java) S 15318 15318 14680 0 -1 1077944320 9195 0 0 0 47 3 0 0 20 0 20 0 115385573 26628161536 11043 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6501016 11043 3120 1 0 6488269 0
[pid=15320/tid=15321] ppid=15318 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) R 15318 15318 14680 0 -1 4202560 6095 0 0 0 27 2 0 0 20 0 20 0 115385573 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571468777712 140571448583525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15325] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15325/stat : 15325 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571414002448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15326] ppid=15318 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15320/task/15326/stat : 15326 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571412949648 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15327] ppid=15318 vsize=26004064 memory=139735083348911 CPUtime=0 cores=0-7
/proc/15320/task/15327/stat : 15327 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571411896848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15328] ppid=15318 vsize=26004064 memory=139735083351216 CPUtime=0 cores=0-7
/proc/15320/task/15328/stat : 15328 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571410844048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15329] ppid=15318 vsize=26004064 memory=139735083353520 CPUtime=0 cores=0-7
/proc/15320/task/15329/stat : 15329 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385574 26628161536 11043 33554432000 4194304 4196468 140729115968240 140571409791248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15330] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15330/stat : 15330 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569736838000 140571464551042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15331] ppid=15318 vsize=26004064 memory=279470166714000 CPUtime=0 cores=0-7
/proc/15320/task/15331/stat : 15331 (java) S 15318 15318 14680 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569735783968 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15332] ppid=15318 vsize=26004064 memory=279470166720912 CPUtime=0 cores=0-7
/proc/15320/task/15332/stat : 15332 (java) S 15318 15318 14680 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115385576 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569734731120 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15333] ppid=15318 vsize=26004064 memory=279470166662192 CPUtime=0 cores=0-7
/proc/15320/task/15333/stat : 15333 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569733679440 140571464558491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15334] ppid=15318 vsize=26004064 memory=279470166734736 CPUtime=0.03 cores=0-7
/proc/15320/task/15334/stat : 15334 (java) S 15318 15318 14680 0 -1 1077944384 681 0 0 0 3 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569732626800 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15335] ppid=15318 vsize=26004064 memory=279470166741648 CPUtime=0.01 cores=0-7
/proc/15320/task/15335/stat : 15335 (java) S 15318 15318 14680 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569731574000 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15336] ppid=15318 vsize=26004064 memory=279470166739344 CPUtime=0.02 cores=0-7
/proc/15320/task/15336/stat : 15336 (java) S 15318 15318 14680 0 -1 1077944384 137 0 0 0 2 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569730521200 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15337] ppid=15318 vsize=26004064 memory=279470166755504 CPUtime=0.12 cores=0-7
/proc/15320/task/15337/stat : 15337 (java) R 15318 15318 14680 0 -1 4202560 843 0 0 0 12 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569729467584 140571457636731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15338] ppid=15318 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15320/task/15338/stat : 15338 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569728416864 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15339] ppid=15318 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15320/task/15339/stat : 15339 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115385579 26628161536 11043 33554432000 4194304 4196468 140729115968240 140569727364144 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45556 KiB

[startup+0.701066 s]
/proc/loadavg: 8.88 9.01 8.87 6/199 15339
/proc/meminfo: memFree=31508440/32770624 swapFree=67108860/67108860
[pid=15318] ppid=15315 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15318/stat : 15318 (xcsp3-exec) S 15315 15318 14680 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115385573 9740288 346 33554432000 4194304 5098028 140728551178896 140728551177000 140451909612156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11202560 140728551183461 140728551183671 140728551183671 140728551186411 0
/proc/15318/statm: 2378 346 289 221 0 87 0
[pid=15320] ppid=15318 vsize=26004140 memory=143264 CPUtime=2.11 cores=0-7
/proc/15320/stat : 15320 (java) S 15318 15318 14680 0 -1 1077944320 13097 0 0 0 206 5 0 0 20 0 20 0 115385573 26628239360 35816 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6501035 35816 3201 1 0 6488269 0
[pid=15320/tid=15321] ppid=15318 vsize=26004140 memory=279470167050368 CPUtime=0.67 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) R 15318 15318 14680 0 -1 4202560 6457 0 0 0 64 3 0 0 20 0 20 0 115385573 26628239360 35816 33554432000 4194304 4196468 140729115968240 140571468772880 140571075274502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15318 vsize=26004140 memory=5788 CPUtime=0 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628239360 35816 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15318 vsize=26004140 memory=1228 CPUtime=0 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628239360 35816 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15318 vsize=26004140 memory=796 CPUtime=0 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15318 15318 14680 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115385574 26628239360 35816 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0

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

[pid=15320/tid=15345] ppid=15318 vsize=26538700 memory=1384 CPUtime=2436.6 cores=0-7
/proc/15320/task/15345/stat : 15345 (java) R 15318 15318 14680 0 -1 4202560 62127 0 0 0 243592 68 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568841662184 140571083065557 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15346] ppid=15318 vsize=26538700 memory=7871864 CPUtime=2449 cores=0-7
/proc/15320/task/15346/stat : 15346 (java) R 15318 15318 14680 0 -1 4202560 46510 0 0 0 244855 45 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568840610232 140571085934321 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15347] ppid=15318 vsize=26538700 memory=7871864 CPUtime=2450.3 cores=0-7
/proc/15320/task/15347/stat : 15347 (java) R 15318 15318 14680 0 -1 4202560 45148 0 0 0 244936 94 0 0 20 0 28 0 115386303 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568839557672 140571077117614 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current children cumulated CPU time: 19882.6 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 7873248 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.06 8.16 8.27 10/207 15403
/proc/meminfo: memFree=23700224/32770624 swapFree=67108860/67108860
[pid=15318] ppid=15315 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15318/stat : 15318 (xcsp3-exec) S 15315 15318 14680 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115385573 9740288 346 33554432000 4194304 5098028 140728551178896 140728551177000 140451909612156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11202560 140728551183461 140728551183671 140728551183671 140728551186411 0
/proc/15318/statm: 2378 346 289 221 0 87 0
[pid=15320] ppid=15318 vsize=26538700 memory=7871864 CPUtime=20023.9 cores=0-7
/proc/15320/stat : 15320 (java) S 15318 15318 14680 0 -1 1077944320 1138098 0 0 0 2000104 2283 0 0 20 0 28 0 115385573 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6634675 1967966 3306 1 0 6621909 0
[pid=15320/tid=15321] ppid=15318 vsize=26538700 memory=6791534058613427641 CPUtime=3.69 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) S 15318 15318 14680 0 -1 1077944384 9518 0 0 0 354 15 0 0 20 0 28 0 115385573 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571468780672 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15318 vsize=26538700 memory=-7003737579269690708 CPUtime=29.49 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15318 15318 14680 0 -1 1077944384 74477 0 0 0 2745 204 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15318 vsize=26538700 memory=836 CPUtime=29.55 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15318 15318 14680 0 -1 1077944384 113786 0 0 0 2735 220 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15318 vsize=26538700 memory=1692 CPUtime=29.8 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15318 15318 14680 0 -1 1077944384 76793 0 0 0 2784 196 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15325] ppid=15318 vsize=26538700 memory=912 CPUtime=29.63 cores=0-7
/proc/15320/task/15325/stat : 15325 (java) S 15318 15318 14680 0 -1 1077944384 58394 0 0 0 2763 200 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571414002448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15326] ppid=15318 vsize=26538700 memory=4176 CPUtime=29.37 cores=0-7
/proc/15320/task/15326/stat : 15326 (java) S 15318 15318 14680 0 -1 1077944384 62087 0 0 0 2731 206 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571412949648 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15327] ppid=15318 vsize=26538700 memory=4100 CPUtime=29.46 cores=0-7
/proc/15320/task/15327/stat : 15327 (java) S 15318 15318 14680 0 -1 1077944384 73085 0 0 0 2745 201 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571411896848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15328] ppid=15318 vsize=26538700 memory=6791534058613427641 CPUtime=29.6 cores=0-7
/proc/15320/task/15328/stat : 15328 (java) S 15318 15318 14680 0 -1 1077944384 71089 0 0 0 2760 200 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571410844048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15329] ppid=15318 vsize=26538700 memory=1948 CPUtime=29.46 cores=0-7
/proc/15320/task/15329/stat : 15329 (java) S 15318 15318 14680 0 -1 1077944384 72154 0 0 0 2740 206 0 0 20 0 28 0 115385574 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140571409791248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15330] ppid=15318 vsize=26538700 memory=8548 CPUtime=8.87 cores=0-7
/proc/15320/task/15330/stat : 15330 (java) S 15318 15318 14680 0 -1 1077944384 47282 0 0 0 826 61 0 0 20 0 28 0 115385576 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569736838000 140571464551042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15331] ppid=15318 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/15320/task/15331/stat : 15331 (java) S 15318 15318 14680 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 115385576 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569735784032 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15332] ppid=15318 vsize=26538700 memory=1720 CPUtime=0 cores=0-7
/proc/15320/task/15332/stat : 15332 (java) S 15318 15318 14680 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 28 0 115385576 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569734731136 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15333] ppid=15318 vsize=26538700 memory=3848 CPUtime=0 cores=0-7
/proc/15320/task/15333/stat : 15333 (java) S 15318 15318 14680 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569733679440 140571464558491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15334] ppid=15318 vsize=26538700 memory=1384 CPUtime=5.13 cores=0-7
/proc/15320/task/15334/stat : 15334 (java) S 15318 15318 14680 0 -1 1077944384 32490 0 0 0 508 5 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569732626800 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15335] ppid=15318 vsize=26538700 memory=7871864 CPUtime=5.07 cores=0-7
/proc/15320/task/15335/stat : 15335 (java) S 15318 15318 14680 0 -1 1077944384 32903 0 0 0 503 4 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569731574000 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15336] ppid=15318 vsize=26538700 memory=6791534058613427641 CPUtime=5.26 cores=0-7
/proc/15320/task/15336/stat : 15336 (java) S 15318 15318 14680 0 -1 1077944384 26545 0 0 0 521 5 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569730521200 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15337] ppid=15318 vsize=26538700 memory=-7003737579269690708 CPUtime=1.25 cores=0-7
/proc/15320/task/15337/stat : 15337 (java) S 15318 15318 14680 0 -1 1077944384 18008 0 0 0 120 5 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569729468400 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15338] ppid=15318 vsize=26538700 memory=19084 CPUtime=0 cores=0-7
/proc/15320/task/15338/stat : 15338 (java) S 15318 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569728416864 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15339] ppid=15318 vsize=26538700 memory=1384 CPUtime=1.1 cores=0-7
/proc/15320/task/15339/stat : 15339 (java) S 15318 15318 14680 0 -1 1077944384 4138 0 0 0 55 55 0 0 20 0 28 0 115385579 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569727364144 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15340] ppid=15318 vsize=26538700 memory=6791534058613427641 CPUtime=2475.67 cores=0-7
/proc/15320/task/15340/stat : 15340 (java) R 15318 15318 14680 0 -1 4202560 16036 0 0 0 247546 21 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569719352504 140571085933354 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15341] ppid=15318 vsize=26538700 memory=19084 CPUtime=2473.3 cores=0-7
/proc/15320/task/15341/stat : 15341 (java) R 15318 15318 14680 0 -1 4202560 15109 0 0 0 247304 26 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569718300856 140571078209674 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15342] ppid=15318 vsize=26538700 memory=18292 CPUtime=2467.69 cores=0-7
/proc/15320/task/15342/stat : 15342 (java) R 15318 15318 14680 0 -1 4202560 68200 0 0 0 246622 147 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140569717247840 140571082020648 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15343] ppid=15318 vsize=26538700 memory=1792 CPUtime=2476.04 cores=0-7
/proc/15320/task/15343/stat : 15343 (java) R 15318 15318 14680 0 -1 4202560 76030 0 0 0 247497 107 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568843770560 140571080966413 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15344] ppid=15318 vsize=26538700 memory=648 CPUtime=2475.53 cores=0-7
/proc/15320/task/15344/stat : 15344 (java) R 15318 15318 14680 0 -1 4202560 33780 0 0 0 247517 36 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568842714824 140571082480122 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15345] ppid=15318 vsize=26538700 memory=1236 CPUtime=2453.95 cores=0-7
/proc/15320/task/15345/stat : 15345 (java) R 15318 15318 14680 0 -1 4202560 62412 0 0 0 245326 69 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568841662184 140571082479977 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15346] ppid=15318 vsize=26538700 memory=960 CPUtime=2466.71 cores=0-7
/proc/15320/task/15346/stat : 15346 (java) R 15318 15318 14680 0 -1 4202560 46950 0 0 0 246625 46 0 0 20 0 28 0 115386302 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568840610232 140571085933422 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15347] ppid=15318 vsize=26538700 memory=2340 CPUtime=2468 cores=0-7
/proc/15320/task/15347/stat : 15347 (java) R 15318 15318 14680 0 -1 4202560 45438 0 0 0 246706 94 0 0 20 0 28 0 115386303 27175628800 1967966 33554432000 4194304 4196468 140729115968240 140568839557672 140571085935430 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current children cumulated CPU time: 20023.9 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 7873248 KiB

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

[startup+2520.04 s]
# the end of solver process 15318 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000967 s, system=0.000967 s

[startup+2520.2 s]
# the end of solver process 15320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20001.9 s, system=22.9132 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520.13 s]*
/proc/loadavg: 8.06 8.16 8.27 3/205 15405
/proc/meminfo: memFree=23700240/32770624 swapFree=67108860/67108860
[pid=15320] ppid=15315 vsize=26671828 memory=7872044 CPUtime=20024.7 cores=0-7
/proc/15320/stat : 15320 (java) S 15315 15318 14680 0 -1 1077944320 1138796 0 0 0 2000187 2286 0 0 20 0 27 0 115385573 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140729115950784 140571464539895 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
/proc/15320/statm: 6667957 1968011 3308 1 0 6655191 0
[pid=15320/tid=15321] ppid=15315 vsize=26671828 memory=4872558044660077418 CPUtime=3.69 cores=0-7
/proc/15320/task/15321/stat : 15321 (java) S 15315 15318 14680 0 -1 1077944384 9518 0 0 0 354 15 0 0 20 0 27 0 115385573 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571468780672 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15322] ppid=15315 vsize=26671828 memory=-7003737579269690708 CPUtime=29.49 cores=0-7
/proc/15320/task/15322/stat : 15322 (java) S 15315 15318 14680 0 -1 1077944384 74477 0 0 0 2745 204 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571417160848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15323] ppid=15315 vsize=26671828 memory=2200 CPUtime=29.55 cores=0-7
/proc/15320/task/15323/stat : 15323 (java) S 15315 15318 14680 0 -1 1077944384 113786 0 0 0 2735 220 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571416108048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15324] ppid=15315 vsize=26671828 memory=6504 CPUtime=29.8 cores=0-7
/proc/15320/task/15324/stat : 15324 (java) S 15315 15318 14680 0 -1 1077944384 76793 0 0 0 2784 196 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571415055248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15325] ppid=15315 vsize=26671828 memory=836 CPUtime=29.63 cores=0-7
/proc/15320/task/15325/stat : 15325 (java) S 15315 15318 14680 0 -1 1077944384 58394 0 0 0 2763 200 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571414002448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15326] ppid=15315 vsize=26671828 memory=1692 CPUtime=29.37 cores=0-7
/proc/15320/task/15326/stat : 15326 (java) S 15315 15318 14680 0 -1 1077944384 62087 0 0 0 2731 206 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571412949648 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15327] ppid=15315 vsize=26671828 memory=912 CPUtime=29.46 cores=0-7
/proc/15320/task/15327/stat : 15327 (java) S 15315 15318 14680 0 -1 1077944384 73085 0 0 0 2745 201 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571411896848 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15328] ppid=15315 vsize=26671828 memory=4176 CPUtime=29.6 cores=0-7
/proc/15320/task/15328/stat : 15328 (java) S 15315 15318 14680 0 -1 1077944384 71089 0 0 0 2760 200 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571410844048 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15329] ppid=15315 vsize=26671828 memory=4100 CPUtime=29.46 cores=0-7
/proc/15320/task/15329/stat : 15329 (java) S 15315 15318 14680 0 -1 1077944384 72154 0 0 0 2740 206 0 0 20 0 27 0 115385574 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140571409791248 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15330] ppid=15315 vsize=26671828 memory=1156 CPUtime=8.9 cores=0-7
/proc/15320/task/15330/stat : 15330 (java) R 15315 15318 14680 0 -1 4202560 47295 0 0 0 826 64 0 0 20 0 27 0 115385576 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569736838136 140571457168103 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15331] ppid=15315 vsize=26671828 memory=3848 CPUtime=0 cores=0-7
/proc/15320/task/15331/stat : 15331 (java) S 15315 15318 14680 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 27 0 115385576 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569735784032 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15332] ppid=15315 vsize=26671828 memory=1384 CPUtime=0 cores=0-7
/proc/15320/task/15332/stat : 15332 (java) S 15315 15318 14680 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 27 0 115385576 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569734731136 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15334] ppid=15315 vsize=26671828 memory=836 CPUtime=5.13 cores=0-7
/proc/15320/task/15334/stat : 15334 (java) S 15315 15318 14680 0 -1 1077944384 32490 0 0 0 508 5 0 0 20 0 27 0 115385579 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569732626800 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15335] ppid=15315 vsize=26671828 memory=1692 CPUtime=5.07 cores=0-7
/proc/15320/task/15335/stat : 15335 (java) S 15315 15318 14680 0 -1 1077944384 32903 0 0 0 503 4 0 0 20 0 27 0 115385579 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569731574000 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15336] ppid=15315 vsize=26671828 memory=912 CPUtime=5.26 cores=0-7
/proc/15320/task/15336/stat : 15336 (java) S 15315 15318 14680 0 -1 1077944384 26545 0 0 0 521 5 0 0 20 0 27 0 115385579 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569730521200 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15337] ppid=15315 vsize=26671828 memory=4176 CPUtime=1.25 cores=0-7
/proc/15320/task/15337/stat : 15337 (java) S 15315 15318 14680 0 -1 1077944384 18008 0 0 0 120 5 0 0 20 0 27 0 115385579 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569729468400 140571464551042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15338] ppid=15315 vsize=26671828 memory=4100 CPUtime=0 cores=0-7
/proc/15320/task/15338/stat : 15338 (java) S 15315 15318 14680 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 115385579 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569728416864 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15340] ppid=15315 vsize=26671828 memory=1156 CPUtime=2475.77 cores=0-7
/proc/15320/task/15340/stat : 15340 (java) S 15315 15318 14680 0 -1 1077944384 16040 0 0 0 247556 21 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569719352624 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15341] ppid=15315 vsize=26671828 memory=3848 CPUtime=2473.4 cores=0-7
/proc/15320/task/15341/stat : 15341 (java) S 15315 15318 14680 0 -1 1077944384 15112 0 0 0 247314 26 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569718300448 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15342] ppid=15315 vsize=26671828 memory=1384 CPUtime=2467.82 cores=0-7
/proc/15320/task/15342/stat : 15342 (java) R 15315 15318 14680 0 -1 4202560 68200 0 0 0 246635 147 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140569717247840 140571082020618 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15343] ppid=15315 vsize=26671828 memory=7871864 CPUtime=2476.14 cores=0-7
/proc/15320/task/15343/stat : 15343 (java) S 15315 15318 14680 0 -1 1077944384 76031 0 0 0 247507 107 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568843767584 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15344] ppid=15315 vsize=26671828 memory=6791534058613427641 CPUtime=2475.63 cores=0-7
/proc/15320/task/15344/stat : 15344 (java) S 15315 15318 14680 0 -1 1077944384 33782 0 0 0 247527 36 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568842714656 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15345] ppid=15315 vsize=26671828 memory=-7003737579269690708 CPUtime=2454.05 cores=0-7
/proc/15320/task/15345/stat : 15345 (java) S 15315 15318 14680 0 -1 1077944384 62418 0 0 0 245336 69 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568841662144 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15346] ppid=15315 vsize=26671828 memory=18292 CPUtime=2466.81 cores=0-7
/proc/15320/task/15346/stat : 15346 (java) S 15315 15318 14680 0 -1 1077944384 46952 0 0 0 246635 46 0 0 20 0 27 0 115386302 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568840610368 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15347] ppid=15315 vsize=26671828 memory=1792 CPUtime=2468.1 cores=0-7
/proc/15320/task/15347/stat : 15347 (java) S 15315 15318 14680 0 -1 1077944384 45440 0 0 0 246716 94 0 0 20 0 27 0 115386303 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568839557584 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
[pid=15320/tid=15404] ppid=15315 vsize=26671828 memory=648 CPUtime=0 cores=0-7
/proc/15320/task/15404/stat : 15404 (java) S 15315 15318 14680 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 27 0 115637578 27311951872 1968011 33554432000 4194304 4196468 140729115968240 140568838509168 140571464550101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23146496 140729115976850 140729115977027 140729115977027 140729115979727 0
Current cumulated CPU time of completed processes: 0.001934 s
Current children cumulated CPU time: 20024.7 s
Current children cumulated vsize: 26671828 KiB
Current children cumulated memory: 7872044 KiB

Child status: 143
Real time (s): 2520.2
CPU time (s): 20024.8
CPU user time (s): 20001.9
CPU system time (s): 22.9132
CPU usage (%): 794.572
Max. virtual memory (cumulated for all children) (KiB): 26671828
Max. memory (cumulated for all children) (KiB): 8238856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20001.9
system time used= 22.9132
maximum resident set size= 8240624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1139411
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68378
involuntary context switches= 210778


# summary of solver processes directly reported to runsolver:
#   pid: 15318,15320
#   total CPU time (s): 20024.8
#   total CPU user time (s): 20001.9
#   total CPU system time (s): 22.9132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4992 second user time and 30.0834 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-15 20:35:19
IDJOB=4270931
IDBENCH=139256
IDSOLVER=2662
FILE ID=node112/4270931-1502822978
RUNJOBID= node112-1502816965-14707
PBS_JOBID= 20629826
Free space on /tmp= 61824 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270931-1502822978/watcher-4270931-1502822978 -o /tmp/evaluation-result-4270931-1502822978/solver-4270931-1502822978 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502816965-14707 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 538949165 HOME/instance-4270931-1502822978.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=538949165

node112.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.24
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.24
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.24
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.24
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:        31571724 kB
MemAvailable:   31980220 kB
Buffers:          204904 kB
Cached:           485176 kB
SwapCached:            0 kB
Active:           462024 kB
Inactive:         279904 kB
Active(anon):       3324 kB
Inactive(anon):    76444 kB
Active(file):     458700 kB
Inactive(file):   203460 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8432 kB
Writeback:             0 kB
AnonPages:         58260 kB
Mapped:            46100 kB
Shmem:             25224 kB
Slab:             150680 kB
SReclaimable:     124344 kB
SUnreclaim:        26336 kB
KernelStack:        3248 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61816 MiB
End job on node112 at 2017-08-15 21:17:20