Trace number 4395102

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 NameAnswerCPU timeWall clock time
PicatSAT 2019-09-12? (TO) 2519.87 2520.03

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-17-int.xml
MD5SUM6b4705fa70f805a87d4301043291436c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.736295
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints291
Number of domains1
Minimum domain size289
Maximum domain size289
Distribution of domain sizes[{"size":289,"count":289}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":287},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":290},{"arity":289,"count":1}]
Number of extensional constraints0
Number of intensional constraints289
Distribution of constraint types[{"type":"intension","count":289},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

20.39/20.49	c xcsp_picat version 2.7b12 (9/12/2019)

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14451 MiB free)
  memory of node 1: 16384 MiB (15156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395102-1568338771/watcher-4395102-1568338771 -o /tmp/evaluation-result-4395102-1568338771/solver-4395102-1568338771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14886 --watchdog 2580 xcsp_picat HOME/instance-4395102-1568338771.xml 

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

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

solver pid=19720, runsolver pid=19717

[startup+0.100164 s]*
/proc/loadavg: 2.10 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30299152/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2031716 memory=24328 CPUtime=0.1 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 2165 0 0 0 10 0 0 0 20 0 1 0 409799799 2080477184 6082 33554432000 4194304 5870510 140733357192128 140733357189272 5494644 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 507929 6082 916 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24328 KiB

[startup+0.210059 s]*
/proc/loadavg: 2.10 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30280256/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2031716 memory=45172 CPUtime=0.21 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 2176 0 0 0 21 0 0 0 20 0 1 0 409799799 2080477184 11293 33554432000 4194304 5870510 140733357192128 140733357189272 4571248 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 507929 11293 916 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 45172 KiB

[startup+0.310064 s]*
/proc/loadavg: 2.10 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30245132/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2086636 memory=75988 CPUtime=0.31 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 2833 0 0 0 30 1 0 0 20 0 1 0 409799799 2136715264 18997 33554432000 4194304 5870510 140733357192128 140733357189272 4468960 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 521659 18997 939 410 0 517132 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2086636 KiB
Current children cumulated memory: 75988 KiB

[startup+0.700346 s]
/proc/loadavg: 2.10 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30209536/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2151952 memory=133996 CPUtime=0.69 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 11443 0 0 0 67 2 0 0 20 0 1 0 409799799 2203598848 33499 33554432000 4194304 5870510 140733357192128 140733357190712 4429588 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 537988 33499 947 410 0 533461 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2151952 KiB
Current children cumulated memory: 133996 KiB

[startup+1.50039 s]
/proc/loadavg: 2.10 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30138092/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2294692 memory=255348 CPUtime=1.49 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 27153 0 0 0 144 5 0 0 20 0 1 0 409799799 2349764608 63837 33554432000 4194304 5870510 140733357192128 140733357190712 4466469 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 573673 63837 950 410 0 569146 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2294692 KiB
Current children cumulated memory: 255348 KiB

[startup+3.11001 s]
/proc/loadavg: 2.09 2.18 2.12 3/205 19721
/proc/meminfo: memFree=29995652/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2333560 memory=315380 CPUtime=3.09 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 70503 0 0 0 300 9 0 0 20 0 1 0 409799799 2389565440 78845 33554432000 4194304 5870510 140733357192128 140733357191304 5337504 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 583390 78845 958 410 0 578863 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2333560 KiB
Current children cumulated memory: 315380 KiB

[startup+6.30027 s]
/proc/loadavg: 2.09 2.18 2.12 3/205 19721
/proc/meminfo: memFree=30001452/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2335432 memory=317316 CPUtime=6.29 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 71465 0 0 0 619 10 0 0 20 0 1 0 409799799 2391482368 79329 33554432000 4194304 5870510 140733357192128 140733357190520 5337327 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 583858 79329 958 410 0 579331 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2335432 KiB
Current children cumulated memory: 317316 KiB

[startup+12.7004 s]
/proc/loadavg: 2.08 2.17 2.12 3/205 19721
/proc/meminfo: memFree=30033560/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2326036 memory=284388 CPUtime=12.69 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 146508 0 0 0 1255 14 0 0 20 0 1 0 409799799 2381860864 71097 33554432000 4194304 5870510 140733357192128 140733357190520 5282382 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 581509 71097 982 410 0 576982 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2326036 KiB
Current children cumulated memory: 284388 KiB

[startup+25.5004 s]
/proc/loadavg: 2.07 2.16 2.12 3/205 19724
/proc/meminfo: memFree=30013076/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2326036 memory=288488 CPUtime=25.49 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 169357 0 0 0 2534 15 0 0 20 0 1 0 409799799 2381860864 72122 33554432000 4194304 5870510 140733357192128 140733357191240 5258000 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 581509 72122 982 410 0 576982 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2326036 KiB
Current children cumulated memory: 288488 KiB

[startup+51.1101 s]
/proc/loadavg: 2.04 2.15 2.11 3/205 19724
/proc/meminfo: memFree=30011200/32770624 swapFree=67008832/67108860
[pid=19720] ppid=19717 vsize=2376124 memory=315116 CPUtime=51.1 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 209791 0 0 0 5092 18 0 0 20 0 1 0 409799799 2433150976 78779 33554432000 4194304 5870510 140733357192128 140733357191080 139988710105997 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 594031 78779 982 410 0 589504 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2376124 KiB
Current children cumulated memory: 315116 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/205 19733
/proc/meminfo: memFree=30007420/32770624 swapFree=67008840/67108860
[pid=19720] ppid=19717 vsize=2326036 memory=306960 CPUtime=102.28 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 249397 0 0 0 10196 32 0 0 20 0 1 0 409799799 2381860864 76740 33554432000 4194304 5870510 140733357192128 140733357191144 139988710106099 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 581509 76740 982 410 0 576982 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2326036 KiB
Current children cumulated memory: 306960 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.10 2.10 3/205 19761
/proc/meminfo: memFree=29770660/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2592844 memory=514244 CPUtime=162.28 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 284258 0 0 0 16184 44 0 0 20 0 1 0 409799799 2655072256 128561 33554432000 4194304 5870510 140733357192128 140733357191080 5274765 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 648211 128561 982 410 0 643684 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2592844 KiB
Current children cumulated memory: 514244 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.08 2.10 3/205 19766
/proc/meminfo: memFree=29863824/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2460584 memory=439844 CPUtime=222.28 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 349029 0 0 0 22161 67 0 0 20 0 1 0 409799799 2519638016 109961 33554432000 4194304 5870510 140733357192128 140733357191080 5274464 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 615146 109961 982 410 0 610619 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2460584 KiB
Current children cumulated memory: 439844 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/205 19771
/proc/meminfo: memFree=29915492/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2392592 memory=373116 CPUtime=282.28 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 381240 0 0 0 28148 80 0 0 20 0 1 0 409799799 2450014208 93279 33554432000 4194304 5870510 140733357192128 140733357191080 5262793 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 598148 93279 982 410 0 593621 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2392592 KiB
Current children cumulated memory: 373116 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.09 3/205 19777
/proc/meminfo: memFree=29954500/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2348084 memory=332260 CPUtime=342.27 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 459621 0 0 0 34127 100 0 0 20 0 1 0 409799799 2404438016 83065 33554432000 4194304 5870510 140733357192128 140733357190488 5282767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 587021 83065 982 410 0 582494 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2348084 KiB
Current children cumulated memory: 332260 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/205 19781
/proc/meminfo: memFree=29955312/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2364044 memory=344180 CPUtime=402.27 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 496670 0 0 0 40116 111 0 0 20 0 1 0 409799799 2420781056 86045 33554432000 4194304 5870510 140733357192128 140733357191144 5283212 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 591011 86045 982 410 0 586484 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2364044 KiB
Current children cumulated memory: 344180 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/205 19785
/proc/meminfo: memFree=29955584/32770624 swapFree=67008856/67108860
[pid=19720] ppid=19717 vsize=2364044 memory=337192 CPUtime=462.26 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 539326 0 0 0 46096 130 0 0 20 0 1 0 409799799 2420781056 84298 33554432000 4194304 5870510 140733357192128 140733357191144 139988704406501 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 591011 84298 982 410 0 586484 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2364044 KiB
Current children cumulated memory: 337192 KiB


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

/proc/19720/statm: 641865 125019 982 410 0 637338 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 2567460 KiB
Current children cumulated memory: 500076 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 20051
/proc/meminfo: memFree=27625748/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2488316 memory=454708 CPUtime=1782.18 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1454301 0 0 0 177758 460 0 0 20 0 1 0 409799799 2548035584 113677 33554432000 4194304 5870510 140733357192128 140733357191144 5262964 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 622079 113677 982 410 0 617552 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 2488316 KiB
Current children cumulated memory: 454708 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 20056
/proc/meminfo: memFree=27506548/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2704012 memory=605160 CPUtime=1842.17 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1486321 0 0 0 183747 470 0 0 20 0 1 0 409799799 2768908288 151290 33554432000 4194304 5870510 140733357192128 140733357190488 5262635 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 676003 151290 982 410 0 671476 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 2704012 KiB
Current children cumulated memory: 605160 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/205 20066
/proc/meminfo: memFree=27561352/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2574356 memory=490696 CPUtime=1902.16 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1511809 0 0 0 189735 481 0 0 20 0 1 0 409799799 2636140544 122674 33554432000 4194304 5870510 140733357192128 140733357191080 5262896 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 643589 122674 982 410 0 639062 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 2574356 KiB
Current children cumulated memory: 490696 KiB

[startup+1962.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/205 20072
/proc/meminfo: memFree=27620572/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2492968 memory=473400 CPUtime=1962.16 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1561885 0 0 0 195720 496 0 0 20 0 1 0 409799799 2552799232 118350 33554432000 4194304 5870510 140733357192128 140733357191144 5289442 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 623242 118350 982 410 0 618715 0
Current children cumulated CPU time: 1962.16 s
Current children cumulated vsize: 2492968 KiB
Current children cumulated memory: 473400 KiB

[startup+2022.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/205 20076
/proc/meminfo: memFree=27617004/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2495812 memory=440764 CPUtime=2022.16 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1605659 0 0 0 201712 504 0 0 20 0 1 0 409799799 2555711488 110191 33554432000 4194304 5870510 140733357192128 140733357191144 5272516 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 623953 110191 982 410 0 619426 0
Current children cumulated CPU time: 2022.16 s
Current children cumulated vsize: 2495812 KiB
Current children cumulated memory: 440764 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/205 20080
/proc/meminfo: memFree=27603468/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2501180 memory=471728 CPUtime=2082.15 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1615091 0 0 0 207705 510 0 0 20 0 1 0 409799799 2561208320 117932 33554432000 4194304 5870510 140733357192128 140733357190488 5262639 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 625295 117932 982 410 0 620768 0
Current children cumulated CPU time: 2082.15 s
Current children cumulated vsize: 2501180 KiB
Current children cumulated memory: 471728 KiB

[startup+2142.3 s]
/proc/loadavg: 2.41 2.13 2.08 3/205 20087
/proc/meminfo: memFree=27482992/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2586964 memory=554148 CPUtime=2142.15 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1665993 0 0 0 213696 519 0 0 20 0 1 0 409799799 2649051136 138537 33554432000 4194304 5870510 140733357192128 140733357190488 5262731 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 646741 138537 982 410 0 642214 0
Current children cumulated CPU time: 2142.15 s
Current children cumulated vsize: 2586964 KiB
Current children cumulated memory: 554148 KiB

[startup+2202.3 s]
/proc/loadavg: 2.15 2.11 2.08 3/204 20091
/proc/meminfo: memFree=27536628/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2508764 memory=458756 CPUtime=2202.15 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1720303 0 0 0 219671 544 0 0 20 0 1 0 409799799 2568974336 114689 33554432000 4194304 5870510 140733357192128 140733357191144 5263058 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 627191 114689 982 410 0 622664 0
Current children cumulated CPU time: 2202.15 s
Current children cumulated vsize: 2508764 KiB
Current children cumulated memory: 458756 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/205 20096
/proc/meminfo: memFree=27590480/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2508764 memory=453988 CPUtime=2262.14 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1729794 0 0 0 225660 554 0 0 20 0 1 0 409799799 2568974336 113497 33554432000 4194304 5870510 140733357192128 140733357191144 5308364 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 627191 113497 982 410 0 622664 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 2508764 KiB
Current children cumulated memory: 453988 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/205 20102
/proc/meminfo: memFree=27452928/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2508764 memory=449896 CPUtime=2322.15 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1781169 0 0 0 231645 570 0 0 20 0 1 0 409799799 2568974336 112474 33554432000 4194304 5870510 140733357192128 140733357191144 5274721 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 627191 112474 982 410 0 622664 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 2508764 KiB
Current children cumulated memory: 449896 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/205 20106
/proc/meminfo: memFree=27558468/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2510892 memory=469936 CPUtime=2382.14 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1825876 0 0 0 237638 576 0 0 20 0 1 0 409799799 2571153408 117484 33554432000 4194304 5870510 140733357192128 140733357190488 5274721 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 627723 117484 982 410 0 623196 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 2510892 KiB
Current children cumulated memory: 469936 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/205 20111
/proc/meminfo: memFree=27567980/32770624 swapFree=67008872/67108860
[pid=19720] ppid=19717 vsize=2518384 memory=472208 CPUtime=2442.13 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1843780 0 0 0 243629 584 0 0 20 0 1 0 409799799 2578825216 118052 33554432000 4194304 5870510 140733357192128 140733357191144 5308405 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 629596 118052 982 410 0 625069 0
Current children cumulated CPU time: 2442.13 s
Current children cumulated vsize: 2518384 KiB
Current children cumulated memory: 472208 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/205 20122
/proc/meminfo: memFree=27499428/32770624 swapFree=67008884/67108860
[pid=19720] ppid=19717 vsize=2519184 memory=497164 CPUtime=2502.13 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1895543 0 0 0 249618 595 0 0 20 0 1 0 409799799 2579644416 124291 33554432000 4194304 5870510 140733357192128 140733357191144 5308341 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 629796 124291 982 410 0 625269 0
Current children cumulated CPU time: 2502.13 s
Current children cumulated vsize: 2519184 KiB
Current children cumulated memory: 497164 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.04 2.05 3/205 20122
/proc/meminfo: memFree=27428484/32770624 swapFree=67008884/67108860
[pid=19720] ppid=19717 vsize=2600572 memory=565420 CPUtime=2519.84 cores=1,3,5,7
/proc/19720/stat : 19720 (xcsp_picat) R 19717 19720 14854 0 -1 4202496 1896308 0 0 0 251384 600 0 0 20 0 1 0 409799799 2662985728 141355 33554432000 4194304 5870510 140733357192128 140733357191080 5277506 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 18657280 140733357200415 140733357200493 140733357200493 140733357203402 0
/proc/19720/statm: 650143 141355 982 410 0 645616 0
Current children cumulated CPU time: 2519.84 s
Current children cumulated vsize: 2600572 KiB
Current children cumulated memory: 565420 KiB

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

[startup+2520.03 s]
# the end of solver process 19720 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.85 s, system=6.02662 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.03
CPU time (s): 2519.87
CPU user time (s): 2513.85
CPU system time (s): 6.02662
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 3255196
Max. memory (cumulated for all children) (KiB): 1043380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.85
system time used= 6.02662
maximum resident set size= 1049364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1896308
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= 4
involuntary context switches= 632


# summary of solver processes directly reported to runsolver:
#   pid: 19720
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2513.85
#   total CPU system time (s): 6.02662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5064 second user time and 19.1774 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 03:38:41
IDJOB=4395102
IDBENCH=134593
IDSOLVER=2844
FILE ID=node132/4395102-1568338771
RUNJOBID= node132-1568322174-14886
PBS_JOBID= 21701138
Free space on /tmp= 60300 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-17-int.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395102-1568338771/watcher-4395102-1568338771 -o /tmp/evaluation-result-4395102-1568338771/solver-4395102-1568338771 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14886 --watchdog 2580  xcsp_picat HOME/instance-4395102-1568338771.xml

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

MD5SUM BENCH= 6b4705fa70f805a87d4301043291436c
RANDOM SEED=751595501

node132.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.95
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.95
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.95
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.95
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:        30319728 kB
MemAvailable:   31709876 kB
Buffers:          125756 kB
Cached:          1535172 kB
SwapCached:         8496 kB
Active:           520856 kB
Inactive:        1348656 kB
Active(anon):     207788 kB
Inactive(anon):    28016 kB
Active(file):     313068 kB
Inactive(file):  1320640 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008832 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:        309144 kB
Mapped:            32988 kB
Shmem:             18700 kB
Slab:             174012 kB
SReclaimable:     144548 kB
SUnreclaim:        29464 kB
KernelStack:        3568 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2683784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60300 MiB
End job on node132 at 2019-09-13 04:20:41