Trace number 4303055

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-02? (TO) 2519.95 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 (10643 MiB free)
  memory of node 1: 16384 MiB (6432 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303055-1534014140/watcher-4303055-1534014140 -o /tmp/evaluation-result-4303055-1534014140/solver-4303055-1534014140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580 xcsp_picat HOME/instance-4303055-1534014140.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=24038, runsolver pid=24035
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17464472/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2028364 memory=24900 CPUtime=0.1 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 1875 0 0 0 10 0 0 0 20 0 1 0 218977210 2077044736 6225 33554432000 4194304 5849708 140735176911440 140735176910744 4491580 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 507091 6225 678 405 0 504036 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028364 KiB
Current children cumulated memory: 24900 KiB

[startup+0.209713 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17459784/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2032976 memory=29632 CPUtime=0.21 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 3621 0 0 0 21 0 0 0 20 0 1 0 218977210 2081767424 7408 33554432000 4194304 5849708 140735176911440 140735176910744 5303787 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 508244 7408 687 405 0 505189 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29632 KiB

[startup+0.309565 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17459456/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2032976 memory=29632 CPUtime=0.31 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 3628 0 0 0 31 0 0 0 20 0 1 0 218977210 2081767424 7408 33554432000 4194304 5849708 140735176911440 140735176910744 5373120 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 508244 7408 687 405 0 505189 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29632 KiB

[startup+0.700288 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17459140/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2032976 memory=29632 CPUtime=0.69 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 3630 0 0 0 69 0 0 0 20 0 1 0 218977210 2081767424 7408 33554432000 4194304 5849708 140735176911440 140735176909688 5360860 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 508244 7408 687 405 0 505189 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2032976 KiB
Current children cumulated memory: 29632 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17459140/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2036160 memory=32020 CPUtime=1.49 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 4955 0 0 0 149 0 0 0 20 0 1 0 218977210 2085027840 8005 33554432000 4194304 5849708 140735176911440 140735176909688 4223966 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 509040 8005 706 405 0 505985 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036160 KiB
Current children cumulated memory: 32020 KiB

[startup+3.10949 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17456968/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2037224 memory=33224 CPUtime=3.1 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 6749 0 0 0 309 1 0 0 20 0 1 0 218977210 2086117376 8306 33554432000 4194304 5849708 140735176911440 140735176908984 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 509306 8306 710 405 0 506251 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2037224 KiB
Current children cumulated memory: 33224 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17454328/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2038996 memory=35628 CPUtime=6.29 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 9372 0 0 0 624 5 0 0 20 0 1 0 218977210 2087931904 8907 33554432000 4194304 5849708 140735176911440 140735176910440 5438176 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 509749 8907 710 405 0 506694 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2038996 KiB
Current children cumulated memory: 35628 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17449272/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2044500 memory=41232 CPUtime=12.68 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 16175 0 0 0 1259 9 0 0 20 0 1 0 218977210 2093568000 10308 33554432000 4194304 5849708 140735176911440 140735176910312 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 511125 10308 710 405 0 508070 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2044500 KiB
Current children cumulated memory: 41232 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17447112/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2044500 memory=41292 CPUtime=25.49 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 27177 0 0 0 2527 22 0 0 20 0 1 0 218977210 2093568000 10323 33554432000 4194304 5849708 140735176911440 140735176910600 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 511125 10323 710 405 0 508070 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2044500 KiB
Current children cumulated memory: 41292 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17441448/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2048240 memory=44888 CPUtime=51.1 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 52629 0 0 0 5065 45 0 0 20 0 1 0 218977210 2097397760 11222 33554432000 4194304 5849708 140735176911440 140735176910312 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 512060 11222 710 405 0 509005 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2048240 KiB
Current children cumulated memory: 44888 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 2.05 4/201 24069
/proc/meminfo: memFree=17464200/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2054652 memory=51316 CPUtime=102.28 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 89888 0 0 0 10144 84 0 0 20 0 1 0 218977210 2103963648 12829 33554432000 4194304 5849708 140735176911440 140735176910440 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 513663 12829 710 405 0 510608 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2054652 KiB
Current children cumulated memory: 51316 KiB

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 24101
/proc/meminfo: memFree=17452924/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2054728 memory=57408 CPUtime=162.28 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 125132 0 0 0 16107 121 0 0 20 0 1 0 218977210 2104041472 14352 33554432000 4194304 5849708 140735176911440 140735176910440 5437684 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 513682 14352 710 405 0 510627 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2054728 KiB
Current children cumulated memory: 57408 KiB

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 24102
/proc/meminfo: memFree=17446164/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2065904 memory=68244 CPUtime=222.27 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 156945 0 0 0 22067 160 0 0 20 0 1 0 218977210 2115485696 17061 33554432000 4194304 5849708 140735176911440 140735176910312 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 516476 17061 710 405 0 513421 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2065904 KiB
Current children cumulated memory: 68244 KiB

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 24103
/proc/meminfo: memFree=17447632/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2054584 memory=56996 CPUtime=282.27 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 185307 0 0 0 28037 190 0 0 20 0 1 0 218977210 2103894016 14249 33554432000 4194304 5849708 140735176911440 140735176910440 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 513646 14249 710 405 0 510591 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2054584 KiB
Current children cumulated memory: 56996 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24104
/proc/meminfo: memFree=17386264/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2078716 memory=81232 CPUtime=342.27 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 220416 0 0 0 34004 223 0 0 20 0 1 0 218977210 2128605184 20308 33554432000 4194304 5849708 140735176911440 140735176910600 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 519679 20308 710 405 0 516624 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2078716 KiB
Current children cumulated memory: 81232 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 24105
/proc/meminfo: memFree=17395664/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2073120 memory=75520 CPUtime=402.27 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 251338 0 0 0 39973 254 0 0 20 0 1 0 218977210 2122874880 18880 33554432000 4194304 5849708 140735176911440 140735176910600 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 518280 18880 710 405 0 515225 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2073120 KiB
Current children cumulated memory: 75520 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24114
/proc/meminfo: memFree=17410316/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2066812 memory=69384 CPUtime=462.27 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 281898 0 0 0 45943 284 0 0 20 0 1 0 218977210 2116415488 17346 33554432000 4194304 5849708 140735176911440 140735176910440 5339449 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 516703 17346 710 405 0 513648 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2066812 KiB
Current children cumulated memory: 69384 KiB


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

/proc/24038/statm: 586071 86692 710 405 0 583016 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 2344284 KiB
Current children cumulated memory: 346768 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 24153
/proc/meminfo: memFree=16986936/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2278728 memory=281276 CPUtime=1782.24 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 595488 0 0 0 177655 569 0 0 20 0 1 0 218977210 2333417472 70319 33554432000 4194304 5849708 140735176911440 140735176910440 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 569682 70319 710 405 0 566627 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 281276 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 24154
/proc/meminfo: memFree=17075628/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2278728 memory=281284 CPUtime=1842.24 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 622954 0 0 0 183647 577 0 0 20 0 1 0 218977210 2333417472 70321 33554432000 4194304 5849708 140735176911440 140735176910440 5437576 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 569682 70321 710 405 0 566627 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 281284 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 24155
/proc/meminfo: memFree=17107240/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2278728 memory=281284 CPUtime=1902.24 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 646941 0 0 0 189636 588 0 0 20 0 1 0 218977210 2333417472 70321 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 569682 70321 710 405 0 566627 0
Current children cumulated CPU time: 1902.24 s
Current children cumulated vsize: 2278728 KiB
Current children cumulated memory: 281284 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 24156
/proc/meminfo: memFree=17009480/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2344264 memory=346820 CPUtime=1962.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 671377 0 0 0 195625 598 0 0 20 0 1 0 218977210 2400526336 86705 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 586066 86705 710 405 0 583011 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2344264 KiB
Current children cumulated memory: 346820 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 24157
/proc/meminfo: memFree=16989748/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2357824 memory=360380 CPUtime=2022.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 693277 0 0 0 201615 608 0 0 20 0 1 0 218977210 2414411776 90095 33554432000 4194304 5849708 140735176911440 140735176910440 5335545 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 589456 90095 710 405 0 586401 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2357824 KiB
Current children cumulated memory: 360380 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24159
/proc/meminfo: memFree=17067160/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2204112 memory=206736 CPUtime=2082.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 730329 0 0 0 207602 621 0 0 20 0 1 0 218977210 2257010688 51684 33554432000 4194304 5849708 140735176911440 140735176910600 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 551028 51684 710 405 0 547973 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2204112 KiB
Current children cumulated memory: 206736 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24160
/proc/meminfo: memFree=17060072/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2171344 memory=174028 CPUtime=2142.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 752269 0 0 0 213593 630 0 0 20 0 1 0 218977210 2223456256 43507 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 542836 43507 710 405 0 539781 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2171344 KiB
Current children cumulated memory: 174028 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24161
/proc/meminfo: memFree=17026612/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2269648 memory=272180 CPUtime=2202.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 753371 0 0 0 219585 638 0 0 20 0 1 0 218977210 2324119552 68045 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 567412 68045 710 405 0 564357 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 2269648 KiB
Current children cumulated memory: 272180 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24169
/proc/meminfo: memFree=17070968/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2204112 memory=206796 CPUtime=2262.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 775331 0 0 0 225575 648 0 0 20 0 1 0 218977210 2257010688 51699 33554432000 4194304 5849708 140735176911440 140735176910600 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 551028 51699 710 405 0 547973 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 2204112 KiB
Current children cumulated memory: 206796 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24170
/proc/meminfo: memFree=16924208/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2286368 memory=288896 CPUtime=2322.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 776759 0 0 0 231568 655 0 0 20 0 1 0 218977210 2341240832 72224 33554432000 4194304 5849708 140735176911440 140735176910440 5437798 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 571592 72224 710 405 0 568537 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 2286368 KiB
Current children cumulated memory: 288896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24171
/proc/meminfo: memFree=16903412/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2307304 memory=309988 CPUtime=2382.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 798726 0 0 0 237560 663 0 0 20 0 1 0 218977210 2362679296 77497 33554432000 4194304 5849708 140735176911440 140735176910440 5392609 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 576826 77497 710 405 0 573771 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 2307304 KiB
Current children cumulated memory: 309988 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24172
/proc/meminfo: memFree=16865444/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2345676 memory=348032 CPUtime=2442.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 805460 0 0 0 243551 672 0 0 20 0 1 0 218977210 2401972224 87008 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 586419 87008 710 405 0 583364 0
Current children cumulated CPU time: 2442.23 s
Current children cumulated vsize: 2345676 KiB
Current children cumulated memory: 348032 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24173
/proc/meminfo: memFree=16865272/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2345676 memory=348232 CPUtime=2502.23 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 832063 0 0 0 249542 681 0 0 20 0 1 0 218977210 2401972224 87058 33554432000 4194304 5849708 140735176911440 140735176910440 5437714 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 586419 87058 710 405 0 583364 0
Current children cumulated CPU time: 2502.23 s
Current children cumulated vsize: 2345676 KiB
Current children cumulated memory: 348232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24174
/proc/meminfo: memFree=16799240/32770624 swapFree=67108796/67108860
[pid=24038] ppid=24035 vsize=2280140 memory=282696 CPUtime=2519.94 cores=1,3,5,7
/proc/24038/stat : 24038 (xcsp_picat) R 24035 24038 21527 0 -1 4202496 855847 0 0 0 251311 683 0 0 20 0 1 0 218977210 2334863360 70674 33554432000 4194304 5849708 140735176911440 140735176910440 140250032627591 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 30392320 140735176918198 140735176918276 140735176918276 140735176921034 0
/proc/24038/statm: 570035 70674 710 405 0 566980 0
Current children cumulated CPU time: 2519.94 s
Current children cumulated vsize: 2280140 KiB
Current children cumulated memory: 282696 KiB

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.11
system time used= 6.84384
maximum resident set size= 360380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 855847
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= 8
involuntary context switches= 1361


# summary of solver processes directly reported to runsolver:
#   pid: 24038
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2513.11
#   total CPU system time (s): 6.84384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98816 second user time and 18.529 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-11 21:02:20
IDJOB=4303055
IDBENCH=141367
IDSOLVER=2778
FILE ID=node138/4303055-1534014140
RUNJOBID= node138-1533993481-21560
PBS_JOBID= 21036952
Free space on /tmp= 24252 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303055-1534014140/watcher-4303055-1534014140 -o /tmp/evaluation-result-4303055-1534014140/solver-4303055-1534014140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21560 --watchdog 2580  xcsp_picat HOME/instance-4303055-1534014140.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=177820475

node138.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.71
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.71
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.71
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.71
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:        17486132 kB
MemAvailable:   31838616 kB
Buffers:           95168 kB
Cached:         14326908 kB
SwapCached:           12 kB
Active:          7202724 kB
Inactive:        7340336 kB
Active(anon):      62316 kB
Inactive(anon):   111108 kB
Active(file):    7140408 kB
Inactive(file):  7229228 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:        191640 kB
Mapped:            52024 kB
Shmem:             49740 kB
Slab:             439056 kB
SReclaimable:     411308 kB
SUnreclaim:        27748 kB
KernelStack:        3344 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2438596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24248 MiB
End job on node138 at 2018-08-11 21:44:21