Trace number 4309600

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
PicatSAT 2018-08-14? (TO) 2519.93 2520.04

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309600-1534292900/watcher-4309600-1534292900 -o /tmp/evaluation-result-4309600-1534292900/solver-4309600-1534292900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580 xcsp_picat HOME/instance-4309600-1534292900.xml 

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

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

solver pid=22521, runsolver pid=22518

[startup+0.10011 s]*
/proc/loadavg: 0.79 0.67 0.80 3/187 22537
/proc/meminfo: memFree=24540952/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2028608 memory=17752 CPUtime=0.1 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 2750 0 0 0 10 0 0 0 20 0 1 0 246853165 2077294592 4438 33554432000 4194304 5849940 140726311815856 140726311814968 5371433 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 507152 4438 638 405 0 504096 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028608 KiB
Current children cumulated memory: 17752 KiB

[startup+0.209579 s]*
/proc/loadavg: 0.79 0.67 0.80 3/187 22537
/proc/meminfo: memFree=24540720/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2028608 memory=17752 CPUtime=0.21 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 2755 0 0 0 21 0 0 0 20 0 1 0 246853165 2077294592 4438 33554432000 4194304 5849940 140726311815856 140726311814968 5361073 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 507152 4438 638 405 0 504096 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2028608 KiB
Current children cumulated memory: 17752 KiB

[startup+0.308837 s]*
/proc/loadavg: 0.79 0.67 0.80 3/187 22537
/proc/meminfo: memFree=24538644/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2031532 memory=19540 CPUtime=0.31 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 3781 0 0 0 31 0 0 0 20 0 1 0 246853165 2080288768 4885 33554432000 4194304 5849940 140726311815856 140726311814968 5416683 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 507883 4885 647 405 0 504827 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031532 KiB
Current children cumulated memory: 19540 KiB

[startup+0.700238 s]
/proc/loadavg: 0.79 0.67 0.80 3/187 22537
/proc/meminfo: memFree=24537900/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2031532 memory=19540 CPUtime=0.69 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 3794 0 0 0 69 0 0 0 20 0 1 0 246853165 2080288768 4885 33554432000 4194304 5849940 140726311815856 140726311814344 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 507883 4885 647 405 0 504827 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031532 KiB
Current children cumulated memory: 19540 KiB

[startup+1.50024 s]
/proc/loadavg: 0.79 0.67 0.80 3/187 22537
/proc/meminfo: memFree=24537416/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2033580 memory=22696 CPUtime=1.49 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 4573 0 0 0 146 3 0 0 20 0 1 0 246853165 2082385920 5674 33554432000 4194304 5849940 140726311815856 140726311814728 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 508395 5674 661 405 0 505339 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2033580 KiB
Current children cumulated memory: 22696 KiB

[startup+3.10926 s]
/proc/loadavg: 0.89 0.69 0.81 3/187 22537
/proc/meminfo: memFree=24525244/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2038968 memory=28244 CPUtime=3.1 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 8058 0 0 0 305 5 0 0 20 0 1 0 246853165 2087903232 7061 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 509742 7061 661 405 0 506686 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038968 KiB
Current children cumulated memory: 28244 KiB

[startup+6.30028 s]
/proc/loadavg: 0.89 0.69 0.81 3/187 22537
/proc/meminfo: memFree=24522552/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2041844 memory=31120 CPUtime=6.29 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 12458 0 0 0 619 10 0 0 20 0 1 0 246853165 2090848256 7780 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 510461 7780 661 405 0 507405 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2041844 KiB
Current children cumulated memory: 31120 KiB

[startup+12.7003 s]
/proc/loadavg: 1.06 0.74 0.82 3/187 22537
/proc/meminfo: memFree=24511328/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2046796 memory=36072 CPUtime=12.68 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 20731 0 0 0 1252 16 0 0 20 0 1 0 246853165 2095919104 9018 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 511699 9018 661 405 0 508643 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2046796 KiB
Current children cumulated memory: 36072 KiB

[startup+25.5003 s]
/proc/loadavg: 1.20 0.78 0.83 3/187 22537
/proc/meminfo: memFree=24500096/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2061936 memory=51008 CPUtime=25.48 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 44320 0 0 0 2514 34 0 0 20 0 1 0 246853165 2111422464 12752 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 515484 12752 661 405 0 512428 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2061936 KiB
Current children cumulated memory: 51008 KiB

[startup+51.1095 s]
/proc/loadavg: 1.56 0.89 0.87 3/187 22537
/proc/meminfo: memFree=24469756/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2071024 memory=60208 CPUtime=51.09 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 74452 0 0 0 5048 61 0 0 20 0 1 0 246853165 2120728576 15052 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 517756 15052 661 405 0 514700 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2071024 KiB
Current children cumulated memory: 60208 KiB

[startup+102.3 s]
/proc/loadavg: 1.82 1.08 0.93 3/188 22546
/proc/meminfo: memFree=24452584/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2073872 memory=63412 CPUtime=102.26 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 104206 0 0 0 10116 110 0 0 20 0 1 0 246853165 2123644928 15853 33554432000 4194304 5849940 140726311815856 140726311814856 5437837 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 518468 15853 661 405 0 515412 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2073872 KiB
Current children cumulated memory: 63412 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.25 1.00 3/188 22547
/proc/meminfo: memFree=24405696/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2093616 memory=85624 CPUtime=162.26 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 126114 0 0 0 16064 162 0 0 20 0 1 0 246853165 2143862784 21406 33554432000 4194304 5849940 140726311815856 140726311815016 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 523404 21406 661 405 0 520348 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2093616 KiB
Current children cumulated memory: 85624 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.37 1.06 3/188 22548
/proc/meminfo: memFree=24369224/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2116300 memory=108360 CPUtime=222.25 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 147565 0 0 0 22013 212 0 0 20 0 1 0 246853165 2167091200 27090 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 529075 27090 661 405 0 526019 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2116300 KiB
Current children cumulated memory: 108360 KiB

[startup+282.3 s]
/proc/loadavg: 2.47 1.64 1.17 3/188 22549
/proc/meminfo: memFree=24325928/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2124136 memory=116280 CPUtime=282.24 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 155357 0 0 0 27970 254 0 0 20 0 1 0 246853165 2175115264 29070 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 531034 29070 661 405 0 527978 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 2124136 KiB
Current children cumulated memory: 116280 KiB

[startup+342.3 s]
/proc/loadavg: 2.17 1.70 1.22 3/188 22550
/proc/meminfo: memFree=24308076/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2189184 memory=181288 CPUtime=342.23 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 182652 0 0 0 33933 290 0 0 20 0 1 0 246853165 2241724416 45322 33554432000 4194304 5849940 140726311815856 140726311814856 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 547296 45322 661 405 0 544240 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 181288 KiB

[startup+402.3 s]
/proc/loadavg: 2.06 1.76 1.27 3/187 22551
/proc/meminfo: memFree=24277668/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2186900 memory=179004 CPUtime=402.23 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 211584 0 0 0 39898 325 0 0 20 0 1 0 246853165 2239385600 44751 33554432000 4194304 5849940 140726311815856 140726311815016 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 546725 44751 661 405 0 543669 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 2186900 KiB
Current children cumulated memory: 179004 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 1.79 1.31 3/187 22552
/proc/meminfo: memFree=24245016/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2164776 memory=156880 CPUtime=462.22 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 238167 0 0 0 45869 353 0 0 20 0 1 0 246853165 2216730624 39220 33554432000 4194304 5849940 140726311815856 140726311814728 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 541194 39220 661 405 0 538138 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 2164776 KiB
Current children cumulated memory: 156880 KiB


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

/proc/22521/statm: 742363 238267 661 405 0 739307 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 2969452 KiB
Current children cumulated memory: 953068 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 1.87 3/187 22591
/proc/meminfo: memFree=24128860/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2261200 memory=253188 CPUtime=1782.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1105848 0 0 0 177497 722 0 0 20 0 1 0 246853165 2315468800 63297 33554432000 4194304 5849940 140726311815856 140726311814856 5335760 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 565300 63297 661 405 0 562244 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 2261200 KiB
Current children cumulated memory: 253188 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/187 22592
/proc/meminfo: memFree=24043904/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2345564 memory=337616 CPUtime=1842.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1188047 0 0 0 183474 745 0 0 20 0 1 0 246853165 2401857536 84404 33554432000 4194304 5849940 140726311815856 140726311814856 5335737 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 586391 84404 661 405 0 583335 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 2345564 KiB
Current children cumulated memory: 337616 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/188 22601
/proc/meminfo: memFree=23987144/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2395348 memory=387280 CPUtime=1902.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1226806 0 0 0 189462 757 0 0 20 0 1 0 246853165 2452836352 96820 33554432000 4194304 5849940 140726311815856 140726311814856 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 598837 96820 661 405 0 595781 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 2395348 KiB
Current children cumulated memory: 387280 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/189 22624
/proc/meminfo: memFree=23917412/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2410336 memory=402552 CPUtime=1962.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1235842 0 0 0 195453 766 0 0 20 0 1 0 246853165 2468184064 100638 33554432000 4194304 5849940 140726311815856 140726311814856 5438470 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 602584 100638 661 405 0 599528 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 2410336 KiB
Current children cumulated memory: 402552 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/189 22625
/proc/meminfo: memFree=23839348/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2416316 memory=408420 CPUtime=2022.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1279997 0 0 0 201440 779 0 0 20 0 1 0 246853165 2474307584 102105 33554432000 4194304 5849940 140726311815856 140726311814856 5437784 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 604079 102105 661 405 0 601023 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 2416316 KiB
Current children cumulated memory: 408420 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/189 22626
/proc/meminfo: memFree=23738240/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2484540 memory=476644 CPUtime=2082.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1308842 0 0 0 207428 791 0 0 20 0 1 0 246853165 2544168960 119161 33554432000 4194304 5849940 140726311815856 140726311814728 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 621135 119161 661 405 0 618079 0
Current children cumulated CPU time: 2082.19 s
Current children cumulated vsize: 2484540 KiB
Current children cumulated memory: 476644 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.90 3/189 22627
/proc/meminfo: memFree=23740412/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2514520 memory=506624 CPUtime=2142.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1326739 0 0 0 213418 801 0 0 20 0 1 0 246853165 2574868480 126656 33554432000 4194304 5849940 140726311815856 140726311814856 5335760 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 628630 126656 661 405 0 625574 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 2514520 KiB
Current children cumulated memory: 506624 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/188 22628
/proc/meminfo: memFree=23614292/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2640772 memory=632876 CPUtime=2202.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1374907 0 0 0 219401 818 0 0 20 0 1 0 246853165 2704150528 158219 33554432000 4194304 5849940 140726311815856 140726311814856 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 660193 158219 661 405 0 657137 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2640772 KiB
Current children cumulated memory: 632876 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 1.92 3/188 22629
/proc/meminfo: memFree=23551312/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2670920 memory=663024 CPUtime=2262.19 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1402087 0 0 0 225386 833 0 0 20 0 1 0 246853165 2735022080 165756 33554432000 4194304 5849940 140726311815856 140726311814856 5437819 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 667730 165756 661 405 0 664674 0
Current children cumulated CPU time: 2262.19 s
Current children cumulated vsize: 2670920 KiB
Current children cumulated memory: 663024 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/188 22630
/proc/meminfo: memFree=23511724/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2670920 memory=663024 CPUtime=2322.18 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1447850 0 0 0 231374 844 0 0 20 0 1 0 246853165 2735022080 165756 33554432000 4194304 5849940 140726311815856 140726311814856 5437928 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 667730 165756 661 405 0 664674 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 2670920 KiB
Current children cumulated memory: 663024 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/188 22631
/proc/meminfo: memFree=23257868/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=2924280 memory=916384 CPUtime=2382.18 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1475490 0 0 0 237360 858 0 0 20 0 1 0 246853165 2994462720 229096 33554432000 4194304 5849940 140726311815856 140726311814856 5437768 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 731070 229096 661 405 0 728014 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 2924280 KiB
Current children cumulated memory: 916384 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/188 22632
/proc/meminfo: memFree=23047048/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=3140484 memory=1126480 CPUtime=2442.18 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1549817 0 0 0 243340 878 0 0 20 0 1 0 246853165 3215855616 281620 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 785121 281620 661 405 0 782065 0
Current children cumulated CPU time: 2442.18 s
Current children cumulated vsize: 3140484 KiB
Current children cumulated memory: 1126480 KiB

[startup+2502.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/188 22638
/proc/meminfo: memFree=23035900/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=3144032 memory=1136136 CPUtime=2502.18 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1603821 0 0 0 249324 894 0 0 20 0 1 0 246853165 3219488768 284034 33554432000 4194304 5849940 140726311815856 140726311814856 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 786008 284034 661 405 0 782952 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 3144032 KiB
Current children cumulated memory: 1136136 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.04 2.03 1.95 3/188 22638
/proc/meminfo: memFree=23036104/32770624 swapFree=67108796/67108860
[pid=22521] ppid=22518 vsize=3144032 memory=1136136 CPUtime=2519.89 cores=1,3,5,7
/proc/22521/stat : 22521 (xcsp_picat) R 22518 22521 22475 0 -1 4202496 1614922 0 0 0 251092 897 0 0 20 0 1 0 246853165 3219488768 284034 33554432000 4194304 5849940 140726311815856 140726311814856 140372217491335 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 39055360 140726311818422 140726311818500 140726311818500 140726311821258 0
/proc/22521/statm: 786008 284034 661 405 0 782952 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 3144032 KiB
Current children cumulated memory: 1136136 KiB

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

[startup+2520.04 s]
# the end of solver process 22521 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.93 s, system=9.00165 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.04
CPU time (s): 2519.93
CPU user time (s): 2510.93
CPU system time (s): 9.00165
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 3144032
Max. memory (cumulated for all children) (KiB): 1136136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.93
system time used= 9.00165
maximum resident set size= 1136136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1614923
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= 13
involuntary context switches= 1388


# summary of solver processes directly reported to runsolver:
#   pid: 22521
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2510.93
#   total CPU system time (s): 9.00165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8924 second user time and 13.634 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 02:28:20
IDJOB=4309600
IDBENCH=141020
IDSOLVER=2794
FILE ID=node138/4309600-1534292900
RUNJOBID= node138-1534292900-22507
PBS_JOBID= 21038133
Free space on /tmp= 27396 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309600-1534292900/watcher-4309600-1534292900 -o /tmp/evaluation-result-4309600-1534292900/solver-4309600-1534292900 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580  xcsp_picat HOME/instance-4309600-1534292900.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=1994920664

node138.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.71
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.71
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.71
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.71
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:        24572472 kB
MemAvailable:   31898128 kB
Buffers:          139100 kB
Cached:          7363932 kB
SwapCached:           12 kB
Active:          3884844 kB
Inactive:        3678104 kB
Active(anon):       3992 kB
Inactive(anon):   108392 kB
Active(file):    3880852 kB
Inactive(file):  3569712 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:         67036 kB
Mapped:            53376 kB
Shmem:             49740 kB
Slab:             331360 kB
SReclaimable:     303552 kB
SUnreclaim:        27808 kB
KernelStack:        3152 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27388 MiB
End job on node138 at 2018-08-15 03:10:20