Trace number 4407582

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
(reference) PicatSAT 2019-09-12? (TO) 2400.09 2400.12

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-bur26d.xml
MD5SUMabf2c0e117f00569837aab37f0052195
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1718419
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables702
Number of constraints326
Number of domains2
Minimum domain size26
Maximum domain size250
Distribution of domain sizes[{"size":26,"count":26},{"size":250,"count":325}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":351},{"degree":2,"count":325},{"degree":26,"count":26}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":325},{"arity":26,"count":1}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

71.57/71.68	c xcsp_picat version 2.7b12 (9/12/2019)
165.17/165.22	o 2124527

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407582-1569509649/watcher-4407582-1569509649 -o /var/tmp/evaluation-result-4407582-1569509649/solver-4407582-1569509649 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569509603-1619 --watchdog 2560 xcsp_picat HOME/instance-4407582-1569509649.xml 

running on 4 cores: 1,3,5,7

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

solver pid=1772, runsolver pid=1769

[startup+0.10061 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25178860/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2031716 memory=24432 CPUtime=0.09 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 1199 0 0 0 9 0 0 0 20 0 1 0 527232685 2080477184 6108 33554432000 4194304 5870510 140729037988112 140729037987416 4461893 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 507929 6108 837 410 0 503402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24432 KiB

[startup+0.209818 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25162540/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2031716 memory=41036 CPUtime=0.2 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 1258 0 0 0 20 0 0 0 20 0 1 0 527232685 2080477184 10259 33554432000 4194304 5870510 140729037988112 140729037987416 4469060 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 507929 10259 851 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 41036 KiB

[startup+0.309538 s]*
/proc/loadavg: 0.31 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25135916/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2031716 memory=67660 CPUtime=0.3 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 1271 0 0 0 29 1 0 0 20 0 1 0 527232685 2080477184 16915 33554432000 4194304 5870510 140729037988112 140729037987416 4432784 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 507929 16915 851 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 67660 KiB

[startup+0.700341 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25084220/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2060172 memory=165416 CPUtime=0.69 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 6477 0 0 0 66 3 0 0 20 0 1 0 527232685 2109616128 41354 33554432000 4194304 5870510 140729037988112 140729037987416 5317972 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 515043 41354 902 410 0 510516 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2060172 KiB
Current children cumulated memory: 165416 KiB

[startup+1.50026 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25008384/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2085920 memory=191524 CPUtime=1.49 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 12769 0 0 0 145 4 0 0 20 0 1 0 527232685 2135982080 47881 33554432000 4194304 5870510 140729037988112 140729037987368 5407312 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 521480 47881 959 410 0 516953 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2085920 KiB
Current children cumulated memory: 191524 KiB

[startup+3.10922 s]
/proc/loadavg: 0.29 0.08 0.07 3/199 1773
/proc/meminfo: memFree=25003884/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2089036 memory=195968 CPUtime=3.09 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 14991 0 0 0 305 4 0 0 20 0 1 0 527232685 2139172864 48992 33554432000 4194304 5870510 140729037988112 140729037987368 5479789 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 522259 48992 959 410 0 517732 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2089036 KiB
Current children cumulated memory: 195968 KiB

[startup+6.30022 s]
/proc/loadavg: 0.29 0.08 0.07 3/199 1773
/proc/meminfo: memFree=24990236/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2102228 memory=205392 CPUtime=6.28 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 17792 0 0 0 623 5 0 0 20 0 1 0 527232685 2152681472 51348 33554432000 4194304 5870510 140729037988112 140729037987224 5407009 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 525557 51348 959 410 0 521030 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2102228 KiB
Current children cumulated memory: 205392 KiB

[startup+12.7002 s]
/proc/loadavg: 0.42 0.11 0.08 3/199 1774
/proc/meminfo: memFree=24963152/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2124352 memory=224032 CPUtime=12.68 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 26467 0 0 0 1261 7 0 0 20 0 1 0 527232685 2175336448 56008 33554432000 4194304 5870510 140729037988112 140729037987128 140694775705479 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 531088 56008 959 410 0 526561 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2124352 KiB
Current children cumulated memory: 224032 KiB

[startup+25.5003 s]
/proc/loadavg: 0.77 0.20 0.11 3/200 1776
/proc/meminfo: memFree=24938516/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2160824 memory=251780 CPUtime=25.48 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 37722 0 0 0 2538 10 0 0 20 0 1 0 527232685 2212683776 62945 33554432000 4194304 5870510 140729037988112 140729037987224 140694775243585 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 540206 62945 959 410 0 535679 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2160824 KiB
Current children cumulated memory: 251780 KiB

[startup+51.1097 s]
/proc/loadavg: 1.19 0.35 0.16 3/199 1841
/proc/meminfo: memFree=24869536/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2180744 memory=285432 CPUtime=51.09 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 50487 0 0 0 5094 15 0 0 20 0 1 0 527232685 2233081856 71358 33554432000 4194304 5870510 140729037988112 140729037987304 5562048 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 545186 71358 959 410 0 540659 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2180744 KiB
Current children cumulated memory: 285432 KiB

[startup+102.3 s]
/proc/loadavg: 1.65 0.60 0.25 3/199 1846
/proc/meminfo: memFree=22910600/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2120908 memory=221224 CPUtime=102.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 82664 0 0 0 10203 24 0 0 20 0 1 0 527232685 2171809792 55306 33554432000 4194304 5870510 140729037988112 140729037987224 5477025 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 530227 55306 997 410 0 525700 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2120908 KiB
Current children cumulated memory: 221224 KiB

[startup+162.3 s]
/proc/loadavg: 1.87 0.86 0.36 3/199 1852
/proc/meminfo: memFree=22837560/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2185972 memory=294236 CPUtime=162.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 103183 0 0 0 16192 35 0 0 20 0 1 0 527232685 2238435328 73559 33554432000 4194304 5870510 140729037988112 140729037987368 5268151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 546493 73559 997 410 0 541966 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2185972 KiB
Current children cumulated memory: 294236 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.47 3/199 1856
/proc/meminfo: memFree=22828348/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2216792 memory=303696 CPUtime=222.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 115544 0 0 0 22189 38 0 0 20 0 1 0 527232685 2269995008 75924 33554432000 4194304 5870510 140729037988112 140729037987128 140694780945351 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 554198 75924 997 410 0 549671 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2216792 KiB
Current children cumulated memory: 303696 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.56 3/199 1861
/proc/meminfo: memFree=22829420/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2216792 memory=303984 CPUtime=282.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 118388 0 0 0 28185 42 0 0 20 0 1 0 527232685 2269995008 75996 33554432000 4194304 5870510 140729037988112 140729037987128 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 554198 75996 997 410 0 549671 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2216792 KiB
Current children cumulated memory: 303984 KiB

[startup+342.3 s]
/proc/loadavg: 1.93 1.36 0.65 3/199 1867
/proc/meminfo: memFree=22829552/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2185972 memory=301584 CPUtime=342.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 143129 0 0 0 34180 47 0 0 20 0 1 0 527232685 2238435328 75396 33554432000 4194304 5870510 140729037988112 140729037987128 5308409 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 546493 75396 997 410 0 541966 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2185972 KiB
Current children cumulated memory: 301584 KiB

[startup+402.3 s]
/proc/loadavg: 1.97 1.47 0.73 3/200 1879
/proc/meminfo: memFree=22815824/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2219840 memory=315068 CPUtime=402.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 156363 0 0 0 40176 51 0 0 20 0 1 0 527232685 2273116160 78767 33554432000 4194304 5870510 140729037988112 140729037986536 5308398 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 554960 78767 997 410 0 550433 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2219840 KiB
Current children cumulated memory: 315068 KiB

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.81 3/200 1905
/proc/meminfo: memFree=22822404/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2192052 memory=307520 CPUtime=462.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 182398 0 0 0 46172 55 0 0 20 0 1 0 527232685 2244661248 76880 33554432000 4194304 5870510 140729037988112 140729037986472 5308413 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 548013 76880 997 410 0 543486 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2192052 KiB
Current children cumulated memory: 307520 KiB


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

/proc/1772/statm: 565365 88571 997 410 0 560838 0
Current children cumulated CPU time: 1662.25 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 354284 KiB

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.71 3/200 2017
/proc/meminfo: memFree=22767800/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=356064 CPUtime=1722.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 690227 0 0 0 172080 146 0 0 20 0 1 0 527232685 2315735040 89016 33554432000 4194304 5870510 140729037988112 140729037987128 5288740 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 89016 997 410 0 560838 0
Current children cumulated CPU time: 1722.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 356064 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.72 3/200 2024
/proc/meminfo: memFree=22766440/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=356340 CPUtime=1782.25 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 709182 0 0 0 178077 148 0 0 20 0 1 0 527232685 2315735040 89085 33554432000 4194304 5870510 140729037988112 140729037987128 140694780924776 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 89085 997 410 0 560838 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 356340 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/200 2028
/proc/meminfo: memFree=22771744/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=351992 CPUtime=1842.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 727928 0 0 0 184075 151 0 0 20 0 1 0 527232685 2315735040 87998 33554432000 4194304 5870510 140729037988112 140729037987128 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 87998 997 410 0 560838 0
Current children cumulated CPU time: 1842.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 351992 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/199 2035
/proc/meminfo: memFree=22762996/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=360452 CPUtime=1902.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 747047 0 0 0 190072 154 0 0 20 0 1 0 527232685 2315735040 90113 33554432000 4194304 5870510 140729037988112 140729037987128 5282251 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 90113 997 410 0 560838 0
Current children cumulated CPU time: 1902.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 360452 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/199 2041
/proc/meminfo: memFree=22768788/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=354040 CPUtime=1962.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 766864 0 0 0 196068 158 0 0 20 0 1 0 527232685 2315735040 88510 33554432000 4194304 5870510 140729037988112 140729037987128 5282429 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 88510 997 410 0 560838 0
Current children cumulated CPU time: 1962.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 354040 KiB

[startup+2022.3 s]
/proc/loadavg: 2.06 2.03 1.79 3/199 2045
/proc/meminfo: memFree=22764304/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=358408 CPUtime=2022.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 785953 0 0 0 202065 161 0 0 20 0 1 0 527232685 2315735040 89602 33554432000 4194304 5870510 140729037988112 140729037987128 5289040 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 89602 997 410 0 560838 0
Current children cumulated CPU time: 2022.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 358408 KiB

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 1.80 3/199 2050
/proc/meminfo: memFree=22769424/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=354044 CPUtime=2082.27 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 805046 0 0 0 208063 164 0 0 20 0 1 0 527232685 2315735040 88511 33554432000 4194304 5870510 140729037988112 140729037987128 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 88511 997 410 0 560838 0
Current children cumulated CPU time: 2082.27 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 354044 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 1.82 3/199 2056
/proc/meminfo: memFree=22770488/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=352264 CPUtime=2142.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 823881 0 0 0 214059 167 0 0 20 0 1 0 527232685 2315735040 88066 33554432000 4194304 5870510 140729037988112 140729037987128 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 88066 997 410 0 560838 0
Current children cumulated CPU time: 2142.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 352264 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/200 2068
/proc/meminfo: memFree=22759604/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=362504 CPUtime=2202.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 842004 0 0 0 220057 169 0 0 20 0 1 0 527232685 2315735040 90626 33554432000 4194304 5870510 140729037988112 140729037987128 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 90626 997 410 0 560838 0
Current children cumulated CPU time: 2202.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 362504 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.03 1.84 3/200 2072
/proc/meminfo: memFree=22767612/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2261460 memory=356096 CPUtime=2262.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 861020 0 0 0 226054 172 0 0 20 0 1 0 527232685 2315735040 89024 33554432000 4194304 5870510 140729037988112 140729037987128 5282382 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 565365 89024 997 410 0 560838 0
Current children cumulated CPU time: 2262.26 s
Current children cumulated vsize: 2261460 KiB
Current children cumulated memory: 356096 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 1.86 3/200 2078
/proc/meminfo: memFree=22759272/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2269220 memory=364124 CPUtime=2322.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 882492 0 0 0 232050 176 0 0 20 0 1 0 527232685 2323681280 91031 33554432000 4194304 5870510 140729037988112 140729037986600 5282357 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 567305 91031 997 410 0 562778 0
Current children cumulated CPU time: 2322.26 s
Current children cumulated vsize: 2269220 KiB
Current children cumulated memory: 364124 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 1.87 3/200 2082
/proc/meminfo: memFree=22755160/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2269220 memory=368388 CPUtime=2382.26 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 902412 0 0 0 238047 179 0 0 20 0 1 0 527232685 2323681280 92097 33554432000 4194304 5870510 140729037988112 140729037987128 5282429 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 567305 92097 997 410 0 562778 0
Current children cumulated CPU time: 2382.26 s
Current children cumulated vsize: 2269220 KiB
Current children cumulated memory: 368388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.01 2.03 1.87 3/200 2083
/proc/meminfo: memFree=22747368/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2269220 memory=376580 CPUtime=2400.08 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 921049 0 0 0 239827 181 0 0 20 0 1 0 527232685 2323681280 94145 33554432000 4194304 5870510 140729037988112 140729037987128 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 567305 94145 997 410 0 562778 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 2269220 KiB
Current children cumulated memory: 376580 KiB

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

[startup+2400.12 s]
# the end of solver process 1772 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.27 s, system=1.82099 s

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

[startup+2400.11 s]
/proc/loadavg: 2.01 2.03 1.87 3/200 2083
/proc/meminfo: memFree=22747368/32770624 swapFree=66997700/67108860
[pid=1772] ppid=1769 vsize=2269220 memory=376580 CPUtime=2400.08 cores=1,3,5,7
/proc/1772/stat : 1772 (xcsp_picat) R 1769 1772 1583 0 -1 4202496 921049 0 0 0 239827 181 0 0 20 0 1 0 527232685 2323681280 94145 33554432000 4194304 5870510 140729037988112 140729037987128 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 27267072 140729037997063 140729037997145 140729037997145 140729038000070 0
/proc/1772/statm: 567305 94145 997 410 0 562778 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 2269220 KiB
Current children cumulated memory: 376580 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.12
CPU time (s): 2400.09
CPU user time (s): 2398.27
CPU system time (s): 1.82099
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 2349360
Max. memory (cumulated for all children) (KiB): 425844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.27
system time used= 1.82099
maximum resident set size= 430008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 921049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 1391


# summary of solver processes directly reported to runsolver:
#   pid: 1772
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2398.27
#   total CPU system time (s): 1.82099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3968 second user time and 17.7888 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-26 16:53:31
IDJOB=4407582
IDBENCH=123127
IDSOLVER=2873
FILE ID=node126/4407582-1569509649
RUNJOBID= node126-1569509603-1619
PBS_JOBID= 21705789
Free space on /var/tmp= 13512 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-bur26d.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407582-1569509649/watcher-4407582-1569509649 -o /var/tmp/evaluation-result-4407582-1569509649/solver-4407582-1569509649 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569509603-1619 --watchdog 2560  xcsp_picat HOME/instance-4407582-1569509649.xml

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

MD5SUM BENCH= abf2c0e117f00569837aab37f0052195
RANDOM SEED=8362727

node126.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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25197928 kB
MemAvailable:   31803128 kB
Buffers:          126988 kB
Cached:          6693920 kB
SwapCached:         7368 kB
Active:          3371928 kB
Inactive:        3485276 kB
Active(anon):      41252 kB
Inactive(anon):    62180 kB
Active(file):    3330676 kB
Inactive(file):  3423096 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       66997700 kB
Dirty:              6764 kB
Writeback:             4 kB
AnonPages:        141636 kB
Mapped:            24644 kB
Shmem:             58648 kB
Slab:             309444 kB
SReclaimable:     279888 kB
SUnreclaim:        29556 kB
KernelStack:        3632 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2592344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13508 MiB
End job on node126 at 2019-09-26 17:33:31