Trace number 4395740

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) 2400.03 2400.2

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark134
Best CPU time to get the best result obtained on this benchmark2400.42
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

9.10/9.18	c xcsp_picat version 2.7b12 (9/12/2019)
71.69/71.78	o 171

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395740-1568333938/watcher-4395740-1568333938 -o /tmp/evaluation-result-4395740-1568333938/solver-4395740-1568333938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31467 --watchdog 2560 xcsp_picat HOME/instance-4395740-1568333938.xml 

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

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=2704, runsolver pid=2701
Current StackSize limit: 8192 KiB


[startup+0.100216 s]*
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30649980/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2052656 memory=47668 CPUtime=0.1 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 6647 0 0 0 9 1 0 0 20 0 1 0 409643419 2101919744 11917 33554432000 4194304 5870510 140726823942672 140726823941976 139747460549605 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 513164 11917 903 410 0 508637 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2052656 KiB
Current children cumulated memory: 47668 KiB

[startup+0.210154 s]*
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30635096/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2066844 memory=59900 CPUtime=0.21 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 9697 0 0 0 19 2 0 0 20 0 1 0 409643419 2116448256 14975 33554432000 4194304 5870510 140726823942672 140726823941976 139747460549605 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 516711 14975 955 410 0 512184 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2066844 KiB
Current children cumulated memory: 59900 KiB

[startup+0.310071 s]*
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30629900/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2074788 memory=64492 CPUtime=0.31 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 11203 0 0 0 29 2 0 0 20 0 1 0 409643419 2124582912 16123 33554432000 4194304 5870510 140726823942672 140726823941976 4429500 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 518697 16123 955 410 0 514170 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2074788 KiB
Current children cumulated memory: 64492 KiB

[startup+0.700448 s]
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30620844/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2090072 memory=77364 CPUtime=0.69 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 13922 0 0 0 66 3 0 0 20 0 1 0 409643419 2140233728 19341 33554432000 4194304 5870510 140726823942672 140726823941864 5337497 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 522518 19341 958 410 0 517991 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2090072 KiB
Current children cumulated memory: 77364 KiB

[startup+1.50043 s]
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30623868/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2078220 memory=70104 CPUtime=1.49 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 14717 0 0 0 146 3 0 0 20 0 1 0 409643419 2128097280 17526 33554432000 4194304 5870510 140726823942672 140726823941864 5289307 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 519555 17526 985 410 0 515028 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2078220 KiB
Current children cumulated memory: 70104 KiB

[startup+3.10987 s]
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30621896/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2078220 memory=72160 CPUtime=3.1 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 20805 0 0 0 307 3 0 0 20 0 1 0 409643419 2128097280 18040 33554432000 4194304 5870510 140726823942672 140726823941032 5282379 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 519555 18040 985 410 0 515028 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2078220 KiB
Current children cumulated memory: 72160 KiB

[startup+6.30042 s]
/proc/loadavg: 1.93 2.05 2.06 3/203 2705
/proc/meminfo: memFree=30600148/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2103844 memory=94568 CPUtime=6.29 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 29372 0 0 0 625 4 0 0 20 0 1 0 409643419 2154336256 23642 33554432000 4194304 5870510 140726823942672 140726823941240 5282606 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 525961 23642 987 410 0 521434 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2103844 KiB
Current children cumulated memory: 94568 KiB

[startup+12.7004 s]
/proc/loadavg: 1.94 2.05 2.06 3/203 2706
/proc/meminfo: memFree=30721376/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2085404 memory=79092 CPUtime=12.69 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 37346 0 0 0 1264 5 0 0 20 0 1 0 409643419 2135453696 19773 33554432000 4194304 5870510 140726823942672 140726823941032 5298780 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 521351 19773 987 410 0 516824 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2085404 KiB
Current children cumulated memory: 79092 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.04 2.06 3/203 2706
/proc/meminfo: memFree=30632148/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2134252 memory=128276 CPUtime=25.49 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 46050 0 0 0 2543 6 0 0 20 0 1 0 409643419 2185474048 32069 33554432000 4194304 5870510 140726823942672 140726823941240 5282555 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 533563 32069 987 410 0 529036 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2134252 KiB
Current children cumulated memory: 128276 KiB

[startup+51.1099 s]
/proc/loadavg: 1.97 2.04 2.06 3/203 2708
/proc/meminfo: memFree=30629888/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2134252 memory=128476 CPUtime=51.1 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 61014 0 0 0 5103 7 0 0 20 0 1 0 409643419 2185474048 32119 33554432000 4194304 5870510 140726823942672 140726823941240 5288980 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 533563 32119 987 410 0 529036 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2134252 KiB
Current children cumulated memory: 128476 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.05 3/203 2712
/proc/meminfo: memFree=30609712/32770624 swapFree=66966268/67108860
[pid=2704] ppid=2701 vsize=2118508 memory=114192 CPUtime=102.28 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 77412 0 0 0 10218 10 0 0 20 0 1 0 409643419 2169352192 28548 33554432000 4194304 5870510 140726823942672 140726823941784 5282759 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 529627 28548 997 410 0 525100 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2118508 KiB
Current children cumulated memory: 114192 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/203 2723
/proc/meminfo: memFree=30667060/32770624 swapFree=66966276/67108860
[pid=2704] ppid=2701 vsize=2099656 memory=95560 CPUtime=162.28 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 93952 0 0 0 16214 14 0 0 20 0 1 0 409643419 2150047744 23890 33554432000 4194304 5870510 140726823942672 140726823941112 5308192 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 524914 23890 997 410 0 520387 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2099656 KiB
Current children cumulated memory: 95560 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 2729
/proc/meminfo: memFree=30649524/32770624 swapFree=66966276/67108860
[pid=2704] ppid=2701 vsize=2112220 memory=108000 CPUtime=222.28 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 95022 0 0 0 22213 15 0 0 20 0 1 0 409643419 2162913280 27000 33554432000 4194304 5870510 140726823942672 140726823941240 5289022 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 528055 27000 997 410 0 523528 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2112220 KiB
Current children cumulated memory: 108000 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/202 2733
/proc/meminfo: memFree=30584544/32770624 swapFree=66966276/67108860
[pid=2704] ppid=2701 vsize=2130980 memory=110504 CPUtime=282.27 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 102748 0 0 0 28212 15 0 0 20 0 1 0 409643419 2182123520 27626 33554432000 4194304 5870510 140726823942672 140726823941112 5283072 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 532745 27626 997 410 0 528218 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 110504 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/202 2797
/proc/meminfo: memFree=30820100/32770624 swapFree=66966276/67108860
[pid=2704] ppid=2701 vsize=2130980 memory=128028 CPUtime=342.25 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 105830 0 0 0 34210 15 0 0 20 0 1 0 409643419 2182123520 32007 33554432000 4194304 5870510 140726823942672 140726823941112 5281827 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 532745 32007 997 410 0 528218 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 128028 KiB

[startup+402.3 s]
/proc/loadavg: 2.52 2.16 2.09 3/203 2803
/proc/meminfo: memFree=30848200/32770624 swapFree=66966276/67108860
[pid=2704] ppid=2701 vsize=2130980 memory=130388 CPUtime=402.24 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 105840 0 0 0 40209 15 0 0 20 0 1 0 409643419 2182123520 32597 33554432000 4194304 5870510 140726823942672 140726823941112 5276836 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 532745 32597 997 410 0 528218 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 130388 KiB

[startup+462.3 s]
/proc/loadavg: 2.19 2.13 2.09 3/203 2809
/proc/meminfo: memFree=30817360/32770624 swapFree=66966280/67108860
[pid=2704] ppid=2701 vsize=2130980 memory=130424 CPUtime=462.24 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 106028 0 0 0 46209 15 0 0 20 0 1 0 409643419 2182123520 32606 33554432000 4194304 5870510 140726823942672 140726823941112 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 532745 32606 997 410 0 528218 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 130424 KiB


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

/proc/2704/statm: 537555 37192 997 410 0 533028 0
Current children cumulated CPU time: 1602.17 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 148768 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/204 2982
/proc/meminfo: memFree=30769768/32770624 swapFree=66966300/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=148768 CPUtime=1662.16 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 114172 0 0 0 166199 17 0 0 20 0 1 0 409643419 2201825280 37192 33554432000 4194304 5870510 140726823942672 140726823941240 5282251 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37192 997 410 0 533028 0
Current children cumulated CPU time: 1662.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 148768 KiB

[startup+1722.3 s]
/proc/loadavg: 2.21 2.06 2.06 3/203 2986
/proc/meminfo: memFree=30768272/32770624 swapFree=66966300/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=148768 CPUtime=1722.16 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 114345 0 0 0 172199 17 0 0 20 0 1 0 409643419 2201825280 37192 33554432000 4194304 5870510 140726823942672 140726823941240 5282590 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37192 997 410 0 533028 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 148768 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/202 2990
/proc/meminfo: memFree=30768604/32770624 swapFree=66966300/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=148768 CPUtime=1782.16 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 116051 0 0 0 178198 18 0 0 20 0 1 0 409643419 2201825280 37192 33554432000 4194304 5870510 140726823942672 140726823941240 5275442 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37192 997 410 0 533028 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 148768 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/203 2996
/proc/meminfo: memFree=30767372/32770624 swapFree=66966300/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=148964 CPUtime=1842.16 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 116161 0 0 0 184198 18 0 0 20 0 1 0 409643419 2201825280 37241 33554432000 4194304 5870510 140726823942672 140726823941240 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37241 997 410 0 533028 0
Current children cumulated CPU time: 1842.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 148964 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/202 3000
/proc/meminfo: memFree=30767516/32770624 swapFree=66966300/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=149136 CPUtime=1902.15 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 117536 0 0 0 190197 18 0 0 20 0 1 0 409643419 2201825280 37284 33554432000 4194304 5870510 140726823942672 140726823941240 5283052 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37284 997 410 0 533028 0
Current children cumulated CPU time: 1902.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 149136 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/204 3013
/proc/meminfo: memFree=30767412/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=149136 CPUtime=1962.15 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 117546 0 0 0 196197 18 0 0 20 0 1 0 409643419 2201825280 37284 33554432000 4194304 5870510 140726823942672 140726823941240 139747466249141 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37284 997 410 0 533028 0
Current children cumulated CPU time: 1962.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 149136 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/205 3019
/proc/meminfo: memFree=30765300/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=149136 CPUtime=2022.14 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 118878 0 0 0 202196 18 0 0 20 0 1 0 409643419 2201825280 37284 33554432000 4194304 5870510 140726823942672 140726823941240 5282505 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37284 997 410 0 533028 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 149136 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/204 3023
/proc/meminfo: memFree=30765392/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=149136 CPUtime=2082.14 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 118888 0 0 0 208196 18 0 0 20 0 1 0 409643419 2201825280 37284 33554432000 4194304 5870510 140726823942672 140726823941240 5288740 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37284 997 410 0 533028 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 149136 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/204 3027
/proc/meminfo: memFree=30765200/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2150220 memory=149164 CPUtime=2142.13 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 120878 0 0 0 214195 18 0 0 20 0 1 0 409643419 2201825280 37291 33554432000 4194304 5870510 140726823942672 140726823941240 5283024 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 537555 37291 997 410 0 533028 0
Current children cumulated CPU time: 2142.13 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 149164 KiB

[startup+2202.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/205 3033
/proc/meminfo: memFree=30762368/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2180568 memory=151532 CPUtime=2202.13 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 121167 0 0 0 220195 18 0 0 20 0 1 0 409643419 2232901632 37883 33554432000 4194304 5870510 140726823942672 140726823941112 5282464 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 545142 37883 997 410 0 540615 0
Current children cumulated CPU time: 2202.13 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 151532 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/202 3038
/proc/meminfo: memFree=30762956/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2180568 memory=151660 CPUtime=2262.12 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 123159 0 0 0 226194 18 0 0 20 0 1 0 409643419 2232901632 37915 33554432000 4194304 5870510 140726823942672 140726823941112 5282738 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 545142 37915 997 410 0 540615 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 151660 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/202 3042
/proc/meminfo: memFree=30749676/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2180568 memory=164408 CPUtime=2322.13 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 123410 0 0 0 232194 19 0 0 20 0 1 0 409643419 2232901632 41102 33554432000 4194304 5870510 140726823942672 140726823941112 5282280 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 545142 41102 997 410 0 540615 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 164408 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/203 3048
/proc/meminfo: memFree=30749924/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2180568 memory=164472 CPUtime=2382.12 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 124863 0 0 0 238193 19 0 0 20 0 1 0 409643419 2232901632 41118 33554432000 4194304 5870510 140726823942672 140726823941112 5283048 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 545142 41118 997 410 0 540615 0
Current children cumulated CPU time: 2382.12 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 164472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/202 3049
/proc/meminfo: memFree=30750572/32770624 swapFree=66966304/67108860
[pid=2704] ppid=2701 vsize=2180568 memory=164472 CPUtime=2400.02 cores=0,2,4,6
/proc/2704/stat : 2704 (xcsp_picat) R 2701 2704 31436 0 -1 4202496 124866 0 0 0 239983 19 0 0 20 0 1 0 409643419 2232901632 41118 33554432000 4194304 5870510 140726823942672 140726823941112 5283106 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 26763264 140726823945247 140726823945325 140726823945325 140726823948234 0
/proc/2704/statm: 545142 41118 997 410 0 540615 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 164472 KiB

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

[startup+2400.2 s]
# the end of solver process 2704 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.83 s, system=0.193987 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): 2400.2
CPU time (s): 2400.03
CPU user time (s): 2399.83
CPU system time (s): 0.193987
CPU usage (%): 99.9928
Max. virtual memory (cumulated for all children) (KiB): 2180568
Max. memory (cumulated for all children) (KiB): 164472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.83
system time used= 0.193987
maximum resident set size= 164472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124866
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= 24
involuntary context switches= 3006


# summary of solver processes directly reported to runsolver:
#   pid: 2704
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.83
#   total CPU system time (s): 0.193987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.62374 second user time and 18.151 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-13 02:18:19
IDJOB=4395740
IDBENCH=126210
IDSOLVER=2845
FILE ID=node135/4395740-1568333938
RUNJOBID= node135-1568323825-31467
PBS_JOBID= 21701148
Free space on /tmp= 59124 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395740-1568333938/watcher-4395740-1568333938 -o /tmp/evaluation-result-4395740-1568333938/solver-4395740-1568333938 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568323825-31467 --watchdog 2560  xcsp_picat HOME/instance-4395740-1568333938.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=1023899629

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30691120 kB
MemAvailable:   31517040 kB
Buffers:          121176 kB
Cached:           971220 kB
SwapCached:        35772 kB
Active:           778632 kB
Inactive:         701928 kB
Active(anon):     359812 kB
Inactive(anon):    59704 kB
Active(file):     418820 kB
Inactive(file):   642224 kB
Unevictable:      109776 kB
Mlocked:          109776 kB
SwapTotal:      67108860 kB
SwapFree:       66966268 kB
Dirty:              3188 kB
Writeback:             0 kB
AnonPages:        497616 kB
Mapped:            36780 kB
Shmem:             22700 kB
Slab:             192408 kB
SReclaimable:     161420 kB
SUnreclaim:        30988 kB
KernelStack:        3824 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2791824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 59120 MiB
End job on node135 at 2019-09-13 02:58:19