Trace number 4265533

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
BTD 2017-08-10? (TO) 2519.8301 2520.01

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-02.xml
MD5SUM80353dd8c937a5bb459a24b290639269
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 variables200
Number of constraints14950
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":200}]
Minimum variable degree100
Maximum variable degree199
Distribution of variable degrees[{"degree":100,"count":100},{"degree":199,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":14950}]
Number of extensional constraints0
Number of intensional constraints14950
Distribution of constraint types[{"type":"intension","count":14950}]
Optimization problemNO
Type of objective

Solver Data

10.05/10.12	c Version: 2017-08-10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265533-1502767016/watcher-4265533-1502767016 -o /tmp/evaluation-result-4265533-1502767016/solver-4265533-1502767016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580 BTD 2520 HOME/instance-4265533-1502767016.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=22750, runsolver pid=22747

[startup+0.100174 s]*
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31228096/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=34364 memory=4572 CPUtime=0.06 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 1348 0 0 0 6 0 0 0 20 0 1 0 78894819 35188736 1143 18446744073709551615 4194304 35031035 140731070238512 140731070238512 7408826 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 8591 1143 242 7529 0 1038 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34364 KiB
Current children cumulated memory: 4572 KiB

[startup+0.209645 s]*
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31227092/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=34892 memory=5364 CPUtime=0.17 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 1544 0 0 0 17 0 0 0 20 0 1 0 78894819 35729408 1341 18446744073709551615 4194304 35031035 140731070238512 140731070238512 4815415 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 8723 1341 285 7529 0 1170 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34892 KiB
Current children cumulated memory: 5364 KiB

[startup+0.308998 s]*
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31226720/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=35024 memory=5628 CPUtime=0.27 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 1587 0 0 0 27 0 0 0 20 0 1 0 78894819 35864576 1407 18446744073709551615 4194304 35031035 140731070238512 140731070238512 7398382 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 8756 1407 285 7529 0 1203 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 35024 KiB
Current children cumulated memory: 5628 KiB

[startup+0.700267 s]
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31226372/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=35684 memory=6156 CPUtime=0.65 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 1752 0 0 0 65 0 0 0 20 0 1 0 78894819 36540416 1539 18446744073709551615 4194304 35031035 140731070238512 140731070229992 7406616 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 8921 1539 285 7529 0 1368 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 35684 KiB
Current children cumulated memory: 6156 KiB

[startup+1.50027 s]
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31225380/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=37048 memory=7476 CPUtime=1.45 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 2093 0 0 0 145 0 0 0 20 0 1 0 78894819 37937152 1869 18446744073709551615 4194304 35031035 140731070238512 140731070229992 6489280 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 9262 1869 285 7529 0 1709 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 37048 KiB
Current children cumulated memory: 7476 KiB

[startup+3.10897 s]
/proc/loadavg: 2.35 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31222032/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=39804 memory=10312 CPUtime=3.06 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 3839 0 0 0 306 0 0 0 20 0 1 0 78894819 40759296 2578 18446744073709551615 4194304 35031035 140731070238512 140731070231336 6440016 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 9951 2578 285 7529 0 2398 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 39804 KiB
Current children cumulated memory: 10312 KiB

[startup+6.30029 s]
/proc/loadavg: 2.32 2.18 2.10 3/182 22751
/proc/meminfo: memFree=31217020/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=44668 memory=15184 CPUtime=6.25 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 7096 0 0 0 625 0 0 0 20 0 1 0 78894819 45740032 3796 18446744073709551615 4194304 35031035 140731070238512 140731070231336 4816463 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 11167 3796 285 7529 0 3614 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 44668 KiB
Current children cumulated memory: 15184 KiB

[startup+12.7004 s]
/proc/loadavg: 2.30 2.18 2.10 3/182 22751
/proc/meminfo: memFree=30975772/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=285540 memory=255808 CPUtime=12.65 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 71403 0 0 0 1257 8 0 0 20 0 1 0 78894819 292392960 63952 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4213338 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71385 63952 340 7529 0 63832 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 285540 KiB
Current children cumulated memory: 255808 KiB

[startup+25.5004 s]
/proc/loadavg: 2.23 2.17 2.09 3/182 22752
/proc/meminfo: memFree=30974284/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=286992 memory=257600 CPUtime=25.44 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 134265 0 0 0 2534 10 0 0 20 0 1 0 78894819 293879808 64400 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71748 64400 340 7529 0 64195 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 286992 KiB
Current children cumulated memory: 257600 KiB

[startup+51.1093 s]
/proc/loadavg: 2.15 2.15 2.09 3/182 22752
/proc/meminfo: memFree=30973688/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287124 memory=257644 CPUtime=51.05 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 168271 0 0 0 5093 12 0 0 20 0 1 0 78894819 294014976 64411 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544906 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71781 64411 340 7529 0 64228 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 287124 KiB
Current children cumulated memory: 257644 KiB

[startup+102.3 s]
/proc/loadavg: 2.07 2.13 2.09 3/182 22754
/proc/meminfo: memFree=30973532/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287124 memory=257664 CPUtime=102.23 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 197761 0 0 0 10209 14 0 0 20 0 1 0 78894819 294014976 64416 18446744073709551615 4194304 35031035 140731070238512 140731070237512 7760122 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71781 64416 340 7529 0 64228 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 287124 KiB
Current children cumulated memory: 257664 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.11 2.08 3/182 22757
/proc/meminfo: memFree=30973620/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287124 memory=258032 CPUtime=162.22 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 227136 0 0 0 16205 17 0 0 20 0 1 0 78894819 294014976 64508 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544944 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71781 64508 340 7529 0 64228 0
Current children cumulated CPU time: 162.22 s
Current children cumulated vsize: 287124 KiB
Current children cumulated memory: 258032 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.09 2.08 3/181 22759
/proc/meminfo: memFree=30973292/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287256 memory=258072 CPUtime=222.22 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 228591 0 0 0 22203 19 0 0 20 0 1 0 78894819 294150144 64518 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544944 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71814 64518 340 7529 0 64261 0
Current children cumulated CPU time: 222.22 s
Current children cumulated vsize: 287256 KiB
Current children cumulated memory: 258072 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/181 22761
/proc/meminfo: memFree=30973292/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287256 memory=258124 CPUtime=282.21 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 229179 0 0 0 28201 20 0 0 20 0 1 0 78894819 294150144 64531 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4295935 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71814 64531 340 7529 0 64261 0
Current children cumulated CPU time: 282.21 s
Current children cumulated vsize: 287256 KiB
Current children cumulated memory: 258124 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/181 22763
/proc/meminfo: memFree=30973044/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287256 memory=258148 CPUtime=342.21 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 229761 0 0 0 34198 23 0 0 20 0 1 0 78894819 294150144 64537 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4541531 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71814 64537 340 7529 0 64261 0
Current children cumulated CPU time: 342.21 s
Current children cumulated vsize: 287256 KiB
Current children cumulated memory: 258148 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/181 22765
/proc/meminfo: memFree=30973044/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287256 memory=258184 CPUtime=402.2 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 230360 0 0 0 40196 24 0 0 20 0 1 0 78894819 294150144 64546 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71814 64546 340 7529 0 64261 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 287256 KiB
Current children cumulated memory: 258184 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/184 22781
/proc/meminfo: memFree=30968732/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287388 memory=258212 CPUtime=462.21 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 230951 0 0 0 46194 27 0 0 20 0 1 0 78894819 294285312 64553 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4293352 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71847 64553 340 7529 0 64294 0
Current children cumulated CPU time: 462.21 s
Current children cumulated vsize: 287388 KiB
Current children cumulated memory: 258212 KiB


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

/proc/22750/statm: 71880 64614 340 7529 0 64327 0
Current children cumulated CPU time: 1722.15 s
Current children cumulated vsize: 287520 KiB
Current children cumulated memory: 258456 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 22980
/proc/meminfo: memFree=30894064/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287520 memory=258464 CPUtime=1782.14 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 239379 0 0 0 178130 84 0 0 20 0 1 0 78894819 294420480 64616 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4213184 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71880 64616 340 7529 0 64327 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 287520 KiB
Current children cumulated memory: 258464 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 22982
/proc/meminfo: memFree=30894300/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287520 memory=258464 CPUtime=1842.14 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 239514 0 0 0 184128 86 0 0 20 0 1 0 78894819 294420480 64616 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71880 64616 340 7529 0 64327 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 287520 KiB
Current children cumulated memory: 258464 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 22984
/proc/meminfo: memFree=30893520/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287520 memory=258464 CPUtime=1902.13 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 239647 0 0 0 190124 89 0 0 20 0 1 0 78894819 294420480 64616 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71880 64616 340 7529 0 64327 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 287520 KiB
Current children cumulated memory: 258464 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 22986
/proc/meminfo: memFree=30893232/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258464 CPUtime=1962.13 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 239803 0 0 0 196121 92 0 0 20 0 1 0 78894819 294555648 64616 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544944 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64616 340 7529 0 64360 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258464 KiB

[startup+2022.3 s]
/proc/loadavg: 2.08 2.01 2.05 3/181 22988
/proc/meminfo: memFree=30893232/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258480 CPUtime=2022.13 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 239941 0 0 0 202118 95 0 0 20 0 1 0 78894819 294555648 64620 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544922 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64620 340 7529 0 64360 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258480 KiB

[startup+2082.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/181 22990
/proc/meminfo: memFree=30892868/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258480 CPUtime=2082.13 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240077 0 0 0 208115 98 0 0 20 0 1 0 78894819 294555648 64620 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4295802 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64620 340 7529 0 64360 0
Current children cumulated CPU time: 2082.13 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258480 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 22992
/proc/meminfo: memFree=30892992/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258480 CPUtime=2142.12 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240232 0 0 0 214112 100 0 0 20 0 1 0 78894819 294555648 64620 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4295952 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64620 340 7529 0 64360 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258480 KiB

[startup+2202.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/181 22994
/proc/meminfo: memFree=30892620/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258492 CPUtime=2202.12 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240367 0 0 0 220109 103 0 0 20 0 1 0 78894819 294555648 64623 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4296125 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64623 340 7529 0 64360 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258492 KiB

[startup+2262.3 s]
/proc/loadavg: 2.35 2.14 2.09 3/184 23011
/proc/meminfo: memFree=30889192/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258492 CPUtime=2262.12 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240500 0 0 0 226106 106 0 0 20 0 1 0 78894819 294555648 64623 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544944 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64623 340 7529 0 64360 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258492 KiB

[startup+2322.3 s]
/proc/loadavg: 2.13 2.11 2.08 3/184 23013
/proc/meminfo: memFree=30889152/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258492 CPUtime=2322.11 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240655 0 0 0 232104 107 0 0 20 0 1 0 78894819 294555648 64623 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4293293 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64623 340 7529 0 64360 0
Current children cumulated CPU time: 2322.11 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258492 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.09 2.08 3/181 23015
/proc/meminfo: memFree=30892548/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258504 CPUtime=2382.11 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240799 0 0 0 238102 109 0 0 20 0 1 0 78894819 294555648 64626 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4295700 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64626 340 7529 0 64360 0
Current children cumulated CPU time: 2382.11 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258504 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/181 23017
/proc/meminfo: memFree=30892672/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258504 CPUtime=2442.11 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 240943 0 0 0 244099 112 0 0 20 0 1 0 78894819 294555648 64626 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544899 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64626 340 7529 0 64360 0
Current children cumulated CPU time: 2442.11 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258504 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/181 23019
/proc/meminfo: memFree=30892784/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258504 CPUtime=2502.11 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 241087 0 0 0 250097 114 0 0 20 0 1 0 78894819 294555648 64626 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64626 340 7529 0 64360 0
Current children cumulated CPU time: 2502.11 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258504 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.06 2.06 3/181 23019
/proc/meminfo: memFree=30892920/32770624 swapFree=67108860/67108860
[pid=22750] ppid=22747 vsize=287652 memory=258504 CPUtime=2519.81 cores=1,3,5,7
/proc/22750/stat : 22750 (BTD) R 22747 22750 17093 0 -1 4202496 241230 0 0 0 251867 114 0 0 20 0 1 0 78894819 294555648 64626 18446744073709551615 4194304 35031035 140731070238512 140731070237512 4544913 0 0 1 0 0 0 0 17 1 0 0 4 0 0 37130264 37226188 43622400 140731070243295 140731070243371 140731070243371 140731070246865 0
/proc/22750/statm: 71913 64626 340 7529 0 64360 0
Current children cumulated CPU time: 2519.81 s
Current children cumulated vsize: 287652 KiB
Current children cumulated memory: 258504 KiB

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

[startup+2520.01 s]
# the end of solver process 22750 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.68 s, system=1.14895 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.01
CPU time (s): 2519.83
CPU user time (s): 2518.68
CPU system time (s): 1.14895
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 287652
Max. memory (cumulated for all children) (KiB): 258504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.68
system time used= 1.14895
maximum resident set size= 258504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241230
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= 37
involuntary context switches= 775


# summary of solver processes directly reported to runsolver:
#   pid: 22750
#   total CPU time (s): 2519.83
#   total CPU user time (s): 2518.68
#   total CPU system time (s): 1.14895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44005 second user time and 18.5895 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-15 05:02:46
IDJOB=4265533
IDBENCH=138396
IDSOLVER=2654
FILE ID=node127/4265533-1502767016
RUNJOBID= node127-1502653304-21655
PBS_JOBID= 
Free space on /tmp= 61992 MiB

SOLVER NAME= BTD 2017-08-10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-02.xml
COMMAND LINE= BTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265533-1502767016/watcher-4265533-1502767016 -o /tmp/evaluation-result-4265533-1502767016/solver-4265533-1502767016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502653304-21655 --watchdog 2580  BTD 2520 HOME/instance-4265533-1502767016.xml

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

MD5SUM BENCH= 80353dd8c937a5bb459a24b290639269
RANDOM SEED=275359489

node127.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.92
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.92
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.92
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.92
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:        31230776 kB
MemAvailable:   31926296 kB
Buffers:          244012 kB
Cached:           739324 kB
SwapCached:            0 kB
Active:           809816 kB
Inactive:         286800 kB
Active(anon):      63044 kB
Inactive(anon):    83808 kB
Active(file):     746772 kB
Inactive(file):   202992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             39388 kB
Writeback:             0 kB
AnonPages:        113420 kB
Mapped:            51932 kB
Shmem:             33444 kB
Slab:             149064 kB
SReclaimable:     123180 kB
SUnreclaim:        25884 kB
KernelStack:        3216 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     390076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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= 61956 MiB
End job on node127 at 2017-08-15 05:44:47