Trace number 4407897

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
(reference) PicatSAT 2019-09-12? (TO) 2400.07 2399.9

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-14_c18.xml
MD5SUMc1878b2d9e06b3112b686731368ac8cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark140
Best CPU time to get the best result obtained on this benchmark2400.01
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

12.19/12.22	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: 16375 MiB (15418 MiB free)
  memory of node 1: 16384 MiB (7605 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407897-1569514356/watcher-4407897-1569514356 -o /tmp/evaluation-result-4407897-1569514356/solver-4407897-1569514356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569509600-2162 --watchdog 2560 xcsp_picat HOME/instance-4407897-1569514356.xml 

running on 4 cores: 0-3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3624, runsolver pid=3621
Current StackSize limit: 8192 KiB


[startup+0.100578 s]*
/proc/loadavg: 2.00 2.01 2.01 3/199 3625
/proc/meminfo: memFree=23547380/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2045640 memory=33248 CPUtime=0.1 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 4661 0 0 0 9 1 0 0 20 0 1 0 527377211 2094735360 8312 33554432000 4194304 5870510 140724998956416 140724998955672 4442301 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 511410 8312 940 410 0 506883 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2045640 KiB
Current children cumulated memory: 33248 KiB

[startup+0.210803 s]*
/proc/loadavg: 2.00 2.01 2.01 4/199 3625
/proc/meminfo: memFree=23543388/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2050236 memory=37444 CPUtime=0.21 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 5971 0 0 0 20 1 0 0 20 0 1 0 527377211 2099441664 9361 33554432000 4194304 5870510 140724998956416 140724998955672 4440229 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 512559 9361 940 410 0 508032 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2050236 KiB
Current children cumulated memory: 37444 KiB

[startup+0.310485 s]*
/proc/loadavg: 2.00 2.01 2.01 3/200 3627
/proc/meminfo: memFree=23541488/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2053920 memory=39632 CPUtime=0.31 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 6508 0 0 0 30 1 0 0 20 0 1 0 527377211 2103214080 9908 33554432000 4194304 5870510 140724998956416 140724998955672 5337497 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 513480 9908 945 410 0 508953 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2053920 KiB
Current children cumulated memory: 39632 KiB

[startup+0.700306 s]
/proc/loadavg: 2.00 2.01 2.01 3/200 3627
/proc/meminfo: memFree=23542872/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2049552 memory=36912 CPUtime=0.68 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 7329 0 0 0 67 1 0 0 20 0 1 0 527377211 2098741248 9228 33554432000 4194304 5870510 140724998956416 140724998955672 5289326 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 512388 9228 973 410 0 507861 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2049552 KiB
Current children cumulated memory: 36912 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.01 3/200 3627
/proc/meminfo: memFree=23542860/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2056624 memory=40236 CPUtime=1.49 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 7649 0 0 0 147 2 0 0 20 0 1 0 527377211 2105982976 10059 33554432000 4194304 5870510 140724998956416 140724998955672 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 514156 10059 973 410 0 509629 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2056624 KiB
Current children cumulated memory: 40236 KiB

[startup+3.11072 s]
/proc/loadavg: 2.00 2.01 2.01 3/200 3627
/proc/meminfo: memFree=23538148/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2056624 memory=42568 CPUtime=3.1 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 10858 0 0 0 308 2 0 0 20 0 1 0 527377211 2105982976 10642 33554432000 4194304 5870510 140724998956416 140724998954856 5258777 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 514156 10642 975 410 0 509629 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2056624 KiB
Current children cumulated memory: 42568 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3628
/proc/meminfo: memFree=23528780/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2063764 memory=51692 CPUtime=6.28 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 15093 0 0 0 626 2 0 0 20 0 1 0 527377211 2113294336 12923 33554432000 4194304 5870510 140724998956416 140724998954984 5282467 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 515941 12923 975 410 0 511414 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2063764 KiB
Current children cumulated memory: 51692 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3628
/proc/meminfo: memFree=23515976/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2083400 memory=66920 CPUtime=12.69 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 22059 0 0 0 1265 4 0 0 20 0 1 0 527377211 2133401600 16730 33554432000 4194304 5870510 140724998956416 140724998955368 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 520850 16730 975 410 0 516323 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2083400 KiB
Current children cumulated memory: 66920 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3628
/proc/meminfo: memFree=23512412/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2080640 memory=68420 CPUtime=25.49 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 32771 0 0 0 2544 5 0 0 20 0 1 0 527377211 2130575360 17105 33554432000 4194304 5870510 140724998956416 140724998954984 5282606 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 520160 17105 975 410 0 515633 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2080640 KiB
Current children cumulated memory: 68420 KiB

[startup+51.1108 s]
/proc/loadavg: 2.00 2.01 2.01 3/200 3630
/proc/meminfo: memFree=23523212/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2083952 memory=72368 CPUtime=51.1 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 38726 0 0 0 5104 6 0 0 20 0 1 0 527377211 2133966848 18092 33554432000 4194304 5870510 140724998956416 140724998954984 5283067 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 520988 18092 975 410 0 516461 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2083952 KiB
Current children cumulated memory: 72368 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3634
/proc/meminfo: memFree=23505648/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2095444 memory=80676 CPUtime=102.29 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 47873 0 0 0 10223 6 0 0 20 0 1 0 527377211 2145734656 20169 33554432000 4194304 5870510 140724998956416 140724998954856 5283024 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 523861 20169 975 410 0 519334 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2095444 KiB
Current children cumulated memory: 80676 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3638
/proc/meminfo: memFree=23522260/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2099288 memory=88100 CPUtime=162.3 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 58293 0 0 0 16221 9 0 0 20 0 1 0 527377211 2149670912 22025 33554432000 4194304 5870510 140724998956416 140724998954856 140675828401708 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 524822 22025 975 410 0 520295 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2099288 KiB
Current children cumulated memory: 88100 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3642
/proc/meminfo: memFree=23501692/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2099288 memory=88100 CPUtime=222.3 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 60823 0 0 0 22221 9 0 0 20 0 1 0 527377211 2149670912 22025 33554432000 4194304 5870510 140724998956416 140724998954856 5282444 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 524822 22025 975 410 0 520295 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2099288 KiB
Current children cumulated memory: 88100 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3648
/proc/meminfo: memFree=23520940/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2111648 memory=94300 CPUtime=282.3 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 61278 0 0 0 28221 9 0 0 20 0 1 0 527377211 2162327552 23575 33554432000 4194304 5870510 140724998956416 140724998954856 5282369 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 527912 23575 975 410 0 523385 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2111648 KiB
Current children cumulated memory: 94300 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3654
/proc/meminfo: memFree=23508432/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2111648 memory=94300 CPUtime=342.31 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 61279 0 0 0 34222 9 0 0 20 0 1 0 527377211 2162327552 23575 33554432000 4194304 5870510 140724998956416 140724998954856 5282688 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 527912 23575 975 410 0 523385 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2111648 KiB
Current children cumulated memory: 94300 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3658
/proc/meminfo: memFree=23488252/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2123760 memory=96480 CPUtime=402.31 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 64996 0 0 0 40222 9 0 0 20 0 1 0 527377211 2174730240 24120 33554432000 4194304 5870510 140724998956416 140724998954856 5295052 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 530940 24120 975 410 0 526413 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2123760 KiB
Current children cumulated memory: 96480 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/199 3664
/proc/meminfo: memFree=23507692/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2123760 memory=100576 CPUtime=462.32 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 66890 0 0 0 46222 10 0 0 20 0 1 0 527377211 2174730240 25144 33554432000 4194304 5870510 140724998956416 140724998954856 5275268 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 530940 25144 975 410 0 526413 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2123760 KiB
Current children cumulated memory: 100576 KiB


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

/proc/3624/statm: 537710 35711 975 410 0 533183 0
Current children cumulated CPU time: 1662.4 s
Current children cumulated vsize: 2150840 KiB
Current children cumulated memory: 142844 KiB

[startup+1722.3 s]
/proc/loadavg: 1.03 1.51 1.81 2/192 3831
/proc/meminfo: memFree=25399820/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=154624 CPUtime=1722.4 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 96553 0 0 0 172226 14 0 0 20 0 1 0 527377211 2214408192 38656 33554432000 4194304 5870510 140724998956416 140724998954984 5288905 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38656 975 410 0 536100 0
Current children cumulated CPU time: 1722.4 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 154624 KiB

[startup+1782.3 s]
/proc/loadavg: 1.01 1.42 1.76 2/192 3835
/proc/meminfo: memFree=25400112/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=154624 CPUtime=1782.41 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 96638 0 0 0 178226 15 0 0 20 0 1 0 527377211 2214408192 38656 33554432000 4194304 5870510 140724998956416 140724998954984 5262477 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38656 975 410 0 536100 0
Current children cumulated CPU time: 1782.41 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 154624 KiB

[startup+1842.3 s]
/proc/loadavg: 1.00 1.34 1.71 2/192 3839
/proc/meminfo: memFree=25399240/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=154624 CPUtime=1842.42 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 96727 0 0 0 184227 15 0 0 20 0 1 0 527377211 2214408192 38656 33554432000 4194304 5870510 140724998956416 140724998954984 5262770 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38656 975 410 0 536100 0
Current children cumulated CPU time: 1842.42 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 154624 KiB

[startup+1902.3 s]
/proc/loadavg: 1.04 1.29 1.67 2/192 3845
/proc/meminfo: memFree=25399116/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=154624 CPUtime=1902.42 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 97591 0 0 0 190227 15 0 0 20 0 1 0 527377211 2214408192 38656 33554432000 4194304 5870510 140724998956416 140724998954984 5262639 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38656 975 410 0 536100 0
Current children cumulated CPU time: 1902.42 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 154624 KiB

[startup+1962.3 s]
/proc/loadavg: 1.01 1.24 1.63 2/193 3850
/proc/meminfo: memFree=25398804/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155228 CPUtime=1962.42 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 97975 0 0 0 196227 15 0 0 20 0 1 0 527377211 2214408192 38807 33554432000 4194304 5870510 140724998956416 140724998954984 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38807 975 410 0 536100 0
Current children cumulated CPU time: 1962.42 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155228 KiB

[startup+2022.3 s]
/proc/loadavg: 1.01 1.20 1.59 2/193 3854
/proc/meminfo: memFree=25398980/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155228 CPUtime=2022.43 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 99013 0 0 0 202228 15 0 0 20 0 1 0 527377211 2214408192 38807 33554432000 4194304 5870510 140724998956416 140724998954984 5282464 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38807 975 410 0 536100 0
Current children cumulated CPU time: 2022.43 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155228 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.16 1.56 2/193 3860
/proc/meminfo: memFree=25399340/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155228 CPUtime=2082.43 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 99257 0 0 0 208228 15 0 0 20 0 1 0 527377211 2214408192 38807 33554432000 4194304 5870510 140724998956416 140724998954984 5289552 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38807 975 410 0 536100 0
Current children cumulated CPU time: 2082.43 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155228 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.13 1.52 2/193 3864
/proc/meminfo: memFree=25399012/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155228 CPUtime=2142.44 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 99258 0 0 0 214229 15 0 0 20 0 1 0 527377211 2214408192 38807 33554432000 4194304 5870510 140724998956416 140724998954984 5308341 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38807 975 410 0 536100 0
Current children cumulated CPU time: 2142.44 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155228 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.11 1.49 2/193 3868
/proc/meminfo: memFree=25398940/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155228 CPUtime=2202.44 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 99306 0 0 0 220229 15 0 0 20 0 1 0 527377211 2214408192 38807 33554432000 4194304 5870510 140724998956416 140724998954984 5288886 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38807 975 410 0 536100 0
Current children cumulated CPU time: 2202.44 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155228 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/192 3874
/proc/meminfo: memFree=25398812/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155232 CPUtime=2262.45 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 100344 0 0 0 226230 15 0 0 20 0 1 0 527377211 2214408192 38808 33554432000 4194304 5870510 140724998956416 140724998954984 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38808 975 410 0 536100 0
Current children cumulated CPU time: 2262.45 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155232 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/194 3887
/proc/meminfo: memFree=25397980/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155336 CPUtime=2322.45 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 100730 0 0 0 232230 15 0 0 20 0 1 0 527377211 2214408192 38834 33554432000 4194304 5870510 140724998956416 140724998954984 5282597 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38834 975 410 0 536100 0
Current children cumulated CPU time: 2322.45 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155336 KiB

[startup+2382.3 s]
/proc/loadavg: 1.05 1.07 1.41 2/194 3891
/proc/meminfo: memFree=25398684/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155336 CPUtime=2382.46 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 100730 0 0 0 238230 16 0 0 20 0 1 0 527377211 2214408192 38834 33554432000 4194304 5870510 140724998956416 140724998954984 5304288 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38834 975 410 0 536100 0
Current children cumulated CPU time: 2382.46 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 1.04 1.07 1.40 2/194 3893
/proc/meminfo: memFree=25398668/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155336 CPUtime=2400.06 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 100730 0 0 0 239990 16 0 0 20 0 1 0 527377211 2214408192 38834 33554432000 4194304 5870510 140724998956416 140724998954984 5282421 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38834 975 410 0 536100 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155336 KiB

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

[startup+2399.9 s]
# the end of solver process 3624 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.91 s, system=0.161013 s

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

[startup+2399.9 s]
/proc/loadavg: 1.04 1.07 1.40 2/194 3893
/proc/meminfo: memFree=25398668/32770688 swapFree=67001348/67108860
[pid=3624] ppid=3621 vsize=2162508 memory=155336 CPUtime=2400.06 cores=0-3
/proc/3624/stat : 3624 (xcsp_picat) R 3621 3624 2131 0 -1 4202496 100730 0 0 0 239990 16 0 0 20 0 1 0 527377211 2214408192 38834 33554432000 4194304 5870510 140724998956416 140724998954984 5282421 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 47988736 140724998960159 140724998960237 140724998960237 140724998963146 0
/proc/3624/statm: 540627 38834 975 410 0 536100 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 2162508 KiB
Current children cumulated memory: 155336 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.9
CPU time (s): 2400.07
CPU user time (s): 2399.91
CPU system time (s): 0.161013
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 2162508
Max. memory (cumulated for all children) (KiB): 155336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.91
system time used= 0.161013
maximum resident set size= 155400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100730
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= 20
involuntary context switches= 1997


# summary of solver processes directly reported to runsolver:
#   pid: 3624
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.91
#   total CPU system time (s): 0.161013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4175 second user time and 16.1372 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-26 18:11:54
IDJOB=4407897
IDBENCH=141367
IDSOLVER=2873
FILE ID=node116/4407897-1569514356
RUNJOBID= node116-1569509600-2162
PBS_JOBID= 21705797
Free space on /tmp= 6544 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407897-1569514356/watcher-4407897-1569514356 -o /tmp/evaluation-result-4407897-1569514356/solver-4407897-1569514356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569509600-2162 --watchdog 2560  xcsp_picat HOME/instance-4407897-1569514356.xml

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

MD5SUM BENCH= c1878b2d9e06b3112b686731368ac8cc
RANDOM SEED=730888957

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        23577284 kB
MemAvailable:   29860736 kB
Buffers:          136920 kB
Cached:          6295476 kB
SwapCached:         3248 kB
Active:          5153628 kB
Inactive:        3247772 kB
Active(anon):    1987344 kB
Inactive(anon):    54536 kB
Active(file):    3166284 kB
Inactive(file):  3193236 kB
Unevictable:      109488 kB
Mlocked:          109488 kB
SwapTotal:      67108860 kB
SwapFree:       67001348 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:       2037804 kB
Mapped:            24224 kB
Shmem:             64220 kB
Slab:             383036 kB
SReclaimable:     352392 kB
SUnreclaim:        30644 kB
KernelStack:        3808 kB
PageTables:         9268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3921868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1902592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6548 MiB
End job on node116 at 2019-09-26 18:51:55