Trace number 4303109

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
PicatSAT 2018-08-02? (TO) 2519.91 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had18_c18.xml
MD5SUM2bd2b017ef1b8aef080ffc7cd9cfea3a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2679
Best CPU time to get the best result obtained on this benchmark2520.04
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints154
Number of domains2
Minimum domain size11
Maximum domain size18
Distribution of domain sizes[{"size":11,"count":153},{"size":18,"count":18}]
Minimum variable degree0
Maximum variable degree18
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":153},{"degree":18,"count":18}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":153},{"arity":18,"count":1}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303109-1534007511/watcher-4303109-1534007511 -o /tmp/evaluation-result-4303109-1534007511/solver-4303109-1534007511 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10115 --watchdog 2580 xcsp_picat HOME/instance-4303109-1534007511.xml 

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

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


[startup+0.100743 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8364928/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2026068 memory=18052 CPUtime=0.09 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 2156 0 0 0 9 0 0 0 20 0 1 0 218314328 2074693632 4513 33554432000 4194304 5849708 140727116188016 140727116187112 5606224 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 506517 4513 707 405 0 503462 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2026068 KiB
Current children cumulated memory: 18052 KiB

[startup+0.209649 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8362080/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2027100 memory=21088 CPUtime=0.2 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 2417 0 0 0 20 0 0 0 20 0 1 0 218314328 2075750400 5272 33554432000 4194304 5849708 140727116188016 140727116187112 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 506775 5272 712 405 0 503720 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027100 KiB
Current children cumulated memory: 21088 KiB

[startup+0.309118 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8362080/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2027100 memory=21088 CPUtime=0.3 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 2417 0 0 0 29 1 0 0 20 0 1 0 218314328 2075750400 5272 33554432000 4194304 5849708 140727116188016 140727116187112 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 506775 5272 712 405 0 503720 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027100 KiB
Current children cumulated memory: 21088 KiB

[startup+0.700224 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8360756/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2028124 memory=22116 CPUtime=0.68 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 2673 0 0 0 66 2 0 0 20 0 1 0 218314328 2076798976 5529 33554432000 4194304 5849708 140727116188016 140727116187256 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 507031 5529 712 405 0 503976 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2028124 KiB
Current children cumulated memory: 22116 KiB

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8359092/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2032220 memory=26260 CPUtime=1.49 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 3697 0 0 0 144 5 0 0 20 0 1 0 218314328 2080993280 6565 33554432000 4194304 5849708 140727116188016 140727116187128 5614497 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 508055 6565 712 405 0 505000 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2032220 KiB
Current children cumulated memory: 26260 KiB

[startup+3.10952 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8350472/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2038536 memory=32608 CPUtime=3.09 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 6440 0 0 0 302 7 0 0 20 0 1 0 218314328 2087460864 8152 33554432000 4194304 5849708 140727116188016 140727116186888 5355940 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 509634 8152 730 405 0 506579 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2038536 KiB
Current children cumulated memory: 32608 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8350100/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2037144 memory=33488 CPUtime=6.29 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 9335 0 0 0 613 16 0 0 20 0 1 0 218314328 2086035456 8372 33554432000 4194304 5849708 140727116188016 140727116187256 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 509286 8372 753 405 0 506231 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2037144 KiB
Current children cumulated memory: 33488 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8342552/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2044788 memory=41132 CPUtime=12.68 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 13568 0 0 0 1241 27 0 0 20 0 1 0 218314328 2093862912 10283 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 511197 10283 753 405 0 508142 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2044788 KiB
Current children cumulated memory: 41132 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8339240/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2047424 memory=43768 CPUtime=25.48 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 17545 0 0 0 2503 45 0 0 20 0 1 0 218314328 2096562176 10942 33554432000 4194304 5849708 140727116188016 140727116186664 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 511856 10942 753 405 0 508801 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2047424 KiB
Current children cumulated memory: 43768 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11528
/proc/meminfo: memFree=8331908/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2049500 memory=45972 CPUtime=51.09 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 28434 0 0 0 5035 74 0 0 20 0 1 0 218314328 2098688000 11493 33554432000 4194304 5849708 140727116188016 140727116187016 5437576 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 512375 11493 753 405 0 509320 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2049500 KiB
Current children cumulated memory: 45972 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11529
/proc/meminfo: memFree=8302364/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2069720 memory=65056 CPUtime=102.28 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 36727 0 0 0 10112 116 0 0 20 0 1 0 218314328 2119393280 16264 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 517430 16264 753 405 0 514375 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2069720 KiB
Current children cumulated memory: 65056 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11530
/proc/meminfo: memFree=8259712/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2073508 memory=69852 CPUtime=162.27 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 48694 0 0 0 16073 154 0 0 20 0 1 0 218314328 2123272192 17463 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 518377 17463 753 405 0 515322 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2073508 KiB
Current children cumulated memory: 69852 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11531
/proc/meminfo: memFree=8248132/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2089104 memory=82248 CPUtime=222.27 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 58492 0 0 0 22032 195 0 0 20 0 1 0 218314328 2139242496 20562 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 522276 20562 753 405 0 519221 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2089104 KiB
Current children cumulated memory: 82248 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11532
/proc/meminfo: memFree=8201696/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2102268 memory=98600 CPUtime=282.27 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 74889 0 0 0 27995 232 0 0 20 0 1 0 218314328 2152722432 24650 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 525567 24650 753 405 0 522512 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2102268 KiB
Current children cumulated memory: 98600 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11533
/proc/meminfo: memFree=8184136/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2132248 memory=128336 CPUtime=342.26 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 93358 0 0 0 33967 259 0 0 20 0 1 0 218314328 2183421952 32084 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 533062 32084 753 405 0 530007 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2132248 KiB
Current children cumulated memory: 128336 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11534
/proc/meminfo: memFree=8149364/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2135092 memory=131232 CPUtime=402.27 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 99203 0 0 0 39948 279 0 0 20 0 1 0 218314328 2186334208 32808 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 533773 32808 753 405 0 530718 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2135092 KiB
Current children cumulated memory: 131232 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11535
/proc/meminfo: memFree=8078572/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2205572 memory=201672 CPUtime=462.27 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 114809 0 0 0 45928 299 0 0 20 0 1 0 218314328 2258505728 50418 33554432000 4194304 5849708 140727116188016 140727116187016 5438261 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 551393 50418 753 405 0 548338 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2205572 KiB
Current children cumulated memory: 201672 KiB


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

/proc/11527/statm: 629824 129525 753 405 0 626769 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 2519296 KiB
Current children cumulated memory: 518100 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11644
/proc/meminfo: memFree=5939000/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2519296 memory=518100 CPUtime=1782.2 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 518500 0 0 0 177642 578 0 0 20 0 1 0 218314328 2579759104 129525 33554432000 4194304 5849708 140727116188016 140727116187016 5438309 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 629824 129525 753 405 0 626769 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 2519296 KiB
Current children cumulated memory: 518100 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11645
/proc/meminfo: memFree=6398496/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2584832 memory=583636 CPUtime=1842.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 549757 0 0 0 183630 589 0 0 20 0 1 0 218314328 2646867968 145909 33554432000 4194304 5849708 140727116188016 140727116187016 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 646208 145909 753 405 0 643153 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 2584832 KiB
Current children cumulated memory: 583636 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11646
/proc/meminfo: memFree=6463216/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2519296 memory=518100 CPUtime=1902.2 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 591446 0 0 0 189622 598 0 0 20 0 1 0 218314328 2579759104 129525 33554432000 4194304 5849708 140727116188016 140727116187016 5437607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 629824 129525 753 405 0 626769 0
Current children cumulated CPU time: 1902.2 s
Current children cumulated vsize: 2519296 KiB
Current children cumulated memory: 518100 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11647
/proc/meminfo: memFree=6398496/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2584832 memory=583636 CPUtime=1962.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 604246 0 0 0 195614 605 0 0 20 0 1 0 218314328 2646867968 145909 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 646208 145909 753 405 0 643153 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 2584832 KiB
Current children cumulated memory: 583636 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11648
/proc/meminfo: memFree=6652176/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2331564 memory=330240 CPUtime=2022.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 628884 0 0 0 201598 621 0 0 20 0 1 0 218314328 2387521536 82560 33554432000 4194304 5849708 140727116188016 140727116187016 5437748 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 582891 82560 753 405 0 579836 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 2331564 KiB
Current children cumulated memory: 330240 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11649
/proc/meminfo: memFree=6700584/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2282640 memory=281316 CPUtime=2082.2 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 648167 0 0 0 207587 633 0 0 20 0 1 0 218314328 2337423360 70329 33554432000 4194304 5849708 140727116188016 140727116187016 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 570660 70329 753 405 0 567605 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2282640 KiB
Current children cumulated memory: 281316 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11650
/proc/meminfo: memFree=6681168/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2302392 memory=301068 CPUtime=2142.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 667448 0 0 0 213578 641 0 0 20 0 1 0 218314328 2357649408 75267 33554432000 4194304 5849708 140727116188016 140727116187016 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 575598 75267 753 405 0 572543 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 2302392 KiB
Current children cumulated memory: 301068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11651
/proc/meminfo: memFree=6681292/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2302392 memory=301068 CPUtime=2202.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 685953 0 0 0 219570 649 0 0 20 0 1 0 218314328 2357649408 75267 33554432000 4194304 5849708 140727116188016 140727116187016 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 575598 75267 753 405 0 572543 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2302392 KiB
Current children cumulated memory: 301068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11652
/proc/meminfo: memFree=6568464/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2414952 memory=413628 CPUtime=2262.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 708268 0 0 0 225558 661 0 0 20 0 1 0 218314328 2472910848 103407 33554432000 4194304 5849708 140727116188016 140727116187016 140406765748103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 603738 103407 753 405 0 600683 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 2414952 KiB
Current children cumulated memory: 413628 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11661
/proc/meminfo: memFree=6564264/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2418096 memory=416728 CPUtime=2322.18 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 733339 0 0 0 231548 670 0 0 20 0 1 0 218314328 2476130304 104182 33554432000 4194304 5849708 140727116188016 140727116187016 5437632 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 604524 104182 753 405 0 601469 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 2418096 KiB
Current children cumulated memory: 416728 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11662
/proc/meminfo: memFree=6564540/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2418096 memory=416772 CPUtime=2382.19 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 745504 0 0 0 237541 678 0 0 20 0 1 0 218314328 2476130304 104193 33554432000 4194304 5849708 140727116188016 140727116187016 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 604524 104193 753 405 0 601469 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2418096 KiB
Current children cumulated memory: 416772 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11663
/proc/meminfo: memFree=6565004/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2418096 memory=416772 CPUtime=2442.18 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 755655 0 0 0 243534 684 0 0 20 0 1 0 218314328 2476130304 104193 33554432000 4194304 5849708 140727116188016 140727116187016 5438273 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 604524 104193 753 405 0 601469 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 2418096 KiB
Current children cumulated memory: 416772 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11664
/proc/meminfo: memFree=6557152/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2418096 memory=416772 CPUtime=2502.18 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 777717 0 0 0 249529 689 0 0 20 0 1 0 218314328 2476130304 104193 33554432000 4194304 5849708 140727116188016 140727116187016 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 604524 104193 753 405 0 601469 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 2418096 KiB
Current children cumulated memory: 416772 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 11664
/proc/meminfo: memFree=6557136/32770624 swapFree=67108496/67108860
[pid=11527] ppid=11524 vsize=2418096 memory=416772 CPUtime=2519.89 cores=0,2,4,6
/proc/11527/stat : 11527 (xcsp_picat) R 11524 11527 10084 0 -1 4202496 777736 0 0 0 251299 690 0 0 20 0 1 0 218314328 2476130304 104193 33554432000 4194304 5849708 140727116188016 140727116187176 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 26226688 140727116194998 140727116195076 140727116195076 140727116197834 0
/proc/11527/statm: 604524 104193 753 405 0 601469 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 2418096 KiB
Current children cumulated memory: 416772 KiB

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

[startup+2520.02 s]
# the end of solver process 11527 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.99 s, system=6.91781 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.91
CPU user time (s): 2512.99
CPU system time (s): 6.91781
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 2584832
Max. memory (cumulated for all children) (KiB): 583636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.99
system time used= 6.91781
maximum resident set size= 583636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777737
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= 53
involuntary context switches= 3137


# summary of solver processes directly reported to runsolver:
#   pid: 11527
#   total CPU time (s): 2519.91
#   total CPU user time (s): 2512.99
#   total CPU system time (s): 6.91781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90231 second user time and 18.51 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-11 19:11:51
IDJOB=4303109
IDBENCH=141243
IDSOLVER=2778
FILE ID=node149/4303109-1534007511
RUNJOBID= node149-1533993477-10115
PBS_JOBID= 21036951
Free space on /tmp= 38800 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303109-1534007511/watcher-4303109-1534007511 -o /tmp/evaluation-result-4303109-1534007511/solver-4303109-1534007511 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10115 --watchdog 2580  xcsp_picat HOME/instance-4303109-1534007511.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=1853771548

node149.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.60
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.60
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.60
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.60
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:         8380544 kB
MemAvailable:   31775516 kB
Buffers:          152068 kB
Cached:         23176268 kB
SwapCached:           28 kB
Active:          8470668 kB
Inactive:       15041872 kB
Active(anon):     131280 kB
Inactive(anon):   104936 kB
Active(file):    8339388 kB
Inactive(file): 14936936 kB
Unevictable:        7604 kB
Mlocked:            7604 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              2744 kB
Writeback:             0 kB
AnonPages:        176480 kB
Mapped:            55228 kB
Shmem:             49616 kB
Slab:             575076 kB
SReclaimable:     547108 kB
SUnreclaim:        27968 kB
KernelStack:        3360 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2509340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38800 MiB
End job on node149 at 2018-08-11 19:53:51