Trace number 4309390

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-14OPT44 657.285 657.308

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.8136
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

657.26/657.30	c xcsp_picat version 2.4#7 (8/14/2018)
657.26/657.30	o 44
657.26/657.30	s OPTIMUM FOUND
657.26/657.30	v <instantiation>
657.26/657.30	v     <list> y[][] x[]  </list> 
657.26/657.30	v     <values> 1 3 9 17 19 32 39 43 44 1 1 6 14 16 29 36 40 41 1 1 1 8 10 23 30 34 35 1 1 1 1 2 15 22 26 27 1 1 1 1 1 13 20 24 25 1 1 1 1 1 1 7 11 12 1 1 1 1 1 1 1 4 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  0 3 9 17 19 32 39 43 44   </values> 
657.26/657.30	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309390-1534307325/watcher-4309390-1534307325 -o /tmp/evaluation-result-4309390-1534307325/solver-4309390-1534307325 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580 xcsp_picat HOME/instance-4309390-1534307325.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=1910, runsolver pid=1907
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23671188/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2027320 memory=16404 CPUtime=0.1 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 1786 0 0 0 10 0 0 0 20 0 1 0 248295732 2075975680 4101 33554432000 4194304 5849940 140730257041568 140730257041568 5375506 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 506830 4101 692 405 0 503774 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027320 KiB
Current children cumulated memory: 16404 KiB

[startup+0.209623 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23671188/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2027304 memory=16404 CPUtime=0.21 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 1866 0 0 0 21 0 0 0 20 0 1 0 248295732 2075959296 4101 33554432000 4194304 5849940 140730257041568 140730257041568 5365888 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 506826 4101 692 405 0 503770 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027304 KiB
Current children cumulated memory: 16404 KiB

[startup+0.308778 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23670072/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2028356 memory=17468 CPUtime=0.31 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 2142 0 0 0 31 0 0 0 20 0 1 0 248295732 2077036544 4367 33554432000 4194304 5849940 140730257041568 140730257041568 5362256 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 507089 4367 695 405 0 504033 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028356 KiB
Current children cumulated memory: 17468 KiB

[startup+0.700289 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23664388/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23028 CPUtime=0.69 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 3711 0 0 0 69 0 0 0 20 0 1 0 248295732 2083106816 5757 33554432000 4194304 5849940 140730257041568 140730257039816 4212046 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5757 704 405 0 505515 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23028 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23664388/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23028 CPUtime=1.49 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 3711 0 0 0 149 0 0 0 20 0 1 0 248295732 2083106816 5757 33554432000 4194304 5849940 140730257041568 140730257039816 4211607 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5757 704 405 0 505515 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23028 KiB

[startup+3.10901 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23664144/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23244 CPUtime=3.1 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 4252 0 0 0 310 0 0 0 20 0 1 0 248295732 2083106816 5811 33554432000 4194304 5849940 140730257041568 140730257039816 4204042 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5811 704 405 0 505515 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23244 KiB

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23663928/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23244 CPUtime=6.29 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 4829 0 0 0 629 0 0 0 20 0 1 0 248295732 2083106816 5811 33554432000 4194304 5849940 140730257041568 140730257039816 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5811 704 405 0 505515 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23244 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23669888/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23420 CPUtime=12.68 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 7213 0 0 0 1268 0 0 0 20 0 1 0 248295732 2083106816 5855 33554432000 4194304 5849940 140730257041568 140730257039816 4212046 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5855 704 405 0 505515 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23420 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23670012/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23420 CPUtime=25.48 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 9541 0 0 0 2548 0 0 0 20 0 1 0 248295732 2083106816 5855 33554432000 4194304 5849940 140730257041568 140730257039816 4211621 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5855 704 405 0 505515 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23420 KiB

[startup+51.1091 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1911
/proc/meminfo: memFree=23664056/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2034284 memory=23420 CPUtime=51.09 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 10718 0 0 0 5109 0 0 0 20 0 1 0 248295732 2083106816 5855 33554432000 4194304 5849940 140730257041568 140730257039816 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508571 5855 704 405 0 505515 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 23420 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 1921
/proc/meminfo: memFree=23661660/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2035168 memory=24128 CPUtime=102.29 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 23798 0 0 0 10200 29 0 0 20 0 1 0 248295732 2084012032 6032 33554432000 4194304 5849940 140730257041568 140730257039976 4211671 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508792 6032 708 405 0 505736 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2035168 KiB
Current children cumulated memory: 24128 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 1922
/proc/meminfo: memFree=23662520/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2032876 memory=27140 CPUtime=162.29 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 30470 0 0 0 16194 35 0 0 20 0 1 0 248295732 2081665024 6785 33554432000 4194304 5849940 140730257041568 140730257039304 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 508219 6785 719 405 0 505163 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2032876 KiB
Current children cumulated memory: 27140 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 1923
/proc/meminfo: memFree=23652456/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037688 memory=32032 CPUtime=222.28 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 33486 0 0 0 22193 35 0 0 20 0 1 0 248295732 2086592512 8008 33554432000 4194304 5849940 140730257041568 140730257039304 4211681 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509422 8008 719 405 0 506366 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2037688 KiB
Current children cumulated memory: 32032 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 1924
/proc/meminfo: memFree=23651700/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037676 memory=31964 CPUtime=282.28 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 35835 0 0 0 28189 39 0 0 20 0 1 0 248295732 2086580224 7991 33554432000 4194304 5849940 140730257041568 140730257039304 4211581 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509419 7991 719 405 0 506363 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2037676 KiB
Current children cumulated memory: 31964 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 1925
/proc/meminfo: memFree=23658332/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037544 memory=31744 CPUtime=342.28 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 41108 0 0 0 34181 47 0 0 20 0 1 0 248295732 2086445056 7936 33554432000 4194304 5849940 140730257041568 140730257039304 4211600 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509386 7936 719 405 0 506330 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 31744 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1926
/proc/meminfo: memFree=23654640/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037544 memory=31744 CPUtime=402.28 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 41114 0 0 0 40179 49 0 0 20 0 1 0 248295732 2086445056 7936 33554432000 4194304 5849940 140730257041568 140730257039304 140518446813063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509386 7936 719 405 0 506330 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 31744 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1927
/proc/meminfo: memFree=23643156/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037516 memory=31808 CPUtime=462.28 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 46442 0 0 0 46164 64 0 0 20 0 1 0 248295732 2086416384 7952 33554432000 4194304 5849940 140730257041568 140730257039304 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509379 7952 719 405 0 506323 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 31808 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1928
/proc/meminfo: memFree=23645832/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039752 memory=34148 CPUtime=522.27 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 47012 0 0 0 52159 68 0 0 20 0 1 0 248295732 2088706048 8537 33554432000 4194304 5849940 140730257041568 140730257040056 4230887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509938 8537 719 405 0 506882 0
Current children cumulated CPU time: 522.27 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 34148 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 1929
/proc/meminfo: memFree=23645828/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2037516 memory=31836 CPUtime=582.27 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 50854 0 0 0 58151 76 0 0 20 0 1 0 248295732 2086416384 7959 33554432000 4194304 5849940 140730257041568 140730257039304 4230887 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509379 7959 719 405 0 506323 0
Current children cumulated CPU time: 582.27 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 31836 KiB

[startup+642.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=33916 CPUtime=642.26 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 51422 0 0 0 64134 92 0 0 20 0 1 0 248295732 2088693760 8479 33554432000 4194304 5849940 140730257041568 140730257040056 4211681 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8479 719 405 0 506879 0
Current children cumulated CPU time: 642.26 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 33916 KiB

[startup+657.308 s]
# the end of solver process 1910 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=656.333 s, system=0.951966 s

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

[startup+646.4 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=646.36 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 52116 0 0 0 64544 92 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 4211671 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 646.36 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+652.8 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=652.76 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 52129 0 0 0 65184 92 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 4211660 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 652.76 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+654.4 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=654.36 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 52129 0 0 0 65344 92 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 4212338 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 654.36 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+656 s]*
/proc/loadavg: 2.03 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=655.97 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 52585 0 0 0 65504 93 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 140518446813063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 655.97 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+656.8 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=656.77 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 52891 0 0 0 65583 94 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 140518446813063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 656.77 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+657.2 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=657.16 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 53445 0 0 0 65622 94 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 140518446813063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 657.16 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

[startup+657.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 1930
/proc/meminfo: memFree=23643648/32770624 swapFree=67108196/67108860
[pid=1910] ppid=1907 vsize=2039740 memory=34136 CPUtime=657.26 cores=1,3,5,7
/proc/1910/stat : 1910 (xcsp_picat) R 1907 1910 32759 0 -1 4202496 53445 0 0 0 65632 94 0 0 20 0 1 0 248295732 2088693760 8534 33554432000 4194304 5849940 140730257041568 140730257040056 140518446813063 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 41205760 140730257044662 140730257044740 140730257044740 140730257047498 0
/proc/1910/statm: 509935 8534 719 405 0 506879 0
Current children cumulated CPU time: 657.26 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 34136 KiB

Child status: 0
Real time (s): 657.308
CPU time (s): 657.285
CPU user time (s): 656.333
CPU system time (s): 0.951966
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 2040376
Max. memory (cumulated for all children) (KiB): 34148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 656.333
system time used= 0.951966
maximum resident set size= 34148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53482
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= 2
involuntary context switches= 465


# summary of solver processes directly reported to runsolver:
#   pid: 1910
#   total CPU time (s): 657.285
#   total CPU user time (s): 656.333
#   total CPU system time (s): 0.951966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.25215 second user time and 4.29531 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 06:28:45
IDJOB=4309390
IDBENCH=141376
IDSOLVER=2794
FILE ID=node151/4309390-1534307325
RUNJOBID= node151-1534293053-324
PBS_JOBID= 21038135
Free space on /tmp= 43896 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309390-1534307325/watcher-4309390-1534307325 -o /tmp/evaluation-result-4309390-1534307325/solver-4309390-1534307325 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-324 --watchdog 2580  xcsp_picat HOME/instance-4309390-1534307325.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1270752118

node151.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.87
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.87
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.87
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.87
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:        23685336 kB
MemAvailable:   31542984 kB
Buffers:          170092 kB
Cached:          7918060 kB
SwapCached:           12 kB
Active:          4485604 kB
Inactive:        4012448 kB
Active(anon):     359172 kB
Inactive(anon):   110776 kB
Active(file):    4126432 kB
Inactive(file):  3901672 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:        468408 kB
Mapped:            58848 kB
Shmem:             57716 kB
Slab:             286196 kB
SReclaimable:     258004 kB
SUnreclaim:        28192 kB
KernelStack:        3360 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2567976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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= 43892 MiB
End job on node151 at 2018-08-15 06:39:43