Trace number 4399645

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 2019-09-16 parallel? (TO) 20008.6 2520.21

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.9702
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399645-1568714954.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399645-1568714954.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
59.20/12.00	c solve instance...
20007.71/2520.07	s UNKNOWN
20007.71/2520.07	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 (15320 MiB free)
  memory of node 1: 16384 MiB (13322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399645-1568714954/watcher-4399645-1568714954 -o /tmp/evaluation-result-4399645-1568714954/solver-4399645-1568714954 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1377218789 HOME/instance-4399645-1568714954.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=15928, runsolver pid=15925
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 8.00 7.96 8.07 2/211 15949
/proc/meminfo: memFree=29313924/32770624 swapFree=66958320/67108860
[pid=15928] ppid=15925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15928/stat : 15928 (xcsp3-exec) S 15925 15928 15111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447431896 115843072 363 33554432000 4194304 5098028 140734468021968 140734468020072 140079961719420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140734468023157 140734468023401 140734468023401 140734468026314 0
/proc/15928/statm: 28282 363 305 221 0 87 0
[pid=15930] ppid=15928 vsize=28227396 memory=28924 CPUtime=0.12 cores=0-7
/proc/15930/stat : 15930 (java) S 15928 15928 15111 0 -1 1077944320 5704 0 0 0 11 1 0 0 20 0 20 0 447431896 28904853504 7231 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7056849 7231 3120 1 0 7019032 0
[pid=15930/tid=15931] ppid=15928 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) R 15928 15928 15111 0 -1 4202560 3614 0 0 0 8 1 0 0 20 0 20 0 447431896 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796285466416 139796281245078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15928 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15928 15928 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15928 vsize=28227396 memory=140537415382656 CPUtime=0 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15935] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15935/stat : 15935 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796230695952 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15936] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15936/stat : 15936 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796229642640 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15937] ppid=15928 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15937/stat : 15937 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796228589840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15938] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15938/stat : 15938 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796227537552 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15939] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15939/stat : 15939 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 7231 33554432000 4194304 4196468 140735706609280 139796226484752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15940] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15940/stat : 15940 (java) S 15928 15928 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794409515632 139796281244290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15941] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15941/stat : 15941 (java) S 15928 15928 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794340373792 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15942] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15942/stat : 15942 (java) S 15928 15928 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794339321456 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15943] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15943/stat : 15943 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794338269776 139796281251739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15944] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15944/stat : 15944 (java) S 15928 15928 15111 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794337216624 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15945] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15945/stat : 15945 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794336163824 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15946] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15946/stat : 15946 (java) S 15928 15928 15111 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794335111536 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15947] ppid=15928 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15930/task/15947/stat : 15947 (java) R 15928 15928 15111 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794334058736 139796262732555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15948] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15948/stat : 15948 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794333006688 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15949] ppid=15928 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15949/stat : 15949 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 7231 33554432000 4194304 4196468 140735706609280 139794331953968 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30376 KiB

[startup+0.210663 s]*
/proc/loadavg: 8.00 7.96 8.07 3/211 15949
/proc/meminfo: memFree=29300552/32770624 swapFree=66958320/67108860
[pid=15928] ppid=15925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15928/stat : 15928 (xcsp3-exec) S 15925 15928 15111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447431896 115843072 363 33554432000 4194304 5098028 140734468021968 140734468020072 140079961719420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140734468023157 140734468023401 140734468023401 140734468026314 0
/proc/15928/statm: 28282 363 305 221 0 87 0
[pid=15930] ppid=15928 vsize=28227396 memory=41224 CPUtime=0.34 cores=0-7
/proc/15930/stat : 15930 (java) S 15928 15928 15111 0 -1 1077944320 9546 0 0 0 30 4 0 0 20 0 20 0 447431896 28904853504 10306 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7056849 10306 3310 1 0 7019032 0
[pid=15930/tid=15931] ppid=15928 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) R 15928 15928 15111 0 -1 4202560 6645 0 0 0 17 3 0 0 20 0 20 0 447431896 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796285467072 139796281245078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15928 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15928 15928 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15928 vsize=28227396 memory=4049775131876964000 CPUtime=0 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15928 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15935] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15935/stat : 15935 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796230695952 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15936] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15936/stat : 15936 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796229642640 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15937] ppid=15928 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15937/stat : 15937 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796228589840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15938] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15938/stat : 15938 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796227537552 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15939] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15939/stat : 15939 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28904853504 10306 33554432000 4194304 4196468 140735706609280 139796226484752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15940] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15940/stat : 15940 (java) S 15928 15928 15111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794409515632 139796281244290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15941] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15941/stat : 15941 (java) S 15928 15928 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794340373792 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15942] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15942/stat : 15942 (java) S 15928 15928 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447431899 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794339321456 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15943] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15943/stat : 15943 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794338269776 139796281251739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15944] ppid=15928 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15930/task/15944/stat : 15944 (java) S 15928 15928 15111 0 -1 1077944384 377 0 0 0 1 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794337216624 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15945] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15945/stat : 15945 (java) S 15928 15928 15111 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794336163824 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15946] ppid=15928 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15930/task/15946/stat : 15946 (java) S 15928 15928 15111 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794335111536 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15947] ppid=15928 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/15930/task/15947/stat : 15947 (java) R 15928 15928 15111 0 -1 4202560 727 0 0 0 7 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794334058736 139796264840768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15948] ppid=15928 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15948/stat : 15948 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794333006688 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15949] ppid=15928 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15949/stat : 15949 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28904853504 10306 33554432000 4194304 4196468 140735706609280 139794331953968 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42676 KiB

[startup+0.320648 s]*
/proc/loadavg: 8.00 7.96 8.07 3/211 15949
/proc/meminfo: memFree=29293148/32770624 swapFree=66958320/67108860
[pid=15928] ppid=15925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15928/stat : 15928 (xcsp3-exec) S 15925 15928 15111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447431896 115843072 363 33554432000 4194304 5098028 140734468021968 140734468020072 140079961719420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140734468023157 140734468023401 140734468023401 140734468026314 0
/proc/15928/statm: 28282 363 305 221 0 87 0
[pid=15930] ppid=15928 vsize=28231652 memory=50444 CPUtime=0.54 cores=0-7
/proc/15930/stat : 15930 (java) S 15928 15928 15111 0 -1 1077944320 11008 0 0 0 49 5 0 0 20 0 20 0 447431896 28909211648 12611 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7057913 12611 3341 1 0 7019032 0
[pid=15930/tid=15931] ppid=15928 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) R 15928 15928 15111 0 -1 4202560 7921 0 0 0 27 3 0 0 20 0 20 0 447431896 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796285469968 139796265313630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15928 15928 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15935] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15935/stat : 15935 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796230695952 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15936] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15936/stat : 15936 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796229642640 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15937] ppid=15928 vsize=28231652 memory=140537302706863 CPUtime=0 cores=0-7
/proc/15930/task/15937/stat : 15937 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796228589840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15938] ppid=15928 vsize=28231652 memory=140537302709168 CPUtime=0 cores=0-7
/proc/15930/task/15938/stat : 15938 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796227537552 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15939] ppid=15928 vsize=28231652 memory=140537302711472 CPUtime=0 cores=0-7
/proc/15930/task/15939/stat : 15939 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28909211648 12619 33554432000 4194304 4196468 140735706609280 139796226484752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15940] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15940/stat : 15940 (java) S 15928 15928 15111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447431899 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794409515632 139796281244290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15941] ppid=15928 vsize=28231652 memory=281074605436816 CPUtime=0 cores=0-7
/proc/15930/task/15941/stat : 15941 (java) S 15928 15928 15111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447431899 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794340373792 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15942] ppid=15928 vsize=28231652 memory=281074605434512 CPUtime=0 cores=0-7
/proc/15930/task/15942/stat : 15942 (java) S 15928 15928 15111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447431899 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794339321456 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15943] ppid=15928 vsize=28231652 memory=281074605441424 CPUtime=0 cores=0-7
/proc/15930/task/15943/stat : 15943 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794338269776 139796281251739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15944] ppid=15928 vsize=28231652 memory=281074605382672 CPUtime=0.02 cores=0-7
/proc/15930/task/15944/stat : 15944 (java) S 15928 15928 15111 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794337216624 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15945] ppid=15928 vsize=28231652 memory=281074605455248 CPUtime=0.01 cores=0-7
/proc/15930/task/15945/stat : 15945 (java) S 15928 15928 15111 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794336163824 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15946] ppid=15928 vsize=28231652 memory=281074605462160 CPUtime=0.03 cores=0-7
/proc/15930/task/15946/stat : 15946 (java) S 15928 15928 15111 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794335111536 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15947] ppid=15928 vsize=28231652 memory=281074605459856 CPUtime=0.12 cores=0-7
/proc/15930/task/15947/stat : 15947 (java) S 15928 15928 15111 0 -1 1077944384 814 0 0 0 12 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794334058736 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15948] ppid=15928 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15948/stat : 15948 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794333006688 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15949] ppid=15928 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15930/task/15949/stat : 15949 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431902 28909211648 12619 33554432000 4194304 4196468 140735706609280 139794331953968 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51896 KiB

[startup+0.700933 s]
/proc/loadavg: 8.00 7.96 8.07 5/211 15949
/proc/meminfo: memFree=29263732/32770624 swapFree=66958320/67108860
[pid=15928] ppid=15925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15928/stat : 15928 (xcsp3-exec) S 15925 15928 15111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447431896 115843072 363 33554432000 4194304 5098028 140734468021968 140734468020072 140079961719420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140734468023157 140734468023401 140734468023401 140734468026314 0
/proc/15928/statm: 28282 363 305 221 0 87 0
[pid=15930] ppid=15928 vsize=28233776 memory=123136 CPUtime=2.03 cores=0-7
/proc/15930/stat : 15930 (java) S 15928 15928 15111 0 -1 1077944320 15372 0 0 0 196 7 0 0 20 0 20 0 447431896 28911386624 30784 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7058444 30784 3450 1 0 7019544 0
[pid=15930/tid=15931] ppid=15928 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) R 15928 15928 15111 0 -1 4202560 8411 0 0 0 63 4 0 0 20 0 20 0 447431896 28911386624 30784 33554432000 4194304 4196468 140735706609280 139796285466032 139795904002439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15928 vsize=28233776 memory=140537302918000 CPUtime=0 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15928 15928 15111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447431897 28911386624 30784 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15928 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28911386624 30784 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15928 vsize=28233776 memory=8024 CPUtime=0 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447431897 28911386624 30784 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0

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

[pid=15930/tid=15955] ppid=15928 vsize=28768336 memory=1804 CPUtime=2451.54 cores=0-7
/proc/15930/task/15955/stat : 15955 (java) R 15928 15928 15111 0 -1 4202560 44044 0 0 0 245074 80 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794315612040 139795902844910 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15956] ppid=15928 vsize=28768336 memory=3612 CPUtime=2452.33 cores=0-7
/proc/15930/task/15956/stat : 15956 (java) R 15928 15928 15111 0 -1 4202560 42032 0 0 0 245169 64 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794314562752 139795905882080 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15957] ppid=15928 vsize=28768336 memory=47928 CPUtime=2451.76 cores=0-7
/proc/15930/task/15957/stat : 15957 (java) R 15928 15928 15111 0 -1 4202560 37685 0 0 0 245131 45 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794313506936 139795910877194 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current children cumulated CPU time: 19866.4 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7814612 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.64 8.36 8.31 9/220 16152
/proc/meminfo: memFree=21513856/32770624 swapFree=66958324/67108860
[pid=15928] ppid=15925 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15928/stat : 15928 (xcsp3-exec) S 15925 15928 15111 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447431896 115843072 363 33554432000 4194304 5098028 140734468021968 140734468020072 140079961719420 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9588736 140734468023157 140734468023401 140734468023401 140734468026314 0
/proc/15928/statm: 28282 363 305 221 0 87 0
[pid=15930] ppid=15928 vsize=28768336 memory=7813160 CPUtime=20007.7 cores=0-7
/proc/15930/stat : 15930 (java) S 15928 15928 15111 0 -1 1077944320 753210 0 0 0 1998333 2438 0 0 20 0 28 0 447431896 29458776064 1953290 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7192084 1953290 3561 1 0 7153184 0
[pid=15930/tid=15931] ppid=15928 vsize=28768336 memory=1398722017469774279 CPUtime=6.37 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) S 15928 15928 15111 0 -1 1077944384 18266 0 0 0 611 26 0 0 20 0 28 0 447431896 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796285473920 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15928 vsize=28768336 memory=4872558044660077418 CPUtime=33.23 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15928 15928 15111 0 -1 1077944384 22683 0 0 0 3123 200 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15928 vsize=28768336 memory=111636 CPUtime=33.29 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15928 15928 15111 0 -1 1077944384 18933 0 0 0 3128 201 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15928 vsize=28768336 memory=804 CPUtime=33.54 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15928 15928 15111 0 -1 1077944384 23110 0 0 0 3165 189 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15935] ppid=15928 vsize=28768336 memory=1804 CPUtime=33.18 cores=0-7
/proc/15930/task/15935/stat : 15935 (java) S 15928 15928 15111 0 -1 1077944384 19664 0 0 0 3114 204 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796230695952 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15936] ppid=15928 vsize=28768336 memory=916 CPUtime=33.22 cores=0-7
/proc/15930/task/15936/stat : 15936 (java) S 15928 15928 15111 0 -1 1077944384 21305 0 0 0 3129 193 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796229642640 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15937] ppid=15928 vsize=28768336 memory=4744 CPUtime=33.31 cores=0-7
/proc/15930/task/15937/stat : 15937 (java) S 15928 15928 15111 0 -1 1077944384 15603 0 0 0 3140 191 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796228589840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15938] ppid=15928 vsize=28768336 memory=4100 CPUtime=33.29 cores=0-7
/proc/15930/task/15938/stat : 15938 (java) S 15928 15928 15111 0 -1 1077944384 14427 0 0 0 3123 206 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796227537552 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15939] ppid=15928 vsize=28768336 memory=4000 CPUtime=33.37 cores=0-7
/proc/15930/task/15939/stat : 15939 (java) S 15928 15928 15111 0 -1 1077944384 24283 0 0 0 3128 209 0 0 20 0 28 0 447431897 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139796226484752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15940] ppid=15928 vsize=28768336 memory=1552 CPUtime=8.11 cores=0-7
/proc/15930/task/15940/stat : 15940 (java) S 15928 15928 15111 0 -1 1077944384 39445 0 0 0 759 52 0 0 20 0 28 0 447431899 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794409515632 139796281244290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15941] ppid=15928 vsize=28768336 memory=1712 CPUtime=0 cores=0-7
/proc/15930/task/15941/stat : 15941 (java) S 15928 15928 15111 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 447431899 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794340373856 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15942] ppid=15928 vsize=28768336 memory=1196 CPUtime=0 cores=0-7
/proc/15930/task/15942/stat : 15942 (java) S 15928 15928 15111 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 28 0 447431899 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794339321472 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15943] ppid=15928 vsize=28768336 memory=1044 CPUtime=0 cores=0-7
/proc/15930/task/15943/stat : 15943 (java) S 15928 15928 15111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794338269776 139796281251739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15944] ppid=15928 vsize=28768336 memory=712 CPUtime=5.76 cores=0-7
/proc/15930/task/15944/stat : 15944 (java) S 15928 15928 15111 0 -1 1077944384 36864 0 0 0 566 10 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794337216624 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15945] ppid=15928 vsize=28768336 memory=2832 CPUtime=5.53 cores=0-7
/proc/15930/task/15945/stat : 15945 (java) S 15928 15928 15111 0 -1 1077944384 31716 0 0 0 548 5 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794336163824 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15946] ppid=15928 vsize=28768336 memory=8024 CPUtime=5.02 cores=0-7
/proc/15930/task/15946/stat : 15946 (java) S 15928 15928 15111 0 -1 1077944384 27443 0 0 0 497 5 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794335111536 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15947] ppid=15928 vsize=28768336 memory=10428 CPUtime=1.29 cores=0-7
/proc/15930/task/15947/stat : 15947 (java) S 15928 15928 15111 0 -1 1077944384 24074 0 0 0 125 4 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794334058736 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15948] ppid=15928 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15930/task/15948/stat : 15948 (java) S 15928 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794333006688 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15949] ppid=15928 vsize=28768336 memory=2496 CPUtime=1.04 cores=0-7
/proc/15930/task/15949/stat : 15949 (java) S 15928 15928 15111 0 -1 1077944384 2926 0 0 0 31 73 0 0 20 0 28 0 447431902 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794331953968 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15950] ppid=15928 vsize=28768336 memory=1760 CPUtime=2452.63 cores=0-7
/proc/15930/task/15950/stat : 15950 (java) R 15928 15928 15111 0 -1 4202560 24246 0 0 0 245230 33 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794320878816 139795910877108 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15951] ppid=15928 vsize=28768336 memory=111636 CPUtime=2462.56 cores=0-7
/proc/15930/task/15951/stat : 15951 (java) R 15928 15928 15111 0 -1 4202560 24361 0 0 0 246212 44 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794319827784 139795908720859 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15952] ppid=15928 vsize=28768336 memory=804 CPUtime=2465.91 cores=0-7
/proc/15930/task/15952/stat : 15952 (java) R 15928 15928 15111 0 -1 4202560 94792 0 0 0 246397 194 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794318769920 139795903991566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15953] ppid=15928 vsize=28768336 memory=1804 CPUtime=2458.32 cores=0-7
/proc/15930/task/15953/stat : 15953 (java) R 15928 15928 15111 0 -1 4202560 71277 0 0 0 245717 115 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794317721656 139795909998869 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15954] ppid=15928 vsize=28768336 memory=916 CPUtime=2459.75 cores=0-7
/proc/15930/task/15954/stat : 15954 (java) R 15928 15928 15111 0 -1 4202560 72411 0 0 0 245817 158 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794316667336 139795910874031 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15955] ppid=15928 vsize=28768336 memory=4744 CPUtime=2469.25 cores=0-7
/proc/15930/task/15955/stat : 15955 (java) R 15928 15928 15111 0 -1 4202560 44056 0 0 0 246845 80 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794315612040 139795902845047 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15956] ppid=15928 vsize=28768336 memory=4100 CPUtime=2470.04 cores=0-7
/proc/15930/task/15956/stat : 15956 (java) R 15928 15928 15111 0 -1 4202560 42185 0 0 0 246939 65 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794314562752 139795902844975 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15957] ppid=15928 vsize=28768336 memory=6791534058613427641 CPUtime=2469.46 cores=0-7
/proc/15930/task/15957/stat : 15957 (java) R 15928 15928 15111 0 -1 4202560 37712 0 0 0 246901 45 0 0 20 0 28 0 447433103 29458776064 1953290 33554432000 4194304 4196468 140735706609280 139794313506936 139795907343633 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current children cumulated CPU time: 20007.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7814612 KiB

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

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

[startup+2520.21 s]
# the end of solver process 15930 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19984.1 s, system=24.4858 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.64 8.36 8.31 3/218 16154
/proc/meminfo: memFree=21513508/32770624 swapFree=66958324/67108860
[pid=15930] ppid=15925 vsize=28901464 memory=7813352 CPUtime=20008.5 cores=0-7
/proc/15930/stat : 15930 (java) S 15925 15928 15111 0 -1 1077944320 753828 0 0 0 1998404 2442 0 0 20 0 27 0 447431896 29595099136 1953338 33554432000 4194304 4196468 140735706609280 140735706591824 139796281233143 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
/proc/15930/statm: 7225366 1953338 3563 1 0 7186466 0
[pid=15930/tid=15931] ppid=15925 vsize=28901464 memory=1804 CPUtime=6.37 cores=0-7
/proc/15930/task/15931/stat : 15931 (java) S 15925 15928 15111 0 -1 1077944384 18266 0 0 0 611 26 0 0 20 0 27 0 447431896 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796285473920 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15932] ppid=15925 vsize=28901464 memory=4872558044660077418 CPUtime=33.23 cores=0-7
/proc/15930/task/15932/stat : 15932 (java) S 15925 15928 15111 0 -1 1077944384 22683 0 0 0 3123 200 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796233853840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15933] ppid=15925 vsize=28901464 memory=47928 CPUtime=33.29 cores=0-7
/proc/15930/task/15933/stat : 15933 (java) S 15925 15928 15111 0 -1 1077944384 18933 0 0 0 3128 201 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796232801040 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15934] ppid=15925 vsize=28901464 memory=6791534058613427641 CPUtime=33.54 cores=0-7
/proc/15930/task/15934/stat : 15934 (java) S 15925 15928 15111 0 -1 1077944384 23110 0 0 0 3165 189 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796231748752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15935] ppid=15925 vsize=28901464 memory=4744 CPUtime=33.18 cores=0-7
/proc/15930/task/15935/stat : 15935 (java) S 15925 15928 15111 0 -1 1077944384 19664 0 0 0 3114 204 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796230695952 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15936] ppid=15925 vsize=28901464 memory=4100 CPUtime=33.22 cores=0-7
/proc/15930/task/15936/stat : 15936 (java) S 15925 15928 15111 0 -1 1077944384 21305 0 0 0 3129 193 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796229642640 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15937] ppid=15925 vsize=28901464 memory=1412 CPUtime=33.31 cores=0-7
/proc/15930/task/15937/stat : 15937 (java) S 15925 15928 15111 0 -1 1077944384 15603 0 0 0 3140 191 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796228589840 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15938] ppid=15925 vsize=28901464 memory=3840 CPUtime=33.29 cores=0-7
/proc/15930/task/15938/stat : 15938 (java) S 15925 15928 15111 0 -1 1077944384 14427 0 0 0 3123 206 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796227537552 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15939] ppid=15925 vsize=28901464 memory=1452 CPUtime=33.37 cores=0-7
/proc/15930/task/15939/stat : 15939 (java) S 15925 15928 15111 0 -1 1077944384 24283 0 0 0 3128 209 0 0 20 0 27 0 447431897 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139796226484752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15940] ppid=15925 vsize=28901464 memory=7813160 CPUtime=8.15 cores=0-7
/proc/15930/task/15940/stat : 15940 (java) R 15925 15928 15111 0 -1 4202560 39455 0 0 0 760 55 0 0 20 0 27 0 447431899 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794409515768 139796273861351 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15941] ppid=15925 vsize=28901464 memory=1660 CPUtime=0 cores=0-7
/proc/15930/task/15941/stat : 15941 (java) S 15925 15928 15111 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 27 0 447431899 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794340373856 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15942] ppid=15925 vsize=28901464 memory=1398722017469774279 CPUtime=0 cores=0-7
/proc/15930/task/15942/stat : 15942 (java) S 15925 15928 15111 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 27 0 447431899 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794339321472 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15944] ppid=15925 vsize=28901464 memory=4872558044660077418 CPUtime=5.76 cores=0-7
/proc/15930/task/15944/stat : 15944 (java) S 15925 15928 15111 0 -1 1077944384 36864 0 0 0 566 10 0 0 20 0 27 0 447431902 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794337216624 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15945] ppid=15925 vsize=28901464 memory=208945864014975 CPUtime=5.53 cores=0-7
/proc/15930/task/15945/stat : 15945 (java) S 15925 15928 15111 0 -1 1077944384 31716 0 0 0 548 5 0 0 20 0 27 0 447431902 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794336163824 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15946] ppid=15925 vsize=28901464 memory=208945864014976 CPUtime=5.02 cores=0-7
/proc/15930/task/15946/stat : 15946 (java) S 15925 15928 15111 0 -1 1077944384 27443 0 0 0 497 5 0 0 20 0 27 0 447431902 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794335111536 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15947] ppid=15925 vsize=28901464 memory=208945864014977 CPUtime=1.29 cores=0-7
/proc/15930/task/15947/stat : 15947 (java) S 15925 15928 15111 0 -1 1077944384 24074 0 0 0 125 4 0 0 20 0 27 0 447431902 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794334058736 139796281244290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15948] ppid=15925 vsize=28901464 memory=208945864014978 CPUtime=0 cores=0-7
/proc/15930/task/15948/stat : 15948 (java) S 15925 15928 15111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 447431902 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794333006688 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15950] ppid=15925 vsize=28901464 memory=208945864014979 CPUtime=2452.71 cores=0-7
/proc/15930/task/15950/stat : 15950 (java) S 15925 15928 15111 0 -1 1077944384 24250 0 0 0 245238 33 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794320874752 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15951] ppid=15925 vsize=28901464 memory=208945864014980 CPUtime=2462.64 cores=0-7
/proc/15930/task/15951/stat : 15951 (java) S 15925 15928 15111 0 -1 1077944384 24365 0 0 0 246220 44 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794319823056 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15952] ppid=15925 vsize=28901464 memory=208945864014981 CPUtime=2466.04 cores=0-7
/proc/15930/task/15952/stat : 15952 (java) R 15925 15928 15111 0 -1 4202560 94792 0 0 0 246410 194 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794318769920 139795903991536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15953] ppid=15925 vsize=28901464 memory=208945864014982 CPUtime=2458.41 cores=0-7
/proc/15930/task/15953/stat : 15953 (java) S 15925 15928 15111 0 -1 1077944384 71280 0 0 0 245726 115 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794317717264 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15954] ppid=15925 vsize=28901464 memory=208945864014983 CPUtime=2459.84 cores=0-7
/proc/15930/task/15954/stat : 15954 (java) S 15925 15928 15111 0 -1 1077944384 72411 0 0 0 245826 158 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794316664672 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15955] ppid=15925 vsize=28901464 memory=208945864014984 CPUtime=2469.33 cores=0-7
/proc/15930/task/15955/stat : 15955 (java) S 15925 15928 15111 0 -1 1077944384 44057 0 0 0 246853 80 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794315611872 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15956] ppid=15925 vsize=28901464 memory=208945864014985 CPUtime=2470.12 cores=0-7
/proc/15930/task/15956/stat : 15956 (java) S 15925 15928 15111 0 -1 1077944384 42185 0 0 0 246947 65 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794314559648 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=15957] ppid=15925 vsize=28901464 memory=208945864014986 CPUtime=2469.54 cores=0-7
/proc/15930/task/15957/stat : 15957 (java) S 15925 15928 15111 0 -1 1077944384 37717 0 0 0 246909 45 0 0 20 0 27 0 447433103 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794313506880 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
[pid=15930/tid=16153] ppid=15925 vsize=28901464 memory=208945864014987 CPUtime=0 cores=0-7
/proc/15930/task/16153/stat : 16153 (java) S 15925 15928 15111 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 27 0 447683898 29595099136 1953338 33554432000 4194304 4196468 140735706609280 139794312459120 139796281243349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10457088 140735706616810 140735706616982 140735706616982 140735706619855 0
Current cumulated CPU time of completed processes: 0.002385 s
Current children cumulated CPU time: 20008.5 s
Current children cumulated vsize: 28901464 KiB
Current children cumulated memory: 7813352 KiB

Child status: 143
Real time (s): 2520.21
CPU time (s): 20008.6
CPU user time (s): 19984.1
CPU system time (s): 24.4858
CPU usage (%): 793.925
Max. virtual memory (cumulated for all children) (KiB): 28901464
Max. memory (cumulated for all children) (KiB): 9626352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19984.1
system time used= 24.4858
maximum resident set size= 9625040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 754449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70298
involuntary context switches= 222789


# summary of solver processes directly reported to runsolver:
#   pid: 15928,15930
#   total CPU time (s): 20008.6
#   total CPU user time (s): 19984.1
#   total CPU system time (s): 24.4858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8554 second user time and 25.4771 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 12:08:32
IDJOB=4399645
IDBENCH=139283
IDSOLVER=2854
FILE ID=node145/4399645-1568714954
RUNJOBID= node145-1568711786-15138
PBS_JOBID= 21703940
Free space on /tmp= 59532 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399645-1568714954/watcher-4399645-1568714954 -o /tmp/evaluation-result-4399645-1568714954/solver-4399645-1568714954 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568711786-15138 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1377218789 HOME/instance-4399645-1568714954.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=1377218789

node145.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.59
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.59
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.59
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.59
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:        29330556 kB
MemAvailable:   31850320 kB
Buffers:          191688 kB
Cached:          2619056 kB
SwapCached:        41072 kB
Active:          1388924 kB
Inactive:        1466348 kB
Active(anon):       7452 kB
Inactive(anon):    86528 kB
Active(file):    1381472 kB
Inactive(file):  1379820 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             26820 kB
Writeback:             4 kB
AnonPages:        113908 kB
Mapped:            48352 kB
Shmem:             40616 kB
Slab:             177344 kB
SReclaimable:     148616 kB
SUnreclaim:        28728 kB
KernelStack:        3424 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59504 MiB
End job on node145 at 2019-09-17 12:50:33