Trace number 4407525

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

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-13.xml
MD5SUM3785e9b0b2758b612fcaaefab5873f44
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints72
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":165}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":28}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":72}]
Optimization problemNO
Type of objective

Solver Data

41.68/41.73	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 (10653 MiB free)
  memory of node 1: 16384 MiB (14125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407525-1569509641/watcher-4407525-1569509641 -o /tmp/evaluation-result-4407525-1569509641/solver-4407525-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569509603-1941 --watchdog 2560 xcsp_picat HOME/instance-4407525-1569509641.xml 

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

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


[startup+0.100158 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 1971
/proc/meminfo: memFree=25352000/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2036296 memory=16608 CPUtime=0.07 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 3298 0 0 0 7 0 0 0 20 0 1 0 527125621 2085167104 4152 33554432000 4194304 5870510 140722988373744 140722988370888 5298780 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 509074 4152 874 410 0 504547 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 2036296 KiB
Current children cumulated memory: 16608 KiB

[startup+0.209888 s]*
/proc/loadavg: 0.00 0.01 0.05 4/199 1971
/proc/meminfo: memFree=25351256/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2037324 memory=17372 CPUtime=0.18 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 3449 0 0 0 18 0 0 0 20 0 1 0 527125621 2086219776 4343 33554432000 4194304 5870510 140722988373744 140722988370888 5306673 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 509331 4343 895 410 0 504804 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 2037324 KiB
Current children cumulated memory: 17372 KiB

[startup+0.309236 s]*
/proc/loadavg: 0.00 0.01 0.05 4/199 1971
/proc/meminfo: memFree=25350512/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2037324 memory=17632 CPUtime=0.28 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 3569 0 0 0 28 0 0 0 20 0 1 0 527125621 2086219776 4408 33554432000 4194304 5870510 140722988373744 140722988370888 5283274 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 509331 4408 895 410 0 504804 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2037324 KiB
Current children cumulated memory: 17632 KiB

[startup+0.700287 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 1971
/proc/meminfo: memFree=25348648/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2039532 memory=20224 CPUtime=0.67 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 4226 0 0 0 66 1 0 0 20 0 1 0 527125621 2088480768 5056 33554432000 4194304 5870510 140722988373744 140722988372104 5298780 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 509883 5056 896 410 0 505356 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 20224 KiB

[startup+1.50042 s]
/proc/loadavg: 0.00 0.01 0.05 4/199 1971
/proc/meminfo: memFree=25338712/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2058428 memory=35840 CPUtime=1.47 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 4880 0 0 0 146 1 0 0 20 0 1 0 527125621 2107830272 8960 33554432000 4194304 5870510 140722988373744 140722988372104 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 514607 8960 896 410 0 510080 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2058428 KiB
Current children cumulated memory: 35840 KiB

[startup+3.10951 s]
/proc/loadavg: 0.16 0.05 0.06 3/199 1972
/proc/meminfo: memFree=25321988/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2065608 memory=40016 CPUtime=3.08 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 7152 0 0 0 306 2 0 0 20 0 1 0 527125621 2115182592 10004 33554432000 4194304 5870510 140722988373744 140722988372104 5288740 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 516402 10004 896 410 0 511875 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2065608 KiB
Current children cumulated memory: 40016 KiB

[startup+6.3003 s]
/proc/loadavg: 0.16 0.05 0.06 3/199 1972
/proc/meminfo: memFree=25307196/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2070036 memory=48684 CPUtime=6.27 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 10850 0 0 0 625 2 0 0 20 0 1 0 527125621 2119716864 12171 33554432000 4194304 5870510 140722988373744 140722988372696 5258231 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 517509 12171 896 410 0 512982 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2070036 KiB
Current children cumulated memory: 48684 KiB

[startup+12.7003 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 2035
/proc/meminfo: memFree=25302784/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2072720 memory=53584 CPUtime=12.67 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 14879 0 0 0 1265 2 0 0 20 0 1 0 527125621 2122465280 13396 33554432000 4194304 5870510 140722988373744 140722988372312 5282747 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 518180 13396 896 410 0 513653 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 2072720 KiB
Current children cumulated memory: 53584 KiB

[startup+25.5003 s]
/proc/loadavg: 0.75 0.19 0.10 3/199 2037
/proc/meminfo: memFree=25292332/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2072940 memory=53804 CPUtime=25.48 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 17155 0 0 0 2545 3 0 0 20 0 1 0 527125621 2122690560 13451 33554432000 4194304 5870510 140722988373744 140722988372312 5288833 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 518235 13451 896 410 0 513708 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2072940 KiB
Current children cumulated memory: 53804 KiB

[startup+51.1094 s]
/proc/loadavg: 1.18 0.34 0.15 3/199 2037
/proc/meminfo: memFree=25274172/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2103280 memory=72708 CPUtime=51.08 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 20564 0 0 0 5105 3 0 0 20 0 1 0 527125621 2153758720 18177 33554432000 4194304 5870510 140722988373744 140722988372184 5282531 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 525820 18177 896 410 0 521293 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2103280 KiB
Current children cumulated memory: 72708 KiB

[startup+102.3 s]
/proc/loadavg: 1.64 0.59 0.25 3/199 2042
/proc/meminfo: memFree=25258524/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2103280 memory=87864 CPUtime=102.27 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 22094 0 0 0 10224 3 0 0 20 0 1 0 527125621 2153758720 21966 33554432000 4194304 5870510 140722988373744 140722988372184 5278096 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 525820 21966 896 410 0 521293 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2103280 KiB
Current children cumulated memory: 87864 KiB

[startup+162.3 s]
/proc/loadavg: 1.87 0.85 0.36 3/199 2114
/proc/meminfo: memFree=25175144/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2103280 memory=87864 CPUtime=162.28 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 23413 0 0 0 16225 3 0 0 20 0 1 0 527125621 2153758720 21966 33554432000 4194304 5870510 140722988373744 140722988372184 5282767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 525820 21966 896 410 0 521293 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2103280 KiB
Current children cumulated memory: 87864 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.46 3/199 2118
/proc/meminfo: memFree=24201644/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2110376 memory=94876 CPUtime=222.29 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 26557 0 0 0 22226 3 0 0 20 0 1 0 527125621 2161025024 23719 33554432000 4194304 5870510 140722988373744 140722988372312 5282515 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 527594 23719 896 410 0 523067 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2110376 KiB
Current children cumulated memory: 94876 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.56 3/200 2124
/proc/meminfo: memFree=24200360/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2110376 memory=94876 CPUtime=282.29 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 26606 0 0 0 28226 3 0 0 20 0 1 0 527125621 2161025024 23719 33554432000 4194304 5870510 140722988373744 140722988372312 5308364 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 527594 23719 896 410 0 523067 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2110376 KiB
Current children cumulated memory: 94876 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 1.39 0.65 3/200 2130
/proc/meminfo: memFree=24186592/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2129092 memory=108348 CPUtime=342.3 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 29151 0 0 0 34226 4 0 0 20 0 1 0 527125621 2180190208 27087 33554432000 4194304 5870510 140722988373744 140722988372184 5262731 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 532273 27087 896 410 0 527746 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2129092 KiB
Current children cumulated memory: 108348 KiB

[startup+402.3 s]
/proc/loadavg: 2.18 1.53 0.75 3/201 2142
/proc/meminfo: memFree=24180860/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2129552 memory=113972 CPUtime=402.31 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 29629 0 0 0 40227 4 0 0 20 0 1 0 527125621 2180661248 28493 33554432000 4194304 5870510 140722988373744 140722988372312 5282555 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 532388 28493 896 410 0 527861 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2129552 KiB
Current children cumulated memory: 113972 KiB

[startup+462.3 s]
/proc/loadavg: 2.18 1.65 0.84 3/202 2169
/proc/meminfo: memFree=24180028/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2129552 memory=114052 CPUtime=462.31 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 29711 0 0 0 46227 4 0 0 20 0 1 0 527125621 2180661248 28513 33554432000 4194304 5870510 140722988373744 140722988372312 5288882 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 532388 28513 896 410 0 527861 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2129552 KiB
Current children cumulated memory: 114052 KiB


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

/proc/1968/statm: 538916 35041 896 410 0 534389 0
Current children cumulated CPU time: 1602.42 s
Current children cumulated vsize: 2155664 KiB
Current children cumulated memory: 140164 KiB

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.70 3/200 2281
/proc/meminfo: memFree=24151840/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2155664 memory=140164 CPUtime=1662.43 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 42916 0 0 0 166235 8 0 0 20 0 1 0 527125621 2207399936 35041 33554432000 4194304 5870510 140722988373744 140722988372184 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 538916 35041 896 410 0 534389 0
Current children cumulated CPU time: 1662.43 s
Current children cumulated vsize: 2155664 KiB
Current children cumulated memory: 140164 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.72 3/200 2285
/proc/meminfo: memFree=24140684/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2167204 memory=151660 CPUtime=1722.43 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 43595 0 0 0 172235 8 0 0 20 0 1 0 527125621 2219216896 37915 33554432000 4194304 5870510 140722988373744 140722988372312 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 541801 37915 896 410 0 537274 0
Current children cumulated CPU time: 1722.43 s
Current children cumulated vsize: 2167204 KiB
Current children cumulated memory: 151660 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/200 2291
/proc/meminfo: memFree=24140568/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2167204 memory=151704 CPUtime=1782.44 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 45840 0 0 0 178236 8 0 0 20 0 1 0 527125621 2219216896 37926 33554432000 4194304 5870510 140722988373744 140722988372312 5283072 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 541801 37926 896 410 0 537274 0
Current children cumulated CPU time: 1782.44 s
Current children cumulated vsize: 2167204 KiB
Current children cumulated memory: 151704 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/200 2295
/proc/meminfo: memFree=24138032/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=153756 CPUtime=1842.45 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 45941 0 0 0 184237 8 0 0 20 0 1 0 527125621 2245697536 38439 33554432000 4194304 5870510 140722988373744 140722988372184 5283087 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 38439 896 410 0 543739 0
Current children cumulated CPU time: 1842.45 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 153756 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/199 2300
/proc/meminfo: memFree=24137868/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=153756 CPUtime=1902.45 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 46071 0 0 0 190237 8 0 0 20 0 1 0 527125621 2245697536 38439 33554432000 4194304 5870510 140722988373744 140722988372184 5283064 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 38439 896 410 0 543739 0
Current children cumulated CPU time: 1902.45 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 153756 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/199 2306
/proc/meminfo: memFree=24133368/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=157428 CPUtime=1962.46 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 46616 0 0 0 196238 8 0 0 20 0 1 0 527125621 2245697536 39357 33554432000 4194304 5870510 140722988373744 140722988372184 5282747 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 39357 896 410 0 543739 0
Current children cumulated CPU time: 1962.46 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 157428 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/199 2310
/proc/meminfo: memFree=24126648/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=157500 CPUtime=2022.46 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 47602 0 0 0 202238 8 0 0 20 0 1 0 527125621 2245697536 39375 33554432000 4194304 5870510 140722988373744 140722988372184 5277189 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 39375 896 410 0 543739 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 157500 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/199 2315
/proc/meminfo: memFree=24112960/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2082.46 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 48847 0 0 0 208238 8 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5283106 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2082.46 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/199 2321
/proc/meminfo: memFree=24112764/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2142.47 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 49015 0 0 0 214239 8 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5282759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2142.47 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/199 2335
/proc/meminfo: memFree=24112860/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2202.48 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 49178 0 0 0 220240 8 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5278120 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2202.48 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/199 2339
/proc/meminfo: memFree=24113060/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2262.49 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 50952 0 0 0 226240 9 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5262639 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2262.49 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/199 2345
/proc/meminfo: memFree=24112936/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2322.49 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 51076 0 0 0 232240 9 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5283024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2322.49 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/199 2349
/proc/meminfo: memFree=24112976/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2382.5 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 51205 0 0 0 238241 9 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5283087 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2382.5 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.8 s]
/proc/loadavg: 2.00 2.01 1.87 3/200 2351
/proc/meminfo: memFree=24112616/32770624 swapFree=67002732/67108860
[pid=1968] ppid=1962 vsize=2193064 memory=171836 CPUtime=2400 cores=1,3,5,7
/proc/1968/stat : 1968 (xcsp_picat) R 1962 1968 1909 0 -1 4202496 51230 0 0 0 239991 9 0 0 20 0 1 0 527125621 2245697536 42959 33554432000 4194304 5870510 140722988373744 140722988372184 5282621 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 19017728 140722988377119 140722988377197 140722988377197 140722988380106 0
/proc/1968/statm: 548266 42959 896 410 0 543739 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 2193064 KiB
Current children cumulated memory: 171836 KiB

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

[startup+2399.8 s]
# the end of solver process 1968 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.92 s, system=0.094008 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): 2399.8
CPU time (s): 2400.01
CPU user time (s): 2399.92
CPU system time (s): 0.094008
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 2193064
Max. memory (cumulated for all children) (KiB): 171836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.92
system time used= 0.094008
maximum resident set size= 171836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51230
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= 8
involuntary context switches= 667


# summary of solver processes directly reported to runsolver:
#   pid: 1968
#   total CPU time (s): 2400.01
#   total CPU user time (s): 2399.92
#   total CPU system time (s): 0.094008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.32503 second user time and 17.6272 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-26 16:53:23
IDJOB=4407525
IDBENCH=115874
IDSOLVER=2873
FILE ID=node148/4407525-1569509641
RUNJOBID= node148-1569509603-1941
PBS_JOBID= 21705779
Free space on /tmp= 22084 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-13.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407525-1569509641/watcher-4407525-1569509641 -o /tmp/evaluation-result-4407525-1569509641/solver-4407525-1569509641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1569509603-1941 --watchdog 2560  xcsp_picat HOME/instance-4407525-1569509641.xml

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

MD5SUM BENCH= 3785e9b0b2758b612fcaaefab5873f44
RANDOM SEED=883760399

node148.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.13
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.13
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.13
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.13
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:        25375404 kB
MemAvailable:   31840856 kB
Buffers:           97316 kB
Cached:          6657088 kB
SwapCached:         3480 kB
Active:          4377388 kB
Inactive:        2380648 kB
Active(anon):      17392 kB
Inactive(anon):    59252 kB
Active(file):    4359996 kB
Inactive(file):  2321396 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       67002732 kB
Dirty:              6408 kB
Writeback:             0 kB
AnonPages:        113600 kB
Mapped:            21292 kB
Shmem:             63604 kB
Slab:             228520 kB
SReclaimable:     199792 kB
SUnreclaim:        28728 kB
KernelStack:        3280 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     534216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22076 MiB
End job on node148 at 2019-09-26 17:33:23