Trace number 4309395

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

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark135
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints92
Number of domains2
Minimum domain size196
Maximum domain size197
Distribution of domain sizes[{"size":196,"count":91},{"size":197,"count":14}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":13,"count":13},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity91
Distribution of constraint arities[{"arity":3,"count":91},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints91
Distribution of constraint types[{"type":"intension","count":91},{"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 (7041 MiB free)
  memory of node 1: 16384 MiB (10805 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309395-1534306939/watcher-4309395-1534306939 -o /tmp/evaluation-result-4309395-1534306939/solver-4309395-1534306939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21340 --watchdog 2580 xcsp_picat HOME/instance-4309395-1534306939.xml 

running on 4 cores: 0,2,4,6

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

solver pid=22978, runsolver pid=22975

[startup+0.100486 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18253932/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2028364 memory=24560 CPUtime=0.1 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 2302 0 0 0 10 0 0 0 20 0 1 0 248257127 2077044736 6140 33554432000 4194304 5849940 140724532088928 140724532088040 5432304 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 507091 6140 678 405 0 504035 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028364 KiB
Current children cumulated memory: 24560 KiB

[startup+0.209536 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18248876/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2032976 memory=29292 CPUtime=0.2 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 4048 0 0 0 20 0 0 0 20 0 1 0 248257127 2081767424 7323 33554432000 4194304 5849940 140724532088928 140724532088040 5368207 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 508244 7323 687 405 0 505188 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29292 KiB

[startup+0.309446 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18248876/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2032976 memory=29292 CPUtime=0.3 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 4055 0 0 0 30 0 0 0 20 0 1 0 248257127 2081767424 7323 33554432000 4194304 5849940 140724532088928 140724532088040 5368862 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 508244 7323 687 405 0 505188 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29292 KiB

[startup+0.700237 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18248912/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2032976 memory=29292 CPUtime=0.69 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 4057 0 0 0 69 0 0 0 20 0 1 0 248257127 2081767424 7323 33554432000 4194304 5849940 140724532088928 140724532087176 5414794 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 508244 7323 687 405 0 505188 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29292 KiB

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18248912/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2036160 memory=31680 CPUtime=1.48 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 5382 0 0 0 148 0 0 0 20 0 1 0 248257127 2085027840 7920 33554432000 4194304 5849940 140724532088928 140724532086472 5309235 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 509040 7920 706 405 0 505984 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2036160 KiB
Current children cumulated memory: 31680 KiB

[startup+3.10926 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18246608/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2037224 memory=32828 CPUtime=3.09 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 7863 0 0 0 308 1 0 0 20 0 1 0 248257127 2086117376 8207 33554432000 4194304 5849940 140724532088928 140724532086472 140360810659719 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 509306 8207 710 405 0 506250 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2037224 KiB
Current children cumulated memory: 32828 KiB

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18244540/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2038996 memory=35448 CPUtime=6.28 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 12013 0 0 0 623 5 0 0 20 0 1 0 248257127 2087931904 8862 33554432000 4194304 5849940 140724532088928 140724532088088 140360810659719 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 509749 8862 710 405 0 506693 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2038996 KiB
Current children cumulated memory: 35448 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18239828/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2041812 memory=38264 CPUtime=12.68 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 16031 0 0 0 1256 12 0 0 20 0 1 0 248257127 2090815488 9566 33554432000 4194304 5849940 140724532088928 140724532087928 5360645 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 510453 9566 710 405 0 507397 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2041812 KiB
Current children cumulated memory: 38264 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18236304/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2044500 memory=40952 CPUtime=25.48 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 27896 0 0 0 2522 26 0 0 20 0 1 0 248257127 2093568000 10238 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 511125 10238 710 405 0 508069 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2044500 KiB
Current children cumulated memory: 40952 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22979
/proc/meminfo: memFree=18195592/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2048240 memory=44548 CPUtime=51.09 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 54101 0 0 0 5061 48 0 0 20 0 1 0 248257127 2097397760 11137 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 512060 11137 710 405 0 509004 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2048240 KiB
Current children cumulated memory: 44548 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22980
/proc/meminfo: memFree=18158376/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2054652 memory=51236 CPUtime=102.27 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 95077 0 0 0 10140 87 0 0 20 0 1 0 248257127 2103963648 12809 33554432000 4194304 5849940 140724532088928 140724532088088 5437839 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 513663 12809 710 405 0 510607 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2054652 KiB
Current children cumulated memory: 51236 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 22981
/proc/meminfo: memFree=18074448/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2053672 memory=50256 CPUtime=162.27 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 130478 0 0 0 16102 125 0 0 20 0 1 0 248257127 2102960128 12564 33554432000 4194304 5849940 140724532088928 140724532088088 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 513418 12564 710 405 0 510362 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2053672 KiB
Current children cumulated memory: 50256 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 22983
/proc/meminfo: memFree=18068420/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2057712 memory=54168 CPUtime=222.27 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 162781 0 0 0 22069 158 0 0 20 0 1 0 248257127 2107097088 13542 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 514428 13542 710 405 0 511372 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2057712 KiB
Current children cumulated memory: 54168 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 22984
/proc/meminfo: memFree=18039728/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2064588 memory=61044 CPUtime=282.26 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 199051 0 0 0 28036 190 0 0 20 0 1 0 248257127 2114138112 15261 33554432000 4194304 5849940 140724532088928 140724532087656 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 516147 15261 710 405 0 513091 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2064588 KiB
Current children cumulated memory: 61044 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 22985
/proc/meminfo: memFree=18024016/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2074788 memory=71244 CPUtime=342.26 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 235983 0 0 0 34003 223 0 0 20 0 1 0 248257127 2124582912 17811 33554432000 4194304 5849940 140724532088928 140724532087928 5335776 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 518697 17811 710 405 0 515641 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2074788 KiB
Current children cumulated memory: 71244 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 22987
/proc/meminfo: memFree=18012348/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2073120 memory=69524 CPUtime=402.26 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 267743 0 0 0 39972 254 0 0 20 0 1 0 248257127 2122874880 17381 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 518280 17381 710 405 0 515224 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2073120 KiB
Current children cumulated memory: 69524 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 22988
/proc/meminfo: memFree=18346552/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2077836 memory=74292 CPUtime=462.25 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 296419 0 0 0 45944 281 0 0 20 0 1 0 248257127 2127704064 18573 33554432000 4194304 5849940 140724532088928 140724532087928 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 519459 18573 710 405 0 516403 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2077836 KiB
Current children cumulated memory: 74292 KiB


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

/proc/22978/statm: 586071 86181 710 405 0 583015 0
Current children cumulated CPU time: 1722.12 s
Current children cumulated vsize: 2344284 KiB
Current children cumulated memory: 344724 KiB

[startup+1782.3 s]
/proc/loadavg: 2.49 2.13 2.08 3/188 23095
/proc/meminfo: memFree=18263648/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2278728 memory=279232 CPUtime=1782.11 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 585084 0 0 0 177658 553 0 0 20 0 1 0 248257127 2333417472 69808 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 569682 69808 710 405 0 566626 0
Current children cumulated CPU time: 1782.11 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 279232 KiB

[startup+1842.3 s]
/proc/loadavg: 2.24 2.13 2.08 3/188 23096
/proc/meminfo: memFree=18262648/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2278728 memory=279232 CPUtime=1842.1 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 606957 0 0 0 183649 561 0 0 20 0 1 0 248257127 2333417472 69808 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 569682 69808 710 405 0 566626 0
Current children cumulated CPU time: 1842.1 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 279232 KiB

[startup+1902.3 s]
/proc/loadavg: 2.09 2.11 2.08 3/188 23097
/proc/meminfo: memFree=18255632/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2278728 memory=279232 CPUtime=1902.1 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 623518 0 0 0 189638 572 0 0 20 0 1 0 248257127 2333417472 69808 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 569682 69808 710 405 0 566626 0
Current children cumulated CPU time: 1902.1 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 279232 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.09 2.07 3/188 23099
/proc/meminfo: memFree=18166512/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2357824 memory=358328 CPUtime=1962.1 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 640041 0 0 0 195627 583 0 0 20 0 1 0 248257127 2414411776 89582 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 589456 89582 710 405 0 586400 0
Current children cumulated CPU time: 1962.1 s
Current children cumulated vsize: 2357824 KiB
Current children cumulated memory: 358328 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 23100
/proc/meminfo: memFree=18267180/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2264320 memory=264952 CPUtime=2022.09 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 662716 0 0 0 201617 592 0 0 20 0 1 0 248257127 2318663680 66238 33554432000 4194304 5849940 140724532088928 140724532087656 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 566080 66238 710 405 0 563024 0
Current children cumulated CPU time: 2022.09 s
Current children cumulated vsize: 2264320 KiB
Current children cumulated memory: 264952 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 23101
/proc/meminfo: memFree=18351748/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2204112 memory=204744 CPUtime=2082.09 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 672151 0 0 0 207607 602 0 0 20 0 1 0 248257127 2257010688 51186 33554432000 4194304 5849940 140724532088928 140724532088088 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 551028 51186 710 405 0 547972 0
Current children cumulated CPU time: 2082.09 s
Current children cumulated vsize: 2204112 KiB
Current children cumulated memory: 204744 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 23103
/proc/meminfo: memFree=18348292/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2204112 memory=204744 CPUtime=2142.08 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 691615 0 0 0 213597 611 0 0 20 0 1 0 248257127 2257010688 51186 33554432000 4194304 5849940 140724532088928 140724532087928 5438438 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 551028 51186 710 405 0 547972 0
Current children cumulated CPU time: 2142.08 s
Current children cumulated vsize: 2204112 KiB
Current children cumulated memory: 204744 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 23104
/proc/meminfo: memFree=18274668/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2269648 memory=270168 CPUtime=2202.07 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 692175 0 0 0 219587 620 0 0 20 0 1 0 248257127 2324119552 67542 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 567412 67542 710 405 0 564356 0
Current children cumulated CPU time: 2202.07 s
Current children cumulated vsize: 2269648 KiB
Current children cumulated memory: 270168 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 23113
/proc/meminfo: memFree=18329628/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2269648 memory=270048 CPUtime=2262.06 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 711882 0 0 0 225578 628 0 0 20 0 1 0 248257127 2324119552 67512 33554432000 4194304 5849940 140724532088928 140724532087928 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 567412 67512 710 405 0 564356 0
Current children cumulated CPU time: 2262.06 s
Current children cumulated vsize: 2269648 KiB
Current children cumulated memory: 270048 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 23136
/proc/meminfo: memFree=18301860/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2220832 memory=221464 CPUtime=2322.06 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 712191 0 0 0 231572 634 0 0 20 0 1 0 248257127 2274131968 55366 33554432000 4194304 5849940 140724532088928 140724532087928 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 555208 55366 710 405 0 552152 0
Current children cumulated CPU time: 2322.06 s
Current children cumulated vsize: 2220832 KiB
Current children cumulated memory: 221464 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 23137
/proc/meminfo: memFree=18244396/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2280140 memory=280640 CPUtime=2382.05 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 736208 0 0 0 237562 643 0 0 20 0 1 0 248257127 2334863360 70160 33554432000 4194304 5849940 140724532088928 140724532087928 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 570035 70160 710 405 0 566979 0
Current children cumulated CPU time: 2382.05 s
Current children cumulated vsize: 2280140 KiB
Current children cumulated memory: 280640 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 23138
/proc/meminfo: memFree=18162256/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2345676 memory=346252 CPUtime=2442.05 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 761619 0 0 0 243552 653 0 0 20 0 1 0 248257127 2401972224 86563 33554432000 4194304 5849940 140724532088928 140724532087928 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 586419 86563 710 405 0 583363 0
Current children cumulated CPU time: 2442.05 s
Current children cumulated vsize: 2345676 KiB
Current children cumulated memory: 346252 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23139
/proc/meminfo: memFree=18224624/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2280140 memory=280716 CPUtime=2502.05 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 789022 0 0 0 249544 661 0 0 20 0 1 0 248257127 2334863360 70179 33554432000 4194304 5849940 140724532088928 140724532088088 140360810659719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 570035 70179 710 405 0 566979 0
Current children cumulated CPU time: 2502.05 s
Current children cumulated vsize: 2280140 KiB
Current children cumulated memory: 280716 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 23139
/proc/meminfo: memFree=18224624/32770624 swapFree=67108792/67108860
[pid=22978] ppid=22975 vsize=2280140 memory=280716 CPUtime=2519.75 cores=0,2,4,6
/proc/22978/stat : 22978 (xcsp_picat) R 22975 22978 21309 0 -1 4202496 813385 0 0 0 251312 663 0 0 20 0 1 0 248257127 2334863360 70179 33554432000 4194304 5849940 140724532088928 140724532087928 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 28389376 140724532090038 140724532090116 140724532090116 140724532092874 0
/proc/22978/statm: 570035 70179 710 405 0 566979 0
Current children cumulated CPU time: 2519.75 s
Current children cumulated vsize: 2280140 KiB
Current children cumulated memory: 280716 KiB

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

[startup+2520.02 s]
# the end of solver process 22978 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.13 s, system=6.64343 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.77
CPU user time (s): 2513.13
CPU system time (s): 6.64343
CPU usage (%): 99.9902
Max. virtual memory (cumulated for all children) (KiB): 2357824
Max. memory (cumulated for all children) (KiB): 358328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.13
system time used= 6.64343
maximum resident set size= 358328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 813386
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= 36
involuntary context switches= 3156


# summary of solver processes directly reported to runsolver:
#   pid: 22978
#   total CPU time (s): 2519.77
#   total CPU user time (s): 2513.13
#   total CPU system time (s): 6.64343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.19217 second user time and 18.9826 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 06:22:19
IDJOB=4309395
IDBENCH=141367
IDSOLVER=2794
FILE ID=node150/4309395-1534306939
RUNJOBID= node150-1534293054-21340
PBS_JOBID= 21038136
Free space on /tmp= 38000 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309395-1534306939/watcher-4309395-1534306939 -o /tmp/evaluation-result-4309395-1534306939/solver-4309395-1534306939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21340 --watchdog 2580  xcsp_picat HOME/instance-4309395-1534306939.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=122872282

node150.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.76
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.76
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.76
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.76
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:        18275808 kB
MemAvailable:   31591308 kB
Buffers:          245672 kB
Cached:         13237252 kB
SwapCached:           32 kB
Active:          6580964 kB
Inactive:        7261408 kB
Active(anon):     310856 kB
Inactive(anon):   109136 kB
Active(file):    6270108 kB
Inactive(file):  7152272 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:        366744 kB
Mapped:            58556 kB
Shmem:             57924 kB
Slab:             350108 kB
SReclaimable:     321580 kB
SUnreclaim:        28528 kB
KernelStack:        3408 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2690608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37996 MiB
End job on node150 at 2018-08-15 07:04:19