Trace number 4395427

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 2019-09-12? (TO) 2519.71 2520.02

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-28-a3.xml
MD5SUM7bf94b2c859f2895a81dfe97f17444ea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark914
Best CPU time to get the best result obtained on this benchmark19852.1
Satisfiable
(Un)Satisfiability was proved
Number of variables812
Number of constraints381
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":378},{"size":1001,"count":28}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":406},{"degree":2,"count":378},{"degree":28,"count":26},{"degree":29,"count":2}]
Minimum constraint arity1
Maximum constraint arity378
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":378},{"arity":28,"count":1},{"arity":378,"count":1}]
Number of extensional constraints0
Number of intensional constraints379
Distribution of constraint types[{"type":"intension","count":379},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

27.99/28.03	c xcsp_picat version 2.7b12 (9/12/2019)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395427-1568330916/watcher-4395427-1568330916 -o /tmp/evaluation-result-4395427-1568330916/solver-4395427-1568330916 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568318150-27187 --watchdog 2580 xcsp_picat HOME/instance-4395427-1568330916.xml 

running on 4 cores: 1,3,5,7

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

solver pid=28936, runsolver pid=28933

[startup+0.100134 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=29371252/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2031716 memory=43652 CPUtime=0.1 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1389 0 0 0 10 0 0 0 20 0 1 0 409347646 2080477184 10913 33554432000 4194304 5870510 140727576930128 140727576927272 4429588 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 507929 10913 867 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 43652 KiB

[startup+0.209916 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=29327128/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2083556 memory=87944 CPUtime=0.21 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1702 0 0 0 20 1 0 0 20 0 1 0 409347646 2133561344 21986 33554432000 4194304 5870510 140727576930128 140727576927272 5245141 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 520889 21986 894 410 0 516362 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2083556 KiB
Current children cumulated memory: 87944 KiB

[startup+0.309796 s]*
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=29304876/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2083556 memory=108424 CPUtime=0.31 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1712 0 0 0 30 1 0 0 20 0 1 0 409347646 2133561344 27106 33554432000 4194304 5870510 140727576930128 140727576929096 4795417 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 520889 27106 894 410 0 516362 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2083556 KiB
Current children cumulated memory: 108424 KiB

[startup+0.700368 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=29282224/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2139184 memory=190564 CPUtime=0.69 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 2083 0 0 0 65 4 0 0 20 0 1 0 409347646 2190524416 47641 33554432000 4194304 5870510 140727576930128 140727576929096 5355029 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 534796 47641 894 410 0 530269 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2139184 KiB
Current children cumulated memory: 190564 KiB

[startup+1.50037 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=29113108/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2356248 memory=398544 CPUtime=1.49 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 27763 0 0 0 141 8 0 0 20 0 1 0 409347646 2412797952 99636 33554432000 4194304 5870510 140727576930128 140727576929016 4429451 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 589062 99636 943 410 0 584535 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2356248 KiB
Current children cumulated memory: 398544 KiB

[startup+3.10957 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28937
/proc/meminfo: memFree=28931888/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2458384 memory=483968 CPUtime=3.1 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 47955 0 0 0 299 11 0 0 20 0 1 0 409347646 2517385216 120992 33554432000 4194304 5870510 140727576930128 140727576929304 139701295352805 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 614596 120992 960 410 0 610069 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2458384 KiB
Current children cumulated memory: 483968 KiB

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28939
/proc/meminfo: memFree=28817792/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2578884 memory=592304 CPUtime=6.29 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 120218 0 0 0 612 17 0 0 20 0 1 0 409347646 2640777216 148076 33554432000 4194304 5870510 140727576930128 140727576928632 5337294 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 644721 148076 967 410 0 640194 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2578884 KiB
Current children cumulated memory: 592304 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28939
/proc/meminfo: memFree=28879968/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2499168 memory=530544 CPUtime=12.69 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 173780 0 0 0 1247 22 0 0 20 0 1 0 409347646 2559148032 132636 33554432000 4194304 5870510 140727576930128 140727576929384 5267717 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 624792 132636 990 410 0 620265 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2499168 KiB
Current children cumulated memory: 530544 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28940
/proc/meminfo: memFree=28872848/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2499168 memory=536688 CPUtime=25.49 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 228130 0 0 0 2523 26 0 0 20 0 1 0 409347646 2559148032 134172 33554432000 4194304 5870510 140727576930128 140727576929384 5267727 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 624792 134172 990 410 0 620265 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2499168 KiB
Current children cumulated memory: 536688 KiB

[startup+51.1098 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28942
/proc/meminfo: memFree=28856164/32770624 swapFree=66920992/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=553076 CPUtime=51.09 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 271048 0 0 0 5080 29 0 0 20 0 1 0 409347646 2610438144 138269 33554432000 4194304 5870510 140727576930128 140727576929080 5282578 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 138269 991 410 0 632787 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 553076 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28947
/proc/meminfo: memFree=28852532/32770624 swapFree=66920996/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=557440 CPUtime=102.27 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 339097 0 0 0 10191 36 0 0 20 0 1 0 409347646 2610438144 139360 33554432000 4194304 5870510 140727576930128 140727576929080 5308227 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 139360 991 410 0 632787 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 557440 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/198 28951
/proc/meminfo: memFree=28837576/32770624 swapFree=66920996/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=569492 CPUtime=162.27 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 376485 0 0 0 16183 44 0 0 20 0 1 0 409347646 2610438144 142373 33554432000 4194304 5870510 140727576930128 140727576929144 5281991 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 142373 991 410 0 632787 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 569492 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28963
/proc/meminfo: memFree=28846404/32770624 swapFree=66921000/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=561300 CPUtime=222.26 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 416455 0 0 0 22176 50 0 0 20 0 1 0 409347646 2610438144 140325 33554432000 4194304 5870510 140727576930128 140727576929144 5308227 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 140325 991 410 0 632787 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 561300 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28969
/proc/meminfo: memFree=28852592/32770624 swapFree=66921000/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=555156 CPUtime=282.25 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 455398 0 0 0 28170 55 0 0 20 0 1 0 409347646 2610438144 138789 33554432000 4194304 5870510 140727576930128 140727576929144 5274400 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 138789 991 410 0 632787 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 555156 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28973
/proc/meminfo: memFree=28861120/32770624 swapFree=66921000/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=547984 CPUtime=342.24 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 496887 0 0 0 34163 61 0 0 20 0 1 0 409347646 2610438144 136996 33554432000 4194304 5870510 140727576930128 140727576929080 5289442 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 136996 991 410 0 632787 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 547984 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28977
/proc/meminfo: memFree=28842284/32770624 swapFree=66921000/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=564460 CPUtime=402.24 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 536897 0 0 0 40157 67 0 0 20 0 1 0 409347646 2610438144 141115 33554432000 4194304 5870510 140727576930128 140727576929080 5282382 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 141115 991 410 0 632787 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 564460 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 28983
/proc/meminfo: memFree=28840364/32770624 swapFree=66921000/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=564192 CPUtime=462.23 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 591799 0 0 0 46150 73 0 0 20 0 1 0 409347646 2610438144 141048 33554432000 4194304 5870510 140727576930128 140727576929144 139701301031944 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 141048 991 410 0 632787 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 564192 KiB


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

/proc/28936/statm: 637314 140824 991 410 0 632787 0
Current children cumulated CPU time: 1722.06 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 563296 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/198 29224
/proc/meminfo: memFree=30836148/32770624 swapFree=66921012/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=577628 CPUtime=1782.05 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1197744 0 0 0 178021 184 0 0 20 0 1 0 409347646 2610438144 144407 33554432000 4194304 5870510 140727576930128 140727576929080 5272294 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 144407 991 410 0 632787 0
Current children cumulated CPU time: 1782.05 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 577628 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/198 29228
/proc/meminfo: memFree=30835048/32770624 swapFree=66921012/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=579840 CPUtime=1842.04 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1218072 0 0 0 184016 188 0 0 20 0 1 0 409347646 2610438144 144960 33554432000 4194304 5870510 140727576930128 140727576929080 5308398 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 144960 991 410 0 632787 0
Current children cumulated CPU time: 1842.04 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 579840 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/198 29235
/proc/meminfo: memFree=30828568/32770624 swapFree=66921012/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=585140 CPUtime=1902.04 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1226622 0 0 0 190013 191 0 0 20 0 1 0 409347646 2610438144 146285 33554432000 4194304 5870510 140727576930128 140727576929144 5282001 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 146285 991 410 0 632787 0
Current children cumulated CPU time: 1902.04 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 585140 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/197 29239
/proc/meminfo: memFree=30831780/32770624 swapFree=66921012/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=585716 CPUtime=1962.04 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1228486 0 0 0 196011 193 0 0 20 0 1 0 409347646 2610438144 146429 33554432000 4194304 5870510 140727576930128 140727576929144 5289014 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 146429 991 410 0 632787 0
Current children cumulated CPU time: 1962.04 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 585716 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/199 29252
/proc/meminfo: memFree=30823152/32770624 swapFree=66921020/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=583936 CPUtime=2022.03 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1230982 0 0 0 202006 197 0 0 20 0 1 0 409347646 2610438144 145984 33554432000 4194304 5870510 140727576930128 140727576929080 5256784 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 145984 991 410 0 632787 0
Current children cumulated CPU time: 2022.03 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 583936 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 29284
/proc/meminfo: memFree=30838168/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=569436 CPUtime=2082.02 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1239863 0 0 0 207999 203 0 0 20 0 1 0 409347646 2610438144 142359 33554432000 4194304 5870510 140727576930128 140727576929080 5282382 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 142359 991 410 0 632787 0
Current children cumulated CPU time: 2082.02 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 569436 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 29288
/proc/meminfo: memFree=30844240/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=561140 CPUtime=2142.02 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1247304 0 0 0 213995 207 0 0 20 0 1 0 409347646 2610438144 140285 33554432000 4194304 5870510 140727576930128 140727576929144 5272433 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 140285 991 410 0 632787 0
Current children cumulated CPU time: 2142.02 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 561140 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 29292
/proc/meminfo: memFree=30874660/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=564392 CPUtime=2202.01 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1248742 0 0 0 219992 209 0 0 20 0 1 0 409347646 2610438144 141098 33554432000 4194304 5870510 140727576930128 140727576929144 5262802 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 141098 991 410 0 632787 0
Current children cumulated CPU time: 2202.01 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 564392 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/200 29298
/proc/meminfo: memFree=30864820/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=571380 CPUtime=2262.01 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1250173 0 0 0 225989 212 0 0 20 0 1 0 409347646 2610438144 142845 33554432000 4194304 5870510 140727576930128 140727576929144 5281854 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 142845 991 410 0 632787 0
Current children cumulated CPU time: 2262.01 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 571380 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/199 29302
/proc/meminfo: memFree=30852316/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=568488 CPUtime=2322 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1251603 0 0 0 231987 213 0 0 20 0 1 0 409347646 2610438144 142122 33554432000 4194304 5870510 140727576930128 140727576929144 5308364 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 142122 991 410 0 632787 0
Current children cumulated CPU time: 2322 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 568488 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/198 29306
/proc/meminfo: memFree=30838004/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=583668 CPUtime=2382 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1253062 0 0 0 237984 216 0 0 20 0 1 0 409347646 2610438144 145917 33554432000 4194304 5870510 140727576930128 140727576929144 139701301052277 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 145917 991 410 0 632787 0
Current children cumulated CPU time: 2382 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 583668 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/198 29312
/proc/meminfo: memFree=30856484/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2499168 memory=557800 CPUtime=2441.99 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1255113 0 0 0 243980 219 0 0 20 0 1 0 409347646 2559148032 139450 33554432000 4194304 5870510 140727576930128 140727576929144 5274721 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 624792 139450 991 410 0 620265 0
Current children cumulated CPU time: 2441.99 s
Current children cumulated vsize: 2499168 KiB
Current children cumulated memory: 557800 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/198 29316
/proc/meminfo: memFree=30846436/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=567392 CPUtime=2501.99 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1277606 0 0 0 249975 224 0 0 20 0 1 0 409347646 2610438144 141848 33554432000 4194304 5870510 140727576930128 140727576929080 5288939 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 141848 991 410 0 632787 0
Current children cumulated CPU time: 2501.99 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 567392 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.00 2.03 3/198 29316
/proc/meminfo: memFree=30837240/32770624 swapFree=66921036/67108860
[pid=28936] ppid=28933 vsize=2549256 memory=575744 CPUtime=2519.69 cores=1,3,5,7
/proc/28936/stat : 28936 (xcsp_picat) R 28933 28936 27155 0 -1 4202496 1284214 0 0 0 251745 224 0 0 20 0 1 0 409347646 2610438144 143936 33554432000 4194304 5870510 140727576930128 140727576929080 5288874 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 45793280 140727576933407 140727576933485 140727576933485 140727576936394 0
/proc/28936/statm: 637314 143936 991 410 0 632787 0
Current children cumulated CPU time: 2519.69 s
Current children cumulated vsize: 2549256 KiB
Current children cumulated memory: 575744 KiB

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

[startup+2520.02 s]
# the end of solver process 28936 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.46 s, system=2.25476 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.71
CPU user time (s): 2517.46
CPU system time (s): 2.25476
CPU usage (%): 99.988
Max. virtual memory (cumulated for all children) (KiB): 2679484
Max. memory (cumulated for all children) (KiB): 683132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.46
system time used= 2.25476
maximum resident set size= 683132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1284214
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= 70
involuntary context switches= 2250


# summary of solver processes directly reported to runsolver:
#   pid: 28936
#   total CPU time (s): 2519.71
#   total CPU user time (s): 2517.46
#   total CPU system time (s): 2.25476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5033 second user time and 18.5205 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 00:26:40
IDJOB=4395427
IDBENCH=126211
IDSOLVER=2844
FILE ID=node107/4395427-1568330916
RUNJOBID= node107-1568318150-27187
PBS_JOBID= 21701137
Free space on /tmp= 55704 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-28-a3.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395427-1568330916/watcher-4395427-1568330916 -o /tmp/evaluation-result-4395427-1568330916/solver-4395427-1568330916 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568318150-27187 --watchdog 2580  xcsp_picat HOME/instance-4395427-1568330916.xml

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

MD5SUM BENCH= 7bf94b2c859f2895a81dfe97f17444ea
RANDOM SEED=2128587400

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        29408068 kB
MemAvailable:   29752464 kB
Buffers:          122948 kB
Cached:           490744 kB
SwapCached:        80268 kB
Active:          2428368 kB
Inactive:         343596 kB
Active(anon):    2087460 kB
Inactive(anon):   100300 kB
Active(file):     340908 kB
Inactive(file):   243296 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920992 kB
Dirty:              3200 kB
Writeback:             0 kB
AnonPages:       2269272 kB
Mapped:            34440 kB
Shmem:             20740 kB
Slab:             180596 kB
SReclaimable:     152056 kB
SUnreclaim:        28540 kB
KernelStack:        3744 kB
PageTables:         9784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4740292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55700 MiB
End job on node107 at 2019-09-13 01:08:40