Trace number 4395440

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.86 2520.01

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 benchmark133
Best CPU time to get the best result obtained on this benchmark19981
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.09/9.12	c xcsp_picat version 2.7b12 (9/12/2019)
71.48/71.50	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 (11103 MiB free)
  memory of node 1: 16384 MiB (13917 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395440-1568330861/watcher-4395440-1568330861 -o /tmp/evaluation-result-4395440-1568330861/solver-4395440-1568330861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24245 --watchdog 2580 xcsp_picat HOME/instance-4395440-1568330861.xml 

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

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

solver pid=26768, runsolver pid=26765

[startup+0.100203 s]*
/proc/loadavg: 2.21 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25578000/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2052788 memory=48884 CPUtime=0.09 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 6442 0 0 0 9 0 0 0 20 0 1 0 409028058 2102054912 12221 33554432000 4194304 5870510 140731228158624 140731228155768 140191425883109 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 513197 12221 903 410 0 508670 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2052788 KiB
Current children cumulated memory: 48884 KiB

[startup+0.210138 s]*
/proc/loadavg: 2.21 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25565732/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2066844 memory=60916 CPUtime=0.21 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 9460 0 0 0 20 1 0 0 20 0 1 0 409028058 2116448256 15229 33554432000 4194304 5870510 140731228158624 140731228157176 140191426342791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 516711 15229 955 410 0 512184 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2066844 KiB
Current children cumulated memory: 60916 KiB

[startup+0.309756 s]*
/proc/loadavg: 2.21 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25555768/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2074788 memory=67664 CPUtime=0.31 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 10976 0 0 0 30 1 0 0 20 0 1 0 409028058 2124582912 16916 33554432000 4194304 5870510 140731228158624 140731228157176 4438734 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 518697 16916 955 410 0 514170 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2074788 KiB
Current children cumulated memory: 67664 KiB

[startup+0.70043 s]
/proc/loadavg: 2.21 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25548700/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2090072 memory=80540 CPUtime=0.69 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 14193 0 0 0 67 2 0 0 20 0 1 0 409028058 2140233728 20135 33554432000 4194304 5870510 140731228158624 140731228157176 5337306 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 522518 20135 958 410 0 517991 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2090072 KiB
Current children cumulated memory: 80540 KiB

[startup+1.50043 s]
/proc/loadavg: 2.21 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25547808/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2078220 memory=70840 CPUtime=1.49 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 14693 0 0 0 147 2 0 0 20 0 1 0 409028058 2128097280 17710 33554432000 4194304 5870510 140731228158624 140731228156984 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 519555 17710 985 410 0 515028 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2078220 KiB
Current children cumulated memory: 70840 KiB

[startup+3.10962 s]
/proc/loadavg: 2.19 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25537136/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2078220 memory=72896 CPUtime=3.1 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 20627 0 0 0 308 2 0 0 20 0 1 0 409028058 2128097280 18224 33554432000 4194304 5870510 140731228158624 140731228156984 5263058 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 519555 18224 985 410 0 515028 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2078220 KiB
Current children cumulated memory: 72896 KiB

[startup+6.30042 s]
/proc/loadavg: 2.19 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25499220/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2103844 memory=95304 CPUtime=6.29 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 28353 0 0 0 626 3 0 0 20 0 1 0 409028058 2154336256 23826 33554432000 4194304 5870510 140731228158624 140731228157192 5282574 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 525961 23826 987 410 0 521434 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2103844 KiB
Current children cumulated memory: 95304 KiB

[startup+12.7004 s]
/proc/loadavg: 2.17 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25552588/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2085404 memory=80848 CPUtime=12.69 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 37438 0 0 0 1265 4 0 0 20 0 1 0 409028058 2135453696 20212 33554432000 4194304 5870510 140731228158624 140731228156984 5282441 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 521351 20212 987 410 0 516824 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2085404 KiB
Current children cumulated memory: 80848 KiB

[startup+25.5004 s]
/proc/loadavg: 2.14 2.06 2.06 3/199 26769
/proc/meminfo: memFree=25433232/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2134252 memory=129768 CPUtime=25.49 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 46957 0 0 0 2543 6 0 0 20 0 1 0 409028058 2185474048 32442 33554432000 4194304 5870510 140731228158624 140731228157192 5283064 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 533563 32442 987 410 0 529036 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2134252 KiB
Current children cumulated memory: 129768 KiB

[startup+51.1098 s]
/proc/loadavg: 2.09 2.05 2.06 3/199 26772
/proc/meminfo: memFree=25445668/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2134252 memory=129836 CPUtime=51.1 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 62386 0 0 0 5103 7 0 0 20 0 1 0 409028058 2185474048 32459 33554432000 4194304 5870510 140731228158624 140731228157192 5308227 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 533563 32459 987 410 0 529036 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2134252 KiB
Current children cumulated memory: 129836 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/199 26777
/proc/meminfo: memFree=25500888/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2118508 memory=115552 CPUtime=102.29 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 78951 0 0 0 10218 11 0 0 20 0 1 0 409028058 2169352192 28888 33554432000 4194304 5870510 140731228158624 140731228157736 5282295 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 529627 28888 997 410 0 525100 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2118508 KiB
Current children cumulated memory: 115552 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/199 26781
/proc/meminfo: memFree=25561244/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2099656 memory=96920 CPUtime=162.27 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 95898 0 0 0 16213 14 0 0 20 0 1 0 409028058 2150047744 24230 33554432000 4194304 5870510 140731228158624 140731228157064 5282667 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 524914 24230 997 410 0 520387 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2099656 KiB
Current children cumulated memory: 96920 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/200 26853
/proc/meminfo: memFree=25671856/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2112220 memory=110456 CPUtime=222.25 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 97179 0 0 0 22210 15 0 0 20 0 1 0 409028058 2162913280 27614 33554432000 4194304 5870510 140731228158624 140731228157192 140191431582822 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 528055 27614 997 410 0 523528 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 2112220 KiB
Current children cumulated memory: 110456 KiB

[startup+282.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/200 26859
/proc/meminfo: memFree=25664140/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2130980 memory=115800 CPUtime=282.25 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 98470 0 0 0 28210 15 0 0 20 0 1 0 409028058 2182123520 28950 33554432000 4194304 5870510 140731228158624 140731228157064 5272880 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 532745 28950 997 410 0 528218 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 115800 KiB

[startup+342.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/200 26924
/proc/meminfo: memFree=25628604/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2130980 memory=132360 CPUtime=342.24 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 99043 0 0 0 34208 16 0 0 20 0 1 0 409028058 2182123520 33090 33554432000 4194304 5870510 140731228158624 140731228157064 5304144 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 532745 33090 997 410 0 528218 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 132360 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/200 26928
/proc/meminfo: memFree=25599956/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2130980 memory=132472 CPUtime=402.24 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 100285 0 0 0 40208 16 0 0 20 0 1 0 409028058 2182123520 33118 33554432000 4194304 5870510 140731228158624 140731228157064 5272443 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 532745 33118 997 410 0 528218 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 132472 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/200 26934
/proc/meminfo: memFree=25575296/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2130980 memory=132472 CPUtime=462.23 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 100720 0 0 0 46207 16 0 0 20 0 1 0 409028058 2182123520 33118 33554432000 4194304 5870510 140731228158624 140731228157064 5272433 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 532745 33118 997 410 0 528218 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2130980 KiB
Current children cumulated memory: 132472 KiB


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

/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 1722.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 27177
/proc/meminfo: memFree=25482948/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=1782.16 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 122672 0 0 0 178196 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 5282574 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/199 27181
/proc/meminfo: memFree=25487372/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=1842.15 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 124984 0 0 0 184195 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 1842.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27188
/proc/meminfo: memFree=25491080/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=1902.15 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 125426 0 0 0 190195 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 140191431562256 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 1902.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27192
/proc/meminfo: memFree=25486380/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=1962.15 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 127345 0 0 0 196195 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 140191425882201 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 1962.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27204
/proc/meminfo: memFree=25484744/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=2022.15 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 127478 0 0 0 202195 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 5283064 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 2022.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27236
/proc/meminfo: memFree=25484076/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=2082.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 129388 0 0 0 208194 20 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 5283138 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27240
/proc/meminfo: memFree=25485352/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2150220 memory=151560 CPUtime=2142.15 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 129831 0 0 0 214194 21 0 0 20 0 1 0 409028058 2201825280 37890 33554432000 4194304 5870510 140731228158624 140731228157192 5282721 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 537555 37890 997 410 0 533028 0
Current children cumulated CPU time: 2142.15 s
Current children cumulated vsize: 2150220 KiB
Current children cumulated memory: 151560 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27244
/proc/meminfo: memFree=25482992/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=153708 CPUtime=2202.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 132373 0 0 0 220193 21 0 0 20 0 1 0 409028058 2232901632 38427 33554432000 4194304 5870510 140731228158624 140731228157064 5283072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 38427 997 410 0 540615 0
Current children cumulated CPU time: 2202.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 153708 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/201 27250
/proc/meminfo: memFree=25481388/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=153708 CPUtime=2262.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 132411 0 0 0 226193 21 0 0 20 0 1 0 409028058 2232901632 38427 33554432000 4194304 5870510 140731228158624 140731228157064 5272962 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 38427 997 410 0 540615 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 153708 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/200 27254
/proc/meminfo: memFree=25469864/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=165896 CPUtime=2322.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 135718 0 0 0 232192 22 0 0 20 0 1 0 409028058 2232901632 41474 33554432000 4194304 5870510 140731228158624 140731228157064 5281827 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 41474 997 410 0 540615 0
Current children cumulated CPU time: 2322.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 165896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27258
/proc/meminfo: memFree=25469736/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=165896 CPUtime=2382.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 136162 0 0 0 238192 22 0 0 20 0 1 0 409028058 2232901632 41474 33554432000 4194304 5870510 140731228158624 140731228157064 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 41474 997 410 0 540615 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 165896 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27264
/proc/meminfo: memFree=25440168/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=174088 CPUtime=2442.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 138249 0 0 0 244192 22 0 0 20 0 1 0 409028058 2232901632 43522 33554432000 4194304 5870510 140731228158624 140731228157064 5282340 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 43522 997 410 0 540615 0
Current children cumulated CPU time: 2442.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 174088 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/199 27268
/proc/meminfo: memFree=25441060/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=174088 CPUtime=2502.14 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 138293 0 0 0 250192 22 0 0 20 0 1 0 409028058 2232901632 43522 33554432000 4194304 5870510 140731228158624 140731228157064 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 43522 997 410 0 540615 0
Current children cumulated CPU time: 2502.14 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 174088 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/199 27271
/proc/meminfo: memFree=25439960/32770624 swapFree=66952812/67108860
[pid=26768] ppid=26765 vsize=2180568 memory=174088 CPUtime=2519.85 cores=0,2,4,6
/proc/26768/stat : 26768 (xcsp_picat) R 26765 26768 24214 0 -1 4202496 138295 0 0 0 251963 22 0 0 20 0 1 0 409028058 2232901632 43522 33554432000 4194304 5870510 140731228158624 140731228157064 5282382 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 29499392 140731228161055 140731228161133 140731228161133 140731228164042 0
/proc/26768/statm: 545142 43522 997 410 0 540615 0
Current children cumulated CPU time: 2519.85 s
Current children cumulated vsize: 2180568 KiB
Current children cumulated memory: 174088 KiB

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

[startup+2520.01 s]
# the end of solver process 26768 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.63 s, system=0.224988 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.01
CPU time (s): 2519.86
CPU user time (s): 2519.63
CPU system time (s): 0.224988
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 2180568
Max. memory (cumulated for all children) (KiB): 174088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.63
system time used= 0.224988
maximum resident set size= 174088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138295
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= 21
involuntary context switches= 2218


# summary of solver processes directly reported to runsolver:
#   pid: 26768
#   total CPU time (s): 2519.86
#   total CPU user time (s): 2519.63
#   total CPU system time (s): 0.224988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6066 second user time and 18.0544 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 01:26:59
IDJOB=4395440
IDBENCH=126210
IDSOLVER=2844
FILE ID=node117/4395440-1568330861
RUNJOBID= node117-1568322189-24245
PBS_JOBID= 21701139
Free space on /tmp= 58916 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-4395440-1568330861/watcher-4395440-1568330861 -o /tmp/evaluation-result-4395440-1568330861/solver-4395440-1568330861 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568322189-24245 --watchdog 2580  xcsp_picat HOME/instance-4395440-1568330861.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=1774969210

node117.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.75
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.75
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.75
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.75
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:        25621540 kB
MemAvailable:   31612792 kB
Buffers:          159724 kB
Cached:          6080940 kB
SwapCached:        52484 kB
Active:          1542124 kB
Inactive:        4957124 kB
Active(anon):     207708 kB
Inactive(anon):    92700 kB
Active(file):    1334416 kB
Inactive(file):  4864424 kB
Unevictable:      107724 kB
Mlocked:          107724 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:              3276 kB
Writeback:             0 kB
AnonPages:        308932 kB
Mapped:            45540 kB
Shmem:             32816 kB
Slab:             245304 kB
SReclaimable:     216492 kB
SUnreclaim:        28812 kB
KernelStack:        3568 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2731168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58912 MiB
End job on node117 at 2019-09-13 02:08:59