Trace number 4309393

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2519.97 2520.02

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309393-1534307171/watcher-4309393-1534307171 -o /tmp/evaluation-result-4309393-1534307171/solver-4309393-1534307171 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-697 --watchdog 2580 xcsp_picat HOME/instance-4309393-1534307171.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
solver pid=2910, runsolver pid=2907
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24519592/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2027860 memory=19620 CPUtime=0.1 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 2576 0 0 0 10 0 0 0 20 0 1 0 248280224 2076528640 4905 33554432000 4194304 5849940 140725202205264 140725202205264 4480747 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 506965 4905 678 405 0 503909 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027860 KiB
Current children cumulated memory: 19620 KiB

[startup+0.209774 s]*
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24515808/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2029956 memory=23812 CPUtime=0.21 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 3399 0 0 0 21 0 0 0 20 0 1 0 248280224 2078674944 5953 33554432000 4194304 5849940 140725202205264 140725202205264 5395808 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 507489 5953 687 405 0 504433 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 23812 KiB

[startup+0.30964 s]*
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24515808/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2029956 memory=23812 CPUtime=0.31 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 3399 0 0 0 31 0 0 0 20 0 1 0 248280224 2078674944 5953 33554432000 4194304 5849940 140725202205264 140725202205264 5368042 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 507489 5953 687 405 0 504433 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 23812 KiB

[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24515432/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2031920 memory=25720 CPUtime=0.69 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 4247 0 0 0 69 0 0 0 20 0 1 0 248280224 2080686080 6430 33554432000 4194304 5849940 140725202205264 140725202203512 5354041 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 507980 6430 696 405 0 504924 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031920 KiB
Current children cumulated memory: 25720 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24512964/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2034580 memory=27888 CPUtime=1.49 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 5399 0 0 0 149 0 0 0 20 0 1 0 248280224 2083409920 6972 33554432000 4194304 5849940 140725202205264 140725202202808 4208942 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 508645 6972 706 405 0 505589 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034580 KiB
Current children cumulated memory: 27888 KiB

[startup+3.10935 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24513316/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2034580 memory=28524 CPUtime=3.1 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 7156 0 0 0 307 3 0 0 20 0 1 0 248280224 2083409920 7131 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 508645 7131 710 405 0 505589 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034580 KiB
Current children cumulated memory: 28524 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24511732/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2033456 memory=27540 CPUtime=6.29 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 10738 0 0 0 623 6 0 0 20 0 1 0 248280224 2082258944 6885 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 508364 6885 710 405 0 505308 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2033456 KiB
Current children cumulated memory: 27540 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24506804/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2038648 memory=32564 CPUtime=12.69 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 20541 0 0 0 1256 13 0 0 20 0 1 0 248280224 2087575552 8141 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 509662 8141 710 405 0 506606 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2038648 KiB
Current children cumulated memory: 32564 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24505420/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2041588 memory=35616 CPUtime=25.49 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 34205 0 0 0 2524 25 0 0 20 0 1 0 248280224 2090586112 8904 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 510397 8904 710 405 0 507341 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2041588 KiB
Current children cumulated memory: 35616 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.00 2.03 3/190 2911
/proc/meminfo: memFree=24498212/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2046980 memory=40892 CPUtime=51.09 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 53567 0 0 0 5064 45 0 0 20 0 1 0 248280224 2096107520 10223 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 511745 10223 710 405 0 508689 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2046980 KiB
Current children cumulated memory: 40892 KiB

[startup+102.3 s]
/proc/loadavg: 1.93 1.98 2.03 3/190 2912
/proc/meminfo: memFree=24494864/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2050024 memory=44088 CPUtime=102.28 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 85678 0 0 0 10151 77 0 0 20 0 1 0 248280224 2099224576 11022 33554432000 4194304 5849940 140725202205264 140725202204264 5437928 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 512506 11022 710 405 0 509450 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2050024 KiB
Current children cumulated memory: 44088 KiB

[startup+162.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/190 2914
/proc/meminfo: memFree=24494128/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2045300 memory=39444 CPUtime=162.28 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 113629 0 0 0 16118 110 0 0 20 0 1 0 248280224 2094387200 9861 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 511325 9861 710 405 0 508269 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2045300 KiB
Current children cumulated memory: 39444 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/190 2915
/proc/meminfo: memFree=24488988/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2049060 memory=43124 CPUtime=222.28 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 136668 0 0 0 22089 139 0 0 20 0 1 0 248280224 2098237440 10781 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 512265 10781 710 405 0 509209 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2049060 KiB
Current children cumulated memory: 43124 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 2924
/proc/meminfo: memFree=24476308/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2051912 memory=45976 CPUtime=282.28 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 158354 0 0 0 28061 167 0 0 20 0 1 0 248280224 2101157888 11494 33554432000 4194304 5849940 140725202205264 140725202204264 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 512978 11494 710 405 0 509922 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2051912 KiB
Current children cumulated memory: 45976 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 2925
/proc/meminfo: memFree=24449748/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2086892 memory=80956 CPUtime=342.28 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 180636 0 0 0 34035 193 0 0 20 0 1 0 248280224 2136977408 20239 33554432000 4194304 5849940 140725202205264 140725202204424 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 521723 20239 710 405 0 518667 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2086892 KiB
Current children cumulated memory: 80956 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 2926
/proc/meminfo: memFree=24446296/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2090652 memory=84716 CPUtime=402.27 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 195976 0 0 0 40017 210 0 0 20 0 1 0 248280224 2140827648 21179 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 522663 21179 710 405 0 519607 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2090652 KiB
Current children cumulated memory: 84716 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/191 2927
/proc/meminfo: memFree=24427824/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2109160 memory=103224 CPUtime=462.27 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 208128 0 0 0 46000 227 0 0 20 0 1 0 248280224 2159779840 25806 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 527290 25806 710 405 0 524234 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2109160 KiB
Current children cumulated memory: 103224 KiB


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

/proc/2910/statm: 553850 52968 710 405 0 550794 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2215400 KiB
Current children cumulated memory: 211872 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2968
/proc/meminfo: memFree=24239920/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2215400 memory=211872 CPUtime=1782.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 365884 0 0 0 177796 428 0 0 20 0 1 0 248280224 2268569600 52968 33554432000 4194304 5849940 140725202205264 140725202204264 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 553850 52968 710 405 0 550794 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2215400 KiB
Current children cumulated memory: 211872 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2969
/proc/meminfo: memFree=24135052/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304308 CPUtime=1842.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 369523 0 0 0 183787 437 0 0 20 0 1 0 248280224 2363387904 76077 33554432000 4194304 5849940 140725202205264 140725202204264 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76077 710 405 0 573943 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304308 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2970
/proc/meminfo: memFree=24145984/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304308 CPUtime=1902.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 369529 0 0 0 189782 442 0 0 20 0 1 0 248280224 2363387904 76077 33554432000 4194304 5849940 140725202205264 140725202204264 5438474 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76077 710 405 0 573943 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304308 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 2972
/proc/meminfo: memFree=24138380/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=1962.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 378365 0 0 0 195776 448 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204424 5335760 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 3034
/proc/meminfo: memFree=18904112/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2022.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 387246 0 0 0 201770 454 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5437808 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2022.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3043
/proc/meminfo: memFree=17549548/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2439068 memory=435540 CPUtime=2082.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 397191 0 0 0 207762 462 0 0 20 0 1 0 248280224 2497605632 108885 33554432000 4194304 5849940 140725202205264 140725202204264 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 609767 108885 710 405 0 606711 0
Current children cumulated CPU time: 2082.24 s
Current children cumulated vsize: 2439068 KiB
Current children cumulated memory: 435540 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 3067
/proc/meminfo: memFree=17679804/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2142.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 438674 0 0 0 213754 470 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5438474 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 3068
/proc/meminfo: memFree=17679804/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2202.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 457157 0 0 0 219748 476 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5438033 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 3069
/proc/meminfo: memFree=17680112/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2262.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 481794 0 0 0 225742 482 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5335776 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/192 3070
/proc/meminfo: memFree=17680920/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2322.23 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 506491 0 0 0 231734 489 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5438419 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3071
/proc/meminfo: memFree=17680964/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2382.23 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 531925 0 0 0 237726 497 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204424 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 3072
/proc/meminfo: memFree=17681372/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2307996 memory=304468 CPUtime=2442.23 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 576279 0 0 0 243716 507 0 0 20 0 1 0 248280224 2363387904 76117 33554432000 4194304 5849940 140725202205264 140725202204264 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 576999 76117 710 405 0 573943 0
Current children cumulated CPU time: 2442.23 s
Current children cumulated vsize: 2307996 KiB
Current children cumulated memory: 304468 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 3073
/proc/meminfo: memFree=17666564/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2323416 memory=319888 CPUtime=2502.24 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 586094 0 0 0 249711 513 0 0 20 0 1 0 248280224 2379177984 79972 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 580854 79972 710 405 0 577798 0
Current children cumulated CPU time: 2502.24 s
Current children cumulated vsize: 2323416 KiB
Current children cumulated memory: 319888 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/190 3073
/proc/meminfo: memFree=17666564/32770624 swapFree=67108856/67108860
[pid=2910] ppid=2907 vsize=2323416 memory=319888 CPUtime=2519.94 cores=1,3,5,7
/proc/2910/stat : 2910 (xcsp_picat) R 2907 2910 665 0 -1 4202496 586156 0 0 0 251479 515 0 0 20 0 1 0 248280224 2379177984 79972 33554432000 4194304 5849940 140725202205264 140725202204264 139923676278663 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 43380736 140725202212022 140725202212100 140725202212100 140725202214858 0
/proc/2910/statm: 580854 79972 710 405 0 577798 0
Current children cumulated CPU time: 2519.94 s
Current children cumulated vsize: 2323416 KiB
Current children cumulated memory: 319888 KiB

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

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.97
CPU user time (s): 2514.8
CPU system time (s): 5.16996
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 2439068
Max. memory (cumulated for all children) (KiB): 435540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.8
system time used= 5.16996
maximum resident set size= 435540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586156
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= 42
involuntary context switches= 1215


# summary of solver processes directly reported to runsolver:
#   pid: 2910
#   total CPU time (s): 2519.97
#   total CPU user time (s): 2514.8
#   total CPU system time (s): 5.16996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1446 second user time and 18.944 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 06:26:11
IDJOB=4309393
IDBENCH=141373
IDSOLVER=2794
FILE ID=node132/4309393-1534307171
RUNJOBID= node132-1534293327-697
PBS_JOBID= 21038142
Free space on /tmp= 38896 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309393-1534307171/watcher-4309393-1534307171 -o /tmp/evaluation-result-4309393-1534307171/solver-4309393-1534307171 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-697 --watchdog 2580  xcsp_picat HOME/instance-4309393-1534307171.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=798546107

node132.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.65
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.65
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.65
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.65
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:        24536668 kB
MemAvailable:   31604132 kB
Buffers:          220760 kB
Cached:          7080480 kB
SwapCached:            4 kB
Active:          4122104 kB
Inactive:        3527480 kB
Active(anon):     298088 kB
Inactive(anon):   110864 kB
Active(file):    3824016 kB
Inactive(file):  3416616 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:        355304 kB
Mapped:            59976 kB
Shmem:             58012 kB
Slab:             283340 kB
SReclaimable:     255292 kB
SUnreclaim:        28048 kB
KernelStack:        3408 kB
PageTables:         6408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2653640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38892 MiB
End job on node132 at 2018-08-15 07:08:11