Trace number 4309599

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.77 2520.03

General information on the benchmark

NameColouredQueens/
ColouredQueens-15_c18.xml
MD5SUM531220ca8f264cab5c203edb1f2daff4
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 variables225
Number of constraints84
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":225}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":221}]
Minimum constraint arity2
Maximum constraint arity15
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":32}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":84}]
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 (13930 MiB free)
  memory of node 1: 16384 MiB (13120 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309599-1534292346/watcher-4309599-1534292346 -o /tmp/evaluation-result-4309599-1534292346/solver-4309599-1534292346 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534292346-18983 --watchdog 2580 xcsp_picat HOME/instance-4309599-1534292346.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
Current StackSize limit: 8192 KiB

solver pid=19010, runsolver pid=19006

[startup+0.100314 s]*
/proc/loadavg: 1.00 1.01 1.13 2/185 19015
/proc/meminfo: memFree=27686788/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2028532 memory=16500 CPUtime=0.1 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2379 0 0 0 10 0 0 0 20 0 1 0 246797768 2077216768 4125 33554432000 4194304 5849940 140726925440032 140726925438280 5357601 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 507133 4125 638 405 0 504077 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028532 KiB
Current children cumulated memory: 16500 KiB

[startup+0.209529 s]*
/proc/loadavg: 1.00 1.01 1.13 2/182 19023
/proc/meminfo: memFree=27687388/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2030584 memory=18516 CPUtime=0.2 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2904 0 0 0 20 0 0 0 20 0 1 0 246797768 2079318016 4629 33554432000 4194304 5849940 140726925440032 140726925438280 5338689 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 507646 4629 649 405 0 504590 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2030584 KiB
Current children cumulated memory: 18516 KiB

[startup+0.310128 s]*
/proc/loadavg: 1.00 1.01 1.13 2/182 19023
/proc/meminfo: memFree=27685144/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2031464 memory=18344 CPUtime=0.3 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 3404 0 0 0 30 0 0 0 20 0 1 0 246797768 2080219136 4586 33554432000 4194304 5849940 140726925440032 140726925438280 5416635 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 507866 4586 650 405 0 504810 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031464 KiB
Current children cumulated memory: 18344 KiB

[startup+0.700213 s]
/proc/loadavg: 1.00 1.01 1.13 4/200 19044
/proc/meminfo: memFree=27667864/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2031464 memory=18344 CPUtime=0.69 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 3415 0 0 0 68 1 0 0 20 0 1 0 246797768 2080219136 4586 33554432000 4194304 5849940 140726925440032 140726925438280 139828426583943 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 507866 4586 650 405 0 504810 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031464 KiB
Current children cumulated memory: 18344 KiB

[startup+1.50025 s]
/proc/loadavg: 1.00 1.01 1.13 3/194 19099
/proc/meminfo: memFree=27673992/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2031920 memory=21028 CPUtime=1.48 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 3786 0 0 0 146 2 0 0 20 0 1 0 246797768 2080686080 5257 33554432000 4194304 5849940 140726925440032 140726925439032 5313424 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 507980 5257 661 405 0 504924 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031920 KiB
Current children cumulated memory: 21028 KiB

[startup+3.10936 s]
/proc/loadavg: 1.00 1.01 1.13 3/187 19137
/proc/meminfo: memFree=27665988/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2037452 memory=26560 CPUtime=3.09 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 6296 0 0 0 304 5 0 0 20 0 1 0 246797768 2086350848 6640 33554432000 4194304 5849940 140726925440032 140726925438520 5399895 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 509363 6640 661 405 0 506307 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2037452 KiB
Current children cumulated memory: 26560 KiB

[startup+6.30025 s]
/proc/loadavg: 1.08 1.03 1.14 3/187 19137
/proc/meminfo: memFree=27659956/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2041456 memory=29896 CPUtime=6.28 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 9572 0 0 0 617 11 0 0 20 0 1 0 246797768 2090450944 7474 33554432000 4194304 5849940 140726925440032 140726925438520 5307802 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 510364 7474 661 405 0 507308 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2041456 KiB
Current children cumulated memory: 29896 KiB

[startup+12.7003 s]
/proc/loadavg: 1.16 1.05 1.14 3/187 19137
/proc/meminfo: memFree=27643524/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2048128 memory=39472 CPUtime=12.68 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 18591 0 0 0 1248 20 0 0 20 0 1 0 246797768 2097283072 9868 33554432000 4194304 5849940 140726925440032 140726925439192 139828426583943 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 512032 9868 661 405 0 508976 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2048128 KiB
Current children cumulated memory: 39472 KiB

[startup+25.5003 s]
/proc/loadavg: 1.29 1.08 1.15 3/187 19137
/proc/meminfo: memFree=27642168/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2046560 memory=37864 CPUtime=25.48 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 34877 0 0 0 2512 36 0 0 20 0 1 0 246797768 2095677440 9466 33554432000 4194304 5849940 140726925440032 140726925439032 5397587 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 511640 9466 661 405 0 508584 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2046560 KiB
Current children cumulated memory: 37864 KiB

[startup+51.1096 s]
/proc/loadavg: 1.57 1.17 1.18 3/188 19138
/proc/meminfo: memFree=27604728/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2069236 memory=61224 CPUtime=51.09 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 87517 0 0 0 5039 70 0 0 20 0 1 0 246797768 2118897664 15306 33554432000 4194304 5849940 140726925440032 140726925439032 139828426583943 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 517309 15306 661 405 0 514253 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2069236 KiB
Current children cumulated memory: 61224 KiB

[startup+102.3 s]
/proc/loadavg: 1.81 1.29 1.22 3/189 19147
/proc/meminfo: memFree=27604172/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2065396 memory=57472 CPUtime=102.27 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 153772 0 0 0 10106 121 0 0 20 0 1 0 246797768 2114965504 14368 33554432000 4194304 5849940 140726925440032 140726925439032 139828426583943 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 516349 14368 661 405 0 513293 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2065396 KiB
Current children cumulated memory: 57472 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.27 3/189 19148
/proc/meminfo: memFree=27555744/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2085456 memory=76544 CPUtime=162.27 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 218406 0 0 0 16053 174 0 0 20 0 1 0 246797768 2135506944 19136 33554432000 4194304 5849940 140726925440032 140726925439032 5438419 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 521364 19136 661 405 0 518308 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2085456 KiB
Current children cumulated memory: 76544 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.32 3/189 19149
/proc/meminfo: memFree=27563716/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2084240 memory=76252 CPUtime=222.27 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 284670 0 0 0 22005 222 0 0 20 0 1 0 246797768 2134261760 19063 33554432000 4194304 5849940 140726925440032 140726925439032 5437815 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 521060 19063 661 405 0 518004 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2084240 KiB
Current children cumulated memory: 76252 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.36 3/189 19150
/proc/meminfo: memFree=27530860/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2073396 memory=65504 CPUtime=282.26 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 366010 0 0 0 27947 279 0 0 20 0 1 0 246797768 2123157504 16376 33554432000 4194304 5849940 140726925440032 140726925439192 5438387 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 518349 16376 661 405 0 515293 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2073396 KiB
Current children cumulated memory: 65504 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 1.70 1.40 3/188 19151
/proc/meminfo: memFree=27501284/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2103584 memory=95480 CPUtime=342.25 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 441627 0 0 0 33895 330 0 0 20 0 1 0 246797768 2154070016 23870 33554432000 4194304 5849940 140726925440032 140726925439192 5335776 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 525896 23870 661 405 0 522840 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2103584 KiB
Current children cumulated memory: 95480 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 1.75 1.44 3/187 19153
/proc/meminfo: memFree=27389284/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2220960 memory=207640 CPUtime=402.24 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 486004 0 0 0 39853 371 0 0 20 0 1 0 246797768 2274263040 51910 33554432000 4194304 5849940 140726925440032 140726925438904 5438438 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 555240 51910 661 405 0 552184 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2220960 KiB
Current children cumulated memory: 207640 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.48 3/187 19154
/proc/meminfo: memFree=27446860/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2186512 memory=178676 CPUtime=462.24 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 533170 0 0 0 45822 402 0 0 20 0 1 0 246797768 2238988288 44669 33554432000 4194304 5849940 140726925440032 140726925439192 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 546628 44669 661 405 0 543572 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2186512 KiB
Current children cumulated memory: 178676 KiB


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

/proc/19010/statm: 644699 142726 661 405 0 641643 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 2578796 KiB
Current children cumulated memory: 570904 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.90 3/187 19193
/proc/meminfo: memFree=26711812/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2744000 memory=736108 CPUtime=1782.11 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1322815 0 0 0 177390 821 0 0 20 0 1 0 246797768 2809856000 184027 33554432000 4194304 5849940 140726925440032 140726925439032 5438016 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 686000 184027 661 405 0 682944 0
Current children cumulated CPU time: 1782.11 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736108 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 1.91 3/187 19194
/proc/meminfo: memFree=26710480/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2744000 memory=736108 CPUtime=1842.1 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1409266 0 0 0 183378 832 0 0 20 0 1 0 246797768 2809856000 184027 33554432000 4194304 5849940 140726925440032 140726925439192 5335801 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 686000 184027 661 405 0 682944 0
Current children cumulated CPU time: 1842.1 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736108 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/187 19202
/proc/meminfo: memFree=26710588/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2744000 memory=736108 CPUtime=1902.1 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1478820 0 0 0 189367 843 0 0 20 0 1 0 246797768 2809856000 184027 33554432000 4194304 5849940 140726925440032 140726925439192 5438429 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 686000 184027 661 405 0 682944 0
Current children cumulated CPU time: 1902.1 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736108 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/187 19203
/proc/meminfo: memFree=26610744/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2809536 memory=801644 CPUtime=1962.09 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1519332 0 0 0 195355 854 0 0 20 0 1 0 246797768 2876964864 200411 33554432000 4194304 5849940 140726925440032 140726925439032 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 702384 200411 661 405 0 699328 0
Current children cumulated CPU time: 1962.09 s
Current children cumulated vsize: 2809536 KiB
Current children cumulated memory: 801644 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/187 19204
/proc/meminfo: memFree=26674384/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2744000 memory=736108 CPUtime=2022.09 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1585248 0 0 0 201340 869 0 0 20 0 1 0 246797768 2809856000 184027 33554432000 4194304 5849940 140726925440032 140726925438904 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 686000 184027 661 405 0 682944 0
Current children cumulated CPU time: 2022.09 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736108 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/187 19205
/proc/meminfo: memFree=26675076/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2744000 memory=736108 CPUtime=2082.08 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1678205 0 0 0 207320 888 0 0 20 0 1 0 246797768 2809856000 184027 33554432000 4194304 5849940 140726925440032 140726925439032 5335741 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 686000 184027 661 405 0 682944 0
Current children cumulated CPU time: 2082.08 s
Current children cumulated vsize: 2744000 KiB
Current children cumulated memory: 736108 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/187 19206
/proc/meminfo: memFree=26641924/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2776996 memory=769104 CPUtime=2142.08 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1749027 0 0 0 213300 908 0 0 20 0 1 0 246797768 2843643904 192276 33554432000 4194304 5849940 140726925440032 140726925439032 5437808 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 694249 192276 661 405 0 691193 0
Current children cumulated CPU time: 2142.08 s
Current children cumulated vsize: 2776996 KiB
Current children cumulated memory: 769104 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 19208
/proc/meminfo: memFree=26642336/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2776996 memory=769104 CPUtime=2202.07 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1808871 0 0 0 219276 931 0 0 20 0 1 0 246797768 2843643904 192276 33554432000 4194304 5849940 140726925440032 140726925439032 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 694249 192276 661 405 0 691193 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 2776996 KiB
Current children cumulated memory: 769104 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 19209
/proc/meminfo: memFree=26545020/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2842532 memory=834556 CPUtime=2262.07 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1871682 0 0 0 225255 952 0 0 20 0 1 0 246797768 2910752768 208639 33554432000 4194304 5849940 140726925440032 140726925439032 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 710633 208639 661 405 0 707577 0
Current children cumulated CPU time: 2262.07 s
Current children cumulated vsize: 2842532 KiB
Current children cumulated memory: 834556 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/187 19210
/proc/meminfo: memFree=26995888/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2392664 memory=384900 CPUtime=2322.06 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 1970666 0 0 0 231217 989 0 0 20 0 1 0 246797768 2450087936 96225 33554432000 4194304 5849940 140726925440032 140726925439032 5438465 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 598166 96225 661 405 0 595110 0
Current children cumulated CPU time: 2322.06 s
Current children cumulated vsize: 2392664 KiB
Current children cumulated memory: 384900 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/187 19212
/proc/meminfo: memFree=26958812/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2429080 memory=421316 CPUtime=2382.06 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2025111 0 0 0 237187 1019 0 0 20 0 1 0 246797768 2487377920 105329 33554432000 4194304 5849940 140726925440032 140726925438904 5392812 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 607270 105329 661 405 0 604214 0
Current children cumulated CPU time: 2382.06 s
Current children cumulated vsize: 2429080 KiB
Current children cumulated memory: 421316 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/187 19213
/proc/meminfo: memFree=26898068/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2490608 memory=482844 CPUtime=2442.04 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2045000 0 0 0 243171 1033 0 0 20 0 1 0 246797768 2550382592 120711 33554432000 4194304 5849940 140726925440032 140726925439032 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 622652 120711 661 405 0 619596 0
Current children cumulated CPU time: 2442.04 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482844 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 19222
/proc/meminfo: memFree=26897572/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2490608 memory=482844 CPUtime=2502.04 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2097039 0 0 0 249159 1045 0 0 20 0 1 0 246797768 2550382592 120711 33554432000 4194304 5849940 140726925440032 140726925439192 5437906 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 622652 120711 661 405 0 619596 0
Current children cumulated CPU time: 2502.04 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482844 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.96 3/189 19244
/proc/meminfo: memFree=26896448/32770624 swapFree=67030680/67108860
[pid=19010] ppid=19006 vsize=2490608 memory=482844 CPUtime=2519.75 cores=0,2,4,6
/proc/19010/stat : 19010 (xcsp_picat) R 19006 19010 18952 0 -1 4202496 2097066 0 0 0 250928 1047 0 0 20 0 1 0 246797768 2550382592 120711 33554432000 4194304 5849940 140726925440032 140726925439032 139828426583943 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 29278208 140726925448374 140726925448452 140726925448452 140726925451210 0
/proc/19010/statm: 622652 120711 661 405 0 619596 0
Current children cumulated CPU time: 2519.75 s
Current children cumulated vsize: 2490608 KiB
Current children cumulated memory: 482844 KiB

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

[startup+2520.03 s]
# the end of solver process 19010 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.28 s, system=10.492 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.03
CPU time (s): 2519.77
CPU user time (s): 2509.28
CPU system time (s): 10.492
CPU usage (%): 99.99
Max. virtual memory (cumulated for all children) (KiB): 3075548
Max. memory (cumulated for all children) (KiB): 1067656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.28
system time used= 10.492
maximum resident set size= 1067656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2097067
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= 4
involuntary context switches= 2425


# summary of solver processes directly reported to runsolver:
#   pid: 19010
#   total CPU time (s): 2519.77
#   total CPU user time (s): 2509.28
#   total CPU system time (s): 10.492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6674 second user time and 17.8166 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 02:19:06
IDJOB=4309599
IDBENCH=141016
IDSOLVER=2794
FILE ID=node102/4309599-1534292346
RUNJOBID= node102-1534292346-18983
PBS_JOBID= 21038132
Free space on /tmp= 39520 MiB

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

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

MD5SUM BENCH= 531220ca8f264cab5c203edb1f2daff4
RANDOM SEED=845778838

node102.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.51
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.51
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.51
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.51
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:        27701588 kB
MemAvailable:   31878752 kB
Buffers:          204168 kB
Cached:          4223980 kB
SwapCached:        51224 kB
Active:          1899496 kB
Inactive:        2606268 kB
Active(anon):       2620 kB
Inactive(anon):   126904 kB
Active(file):    1896876 kB
Inactive(file):  2479364 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:              6220 kB
Writeback:             0 kB
AnonPages:         34400 kB
Mapped:            51528 kB
Shmem:             49004 kB
Slab:             257884 kB
SReclaimable:     229384 kB
SUnreclaim:        28500 kB
KernelStack:        3136 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39516 MiB
End job on node102 at 2018-08-15 03:01:06